aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache/commons/lang3/builder/ReflectionToStringBuilderConcurrencyTest.java
AgeCommit message (Expand)Author
2017-10-15Always use static imports for assertion methods to be consistent with other t...pascalschumacher
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
2015-03-26LANG-1091: Shutdown thread pools in test cases. This fixes #58 from github. T...Benedikt Ritter
2013-01-23JUnit 3 -> 4: replace import of junit.framework.Assert with org.junit.Assert.Gary D. Gregory
2013-01-22Add final modifier to local variables.Gary D. Gregory
2013-01-22Add final modifier to method parameters.Gary D. Gregory
2012-09-27Explicit boxingSebastian Bazley
2012-04-05Add missing @Override.Gary D. Gregory
2011-11-10Turn off long-running test for now.Gary D. Gregory
2011-11-09Changing @since 3.0.2 to @since 3.1Henri Yandell
2011-11-09@version $Id$Gary D. Gregory
2011-11-09[LANG-762] Handle or document ReflectionToStringBuilder and ToStringBuilder f...Gary D. Gregory