aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache/commons/lang3/builder/RecursiveToStringStyleTest.java
AgeCommit message (Expand)Author
2022-07-05All tests should leave the ToStringStyle registry empty.Gary Gregory
2022-05-31Remove noisy inline comments.Gary Gregory
2021-05-25Create array with curly.Gary Gregory
2019-11-23sort fields in ReflectionToStringBuilder for deterministic order (#481)contextshuffling
2018-10-13Clean up redundant throws clausesAllon Mureinik
2018-10-06Update builder tests to JUnit JupiterAllon Mureinik
2017-06-06Make sure lines in files don't have trailing white spaces and remove all trai...Benedikt Ritter
2016-11-23RecursiveToStringStyleTest now uses correct ToStringStyle in tests.duncan
2016-10-23Remove redundant type arguments.Gary Gregory
2015-05-05Removed spurious * lines before a */; mostly created by removing the @version...Henri Yandell
2015-05-05Removed @version $ from source per LANG-1129Henri Yandell
2014-02-17LANG-621: ReflectionToStringBuilder.toString does not debug 3rd party object ...Bruno P. Kinoshita