aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache/commons/lang3/reflect/TypeUtilsTest.java
AgeCommit message (Expand)Author
2023-07-23Add test_LANG_1698Gary Gregory
2023-07-23Add test_LANG_1698Gary Gregory
2023-07-11Better test method namesGary Gregory
2023-07-11[LANG-1697] TypeUtils.getRawType() throws a NullPointerException onGary Gregory
2023-07-11Sort membersGary Gregory
2023-04-17[LANG-1681] - fix some javadoc on FieldUtils methods (#1047)laurentschoelens
2023-02-11Add missing javadoc/tests for some null arguments (#869)Diego Marcilio
2022-07-05All tests should leave the ToStringStyle registry empty.Gary Gregory
2022-05-30Add synchronized like superGary Gregory
2021-11-17Make final var when is possible. (#816)Arturo Bernal
2021-02-25Drop init to defaults.Gary Gregory
2020-11-26LANG-1618 - Add GenericArrayType (#661)Arturo Bernal
2020-11-20Use final.Gary Gregory
2020-11-20Fix ctor call.Gary Gregory
2020-11-20Remove redundant calls to super().Gary Gregory
2020-11-15[LANG-1615] - ArrayUtils contains && indexOf fails to handle Float.NaN (#651)Arturo Bernal
2020-11-15Add fluent-style ArrayUtils.sort(Object[], Comparable).Gary Gregory
2020-11-15[LANG-1420] TypeUtils.isAssignable returns wrong result forGary Gregory
2020-06-13[LANG-1564] use Collections.singletonList insteadof Arrays.asList when there ...XenoAmess
2019-12-18Remove unnecessary array creation for varargs.Gary Gregory
2018-11-19Make whitespace use around generic tokens consistent and add a checkstyle rul...pascalschumacher
2018-11-19Make whitespace use before tokens consistent and add a checkstyle rule to enf...pascalschumacher
2018-11-19Make whitespace use after tokens consistent and add a checkstyle rule to enfo...pascalschumacher
2018-10-13Clean up redundant throws clausesAllon Mureinik
2018-10-08Update reflect tests to JUnit JupiterAllon Mureinik
2018-08-24Explicit type parameters can be removedBenedikt Ritter
2017-12-20LANG-1371: Fix TypeUtils.parameterize to work correctly with narrower-typed v...Dmitry Ovchinnikov
2017-10-20Use final.Gary Gregory
2017-10-15Always use static imports for assertion methods to be consistent with other t...pascalschumacher
2017-10-07LANG-1348 - StackOverflowError on TypeUtils.toString(...) for a generic retur...mbusso
2017-06-06Prevent redundant modifiersBenedikt Ritter
2017-06-06Make sure lines in files don't have trailing white spaces and remove all trai...Benedikt Ritter
2017-03-19LANG-1316: Deprecate classes/methods moved to commons-text (closes #255)pascalschumacher
2017-02-17LANG-1311: TypeUtils.toString() doesn't handle primitive and Object arrays co...pascalschumacher
2016-10-23Add final modifier to local variables.Gary Gregory
2016-10-23Remove redundant type arguments.Gary Gregory
2016-07-31LANG-1190: TypeUtils.isAssignable throws NullPointerException when fromType h...pascalschumacher
2015-05-05Removed @version $ from source per LANG-1129Henri Yandell
2015-04-28#LAN-1114 fixes bug in TypeUtils.equals(WildcardType, Type) where it was inco...The Datalorax
2014-06-27Remove unused imports.Gary D. Gregory
2014-05-13add some failing tests with wildcardsMatthew Jason Benson
2013-12-28Remove unused imports.Gary D. Gregory
2013-10-10explicitly specify method type parameter to fix compile error on Java 8Matthew Jason Benson
2013-09-23add typesafe wrap variant for classesMatthew Jason Benson
2013-09-23provide simple method to wrap a given type to the Typed interfaceMatthew Jason Benson
2013-08-04[LANG-906] new type util featuresMatthew Jason Benson
2013-05-16more assertions trying to flush out bugs I'd already fixed :PMatthew Jason Benson
2013-01-22Add final modifier to local variables.Gary D. Gregory
2013-01-22Add final modifier to method parameters.Gary D. Gregory
2012-09-27LANG-820 TypeUtils.normalizeUpperBounds broken?Sebastian Bazley