aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache/commons/lang3/reflect
AgeCommit message (Expand)Author
2022-07-05All tests should leave the ToStringStyle registry empty.Gary Gregory
2022-05-30Add synchronized like superGary Gregory
2022-03-07Use genercis.Gary Gregory
2021-11-17Make final var when is possible. (#816)Arturo Bernal
2021-09-01No leading underscores in private names.Gary Gregory
2021-08-13Format.Gary Gregory
2021-02-25Drop init to defaults.Gary Gregory
2020-12-22[LANG-1544] MethodUtils.invokeMethod NullPointerException in case of null in ...Michael Buck
2020-12-21Move new sort methods to a new class and add primitive versions.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-15[LANG-1612] Fix flaky tests in FieldUtilsTest.Gary Gregory
2020-11-15Add fluent-style ArrayUtils.sort(Object[], Comparable).Gary Gregory
2020-11-15[LANG-1420] TypeUtils.isAssignable returns wrong result forGary Gregory
2020-07-09Correct Javadocs of methods that use Validate.notNull() and replace some uses...Isira Seneviratne
2020-06-24Clean up imports.Gary Gregory
2020-06-13[LANG-1564] use Collections.singletonList insteadof Arrays.asList when there ...XenoAmess
2020-03-06[LANG-1525] Internally use Validate.notNull(foo, ...) instead ofGary Gregory
2020-02-22Add missing annotations.Gary Gregory
2020-02-22LANG-1518 - fix searchSupers for generic classes (#494)Michele Preti
2020-02-17LANG-1433: MethodUtils will throw a NPE if invokeMethod() is called for a var...Christian Franzen
2020-02-14Use final.Gary Gregory
2020-01-19[LANG-1514] make test more stable by using HashSet to comparecontextshuffling
2019-12-18Remove unnecessary array creation for varargs.Gary Gregory
2019-12-10Javadoc: Replace <code></code> HTML tags with Javadoc {@code} notation.Gary Gregory
2019-04-10(fix) checkstyle violationRob Tompkins
2019-04-10LANG-1447: use isJavaVersionAtLeast in implementationTompkins
2019-04-10LANG-1447: java 12 final modifier is no longer mutableTompkins
2019-02-09Simplify assertions (closes #404)Allon Mureinik
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-13Clean up testing of exceptionsAllon Mureinik
2018-10-08Update reflect tests to JUnit JupiterAllon Mureinik
2018-08-24Explicit type parameters can be removedBenedikt Ritter
2018-03-29Some reflection tests must account for classes files being instrumentedGary Gregory
2018-03-29Some reflection tests must account for classes files being instrumentedGary Gregory
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-08-21[LANG-1350] ConstructorUtils.invokeConstructor(Class, Object...)Gary Gregory
2017-06-06Make sure placement of curly braces is consistentBenedikt Ritter
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-04-21LANG-1317: Adds MethodUtils#findAnnotation and extend MethodUtils#getMethodsW...Yasser Zamani