-
Bug
-
Resolution: Fixed
-
P4
-
8, 9
-
b147
-
Not verified
A DESCRIPTION OF THE PROBLEM :
1- getDeclaringClass method documentation should include only class keyword and not interface, because interfaces cannot contain constructors.
2- toString method documentation should add also throws description
3- toGenericString method documentation should remove the sentence "or return type"
URL OF FAULTY DOCUMENTATION :
https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Constructor.html
1- getDeclaringClass method documentation should include only class keyword and not interface, because interfaces cannot contain constructors.
2- toString method documentation should add also throws description
3- toGenericString method documentation should remove the sentence "or return type"
URL OF FAULTY DOCUMENTATION :
https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Constructor.html
- csr of
-
CCC-8169479 java.lang.reflect.Constructor class has wrong api documentation
- Closed