Dieser Commit ist enthalten in:
Ursprung
4efd305bf9
Commit
22f598753e
@ -251,7 +251,7 @@ public final class Reflection {
|
||||
|
||||
// Search in every superclass
|
||||
if (clazz.getSuperclass() != null)
|
||||
return getMethod(clazz.getSuperclass(), methodName, params);
|
||||
return getTypedMethod(clazz.getSuperclass(), methodName, returnType, params);
|
||||
|
||||
throw new IllegalStateException(String.format("Unable to find method %s (%s).", methodName, Arrays.asList(params)));
|
||||
}
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren