-
Bug
-
Resolution: Cannot Reproduce
-
P4
-
None
-
1.4.0
-
x86
-
linux
Name: jl125535 Date: 04/22/2002
FULL PRODUCT VERSION :
java version "1.4.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-b92)
Java HotSpot(TM) Client VM (build 1.4.0-b92, mixed mode)
FULL OPERATING SYSTEM VERSION :
Distribution: Debian unstable ('sid')
Libc: libc6, 2.2.5-3, as distributed with Debian
Kernel: 2.4.17
A DESCRIPTION OF THE PROBLEM :
The JDC bug ID 4063022 was fixed, but the fix required an
addition to the API specification. Specifically, the fix
introduced a new system property, "awt.threadgroup", which
is not documented in the API specification for
System.getProperties().
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
1. Read 4063022.
2. Read the API documentation for System.getProperties().
3. Note that the API documentation does not include the fix
for 4063022.
EXPECTED VERSUS ACTUAL BEHAVIOR :
I was expecting to find a description for the property
"awt.threadgroup" somewhere in the API documentation; the
first place I looked was for the method
System.getProperties().
This bug can be reproduced always.
(Review ID: 144980)
======================================================================
FULL PRODUCT VERSION :
java version "1.4.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-b92)
Java HotSpot(TM) Client VM (build 1.4.0-b92, mixed mode)
FULL OPERATING SYSTEM VERSION :
Distribution: Debian unstable ('sid')
Libc: libc6, 2.2.5-3, as distributed with Debian
Kernel: 2.4.17
A DESCRIPTION OF THE PROBLEM :
The JDC bug ID 4063022 was fixed, but the fix required an
addition to the API specification. Specifically, the fix
introduced a new system property, "awt.threadgroup", which
is not documented in the API specification for
System.getProperties().
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
1. Read 4063022.
2. Read the API documentation for System.getProperties().
3. Note that the API documentation does not include the fix
for 4063022.
EXPECTED VERSUS ACTUAL BEHAVIOR :
I was expecting to find a description for the property
"awt.threadgroup" somewhere in the API documentation; the
first place I looked was for the method
System.getProperties().
This bug can be reproduced always.
(Review ID: 144980)
======================================================================
- relates to
-
JDK-4887645 Remove "awt.threadgroup" system property
- Closed