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

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 8u45, 8u51, 8u60, 9
    • 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

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

                Created:
                Updated:
                Resolved: