JDK-8072579 : XjcOptionalPropertyTest.java creates files in test.src
  • Type: Bug
  • Component: xml
  • Affected Version: 9
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2015-02-05
  • Updated: 2016-05-26
  • Resolved: 2016-05-19
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9
9 b120Fixed
Related Reports
Duplicate :  
Duplicate :  
Duplicate :  
Duplicate :  
Relates :  
Description
test/javax/xml/bind/xjc/8032884/XjcOptionalPropertyTest.java generates files in test source folder.
mercurial repo status after test execution:
$ hg st
? test/javax/xml/bind/xjc/8032884/generated/Foo.java
? test/javax/xml/bind/xjc/8032884/generated/ObjectFactory.java
? test/javax/xml/bind/xjc/8032884/generated/package-info.java

For GenerateEnumSchema.java test same picture was observed:
? test/javax/xml/ws/8046817/TestClassType.class
? test/javax/xml/ws/8046817/TestEnumType.class

Comments
Review thread: http://mail.openjdk.java.net/pipermail/core-libs-dev/2016-May/041147.html
17-05-2016

GenerateEnumSchema.java test was fixed via JDK-8076139. Removing it from bug title
16-05-2016