Date | User | Action | Rule | Parameters |
---|---|---|---|---|
Feb 22, 2015 6:39 PM | System | Activated | Source files should not have any duplicated blocks |
Severity set to MAJOR |
Feb 22, 2015 6:39 PM | System | Activated | Branches should have sufficient coverage by unit tests |
Severity set to MAJOR Parameter minimumBranchCoverageRatio set to 65.0 |
Feb 22, 2015 6:39 PM | System | Activated | Tabulation characters should not be used |
Severity set to MINOR |
Feb 22, 2015 6:39 PM | System | Activated | Methods should not be too complex |
Severity set to MAJOR Parameter max set to 10 |
Feb 22, 2015 6:39 PM | System | Activated | Classes should not be too complex |
Severity set to MAJOR Parameter max set to 200 |
Feb 22, 2015 6:39 PM | System | Activated | Sections of code should not be "commented out" |
Severity set to MAJOR |
Feb 22, 2015 6:39 PM | System | Activated | Nested blocks of code should not be left empty |
Severity set to MAJOR |
Feb 22, 2015 6:39 PM | System | Activated | Methods should not have too many parameters |
Severity set to MAJOR Parameter maximumMethodParameters set to 7 |
Feb 22, 2015 6:39 PM | System | Activated | Generic exceptions should never be thrown |
Severity set to MAJOR |
Feb 22, 2015 6:39 PM | System | Activated | Method names should comply with a naming convention |
Severity set to MAJOR Parameter format set to ^[a-z][a-zA-Z0-9]*$ |
Feb 22, 2015 6:39 PM | System | Activated | Class names should comply with a naming convention |
Severity set to MAJOR Parameter format set to ^[A-Z][a-zA-Z0-9]*$ |
Feb 22, 2015 6:39 PM | System | Activated | Interface names should comply with a naming convention |
Severity set to MAJOR Parameter format set to ^[A-Z][a-zA-Z0-9]*$ |
Feb 22, 2015 6:39 PM | System | Activated | Constant names should comply with a naming convention |
Severity set to MAJOR Parameter format set to ^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$ |
Feb 22, 2015 6:39 PM | System | Activated | Field names should comply with a naming convention |
Severity set to MAJOR Parameter format set to ^[a-z][a-zA-Z0-9]*$ |
Feb 22, 2015 6:39 PM | System | Activated | Local variable and method parameter names should comply with a naming convention |
Severity set to MAJOR Parameter format set to ^[a-z][a-zA-Z0-9]*$ |
Feb 22, 2015 6:39 PM | System | Activated | Type parameter names should comply with a naming convention |
Severity set to MAJOR Parameter format set to ^[A-Z]$ |
Feb 22, 2015 6:39 PM | System | Activated | Package names should comply with a naming convention |
Severity set to MAJOR Parameter format set to ^[a-z]+(\.[a-z][a-z0-9]*)*$ |
Feb 22, 2015 6:39 PM | System | Activated | Control structures should use curly braces |
Severity set to MAJOR |
Feb 22, 2015 6:39 PM | System | Activated | Statements should be on separate lines |
Severity set to MAJOR |
Feb 22, 2015 6:39 PM | System | Activated | Close curly brace and the next "else", "catch" and "finally" keywords should be located on the same line |
Severity set to MAJOR |
Feb 22, 2015 6:39 PM | System | Activated | A close curly brace should be located at the beginning of a line |
Severity set to MAJOR |
Feb 22, 2015 6:39 PM | System | Activated | An open curly brace should be located at the end of a line |
Severity set to MAJOR |
Feb 22, 2015 6:39 PM | System | Activated | Useless parentheses around expressions should be removed to prevent any misunderstanding |
Severity set to MAJOR |
Feb 22, 2015 6:39 PM | System | Activated | The Object.finalize() method should not be called |
Severity set to CRITICAL |
Feb 22, 2015 6:39 PM | System | Activated | The Object.finalize() method should not be overriden |
Severity set to CRITICAL |
Feb 22, 2015 6:39 PM | System | Activated | super.finalize() should be called at the end of Object.finalize() implementations |
Severity set to BLOCKER |
Feb 22, 2015 6:39 PM | System | Activated | Class variable fields should not have public accessibility |
Severity set to MAJOR |
Feb 22, 2015 6:39 PM | System | Activated | "for" loop stop conditions should be invariant |
Severity set to MAJOR |
Feb 22, 2015 6:39 PM | System | Activated | Labels should not be used |
Severity set to MAJOR |
Feb 22, 2015 6:39 PM | System | Activated | "switch" statements should end with "default" clauses |
Severity set to MAJOR |
Feb 22, 2015 6:39 PM | System | Activated | Empty statements should be removed |
Severity set to MAJOR |
Feb 22, 2015 6:39 PM | System | Activated | Modifiers should be declared in the correct order |
Severity set to MINOR |
Feb 22, 2015 6:39 PM | System | Activated | Assignments should not be made from within sub-expressions |
Severity set to MAJOR |
Feb 22, 2015 6:39 PM | System | Activated | Comments should not be located at the end of lines of code |
Severity set to MINOR Parameter legalCommentPattern set to ^\s*+[^\s]++$ |
Feb 22, 2015 6:39 PM | System | Activated | Useless imports should be removed |
Severity set to MINOR |
Feb 22, 2015 6:39 PM | System | Activated | Long suffix "L" should be upper case |
Severity set to MAJOR |
Feb 22, 2015 6:39 PM | System | Activated | Deprecated elements should have both the annotation and the Javadoc tag |
Severity set to MAJOR |
Feb 22, 2015 6:39 PM | System | Activated | Local variables should not shadow class fields |
Severity set to MAJOR |
Feb 22, 2015 6:39 PM | System | Activated | Deprecated code should be removed eventually |
Severity set to INFO |
Feb 22, 2015 6:39 PM | System | Activated | "FIXME" tags should be handled |
Severity set to MAJOR |
Feb 22, 2015 6:39 PM | System | Activated | "TODO" tags should be handled |
Severity set to INFO |
Feb 22, 2015 6:39 PM | System | Activated | Utility classes should not have public constructors |
Severity set to MAJOR |
Feb 22, 2015 6:39 PM | System | Activated | Strings literals should be placed on the left side when checking for equality |
Severity set to MAJOR |
Feb 22, 2015 6:39 PM | System | Activated | Return of boolean expressions should not be wrapped into an "if-then-else" statement |
Severity set to MAJOR |
Feb 22, 2015 6:39 PM | System | Activated | Boolean literals should not be redundant |
Severity set to MINOR |
Feb 22, 2015 6:39 PM | System | Activated | Expressions should not be too complex |
Severity set to MAJOR Parameter max set to 3 |
Feb 22, 2015 6:39 PM | System | Activated | Try-catch blocks should not be nested |
Severity set to MAJOR |
Feb 22, 2015 6:39 PM | System | Activated | Exit methods should not be called |
Severity set to CRITICAL |
Feb 22, 2015 6:39 PM | System | Activated | Jump statements should not occur in "finally" blocks |
Severity set to BLOCKER |
Feb 22, 2015 6:39 PM | System | Activated | Useless "if(true) {...}" and "if(false){...}" blocks should be removed |
Severity set to MAJOR |