This is an automated email from the ASF dual-hosted git repository.
kinow pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-collections.git.
from 342b03d [BulkTest] remove workarounds for buggy JDK 1.6
implementations (#68)
new 0d892c2 Remove unnecessary supress warning for generics
new 6104927 Remove unused imports
new 3742db4 enum constructors are already private
new 2da1b2f Fix PMD issue for class already imported
new 9f45dc0 Fix PMD issue regarding Ternary operators that can be
simplified
new 5c33153 Merge pull request #69 from kinow/fix-warnings-1
The 3088 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:
.../java/org/apache/commons/collections4/bidimap/TreeBidiMap.java | 2 +-
.../apache/commons/collections4/collection/CompositeCollection.java | 1 -
.../java/org/apache/commons/collections4/functors/AllPredicate.java | 2 +-
.../org/apache/commons/collections4/iterators/NodeListIterator.java | 2 +-
.../org/apache/commons/collections4/iterators/PeekingIterator.java | 2 +-
.../org/apache/commons/collections4/iterators/PushbackIterator.java | 2 +-
.../org/apache/commons/collections4/list/AbstractLinkedList.java | 2 +-
.../commons/collections4/multimap/AbstractMultiValuedMap.java | 6 +++---
src/test/java/org/apache/commons/collections4/SetUtilsTest.java | 1 -
.../commons/collections4/functors/AbstractMockPredicateTest.java | 2 +-
.../java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java | 1 -
.../org/apache/commons/collections4/list/Collections701Test.java | 1 -
12 files changed, 10 insertions(+), 14 deletions(-)