aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache/commons/lang3/builder/ReflectionToStringBuilderMutateInspectConcurrencyTest.java
AgeCommit message (Collapse)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
Upgrade the tests in the builder package to use JUnit Jupiter as part of the effort to remove the dependency on the Vintage Engine. While most of these changes are drop-in replacements with no functional benefit, it is worth mentioning the change to how expected exceptions are tested. Unlike org.junit.Test, org.junit.jupiter.api.Test does not have an "expected" argument. Instead, an explicit call to org.junit.jupiter.api.Assertions.assertThrows is used. This call allows the test to pinpoint the exact statement that is expected to throw the expcetion and allows making the tests a bit stricter by preventing false-positives that could occur if the setup code would throw the expected exception instead of the statement that was supposed to throw it.
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 ↵Benedikt Ritter
trailing white spaces
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
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1436770 13f79535-47bb-0310-9956-ffa450edef68
2013-01-22Add final modifier to method parameters.Gary D. Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1436768 13f79535-47bb-0310-9956-ffa450edef68
2013-01-22Add final modifier to private fields.Gary D. Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1436767 13f79535-47bb-0310-9956-ffa450edef68
2012-09-25Remove unused fieldSebastian Bazley
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1390158 13f79535-47bb-0310-9956-ffa450edef68
2012-04-05Add missing @Override.Gary D. Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1309977 13f79535-47bb-0310-9956-ffa450edef68
2011-11-09Changing @since 3.0.2 to @since 3.1Henri Yandell
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1199816 13f79535-47bb-0310-9956-ffa450edef68
2011-11-09Use Java 5 LinkedList API, not Java 6. Note that ↵Gary D. Gregory
removeFirstOccurrence(Object) delegates to remove(Object) in Java 6. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1199798 13f79535-47bb-0310-9956-ffa450edef68
2011-11-09[LANG-762] Handle or document ReflectionToStringBuilder and ToStringBuilder ↵Gary D. Gregory
for collections that are not thread safe. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1199790 13f79535-47bb-0310-9956-ffa450edef68