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!

              Assignee:
              Kumar Srinivasan
              Reporter:
              Jonathan Gibbons
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: