PMD Results
The following document contains the results of PMD 6.13.0.
Violations By Priority
Priority 3
org/djutils/immutablecollections/ImmutableArrayList.java
| Rule | 
Violation | 
Line | 
| UselessOverridingMethod | 
Overriding method merely calls super | 
70–73 | 
org/djutils/immutablecollections/ImmutableHashSet.java
| Rule | 
Violation | 
Line | 
| UselessOverridingMethod | 
Overriding method merely calls super | 
66–69 | 
org/djutils/immutablecollections/ImmutableLinkedHashSet.java
| Rule | 
Violation | 
Line | 
| UselessOverridingMethod | 
Overriding method merely calls super | 
63–66 | 
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 | 
70–73 | 
org/djutils/immutablecollections/ImmutableHashSet.java
| Rule | 
Violation | 
Priority | 
Line | 
| UselessOverridingMethod | 
Overriding method merely calls super | 
3 | 
66–69 | 
org/djutils/immutablecollections/ImmutableLinkedHashSet.java
| Rule | 
Violation | 
Priority | 
Line | 
| UselessOverridingMethod | 
Overriding method merely calls super | 
3 | 
63–66 | 
org/djutils/multikeymap/MultiKeyMap.java
| Rule | 
Violation | 
Priority | 
Line | 
| UselessParentheses | 
Useless parentheses. | 
4 | 
200 | 
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 |