aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache/commons/lang3/builder
AgeCommit message (Expand)Author
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
2018-11-19Make whitespace use after tokens consistent and add a checkstyle rule to enfo...pascalschumacher
2018-10-13Clean up assertions (closes #376)Allon Mureinik
2018-10-13Clean up redundant throws clausesAllon Mureinik
2018-10-13Clean up testing of exceptionsAllon Mureinik
2018-10-06Update builder tests to JUnit JupiterAllon Mureinik
2018-08-24Explicit type parameters can be removedBenedikt Ritter
2018-08-23Convert JavaDoc license headers to block commentsBenedikt Ritter
2018-06-25replaces primitive comparison with x.compare() where x is a wrapper class of ...Igor Curdvanovschi
2018-05-10LANG-1396 - JsonToStringStyle does not escape string namesSebb
2018-05-09LANG-1395 - JsonToStringStyle does not escape double quote in a stringSebb
2018-02-11LANG-1356: Add bypass option for classes to recursive and reflective EqualsBu...pascalschumacher
2018-01-12LANG-1372: Add ToStringSummary annotation (closes #281)Sergio Ozaki
2018-01-04LANG-1374: fix logic in isJsonArray method of JsonToStringStyleBruno P. Kinoshita
2017-10-20Use final.Gary Gregory
2017-10-15Always use static imports for assertion methods to be consistent with other t...pascalschumacher
2017-10-10Make private fields final.Gary Gregory
2017-09-08LANG-1349: EqualsBuilder#isRegistered: swappedPair construction bugpascalschumacher
2017-09-08LANG-1349: EqualsBuilder#isRegistered: swappedPair construction bugpascalschumacher
2017-06-07Merge branch 'LANG-1337'Benedikt Ritter
2017-06-07Make the var a constant, and add commentsBruno P. Kinoshita
2017-06-07Remove magical number, using a local final variable (following current approach)Bruno P. Kinoshita
2017-06-06Make sure placement of curly braces is consistentBenedikt Ritter
2017-06-06Prevent redundant modifiersBenedikt Ritter
2017-06-06Make sure modifiers are in JLS orderBenedikt Ritter
2017-06-06Make sure lines in files don't have trailing white spaces and remove all trai...Benedikt Ritter
2017-06-06LANG-1337: Fix test failures in IBM JDK 8 for ToStringBuilderTest by specifyi...Bruno P. Kinoshita
2017-05-19Remove wildcard static importduncan
2017-05-19Avoid endless loop printing array with MultilineRecursiveToStringStyleduncan
2017-04-29Adding testcase to cover a missing branch.Basha
2017-04-29Increase test coverage of ToStringBuilder class to 100%Basha
2017-04-22use Assert#assertFalse instead of Assert#assertTrue with a negated conditionpascalschumacher
2017-04-22Use String#contains where possible (closes #263)Allon Mureinik
2017-04-20LANG-1167: Add null filter to ReflectionToStringBuilderpascalschumacher