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 1774

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

Priority 4

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

Rule Violation Line
UselessParentheses Useless parentheses. 122

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 1774

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 122

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

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 205207