Fork me on GitHub

PMD Results

The following document contains the results of PMD 6.42.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 1243

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

Rule Violation Line
CollapsibleIfStatements These nested if statements could be combined 111114

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

Rule Violation Line
TooManyStaticImports Too many static imports may lead to messy code 1771

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

Rule Violation Line
TooManyStaticImports Too many static imports may lead to messy code 1500

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

Rule Violation Line
TooManyStaticImports Too many static imports may lead to messy code 1512

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

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 205207

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

Rule Violation Line
AvoidThreadGroup Avoid using java.lang.ThreadGroup; it is not thread safe 104
CollapsibleIfStatements These nested if statements could be combined 178182

Priority 4

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

Rule Violation Line
UselessParentheses Useless parentheses. 117

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

Rule Violation Line
UselessParentheses Useless parentheses. 158

Files

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

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

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

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

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

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

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

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

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

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

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

Rule Violation Priority Line
UselessParentheses Useless parentheses. 4 117

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

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 205207

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

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