This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-collections.git
from 34705e73c Bump github/codeql-action from 3.28.8 to 3.28.9
new 106808e20 Sort Checkstyle entries
new 8addbd6f0 Add Checkstyle ArrayTypeStyle
new 90852da34 Add Checkstyle CovariantEquals
new 8e408017a Add Checkstyle DefaultComesLast
new 2e0cd7ae3 Nomalize moduile name
new c6305a5d6 Add Checkstyle EmptyBlock
new e97ed2826 Add Checkstyle EqualsHashCode
new 153bb2256 Add Checkstyle FallThrough
new eb6561d21 Add Checkstyle FinalLocalVariable
new 0afd0b35b Add Checkstyle IllegalInstantiation
new 4bb493225 Add Checkstyle MultipleVariableDeclarations
new 99ae265fb Add Checkstyle SimplifyBooleanExpression
new bb2ebee5e Add Checkstyle SimplifyBooleanReturn
new 0cce8df41 Add Checkstyle StringLiteralEquality
new c446d250c Add Checkstyle SuperFinalize
new b0f126809 Add Checkstyle SuperClone
new 25969078b Add Checkstyle UnnecessaryParentheses
The 17 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/conf/checkstyle.xml | 77 +++++++++++++---------
.../collections4/map/AbstractReferenceMap.java | 6 +-
.../map/ConcurrentReferenceHashMap.java | 4 +-
.../apache/commons/collections4/map/Flat3Map.java | 8 +--
.../trie/analyzer/StringKeyAnalyzer.java | 3 +-
.../commons/collections4/ArrayUtilsTest.java | 6 ++
.../commons/collections4/MapPerformance.java | 3 +-
.../apache/commons/collections4/MapUtilsTest.java | 2 +-
.../commons/collections4/bag/AbstractBagTest.java | 8 ++-
.../bloomfilter/LayeredBloomFilterTest.java | 2 +-
.../collection/CompositeCollectionTest.java | 2 +-
.../comparators/ComparatorChainTest.java | 5 ++
.../collections4/functors/EqualPredicateTest.java | 5 ++
.../list/NodeCachingLinkedListTest.java | 6 +-
.../commons/collections4/map/LRUMapTest.java | 6 ++
.../multiset/AbstractMultiSetTest.java | 8 ++-
16 files changed, 100 insertions(+), 51 deletions(-)