Michael Groß created NETBEANS-1960:
--------------------------------------
Summary: Java 11: Java Platform Manager does not read from javadoc
files from docs/api/
Key: NETBEANS-1960
URL: https://issues.apache.org/jira/browse/NETBEANS-1960
Project: NetBeans
Issue Type: Bug
Components: java - Javadoc, java - Platform
Affects Versions: 10.0
Reporter: Michael Groß
Attachments:
2019-01-19_Netbeans10_Java11_JavaPlatformManager_Javadoc.png,
2019-01-20_Netbeans10_Java8_JavaPlatformManager_Javadoc.png
For Java 8 it was enough to provide the directory
/usr/lib/jvm/java-8-openjdk-amd64/docs/api to provide the javadocs. For Java
11 it requires to provide each directory below, from
/usr/lib/jvm/java-11-openjdk-amd64/docs/api/usr/lib/jvm/java-11-openjdk-amd64/docs/api/java.base
until
/usr/lib/jvm/java-11-openjdk-amd64/docs/api/java.xml.crypto
If the javadoc was not found when required (e.g. when adding a method by typing
"." after an object), there is no error message in the IDE log (View > IDE Log).
I would like to see:
# That adding /usr/lib/jvm/java-11-openjdk-amd64/docs/api/ as Javadoc works
for Java 11
# An error message in IDE log if it failed to open a javadoc including the
expected path.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists