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

update javac handling of module names

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P2 P2
    • 9
    • 9
    • tools

      javac should give a warning when a module name is declared if any of the component identifiers end in a digit.

      * warn for digits at the end of each identifier in a qualified module
      name, when the module is *declared*.

           WARN: module m1 { }
           WARN: module m1.any { }
           NO WARN: module m { requires m1; requires m1.any; }

            sadayapalam Srikanth Adayapalam (Inactive)
            jjg Jonathan Gibbons
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: