corda/classpath/java/lang/reflect
Johannes Schindelin ff50034206 Fix NPE in Field#getAnnotation
When the class whose field is to be inspected has no annotations at all,
at least my javac here (1.6.0_51 on MacOSX) does not produce any class
addendum.

Therefore, let's verify that the addendum is not null before proceeding.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2013-11-06 09:46:56 -06:00
..
AccessibleObject.java update copyright years 2013-07-02 20:52:38 -06:00
AnnotatedElement.java update copyright years 2013-07-02 20:52:38 -06:00
Array.java update copyright years 2013-07-02 20:52:38 -06:00
Constructor.java update copyright years 2013-07-02 20:52:38 -06:00
Field.java Fix NPE in Field#getAnnotation 2013-11-06 09:46:56 -06:00
InvocationHandler.java update copyright years 2013-07-02 20:52:38 -06:00
InvocationTargetException.java update copyright years 2013-07-02 20:52:38 -06:00
Member.java update copyright years 2013-07-02 20:52:38 -06:00
Method.java Add the Method#isVarArgs method 2013-10-25 15:32:33 -05:00
Modifier.java update copyright years 2013-07-02 20:52:38 -06:00
Proxy.java update copyright years 2013-07-02 20:52:38 -06:00
Type.java update copyright years 2013-07-02 20:52:38 -06:00