|
Quick Lists
|
|
Bug ID:
|
6615015
|
|
Votes
|
0
|
|
Synopsis
|
Typo in javadoc for Component.getTreeLock()
|
|
Category
|
java:classes_awt
|
|
Reported Against
|
|
|
Release Fixed
|
7(b27)
|
|
State
|
10-Fix Delivered,
bug
|
|
Priority:
|
5-Very Low
|
|
Related Bugs
|
|
|
Submit Date
|
10-OCT-2007
|
|
Description
|
FULL PRODUCT VERSION :
<= Java 6
ADDITIONAL OS VERSION INFORMATION :
not applicable
EXTRA RELEVANT SYSTEM CONFIGURATION :
not applicable
A DESCRIPTION OF THE PROBLEM :
There is a typo is the description of java.awt.Component.getTreeLock().
It says:
"Gets this component's locking customer (the customer that owns the thread sychronization monitor) for AWT component-tree and layout operations."
s/sychronization/synchronization
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Open your browser.
Browse the J2SE API documentation.
Click on java.awt.Component.getTreeLock().
Read the description.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Shall say:
"Gets this component's locking customer (the customer that owns the thread synchronization monitor) for AWT component-tree and layout operations."
ACTUAL -
"Gets this component's locking customer (the customer that owns the thread sychronization monitor) for AWT component-tree and layout operations."
REPRODUCIBILITY :
This bug can be reproduced always.
Posted Date : 2007-10-10 06:25:29.0
|
|
Work Around
|
N/A
|
|
Evaluation
|
Should be corrected.
Posted Date : 2007-10-10 12:15:00.0
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |