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

Uniqify test framework class names

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 9
    • tools
    • b132
    • Not verified

      In the langtools repo, there are three test framework classes each called Tester.java

      Although each is OK within its limited context, the advent of using (a single instance of) javadoc to document the framework classes means that we generate docs with three instances of Tester all in the unnamed package.

      In this case it would probably be good to uniqify these Tester names.

      test/tools/javadoc/lib/Tester.java
      test/tools/javac/MethodParameters/Tester.java
      test/tools/javap/output/Tester.java

      Note that the first should /not/ be renamed to JavadocTester, since that already exists, unless we can merge the two. The other two could be MPTester and JavapTester or something like that.

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

              Created:
              Updated:
              Resolved: