Files | Violations |
---|---|
org/apache/portals/bridges/mapserver/MapServerPortlet.java | 8 |
Violation | Line |
---|---|
The class 'MapServerPortlet' has a Cyclomatic Complexity of 7 (Highest = 11). | 48 |
Avoid unused private fields such as 'log' | 50 |
The method 'init' has a Cyclomatic Complexity of 11. | 92 |
Avoid unused local variables such as 'parameterMap' | 185 |
Avoid unused local variables such as 'queryString' | 186 |
Avoid unnecessary comparisons in boolean expressions | 236 |
Avoid using if statements without curly braces | 253 |
Avoid using if statements without curly braces | 265 |