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 |
This if statement could be combined with its parent |
//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 |