PMD Results
The following document contains the results of PMD 6.21.0.
Violations By Priority
Priority 3
org/opentrafficsim/sim0mq/publisher/ReturnWrapperImpl.java
Rule |
Violation |
Line |
UnusedFormalParameter |
Avoid unused constructor parameters such as 'packetsSent'. |
59 |
Priority 4
org/opentrafficsim/sim0mq/publisher/LaneGTUIdTransceiver.java
Rule |
Violation |
Line |
UselessParentheses |
Useless parentheses. |
61 |
Files
org/opentrafficsim/sim0mq/publisher/LaneGTUIdTransceiver.java
Rule |
Violation |
Priority |
Line |
UselessParentheses |
Useless parentheses. |
4 |
61 |
org/opentrafficsim/sim0mq/publisher/ReturnWrapperImpl.java
Rule |
Violation |
Priority |
Line |
UnusedFormalParameter |
Avoid unused constructor parameters such as 'packetsSent'. |
3 |
59 |