Violation | Line |
The class 'SetTag' has a Cyclomatic Complexity of 4 (Highest = 22). |
47
|
Avoid unused private fields such as 'log' |
56
|
Private field could be made final. It is only initialized in the declaration or constructor. |
56
|
Private field could be made final. It is only initialized in the declaration or constructor. |
73
|
The method 'doTag' has a Cyclomatic Complexity of 22. |
81
|
Avoid unnecessary comparisons in boolean expressions |
92
|
Avoid unnecessary comparisons in boolean expressions |
116
|
Avoid unused private methods such as 'valueAsList' |
177
|
Avoid unused private methods such as 'valueAsSingle' |
189
|
Avoid unused private methods such as 'nodeListToStringList' |
209
|
Avoid unused private methods such as 'joinDelimitedElements' |
221
|
Avoid unused private methods such as 'determineReturnType' |
233
|
Avoid if (x != y) ..; else ..; |
243
|
Avoid instantiating Boolean objects; you can usually invoke Boolean.TRUE instead. |
278
|
Avoid instantiating Boolean objects; you can usually invoke Boolean.TRUE instead. |
288
|