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 324327
CollapsibleIfStatements These nested if statements could be combined 476480
CollapsibleIfStatements These nested if statements could be combined 485489

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 324327
CollapsibleIfStatements These nested if statements could be combined 3 476480
CollapsibleIfStatements These nested if statements could be combined 3 485489

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