Fork me on GitHub

PMD Results

The following document contains the results of PMD 6.46.0.

Violations By Priority

Priority 3

org/codehaus/mojo/tidy/task/EnsureOrderAndIndent.java

Rule Violation Line
TooManyStaticImports Too many static imports may lead to messy code 1397
UnusedLocalVariable Avoid unused local variables such as 'node'. 232

Files

org/codehaus/mojo/tidy/task/EnsureOrderAndIndent.java

Rule Violation Priority Line
TooManyStaticImports Too many static imports may lead to messy code 3 1397
UnusedLocalVariable Avoid unused local variables such as 'node'. 3 232