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

duplicate entries in package table

    XMLWordPrintable

Details

    • b36
    • Verified

    Backports

      Description

        Run javadoc on the following simple source, and look at the resulting package table. "p" shows up twice.

        $ more $(find play/duplicates/src -name \*.java)
        ::::::::::::::
        play/duplicates/src/C.java
        ::::::::::::::
        package p;
        public class C { }

        ::::::::::::::
        play/duplicates/src/module-info.java
        ::::::::::::::
        module m {
            exports p;
            opens p;
        }

        Attachments

          Issue Links

            Activity

              People

                jjg Jonathan Gibbons
                jjg Jonathan Gibbons
                Votes:
                0 Vote for this issue
                Watchers:
                4 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: