PMD Results

The following document contains the results of PMD 6.49.0.

Violations By Priority

Priority 3

org/apache/maven/doxia/module/markdown/FlexmarkDoxiaLinkResolver.java

Rule Violation Line
UnusedFormalParameter Avoid unused constructor parameters such as 'context'. 64

org/apache/maven/doxia/module/markdown/MarkdownParser.java

Rule Violation Line
CollapsibleIfStatements These nested if statements could be combined 268271
CollapsibleIfStatements These nested if statements could be combined 280283

org/apache/maven/doxia/module/markdown/MarkdownSink.java

Rule Violation Line
UnusedPrivateField Avoid unused private fields such as 'gridFlag'. 86
EmptyControlStatement Empty if statement 515521
EmptyControlStatement Empty if statement 528532

Files

org/apache/maven/doxia/module/markdown/FlexmarkDoxiaLinkResolver.java

Rule Violation Priority Line
UnusedFormalParameter Avoid unused constructor parameters such as 'context'. 3 64

org/apache/maven/doxia/module/markdown/MarkdownParser.java

Rule Violation Priority Line
CollapsibleIfStatements These nested if statements could be combined 3 268271
CollapsibleIfStatements These nested if statements could be combined 3 280283

org/apache/maven/doxia/module/markdown/MarkdownSink.java

Rule Violation Priority Line
UnusedPrivateField Avoid unused private fields such as 'gridFlag'. 3 86
EmptyControlStatement Empty if statement 3 515521
EmptyControlStatement Empty if statement 3 528532