aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache/commons/lang3/builder/MultilineRecursiveToStringStyleTest.java
AgeCommit message (Expand)Author
2022-07-05All tests should leave the ToStringStyle registry empty.Gary Gregory
2022-05-26Better constant name.Gary Gregory
2022-05-26Increase method test coverage of MultilineRecursiveToStringStyle (#899)Steve Bosman
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-06Prevent redundant modifiersBenedikt Ritter
2017-06-06Make sure lines in files don't have trailing white spaces and remove all trai...Benedikt Ritter
2017-05-19Remove wildcard static importduncan
2017-05-19Avoid endless loop printing array with MultilineRecursiveToStringStyleduncan
2017-03-19Remove test wildcard importsAllon Mureinik
2017-01-20deprecate SystemUtils#LINE_SEPARATOR in favor of java.lang.System#lineSeparatorpascalschumacher
2016-10-23Add final modifier to local variables.Gary Gregory
2016-10-23Add final modifier to method parameters.Gary Gregory
2016-10-23Remove redundant type arguments.Gary Gregory
2015-05-05Removed @version $ from source per LANG-1129Henri Yandell
2014-11-09LANG-1052: Multiline recursive to string style. This fixes #34 from github. T...Benedikt Ritter