PMD Results

The following document contains the results of PMD 6.13.0.

Violations By Priority

Priority 3

org/sim0mq/federatestarter/FederateStarter.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 299302
CollapsibleIfStatements These nested if statements could be combined 451455
CollapsibleIfStatements These nested if statements could be combined 460464

org/sim0mq/message/SimulationMessage.java

Rule Violation Line
UnusedFormalParameter Avoid unused method parameters such as 'utf8'. 64
UnusedFormalParameter Avoid unused method parameters such as 'utf8'. 106

Files

org/sim0mq/federatestarter/FederateStarter.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 299302
CollapsibleIfStatements These nested if statements could be combined 3 451455
CollapsibleIfStatements These nested if statements could be combined 3 460464

org/sim0mq/message/SimulationMessage.java

Rule Violation Priority Line
UnusedFormalParameter Avoid unused method parameters such as 'utf8'. 3 64
UnusedFormalParameter Avoid unused method parameters such as 'utf8'. 3 106