JDK-4786520 : java.awt.Checkbox.setCheckboxGroup: not clear
  • Type: Bug
  • Component: docs
  • Sub-Component: guides
  • Affected Version: 1.4.0
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: solaris_2.6,solaris_7
  • CPU: sparc
  • Submitted: 2002-11-29
  • Updated: 2017-05-16
  • Resolved: 2003-09-05
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.
Other
5.0 tigerFixed
Related Reports
Relates :  
Description

Name: sdR10048			Date: 11/29/2002


JDK1.4.2b07 doc says:

> public void setCheckboxGroup(CheckboxGroup��g)
>
> Sets this check box's group to be the specified check box group. If
> this check box is already in a different check box group, it is first
> taken out of that group. If the state of this check box is true and
> the new group already has a check box selected, this check box's state
> is changed to false.
>
> Parameters:
> g - the new check box group, or null to remove this check box from any
> check box group.

It does not say what if the state of this check box is true and the
new group has not a check box selected. What about new group's
getSelectedCheckbox() and this box' getState().
Should be stated explicitly.
See: http://java.sun.com/j2se/javadoc/writingapispecs/index.html#method
Need for jck test development.
Since it will touch javadoc CCC request needed.
======================================================================

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger FIXED IN: tiger INTEGRATED IN: tiger tiger-b19
14-06-2004

PUBLIC COMMENTS .
10-06-2004

EVALUATION Committing to tiger. ###@###.### 2003-01-07 Wrote some tests. Had Brent review the doc. Approved by CCC. Fixed for tiger. ###@###.### 2003-08-22
07-01-2003