Details
-
Enhancement
-
Status: Closed
-
P3
-
Resolution: Fixed
-
9
-
b159
-
Verified
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8176625 | 10 | Jonathan Gibbons | P3 | Resolved | Fixed | b03 |
Description
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.
Attachments
Issue Links
- 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