PMD Results
The following document contains the results of PMD 7.7.0.
Violations By Priority
Priority 3
org/apache/maven/index/reader/IndexWriter.java
| Rule | Violation | Line | 
|---|---|---|
| EmptyControlStatement | Empty if statement | 149–151 | 
org/apache/maven/index/reader/RecordExpander.java
| Rule | Violation | Line | 
|---|---|---|
| TooManyStaticImports | Too many static imports may lead to messy code | 19–215 | 
Priority 4
org/apache/maven/index/reader/ChunkWriter.java
| Rule | Violation | Line | 
|---|---|---|
| UselessParentheses | Useless parentheses. | 157 | 
| UselessParentheses | Useless parentheses. | 160 | 
org/apache/maven/index/reader/resource/BufferedResourceHandler.java
| Rule | Violation | Line | 
|---|---|---|
| UnnecessaryImport | Unused import 'java.io.BufferedInputStream' | 21 | 
Files
org/apache/maven/index/reader/ChunkWriter.java
| Rule | Violation | Priority | Line | 
|---|---|---|---|
| UselessParentheses | Useless parentheses. | 4 | 157 | 
| UselessParentheses | Useless parentheses. | 4 | 160 | 
org/apache/maven/index/reader/IndexWriter.java
| Rule | Violation | Priority | Line | 
|---|---|---|---|
| EmptyControlStatement | Empty if statement | 3 | 149–151 | 
org/apache/maven/index/reader/RecordExpander.java
| Rule | Violation | Priority | Line | 
|---|---|---|---|
| TooManyStaticImports | Too many static imports may lead to messy code | 3 | 19–215 | 
org/apache/maven/index/reader/resource/BufferedResourceHandler.java
| Rule | Violation | Priority | Line | 
|---|---|---|---|
| UnnecessaryImport | Unused import 'java.io.BufferedInputStream' | 4 | 21 | 


