-
Bug
-
Resolution: Fixed
-
P3
-
None
-
b28
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8269195 | 18 | Jan Lahoda | P3 | Resolved | Fixed | b03 |
JDK-8270616 | 17.0.1 | Jan Lahoda | P3 | Resolved | Fixed | b03 |
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}
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}
- backported by
-
JDK-8269195 StandardJavaFileManager::getJavaFileObjectsFromPaths() methods contain a typo in their spec
- Resolved
-
JDK-8270616 StandardJavaFileManager::getJavaFileObjectsFromPaths() methods contain a typo in their spec
- Resolved
- clones
-
JDK-8266590 StandardJavaFileManager::setLocationFromPaths() spec contains an error
- Resolved
- is cloned by
-
JDK-8266596 StandardJavaFileManager: default impls of setLocationFromPaths(), getJavaFileObjectsFromPaths() methods don't throw IllegalArgumentException as specified
- Closed
(2 links to)