Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8008367

Sub-packages missing from Profiles javadoc

XMLWordPrintable

    • b108
    • Not verified


      This bug is observed with a build of profiles-staging, the bits that will be going into jdk8-b78. This build has the updates to the profiles build to include JSR-310 (java.time.**) in all profiles.

      The bug is that the java.time sub-packages aren't showing in the profile view of the javadoc, only the top-level java.time package is shown.

      The issue may be that PROFILE_1_RTJAR_INCLUDE_PACKAGES doesn't explicitly list each of the sub-packages (it can't at this point because JSR-310 is not finalized and the package names are changing with each update). Note that java.time in the value means java.time and sub-packages, and indeed "javac -profile" does not have this problem -- ie: can compile against types in these sub-packages which suggests that the com.sun.tools API that javac and javadoc are using has the correct contents.

            jjg Jonathan Gibbons
            alanb Alan Bateman
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: