Duplicated error messages for "no source file" in javac

XMLWordPrintable

    • Type: Bug
    • Resolution: Cannot Reproduce
    • Priority: P4
    • None
    • Affects Version/s: 9
    • Component/s: tools
    • None
    • 9
    • generic
    • generic

      In JDK9 repo, when we run following:

      javac NoSuchFile.java

      we got the following duplicated error messages:

      javac: file not found: NoSuchFile.java
      Usage: javac <options> <source files>
      use -help for a list of possible options
      javac: no source files
      Usage: javac <options> <source files>
      use -help for a list of possible options

      It would be folowing:

      javac: file not found: NoSuchFile.java
      Usage: javac <options> <source files>
      use -help for a list of possible options

            Assignee:
            Jonathan Gibbons
            Reporter:
            Shinya Yoshida
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: