JDK-8157744 : javadoc should not require -addmods for modules on sourcepath/modulesourcepath
Type:Enhancement
Component:tools
Sub-Component:javadoc(tool)
Affected Version:9
Priority:P3
Status:Resolved
Resolution:Duplicate
Submitted:2016-05-24
Updated:2016-07-28
Resolved:2016-07-28
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
Currently, it seems that you need -addmods for javadoc to make modules on the module source path observable.
This seems counter-intuitive, and against the general policy of -addmods ALL-DEFAULT elsewhere in the system.
Comments
The fix for JDK-8159305 and JDK-8154705 will address this issue. Should I close this as a dup of the former ?