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

javadoc ignores module-info files on the command line

XMLWordPrintable

    • b162
    • Verified

        JavadocTool.java

                            if (new File(arg).getName().equals("module-info.java")) {
                                docenv.warning(null, "main.file_ignored", arg);
                            } else {
                                parse(fm.getJavaFileObjects(arg), classTrees, true);
                            }

        This may have been valid a while back, but it is no longer a reasonable restriction!

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

                Created:
                Updated:
                Resolved: