Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8266591

StandardJavaFileManager::getJavaFileObjectsFromPaths() methods contain a typo in their spec

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 17
    • None
    • tools
    • b28

        The following specifications
        https://docs.oracle.com/en/java/javase/16/docs/api/java.compiler/javax/tools/StandardJavaFileManager.html#getJavaFileObjectsFromPaths(java.lang.Iterable)
        https://docs.oracle.com/en/java/javase/16/docs/api/java.compiler/javax/tools/StandardJavaFileManager.html#getJavaFileObjectsFromPaths(java.util.Collection)
        both say:

        =================================
        Implementation Requirements:
            The default implementation converts each path to a file and calls getJavaObjectsFromFiles
        =================================

        Actually the link leads to and OpenJDK implementation calls method `getJavaFileObjectsFromFiles()`

        the problem is here in the javadoc text:

         {@link #getJavaFileObjectsFromFiles getJavaObjectsFromFiles}

              jlahoda Jan Lahoda
              dbessono Dmitry Bessonov
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: