-
Bug
-
Resolution: Not an Issue
-
P4
-
None
-
5.0
-
generic, sparc
-
generic, solaris_2.6
Name: apR10229 Date: 06/02/2003
Filed By : SPB JCK team (###@###.###)
JDK : java full version "1.5.0-beta-b07"
JCK : 1.5
Platform[s] : Solaris
switch/Mode :
JCK test owner : http://javaweb.eng/jct/sqe/JCK-tck/usr/owners.jto
Failing Test [s] : N/A
Problem description
===================
Some methods of MetalButtonUI class (javax.swing.plaf.metal package)
have no Javadoc comments but "Java API Requirements for Compatibility"
reads that: "We assume that a complete class specification is available for each
class that must be tested. If a complete class specification is not
available, then adequacy of the test cases cannot be determined".
Thus JCK team could not write adequate tests for javax.swing.plaf.metal
package without this specification.
The list of unspecificated methods provided below:
public void installDefaults(AbstractButton b)
public void uninstallDefaults(AbstractButton b)
protected BasicButtonListener createButtonListener(AbstractButton b)
protected Color getSelectColor()
protected Color getDisabledTextColor()
protected Color getFocusColor()
protected void paintButtonPressed(Graphics g, AbstractButton b)
protected void paintFocus(...)
protected void paintText(...)
public MetalButtonUI()
JCK test source location:
==========================
/java/re/jck/1.5//nightly/binaries/latest/JCK-runtime-15/tests
======================================================================