Fork me on GitHub

PMD Results

The following document contains the results of PMD 6.55.0.

Violations By Priority

Priority 3

org/apache/maven/surefire/api/report/ConsoleOutputCapture.java
Rule Violation Line
TooManyStaticImports Too many static imports may lead to messy code 19200
org/apache/maven/surefire/api/report/LegacyPojoStackTraceWriter.java
Rule Violation Line
CollapsibleIfStatements These nested if statements could be combined 9294
org/apache/maven/surefire/api/stream/AbstractStreamDecoder.java
Rule Violation Line
TooManyStaticImports Too many static imports may lead to messy code 19657
org/apache/maven/surefire/api/testset/ResolvedTest.java
Rule Violation Line
TooManyStaticImports Too many static imports may lead to messy code 19412
org/apache/maven/surefire/api/testset/TestListResolver.java
Rule Violation Line
TooManyStaticImports Too many static imports may lead to messy code 19431
org/apache/maven/surefire/api/util/ReflectionUtils.java
Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 153154
org/apache/maven/surefire/api/util/TempFileManager.java
Rule Violation Line
AvoidThreadGroup Avoid using java.lang.ThreadGroup; it is not thread safe 96
CollapsibleIfStatements These nested if statements could be combined 156159

Priority 4

org/apache/maven/surefire/api/util/DefaultRunOrderCalculator.java
Rule Violation Line
UselessParentheses Useless parentheses. 97
org/apache/maven/surefire/api/util/TempFileManager.java
Rule Violation Line
UselessParentheses Useless parentheses. 141

Files

org/apache/maven/surefire/api/report/ConsoleOutputCapture.java

Rule Violation Priority Line
TooManyStaticImports Too many static imports may lead to messy code 3 19200

org/apache/maven/surefire/api/report/LegacyPojoStackTraceWriter.java

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

org/apache/maven/surefire/api/stream/AbstractStreamDecoder.java

Rule Violation Priority Line
TooManyStaticImports Too many static imports may lead to messy code 3 19657

org/apache/maven/surefire/api/testset/ResolvedTest.java

Rule Violation Priority Line
TooManyStaticImports Too many static imports may lead to messy code 3 19412

org/apache/maven/surefire/api/testset/TestListResolver.java

Rule Violation Priority Line
TooManyStaticImports Too many static imports may lead to messy code 3 19431

org/apache/maven/surefire/api/util/DefaultRunOrderCalculator.java

Rule Violation Priority Line
UselessParentheses Useless parentheses. 4 97

org/apache/maven/surefire/api/util/ReflectionUtils.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 153154

org/apache/maven/surefire/api/util/TempFileManager.java

Rule Violation Priority Line
AvoidThreadGroup Avoid using java.lang.ThreadGroup; it is not thread safe 3 96
UselessParentheses Useless parentheses. 4 141
CollapsibleIfStatements These nested if statements could be combined 3 156159