Uploaded image for project: 'Groovy'
  1. Groovy
  2. GROOVY-5052

CharsetToolkit javadoc references private guessEncoding() method in the example usage

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 1.8.2
    • 1.9-beta-4, 1.8.4, 1.7.11
    • GroovyDoc
    • None

    Description

      CharsetToolkit javadocs (http://groovy.codehaus.org/api/groovy/util/CharsetToolkit.html) for the class has the following code example:

      ...
      // guess the encoding
      Charset guessedCharset = CharsetToolkit.guessEncoding(file, 4096);
      ...
      

      The instance method guessEncoding() is private and is also referenced in other public method javadoc.

      Attachments

        Activity

          People

            guillaume Guillaume Sauthier
            jwagenleitner John Wagenleitner
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: