Details
-
Wish
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
-
Sonar Profile used - Sonar way with Findbugs
Description
Types of Critical violations reported:
- Security - Array is stored directly
- Empty If Stmt
- Dodgey - Dead store to local variable
- Performance - Private method is never called
- Correctness - Possible null pointer dereference in method on exception path
Types of Major violations reported:
- Unused local variable
- Visibility Modifier
- While loops must use braces
- Cyclomatic Complexity