forked from phoedos/pmd
PMD dogfooding
This commit is contained in:
@ -55,7 +55,8 @@ public class Attribute {
|
||||
|
||||
// this lazy loading reduces calls to Method.invoke() by about 90%
|
||||
try {
|
||||
return value = method.invoke(parent, EMPTY_OBJ_ARRAY);
|
||||
value = method.invoke(parent, EMPTY_OBJ_ARRAY);
|
||||
return value;
|
||||
} catch (IllegalAccessException | InvocationTargetException iae) {
|
||||
iae.printStackTrace();
|
||||
}
|
||||
|
Reference in New Issue
Block a user