PMD Results
The following document contains the results of PMD 6.21.0.
Violations By Priority
Priority 3
org/djutils/immutablecollections/ImmutableArrayList.java
| Rule |
Violation |
Line |
| UselessOverridingMethod |
Overriding method merely calls super |
69–72 |
org/djutils/immutablecollections/ImmutableHashSet.java
| Rule |
Violation |
Line |
| UselessOverridingMethod |
Overriding method merely calls super |
65–68 |
org/djutils/immutablecollections/ImmutableLinkedHashSet.java
| Rule |
Violation |
Line |
| UselessOverridingMethod |
Overriding method merely calls super |
62–65 |
Priority 4
org/djutils/primitives/Primitive.java
| Rule |
Violation |
Line |
| UselessParentheses |
Useless parentheses. |
47 |
Files
org/djutils/event/AbstractEvent.java
| Rule |
Violation |
Priority |
Line |
| UselessParentheses |
Useless parentheses. |
4 |
65 |
org/djutils/immutablecollections/ImmutableArrayList.java
| Rule |
Violation |
Priority |
Line |
| UselessOverridingMethod |
Overriding method merely calls super |
3 |
69–72 |
org/djutils/immutablecollections/ImmutableHashSet.java
| Rule |
Violation |
Priority |
Line |
| UselessOverridingMethod |
Overriding method merely calls super |
3 |
65–68 |
org/djutils/immutablecollections/ImmutableLinkedHashSet.java
| Rule |
Violation |
Priority |
Line |
| UselessOverridingMethod |
Overriding method merely calls super |
3 |
62–65 |
org/djutils/multikeymap/MultiKeyMap.java
| Rule |
Violation |
Priority |
Line |
| UselessParentheses |
Useless parentheses. |
4 |
200 |
org/djutils/quadtree/Rectangle.java
| Rule |
Violation |
Priority |
Line |
| UselessParentheses |
Useless parentheses. |
4 |
147 |
org/djutils/rmi/RMIObject.java
| Rule |
Violation |
Priority |
Line |
| AvoidUsingHardCodedIP |
Do not hard code the IP address |
3 |
45 |
org/djutils/rmi/RMIUtils.java
| Rule |
Violation |
Priority |
Line |
| AvoidUsingHardCodedIP |
Do not hard code the IP address |
3 |
74 |