Violation | Line |
---|
No need to import a type that's in the same package |
40
|
Avoid unused private fields such as 'log' |
68
|
Avoid unused private fields such as 'portletID' |
87
|
Avoid using if statements without curly braces |
98
|
Avoid using if statements without curly braces |
103
|
Avoid using 'if...else' statements without curly braces |
118
|
Avoid using 'if...else' statements without curly braces |
120
|
Avoid using if statements without curly braces |
124
|
Avoid if (x != y) ..; else ..; |
155
|
Avoid really long methods. |
206
|
Avoid if (x != y) ..; else ..; |
225
|
Avoid using if statements without curly braces |
255
|
Avoid using if statements without curly braces |
268
|
Avoid unused local variables such as 'bShowInfoPage' |
271
|
Avoid unused local variables such as 'cookieValue' |
272
|
Avoid unnecessary comparisons in boolean expressions |
291
|
Avoid if (x != y) ..; else ..; |
322
|
Avoid using if statements without curly braces |
324
|