-
Bug
-
Resolution: Fixed
-
P4
-
8u45, 8u51, 8u60, 9
-
b71
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8135956 | emb-9 | Aleksej Efimov | P4 | Resolved | Fixed | team |
JDK-8114849 | 8u66 | Aleksej Efimov | P4 | Resolved | Fixed | b01 |
JDK-8130995 | 8u65 | Aleksej Efimov | P4 | Resolved | Fixed | b05 |
JDK-8130216 | 8u60 | Aleksej Efimov | P4 | Resolved | Fixed | b22 |
JDK-8138266 | emb-8u65 | Unassigned | P4 | Resolved | Fixed | b05 |
JDK-8130603 | emb-8u60 | Aleksej Efimov | P4 | Resolved | Fixed | b22 |
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
- backported by
-
JDK-8114849 [TEST_BUG] test/javax/xml/ws/8046817/GenerateEnumSchema.java creates files in test.src
-
- Resolved
-
-
JDK-8130216 [TEST_BUG] test/javax/xml/ws/8046817/GenerateEnumSchema.java creates files in test.src
-
- Resolved
-
-
JDK-8130603 [TEST_BUG] test/javax/xml/ws/8046817/GenerateEnumSchema.java creates files in test.src
-
- Resolved
-
-
JDK-8130995 [TEST_BUG] test/javax/xml/ws/8046817/GenerateEnumSchema.java creates files in test.src
-
- Resolved
-
-
JDK-8135956 [TEST_BUG] test/javax/xml/ws/8046817/GenerateEnumSchema.java creates files in test.src
-
- Resolved
-
-
JDK-8138266 [TEST_BUG] test/javax/xml/ws/8046817/GenerateEnumSchema.java creates files in test.src
-
- Resolved
-
- relates to
-
JDK-8046817 JDK 8 schemagen tool does not generate xsd files for enum types
-
- Closed
-
-
JDK-8072579 XjcOptionalPropertyTest.java creates files in test.src
-
- Resolved
-