Fork me on GitHub

PMD Results

The following document contains the results of PMD 6.49.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 19–200

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

Rule Violation Line
CollapsibleIfStatements These nested if statements could be combined 92–94

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

Rule Violation Line
TooManyStaticImports Too many static imports may lead to messy code 19–657

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

Rule Violation Line
TooManyStaticImports Too many static imports may lead to messy code 19–412

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

Rule Violation Line
TooManyStaticImports Too many static imports may lead to messy code 19–431

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

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 153–154

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 156–159

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 19–200

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

Rule Violation Priority Line
CollapsibleIfStatements These nested if statements could be combined 3 92–94

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

Rule Violation Priority Line
TooManyStaticImports Too many static imports may lead to messy code 3 19–657

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

Rule Violation Priority Line
TooManyStaticImports Too many static imports may lead to messy code 3 19–412

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

Rule Violation Priority Line
TooManyStaticImports Too many static imports may lead to messy code 3 19–431

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 153–154

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 156–159