-
Bug
-
Resolution: Unresolved
-
P4
-
None
-
1.4.1
-
Fix Understood
-
generic
-
generic
The javadoc for Class.getMethod, Class.getDeclaredMethod, Class.getConstructor,
and Class.getDeclaredConstructor does not specify what a "match" will be.
These methods require that the array of parameterTypes contain an instance of
the exact class that is declared in the target method/constructor. No
overload resolution is performed.
-- iag@sfbay 2002-03-12
and Class.getDeclaredConstructor does not specify what a "match" will be.
These methods require that the array of parameterTypes contain an instance of
the exact class that is declared in the target method/constructor. No
overload resolution is performed.
-- iag@sfbay 2002-03-12
- relates to
-
JDK-4479713 (reflect spec) Class.get{Declared}Method* does't explain absent implicit methods
-
- Open
-
-
JDK-4287725 (reflect) Allow subclasses of stated argument types in Class.getMethod()
-
- Open
-
-
JDK-4301875 (reflect) Class.getConstructor(Class[]) should allow subclasses
-
- Closed
-
-
JDK-4401287 (reflect) Class getConstructor(Class[]) doesn't work with abstract cls or intf
-
- Closed
-