Fork me on GitHub

PMD Results

The following document contains the results of PMD 5.0.5.

Files

splitlog-core: the client library - com/github/triceo/splitlog/LogWatchSweepingManager.java

Violation Line
Avoid using java.lang.ThreadGroup; it is not thread safe 24

splitlog-core: the client library - com/github/triceo/splitlog/LogWatchTailingManager.java

Violation Line
Avoid using java.lang.ThreadGroup; it is not thread safe 23

splitlog-core: the client library - com/github/triceo/splitlog/expectations/AbstractExpectation.java

Violation Line
Avoid using java.lang.ThreadGroup; it is not thread safe 34

splitlog-core: the client library - com/github/triceo/splitlog/expectations/AbstractExpectationManager.java

Violation Line
Avoid using java.lang.ThreadGroup; it is not thread safe 29

splitlog-core: the client library - com/github/triceo/splitlog/splitters/exceptions/DefaultExceptionDescriptor.java

Violation Line
Avoid empty if statements 3739

splitlog-core: the client library - com/github/triceo/splitlog/splitters/exceptions/ExceptionParser.java

Violation Line
Avoid unused private methods such as 'parseLine(LineType,String)'. 185