aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache/commons/lang3/builder
AgeCommit message (Expand)Author
2023-02-11Add missing javadoc/tests for some null arguments (#869)Diego Marcilio
2022-08-26PMD: Implement equals()Gary Gregory
2022-08-26Sort membersGary Gregory
2022-08-21Fix links in Javadoc and documentations (#926)Marc Wrobel
2022-08-16Add a bunch of test in order to increase the coverage. (#904)Arturo Bernal
2022-07-15(doc) Fix typos in javadoc and comments (#920)Marc Wrobel
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-05Javadoc and format nitGary Gregory
2022-06-15Use final, remove redundant call to super(), use valueOf(), lambdas.Gary Gregory
2022-05-31Remove noisy inline comments.Gary Gregory
2022-05-30Fix generics compiler warningsGary Gregory
2022-05-26Better constant name.Gary Gregory
2022-05-26Increase method test coverage of MultilineRecursiveToStringStyle (#899)Steve Bosman
2022-03-07Unnecessary @SuppressWarnings.Gary Gregory
2022-03-07Remove unused exceptions from test method signatures.Gary Gregory
2022-03-07Remove unused exceptions from test method signatures.Gary Gregory
2021-08-30Refactorings; reuse UncheckedFuture.Gary Gregory
2021-07-10Remove dead in-line comments.Gary Gregory
2021-05-25Revert.Gary Gregory
2021-05-25Use valueOf().Gary Gregory
2021-05-25Create array with curly.Gary Gregory
2021-05-25Remove unused imports and reorg others.Gary Gregory
2021-02-21Remove @SuppressWarnings no longer needed.Gary Gregory
2021-01-17Make private elements final where possible.Gary Gregory
2020-08-30[LANG-1600] Restore handling of collections for non-JSON ToStringStyle (#610)Michael F
2020-07-21Javadoc fixAlex Herbert
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-13array_style (#537)XenoAmess
2020-03-06[LANG-1525] Internally use Validate.notNull(foo, ...) instead ofGary Gregory
2020-02-14Use final.Gary Gregory
2020-01-01Shutdown thread pool in case of unexpected error.Gary Gregory
2019-12-10Javadoc: Replace <code></code> HTML tags with Javadoc {@code} notation.Gary Gregory
2019-11-23sort fields in ReflectionToStringBuilder for deterministic order (#481)contextshuffling
2019-11-22sort fields in HashCodeBuilder for deterministic order (#480)contextshuffling
2019-09-13One empty line between methods.Gary Gregory
2019-09-13Sort members.Gary Gregory
2019-09-12More lambdas, less boilerplate.Gary Gregory
2019-09-06[LANG-1486] Generify builder classes Diffable, DiffBuilder, and DiffResultGary Gregory
2019-09-05LANG-1485 : Add getters for lhs and rhs objects in DiffResult (#451)Nicolas
2019-07-06Use HTTPS to access Apache resources.Gary Gregory
2019-02-18Merge pull request #391 from RahulNagekar/JsonToStringStyle_JunitsRob Tompkins
2019-02-09Simplify assertions (closes #404)Allon Mureinik
2019-02-09[ToStringBuilderTest] clean up after some old issuesEitan Adler
2018-12-21Refactoring junits of JsonToStringStyleRahulNagekar
2018-12-21Adding junits for JsonToStringStyleRahulNagekar
2018-12-02Add additional tests for StandardToStringStyle (closes #390)RahulNagekar