| Type |
Changes |
By |
 |
Added class org.fest.reflect.type.TypeRef based on Neal Gafter's TypeReference. Fixes 117. Thanks to Xavier Dury. |
alexruiz |
 |
Added support for TypeRef as field type in the fluent interface of the package org.fest.reflect.field. Fixes 117. Thanks to Xavier Dury. |
alexruiz |
 |
Added support for TypeRef as method return type in the fluent interface of the package org.fest.reflect.method. Fixes 117. Thanks to Xavier Dury. |
alexruiz |
 |
Added support for accessing static inner classes (code in package org.fest.reflect.innerclass.) Fixes 194. Thanks to Leo Jay. |
alexruiz |
 |
Added support for loading class objects via the method 'type(String)' in org.fest.reflect.core.Reflection and
the class(es) in the package org.fest.reflect.type. Fixes 278. Thanks to Stephen Colebourne. |
alexruiz |
 |
Renamed class Name to FieldName in package org.fest.reflect.field. Fixes 287. |
alexruiz |
 |
Renamed class StaticName to StaticFieldName in package org.fest.reflect.field. Fixes 287. |
alexruiz |
 |
Renamed class Type to FieldType in package org.fest.reflect.field. Fixes 287. |
alexruiz |
 |
Renamed class StaticType to StaticFieldType in package org.fest.reflect.field. Fixes 287. |
alexruiz |
 |
Renamed class Name to MethodName in package org.fest.reflect.method. Fixes 287. |
alexruiz |
 |
Renamed class StaticName to StaticMethodName in package org.fest.reflect.method. Fixes 287. |
alexruiz |
 |
Renamed class ParameterTypes to MethodParameterTypes in package org.fest.reflect.method. Fixes 287. |
alexruiz |
 |
Renamed class StaticParameterTypes to StaticMethodParameterTypes in package org.fest.reflect.method. Fixes 287. |
alexruiz |
 |
Renamed class ReturnType to MethodReturnType in package org.fest.reflect.method. Fixes 287. |
alexruiz |
 |
Renamed class StaticReturnType to StaticMethodReturnType in package org.fest.reflect.method. Fixes 287. |
alexruiz |
 |
All public methods throw NullPointerException if any of their arguments is null. Fixes 288. |
alexruiz |