aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache/commons/lang3/builder/ReflectionToStringBuilderExcludeTest.java
AgeCommit message (Expand)Author
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-04-22Use String#contains where possible (closes #263)Allon Mureinik
2016-10-23Remove redundant type arguments.Gary Gregory
2015-05-05Removed @version $ from source per LANG-1129Henri Yandell
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
2013-01-22Add final modifier to private fields.Gary D. Gregory
2011-10-18Port to JUnit 4.Gary D. Gregory
2011-04-05Removing @author tags per thread on dev@: http://mail-archives.apache.org/mod...Henri Yandell
2010-01-03Move test source into src/test/javaPaul C. Benedict Jr