PMD Results
The following document contains the results of PMD 4.3.
Files
org/apache/maven/surefire/group/parse/GroupMatcherParser.java
Violation |
Line |
Do not use if statements that are always true or always false |
57 |
Do not use if statements that are always true or always false |
71 |
An empty statement (semicolon) not part of a loop |
84 |
Do not use if statements that are always true or always false |
92 |
An empty statement (semicolon) not part of a loop |
105 |
An empty statement (semicolon) not part of a loop |
113 |
Do not use if statements that are always true or always false |
122 |
An empty statement (semicolon) not part of a loop |
133 |
Do not use if statements that are always true or always false |
137 |
Do not use if statements that are always true or always false |
162 |
Avoid unused private fields such as 'jj_ntk'. |
409 |
Avoid unused private methods such as 'jj_ntk()'. |
564 |
Avoid using java.lang.ThreadGroup; it is not thread safe |
571 |
Avoid empty catch blocks |
670 |
org/apache/maven/surefire/group/parse/GroupMatcherParserTokenManager.java
Violation |
Line |
Do not start a literal by 0 unless it's an octal value |
240 |
Avoid unused local variables such as 'i2'. |
286 |
Do not start a literal by 0 unless it's an octal value |
287 |
Avoid unused local variables such as 'l2'. |
287 |
Do not start a literal by 0 unless it's an octal value |
439 |
Avoid unused private methods such as 'jjAddStates(int,int)'. |
480 |
Avoid unused private methods such as 'jjCheckNAddTwoStates(int,int)'. |
486 |
org/apache/maven/surefire/group/parse/SimpleCharStream.java
Violation |
Line |
Avoid using java.lang.ThreadGroup; it is not thread safe |
117 |
Avoid using java.lang.ThreadGroup; it is not thread safe |
315 |
Avoid using java.lang.ThreadGroup; it is not thread safe |
315 |
Avoid using java.lang.ThreadGroup; it is not thread safe |
322 |
Avoid using java.lang.ThreadGroup; it is not thread safe |
355 |
Avoid using java.lang.ThreadGroup; it is not thread safe |
355 |
Avoid using java.lang.ThreadGroup; it is not thread safe |
362 |
org/apache/maven/surefire/group/parse/TokenMgrError.java
Violation |
Line |
Overriding method merely calls super |
124 - 126 |