-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P2
-
Affects Version/s: 9
-
Component/s: tools
-
b167
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8179774 | 10 | Jonathan Gibbons | P2 | Resolved | Fixed | b07 |
The fix for JDK-8176327 requires a new method to determine if a file is on a given search path (i.e. location).
The proposed signature is:
javax.tools.JavaFileManager.contains(Location location, FileObject fileObject)
The proposed signature is:
javax.tools.JavaFileManager.contains(Location location, FileObject fileObject)
- backported by
-
JDK-8179774 Add method JavaFileManager.contains
-
- Resolved
-
- blocks
-
JDK-8176327 javac produces wrong module-info
-
- Closed
-
- links to