Uploaded image for project: 'NetBeans'
  1. NetBeans
  2. NETBEANS-1960

Java 11: Java Platform Manager does not read from javadoc files from docs/api/

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Critical
    • Resolution: Unresolved
    • 10.0
    • None
    • None

    Description

      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:

      1. That adding /usr/lib/jvm/java-11-openjdk-amd64/docs/api/ as Javadoc works for Java 11
      2. An error message in IDE log if it failed to open a javadoc including the expected path.

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            mgmechanics Michael Groß
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: