PMD Results

The following document contains the results of PMD 6.55.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 340343
CollapsibleIfStatements These nested if statements could be combined 352355
org/apache/maven/doxia/module/markdown/MarkdownSink.java
Rule Violation Line
EmptyControlStatement Empty if statement 379383

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 340343
CollapsibleIfStatements These nested if statements could be combined 3 352355

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

Rule Violation Priority Line
EmptyControlStatement Empty if statement 3 379383