aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache/commons/lang3/builder/EqualsBuilderTest.java
AgeCommit message (Expand)Author
2022-08-21Fix links in Javadoc and documentations (#926)Marc Wrobel
2022-08-16Add a bunch of test in order to increase the coverage. (#904)Arturo Bernal
2022-07-15(doc) Fix typos in javadoc and comments (#920)Marc Wrobel
2022-07-05All tests should leave the ToStringStyle registry empty.Gary Gregory
2021-07-10Remove dead in-line comments.Gary Gregory
2021-05-25Create array with curly.Gary Gregory
2021-01-17Make private elements final where possible.Gary Gregory
2020-06-13array_style (#537)XenoAmess
2020-02-14Use final.Gary Gregory
2019-07-06Use HTTPS to access Apache resources.Gary Gregory
2019-02-09Simplify assertions (closes #404)Allon Mureinik
2018-10-13Clean up assertions (closes #376)Allon Mureinik
2018-10-13Clean up redundant throws clausesAllon Mureinik
2018-10-06Update builder tests to JUnit JupiterAllon Mureinik
2018-08-24Explicit type parameters can be removedBenedikt Ritter
2018-02-11LANG-1356: Add bypass option for classes to recursive and reflective EqualsBu...pascalschumacher
2017-10-20Use final.Gary Gregory
2017-09-08LANG-1349: EqualsBuilder#isRegistered: swappedPair construction bugpascalschumacher
2017-09-08LANG-1349: EqualsBuilder#isRegistered: swappedPair construction bugpascalschumacher
2017-06-06Make sure placement of curly braces is consistentBenedikt Ritter
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 Assert#assertFalse instead of Assert#assertTrue with a negated conditionpascalschumacher
2017-02-14Remove redundant casts (closes #235)Allon Mureinik
2016-11-16Add final modifier to method parameters.Gary Gregory
2016-11-16Add final modifier to private fields.Gary Gregory
2016-11-13LANG-1034: Add support for recursive comparison to EqualsBuilder#reflectionEq...pascalschumacher
2016-11-13LANG-1034: Recursive and reflective EqualsBuilder (closes #202)pascalschumacher
2016-10-23Add final modifier to method parameters.Gary Gregory
2016-10-23Add final modifier to private fields.Gary Gregory
2015-05-05Removed spurious * lines before a */; mostly created by removing the @version...Henri Yandell
2015-05-05Removed @version $ from source per LANG-1129Henri Yandell
2015-05-03EqualsExlcude notation, HashCodeExclude notation and ToStringExludeNotationFelipe Adorno
2014-06-27Use final consistently. Gary D. Gregory
2013-10-25Applying Thomas Neidhart's patch for LANG-905; fixing a bug in which EqualsBu...Henri 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-20Implement missing hashCode() methodsSebastian Bazley
2011-11-09Remove superfluous parens like:Gary D. Gregory
2011-11-09Use blocks.Gary D. Gregory
2011-11-09Avoid boolean boxing in asserts where possibleSebastian Bazley
2011-10-18Port to JUnit 4.Gary D. Gregory
2011-08-03Use more efficient Integer cache: Use "Integer.valueOf(int)" instead of "new ...Gary D. Gregory
2011-04-05Removing @author tags per thread on dev@: http://mail-archives.apache.org/mod...Henri Yandell
2011-02-03Add missing Javadoc @param.Gary D. Gregory
2010-03-20Adding Builder interface, and refactoring the builder classes and BasicThread...Henri Yandell
2010-03-20Applying the copy of the HashCodeBuilder code to stop cyclic references over ...Henri Yandell
2010-01-03Move test source into src/test/javaPaul C. Benedict Jr