Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6831218
Votes 0
Synopsis com.sun.tools.internal.xjc.api.impl.j2s.Messages.java need to be removed from workspace
Category jaxb-xsd:compiler
Reported Against
Release Fixed 6u14(b06)
State 10-Fix Delivered, bug
Priority: 3-Medium
Related Bugs 6821311 , 6823113
Submit Date 16-APR-2009
Description
com.sun.tools.internal.xjc.api.impl.j2s.Messages.java need to be removed from workspace
This class is not used anywhere in code and tries to load a non-existing resource Messages.properties.

Because of this being present in the source bundle, the same class is unnecessarily integrated in to JDK 6 as com.sun.tools.internal.xjc.api.impl.j2s.Messages.java. This internal class was used in test to make sure JDK integration is done properly. But with Messages.java present and the resource it tries to load Messages.properties removed, it is confusing to the testing team what should be done with the test. See bug 6823113,6821311 for details.
Posted Date : 2009-05-02 03:51:09.0
Work Around
N/A
Evaluation
Yes, the file is unused, I'll remove it.
Posted Date : 2009-04-17 12:12:03.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang