-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 9
-
Component/s: tools
-
b159
-
Verified
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8176625 | 10 | Jonathan Gibbons | P3 | Resolved | Fixed | b03 |
Consider supporting optional operation
StandardJavaFileManager.setLocationForModule(Location, String moduleName, Collection<Path>)
This would allow API clients to set up per-module configurations that is more complex than permitted by the command line. See the mail thread for justification.
StandardJavaFileManager.setLocationForModule(Location, String moduleName, Collection<Path>)
This would allow API clients to set up per-module configurations that is more complex than permitted by the command line. See the mail thread for justification.
- backported by
-
JDK-8176625 StandardJavaFileManager.setLocationForModule
-
- Resolved
-
- relates to
-
JDK-8175990 Javac fails to find module-info.java if module source path contains symlinks
-
- Closed
-
- links to