PMD Results

The following document contains the results of PMD 6.55.0.

Violations By Priority

Priority 3

psi-probe-core - psiprobe/Utils.java

Rule Violation Line
AvoidThreadGroup Avoid using java.lang.ThreadGroup; it is not thread safe 404

psi-probe-core - psiprobe/controllers/threads/ListThreadsController.java

Rule Violation Line
AvoidThreadGroup Avoid using java.lang.ThreadGroup; it is not thread safe 73
AvoidThreadGroup Avoid using java.lang.ThreadGroup; it is not thread safe 91
AvoidThreadGroup Avoid using java.lang.ThreadGroup; it is not thread safe 92

psi-probe-core - psiprobe/jfreechart/XYLine3DRenderer.java

Rule Violation Line
OverrideBothEqualsAndHashcode Ensure you override both equals() and hashCode() 244

Priority 4

psi-probe-core - psiprobe/beans/stats/providers/MultipleSeriesProvider.java

Rule Violation Line
UselessParentheses Useless parentheses. 181

Files

psi-probe-core - psiprobe/Utils.java

Rule Violation Priority Line
AvoidThreadGroup Avoid using java.lang.ThreadGroup; it is not thread safe 3 404

psi-probe-core - psiprobe/beans/stats/providers/MultipleSeriesProvider.java

Rule Violation Priority Line
UselessParentheses Useless parentheses. 4 181

psi-probe-core - psiprobe/controllers/threads/ListThreadsController.java

Rule Violation Priority Line
AvoidThreadGroup Avoid using java.lang.ThreadGroup; it is not thread safe 3 73
AvoidThreadGroup Avoid using java.lang.ThreadGroup; it is not thread safe 3 91
AvoidThreadGroup Avoid using java.lang.ThreadGroup; it is not thread safe 3 92

psi-probe-core - psiprobe/jfreechart/XYLine3DRenderer.java

Rule Violation Priority Line
OverrideBothEqualsAndHashcode Ensure you override both equals() and hashCode() 3 244