Violation | Line |
---|---|
Avoid if (x != y) ..; else ..; | 99 |
Avoid if (x != y) ..; else ..; | 123 |
Avoid if (x != y) ..; else ..; | 179 |
Violation | Line |
---|---|
No need to import a type that's in the same package | 22 |
Avoid if (x != y) ..; else ..; | 62 |
Avoid if (x != y) ..; else ..; | 100 |
Violation | Line |
---|---|
The class 'FacesPortlet' has a Cyclomatic Complexity of 4 (Highest = 11). | 54 |
Avoid unused private fields such as 'application' | 144 |
The method 'process' has a Cyclomatic Complexity of 11. | 414 |
Avoid unused local variables such as 'defaultView' | 422 |
Avoid unused local variables such as 'actionResponse' | 458 |
Avoid if (x != y) ..; else ..; | 532 |
Avoid if (x != y) ..; else ..; | 543 |
Avoid reassigning parameters such as 'defaultView' | 565 |
Avoid if (x != y) ..; else ..; | 574 |
Avoid if (x != y) ..; else ..; | 588 |
Avoid if (x != y) ..; else ..; | 616 |
Violation | Line |
---|---|
No need to import a type that's in the same package | 22 |
Avoid if (x != y) ..; else ..; | 62 |
Avoid if (x != y) ..; else ..; | 94 |
Violation | Line |
---|---|
Avoid unused private fields such as 'requestCookieMap' | 90 |
Avoid unused private fields such as 'requestPathInfo' | 96 |
Avoid unused private fields such as 'requestServletPath' | 99 |
Avoid if (x != y) ..; else ..; | 402 |
Avoid if (x != y) ..; else ..; | 435 |
Violation | Line |
---|---|
Avoid unused imports such as 'ActionRequest' | 36 |
Avoid calls to overridable methods during construction | 108 |
Avoid if (x != y) ..; else ..; | 196 |
Avoid using if statements without curly braces | 272 |
Avoid using if statements without curly braces | 277 |
Avoid if (x != y) ..; else ..; | 397 |
Violation | Line |
---|---|
Avoid using if statements without curly braces | 56 |
Violation | Line |
---|---|
Avoid unused imports such as 'PortletContext' | 20 |
No need to import a type that's in the same package | 23 |
Avoid if (x != y) ..; else ..; | 60 |
Avoid if (x != y) ..; else ..; | 97 |
Violation | Line |
---|---|
No need to import a type that's in the same package | 22 |
Avoid if (x != y) ..; else ..; | 59 |
Avoid if (x != y) ..; else ..; | 90 |
Violation | Line |
---|---|
No need to import a type that's in the same package | 22 |
Avoid if (x != y) ..; else ..; | 59 |
Avoid if (x != y) ..; else ..; | 90 |
Violation | Line |
---|---|
No need to import a type that's in the same package | 23 |
No need to import a type that's in the same package | 24 |
Avoid if (x != y) ..; else ..; | 64 |
Avoid calling toString() on String objects; this is unnecessary | 67 |
An empty statement (semicolon) not part of a loop | 95 |
Avoid if (x != y) ..; else ..; | 108 |
An empty statement (semicolon) not part of a loop | 111 |