Details
-
Bug
-
Resolution: Fixed
-
P3
-
5.0
-
b57
-
generic
-
generic
Description
Name: siR10004 Date: 12/24/2003
There are a number of public classes from 'javax' package which are not documented
and are not part of JRE, but which are included in JDK.
This is violation of the following compatibility rule
J2SE7 The Product must contain the full set of public and protected classes
and interfaces for all the Libraries. Those classes and interfaces must
contain exactly the set of public and protected methods, constructors,
and fields defined by the Specifications for those Libraries. No
subsetting, supersetting, or modifications of the public and protected
API of the Libraries are allowed except only as specifically exempted
by these Rules.
(see JCK User Guide, Procedure for J2SE Version 1.5 Certification).
Classes in question are contained in the 'lib/dt.jar' library file and have
names 'javax.swing.*BeanInfo'.
======================================================================
Attachments
Issue Links
- relates to
-
JDK-5067732 Undocumented javax.swing.SwingBeanInfoBase class in dt.jar
- Closed