PMD Results

The following document contains the results of PMD 7.7.0.

Violations By Priority

Priority 3

ru/volnenko/plugin/openapidoc/Generator.java
Rule Violation Line
UnusedLocalVariable Avoid unused local variables such as 'roots'. 118
CollapsibleIfStatements This if statement could be combined with its parent 251–253
CollapsibleIfStatements This if statement could be combined with its parent 376–390
ru/volnenko/plugin/openapidoc/model/Schema.java
Rule Violation Line
UnusedLocalVariable Avoid unused local variables such as 'localType'. 49
ru/volnenko/plugin/openapidoc/util/MapperUtil.java
Rule Violation Line
EmptyControlStatement Empty initializer statement 15–18

Files

ru/volnenko/plugin/openapidoc/Generator.java

Rule Violation Priority Line
UnusedLocalVariable Avoid unused local variables such as 'roots'. 3 118
CollapsibleIfStatements This if statement could be combined with its parent 3 251–253
CollapsibleIfStatements This if statement could be combined with its parent 3 376–390

ru/volnenko/plugin/openapidoc/model/Schema.java

Rule Violation Priority Line
UnusedLocalVariable Avoid unused local variables such as 'localType'. 3 49

ru/volnenko/plugin/openapidoc/util/MapperUtil.java

Rule Violation Priority Line
EmptyControlStatement Empty initializer statement 3 15–18