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

Javadoc does not handle packages correctly when used with module option.

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 9
    • 9
    • tools
    • b142
    • generic
    • generic
    • Verified

      The qualified package exports such as exports foo to bar, is handled incorrectly. This needs to be fixed, before the build mechanism uses the new methodology.

      The rule is these qualified exported packages must be included under any one of the conditions:
      a. the package is specified directly on the command line
      b. show-packages command is specified with "all"
      c. show document contents is all
      d. -private or -package is specified on the command line

      package-summary.html is not correct, when used in module module

            ksrini Kumar Srinivasan
            ksrini Kumar Srinivasan
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: