Apache Commons logo Commons Collections

PMD Results

The following document contains the results of PMD 6.55.0.

PMD found no problems in your source code.

Suppressed Violations

Filename Rule message Suppression type Reason
org/apache/commons/collections4/IteratorUtils.java Avoid empty catch blocks nopmd
org/apache/commons/collections4/MapUtils.java Avoid empty catch blocks nopmd
org/apache/commons/collections4/bag/TransformedBag.java This usage of the Collection.toArray() method will throw a ClassCastException. nopmd - false positive for generics
org/apache/commons/collections4/bag/TransformedSortedBag.java This usage of the Collection.toArray() method will throw a ClassCastException. nopmd - false positive for generics
org/apache/commons/collections4/collection/TransformedCollection.java This usage of the Collection.toArray() method will throw a ClassCastException. nopmd - false positive for generics
org/apache/commons/collections4/functors/PrototypeFactory.java Avoid empty catch blocks nopmd
org/apache/commons/collections4/functors/PrototypeFactory.java Avoid empty catch blocks nopmd
org/apache/commons/collections4/iterators/ObjectGraphIterator.java Empty if statement nopmd
org/apache/commons/collections4/iterators/PermutationIterator.java These nested if statements could be combined nopmd
org/apache/commons/collections4/list/CursorableLinkedList.java Empty if statement nopmd
org/apache/commons/collections4/list/TransformedList.java This usage of the Collection.toArray() method will throw a ClassCastException. nopmd - false positive for generics
org/apache/commons/collections4/map/AbstractReferenceMap.java Empty while statement nopmd
org/apache/commons/collections4/map/MultiValueMap.java Overriding method merely calls super nopmd
org/apache/commons/collections4/queue/TransformedQueue.java This usage of the Collection.toArray() method will throw a ClassCastException. nopmd - false positive for generics
org/apache/commons/collections4/set/TransformedNavigableSet.java This usage of the Collection.toArray() method will throw a ClassCastException. nopmd - false positive for generics
org/apache/commons/collections4/set/TransformedSet.java This usage of the Collection.toArray() method will throw a ClassCastException. nopmd - false positive for generics
org/apache/commons/collections4/set/TransformedSortedSet.java This usage of the Collection.toArray() method will throw a ClassCastException. nopmd - false positive for generics