-
Bug
-
Resolution: Unresolved
-
P4
-
None
-
1.4.1
-
Cause Known
-
x86
-
windows_xp
Name: gm110360 Date: 09/08/2003
A DESCRIPTION OF THE PROBLEM :
I just read the following document:
http://java.sun.com/j2se/1.4.1/docs/guide/lang/preferences.html
two typos:
1. in the section "Obtaining Preferences Objects for a Static Method" it should be "static"
rather than "Static" (in the code).
2. in the section "Atomic updates" it should be
x = Integer.parseInt(position.substring(0, i));
rather than
x = Integer.parseInt(coordinates.substring(0, i));
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
I just read the following document:
http://java.sun.com/j2se/1.4.1/docs/guide/lang/preferences.html
two typos:
1. in the section "Obtaining Preferences Objects for a Static Method" it should be "static"
rather than "Static" (in the code).
2. in the section "Atomic updates" it should be
x = Integer.parseInt(position.substring(0, i));
rather than
x = Integer.parseInt(coordinates.substring(0, i));
ACTUAL -
I just read the following document:
http://java.sun.com/j2se/1.4.1/docs/guide/lang/preferences.html
two typos:
1. in the section "Obtaining Preferences Objects for a Static Method" it should be "static"
rather than "Static" (in the code).
2. in the section "Atomic updates" it should be
x = Integer.parseInt(position.substring(0, i));
rather than
x = Integer.parseInt(coordinates.substring(0, i));
URL OF FAULTY DOCUMENTATION :
http://java.sun.com/j2se/1.4.1/docs/guide/lang/preferences.html
(Incident Review ID: 187224)
======================================================================
A DESCRIPTION OF THE PROBLEM :
I just read the following document:
http://java.sun.com/j2se/1.4.1/docs/guide/lang/preferences.html
two typos:
1. in the section "Obtaining Preferences Objects for a Static Method" it should be "static"
rather than "Static" (in the code).
2. in the section "Atomic updates" it should be
x = Integer.parseInt(position.substring(0, i));
rather than
x = Integer.parseInt(coordinates.substring(0, i));
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
I just read the following document:
http://java.sun.com/j2se/1.4.1/docs/guide/lang/preferences.html
two typos:
1. in the section "Obtaining Preferences Objects for a Static Method" it should be "static"
rather than "Static" (in the code).
2. in the section "Atomic updates" it should be
x = Integer.parseInt(position.substring(0, i));
rather than
x = Integer.parseInt(coordinates.substring(0, i));
ACTUAL -
I just read the following document:
http://java.sun.com/j2se/1.4.1/docs/guide/lang/preferences.html
two typos:
1. in the section "Obtaining Preferences Objects for a Static Method" it should be "static"
rather than "Static" (in the code).
2. in the section "Atomic updates" it should be
x = Integer.parseInt(position.substring(0, i));
rather than
x = Integer.parseInt(coordinates.substring(0, i));
URL OF FAULTY DOCUMENTATION :
http://java.sun.com/j2se/1.4.1/docs/guide/lang/preferences.html
(Incident Review ID: 187224)
======================================================================