Files | Violations |
---|---|
org/apache/portals/bridges/mapserver/MapServerPortlet.java | 8 |
Violation | Line |
---|---|
The class 'MapServerPortlet' has a Cyclomatic Complexity of 7 (Highest = 11). | 49 |
Avoid unused private fields such as 'log' | 51 |
The method 'init' has a Cyclomatic Complexity of 11. | 93 |
Avoid unused local variables such as 'parameterMap' | 186 |
Avoid unused local variables such as 'queryString' | 187 |
Avoid unnecessary comparisons in boolean expressions | 237 |
Avoid using if statements without curly braces | 254 |
Avoid using if statements without curly braces | 266 |