[TEST_BUG] test/javax/xml/ws/8046817/GenerateEnumSchema.java creates files in test.src

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 9
    • Affects Version/s: 8u45, 8u51, 8u60, 9
    • Component/s: xml
    • b71
    • Verified

        javax/xml/ws/8046817/GenerateEnumSchema.java creates files in test.src

            private static String getClassFilePath(String filename) {
                String testSrc = System.getProperty("test.src");
                if (testSrc == null) {
                    testSrc = ".";
                }
                return Paths.get(testSrc).resolve(filename).toString();
            }

        After test run, under test source code:
        ? test/javax/xml/ws/8046817/TestClassType.class
        ? test/javax/xml/ws/8046817/TestEnumType.class

              Assignee:
              Aleksej Efimov
              Reporter:
              Amy Lu (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: