aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/apache/commons/lang3/reflect/MethodUtils.java
AgeCommit message (Expand)Author
2023-02-03Use Objects.requireNonNull() directly. (#1022)Arturo Bernal
2022-08-26PMD: Remove extra parensGary Gregory
2022-08-23Fix PMD issue: Either refer to method with static import or class, butGary Gregory
2022-08-23First sentence of a Javadoc comment does not need p tagsGary Gregory
2022-08-21Use Stream.Gary Gregory
2022-08-20Extends clauses are redundant as java.lang.Object is a supertype for all clas...Arturo Bernal
2022-07-15Use forEach()Gary Gregory
2022-07-15(doc) Fix typos in javadoc and comments (#920)Marc Wrobel
2022-06-19Replace @code with @link for class referencesGary Gregory
2022-06-13Better way to deal with ignored exceptions and PMD checks.Gary Gregory
2022-05-10Internal refactoring to allow to chain calls usingGary Gregory
2022-05-04* Inline var (#769)Arturo Bernal
2022-03-07Merge branch 'master' ofGary Gregory
2022-03-07Deprecate Validate#notNull(Object) in favor of usingGary Gregory
2022-03-07Add early null check.Gary Gregory
2022-03-06LANG-1668 Update getMatchingMethod documentation. (#862)Maria Buiakova
2021-11-18Drop useless parens and use lambda.Gary Gregory
2021-11-18Drop useless parens.Gary Gregory
2021-11-17Make final var when is possible. (#816)Arturo Bernal
2021-11-15Add and use ClassUtils.isPublic(Class).Gary Gregory
2021-10-08Remove redundant initializer. (#800)Arturo Bernal
2021-08-27Inline single use local variables.Gary Gregory
2021-07-01Use Stream.of().Gary Gregory
2021-05-25Remove unused imports and reorg others.Gary Gregory
2021-03-05No need to nest in else.Gary Gregory
2021-02-10Minor Improvement: (#700)Arturo Bernal
2020-12-22Use final.Gary Gregory
2020-12-22[LANG-1544] MethodUtils.invokeMethod NullPointerException in case of null in ...Michael Buck
2020-11-20Remove redundant calls to super().Gary Gregory
2020-11-15Consistently use just the parameter name for the message ofGary Gregory
2020-07-09Correct Javadocs of methods that use Validate.notNull() and replace some uses...Isira Seneviratne
2020-06-17Merge conditions using the same blocks.Gary Gregory
2020-06-13[LANG-1556] Use Java 8 lambdas and Map operations. (#541)XenoAmess
2020-06-13fix javadoc (#545)XenoAmess
2020-06-13[LANG-1561] use List.sort instead of Collection.sort (#546)XenoAmess
2020-03-06[LANG-1525] Internally use Validate.notNull(foo, ...) instead ofGary Gregory
2020-02-22Use lambda.Gary Gregory
2020-02-22Use final.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-14Javadoc style.Gary Gregory
2019-12-26Don't generate gratuitous garbage.Gary Gregory
2019-12-26Use Collection#toArray(new T[0]) instead of a presized array as it is faster ...pascalschumacher
2019-06-03[LANG-1461] Add null-safe StringUtils APIs to wrapGary Gregory
2018-11-19Make whitespace use after tokens consistent and add a checkstyle rule to enfo...pascalschumacher
2018-08-24Explicit type parameters can be removedBenedikt Ritter
2017-10-20Use final.Gary Gregory
2017-06-06Make sure lines in files don't have trailing white spaces and remove all trai...Benedikt Ritter
2017-04-21LANG-1317: Add MethodUtils#findAnnotation and extend MethodUtils#getMethodsWi...pascalschumacher
2017-04-21LANG-1317: Add MethodUtils#findAnnotation and extend MethodUtils#getMethodsWi...pascalschumacher