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

Details

    • Bug
    • Resolution: Fixed
    • P4
    • 9
    • 8u45, 8u51, 8u60, 9
    • xml
    • b71
    • Verified

    Backports

      Description

        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

        Attachments

          Issue Links

            Activity

              People

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

                Dates

                  Created:
                  Updated:
                  Resolved: