-
Bug
-
Resolution: Unresolved
-
P4
-
9-repo-jigsaw
there have been a couple of issues recently where javadoc crashed because of bad settings in a modular environment.
1. missing -system:none when all source provided on modulesourcepath
2. missing -addmods
javadoc needs to detect and react cleanly to such problems.
1. missing -system:none when all source provided on modulesourcepath
2. missing -addmods
javadoc needs to detect and react cleanly to such problems.
- relates to
-
JDK-8149471 Javadoc changes broke the Jake build
- Resolved