-
Bug
-
Resolution: Fixed
-
P4
-
5.0
-
b53
-
x86
-
windows_xp
A DESCRIPTION OF THE PROBLEM :
The second sentence of the decription for the getMethod() method of the Class class on this page is missing the word "of".
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
The sentence is assumed to be intended as:
"The name parameter is a String specifying the simple name *of* the desired method."
ACTUAL -
The sentence currently appears as:
"The name parameter is a String specifying the simple name the desired method."
URL OF FAULTY DOCUMENTATION :
http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Class.html#getMethod(java.lang.String,%20java.lang.Class...)
The second sentence of the decription for the getMethod() method of the Class class on this page is missing the word "of".
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
The sentence is assumed to be intended as:
"The name parameter is a String specifying the simple name *of* the desired method."
ACTUAL -
The sentence currently appears as:
"The name parameter is a String specifying the simple name the desired method."
URL OF FAULTY DOCUMENTATION :
http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Class.html#getMethod(java.lang.String,%20java.lang.Class...)