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

cleanup ModuleSymbol.getSimpleName

    XMLWordPrintable

Details

    • b14

    Description

      ModuleSymbol.getSimpleName derives its name from the qualified name, which is the more typical name to use.

      Either we should change ModuleSymbol.name to be the simpleName ... which would require lots of use sites to change to use the flat/full name, or (simpler) we should change the inline code in MS.getSimpleName to use Convert.getSimpleName. That method is functionally equivalent, but the docs and parameter names indicate that it is (just) for classes, and not for any qualified name.

      Attachments

        Issue Links

          Activity

            People

              vromero Vicente Arturo Romero Zaldivar
              jjg Jonathan Gibbons
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: