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 | 343–346 |
CollapsibleIfStatements | These nested if statements could be combined | 355–358 |
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 | 343–346 |
CollapsibleIfStatements | These nested if statements could be combined | 3 | 355–358 |