aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/apache/commons/lang3/builder
AgeCommit message (Expand)Author
2022-11-04Remove single use local varGary Gregory
2022-11-04Use Objects.requireNonNull() directlyGary Gregory
2022-08-29Javadoc @link tags do not need to use a FQCN for classes in java.langGary Gregory
2022-08-29Javadoc @see tags do not need to use a FQCN for classes in java.langGary Gregory
2022-08-26JavadocGary Gregory
2022-08-26JavadocGary Gregory
2022-08-26PMD: Implement equals()Gary Gregory
2022-08-26Sort membersGary Gregory
2022-08-26Remove obsolete commentGary Gregory
2022-08-23Normalize Javadoc paragraph tags "p" (lower case)Gary Gregory
2022-08-23First sentence of a Javadoc comment does not need p tagsGary Gregory
2022-08-21Fix links in Javadoc and documentations (#926)Marc Wrobel
2022-08-21Use Stream.Gary Gregory
2022-08-21Fix broken javadoc. (#938)Arturo Bernal
2022-08-12In-line single use local variableGary Gregory
2022-07-15Use forEach()Gary Gregory
2022-07-15(doc) Fix typos in javadoc and comments (#920)Marc Wrobel
2022-07-05Fix inline comments and sort membersGary Gregory
2022-07-05[LANG-1662] Let ReflectionToStringBuilder only reflect given fieldGary Gregory
2022-07-05All tests should leave the ToStringStyle registry empty.Gary Gregory
2022-07-05JavadocGary Gregory
2022-06-19Replace @code with @link for class referencesGary Gregory
2022-05-31Remove noisy inline comments.Gary Gregory
2022-05-28JavadocGary Gregory
2022-03-21Fix Checkstyle.Gary Gregory
2022-03-21Fix Javadoc doclint WARNING messages on Java 17.Gary Gregory
2021-10-17LANG-1659 - Method to check if an object it's an array. (#754)Arturo Bernal
2021-09-01No leading underscores in private names.Gary Gregory
2021-09-01Add ObjectUtils.identityHashCodeHex(Object).Gary Gregory
2021-07-10Remove dead in-line comments.Gary Gregory
2021-02-22Combine nested 'if' statement in 'else' block to 'else if'.Gary Gregory
2021-02-10Minor Improvement: (#699)Arturo Bernal
2021-02-10Minor Improvement: (#700)Arturo Bernal
2020-12-22Use ArraySorter.Gary Gregory
2020-11-21Redundant return.Gary Gregory
2020-11-20Remove redundant calls to super().Gary Gregory
2020-11-15Consistently use just the parameter name for the message ofGary Gregory
2020-08-30[LANG-1600] Restore handling of collections for non-JSON ToStringStyle (#610)Michael F
2020-07-09Correct Javadocs of methods that use Validate.notNull() and replace some uses...Isira Seneviratne
2020-06-28[LANG-1543] [JSON string for maps] ToStringBuilder.reflectionToStringGary Gregory
2020-06-28[LANG-1543] [JSON string for maps] ToStringBuilder.reflectionToStringGary Gregory
2020-06-24Use final.Gary Gregory
2020-06-24Clean up imports.Gary Gregory
2020-06-24[LANG-1542] ToStringBuilder.reflectionToString - Wrong JSON format whenGary Gregory
2020-06-24Fixed Javadocs for setTestRecursive() (#556)Miguel Muñoz
2020-06-14[LANG-1565] change removeLastFieldSeparator to use endsWith (#550)XenoAmess
2020-06-13simplify_if (#543)XenoAmess
2020-03-19Clean ups.Gary Gregory
2020-03-06[LANG-1525] Internally use Validate.notNull(foo, ...) instead ofGary Gregory
2020-02-14Javadoc style.Gary Gregory