aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache/commons/lang3/builder/ReflectionToStringBuilderMutateInspectConcurrencyTest.java
AgeCommit message (Expand)Author
2022-07-05All tests should leave the ToStringStyle registry empty.Gary Gregory
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 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
2016-10-23Remove redundant type arguments.Gary Gregory
2016-02-01CRLF -> LFEmmanuel Bourg
2015-05-05Removed @version $ from source per LANG-1129Henri Yandell
2013-01-22Add final modifier to local variables.Gary D. Gregory
2013-01-22Add final modifier to method parameters.Gary D. Gregory
2013-01-22Add final modifier to private fields.Gary D. Gregory
2012-09-25Remove unused fieldSebastian Bazley
2012-04-05Add missing @Override.Gary D. Gregory
2011-11-09Changing @since 3.0.2 to @since 3.1Henri Yandell
2011-11-09Use Java 5 LinkedList API, not Java 6. Note that removeFirstOccurrence(Object...Gary D. Gregory
2011-11-09[LANG-762] Handle or document ReflectionToStringBuilder and ToStringBuilder f...Gary D. Gregory