aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache/commons/lang3/HashSetvBitSetTest.java
AgeCommit message (Expand)Author
2024-05-04Add WhitespaceAround and WhitespaceAroundCheckGary Gregory
2023-11-03Sort test membersGary Gregory
2022-07-05All tests should leave the ToStringStyle registry empty.Gary Gregory
2018-11-19Make whitespace use after tokens consistent and add a checkstyle rule to enfo...pascalschumacher
2017-06-06Make sure lines in files don't have trailing white spaces and remove all trai...Benedikt Ritter
2017-04-29HashSetvBitSetTest: use diamond operator (closes #264)Allon Mureinik
2017-04-28LANG-1110: Implement HashSetvBitSetTest using JMHpascalschumacher
2016-10-23Remove redundant type arguments.Gary Gregory
2013-01-22Add final modifier to local variables.Gary D. Gregory
2013-01-22Add final modifier to method parameters.Gary D. Gregory
2012-10-09Fail if BitSet not faster overallSebastian Bazley
2012-10-09LANG-839 ArrayUtils removeElements methods use unnecessary HashSetSebastian Bazley
2012-10-09LANG-839 Add tests to compare extractIndices+removeAll with direct use of Bit...Sebastian Bazley
2012-10-09LANG-839 ArrayUtils removeElements methods use unnecessary HashSetSebastian Bazley