Fork me on GitHub

PMD Results

The following document contains the results of PMD 6.55.0.

Violations By Priority

Priority 4

org/apache/maven/surefire/extensions/util/CommandlineExecutor.java
Rule Violation Line
DontCallThreadRun Dont call Thread.run() explicitly, use Thread.start() 93

Files

org/apache/maven/surefire/extensions/util/CommandlineExecutor.java

Rule Violation Priority Line
DontCallThreadRun Dont call Thread.run() explicitly, use Thread.start() 4 93