You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Holger Stratmann (JIRA)" <ji...@apache.org> on 2014/09/11 22:48:34 UTC

[jira] [Created] (CSV-133) incorrect / obsolete JavaDoc for CSVParser

Holger Stratmann created CSV-133:
------------------------------------

             Summary: incorrect / obsolete JavaDoc for CSVParser
                 Key: CSV-133
                 URL: https://issues.apache.org/jira/browse/CSV-133
             Project: Commons CSV
          Issue Type: Bug
          Components: Documentation
    Affects Versions: 1.0, 1.1
            Reporter: Holger Stratmann
            Priority: Trivial


In CSV-131, you asked for more reports, so here we go :)

The JavaDoc for {{public static CSVParser parse(final File file, final Charset charset, final CSVFormat format)}} seems to be obsolete. It says 
{quote}
<p><strong>Note:</strong> This method internally creates a FileReader using \{@link java.io.FileReader#FileReader(java.io.File)\} which in turn relies on the default encoding of the JVM that is executing the code. If this is insufficient create a URL to the file and use \{@link #parse(URL, Charset, CSVFormat)\}</p>
{quote}

... which is clearly no longer the case since the method now takes a charset as a parameter and creates a "FileInputStreamReader" with this charset.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)