The following document contains the results of Checkstyle 6.2 with sun_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | LeftCurly | 92 | |
| RightCurly | 56 | ||
| coding | AvoidInlineConditionals | 32 | |
| HiddenField | 42 | ||
| MagicNumber | 11 | ||
| MissingSwitchDefault | 1 | ||
| design | DesignForExtension | 124 | |
| VisibilityModifier | 4 | ||
| imports | AvoidStarImport | 4 | |
| javadoc | JavadocMethod | 137 | |
| JavadocPackage | 2 | ||
| JavadocStyle | 1 | ||
| JavadocType | 12 | ||
| JavadocVariable | 49 | ||
| misc | FinalParameters | 182 | |
| naming | ConstantName | 1 | |
| regexp | RegexpSingleline
|
143 | |
| sizes | LineLength | 126 | |
| whitespace | FileTabCharacter | 9 | |
| GenericWhitespace | 1 | ||
| OperatorWrap | 85 | ||
| WhitespaceAfter | 43 | ||
| WhitespaceAround | 489 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 19 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 26 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 31 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 32 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 33 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 33 | |
| misc | FinalParameters | Parameter lhs should be final. | 35 | |
| misc | FinalParameters | Parameter rhs should be final. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 43 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| misc | FinalParameters | Parameter person should be final. | 44 | |
| coding | HiddenField | 'person' hides a field. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| design | DesignForExtension | Method 'getPerson' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| blocks | LeftCurly | '{' should have line break after. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 49 | |
| design | DesignForExtension | Method 'getFirstName' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| blocks | LeftCurly | '{' should have line break after. | 49 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 49 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 49 | |
| whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 49 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 49 | |
| whitespace | WhitespaceAround | '?' is not followed by whitespace. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 50 | |
| design | DesignForExtension | Method 'getLastName' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| blocks | LeftCurly | '{' should have line break after. | 50 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 50 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 50 | |
| whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 50 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 50 | |
| whitespace | WhitespaceAround | '?' is not followed by whitespace. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 51 | |
| design | DesignForExtension | Method 'getModName' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| blocks | LeftCurly | '{' should have line break after. | 51 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 51 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 51 | |
| whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 51 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 51 | |
| whitespace | WhitespaceAround | '?' is not followed by whitespace. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 52 | |
| design | DesignForExtension | Method 'getBirthDate' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| blocks | LeftCurly | '{' should have line break after. | 52 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 52 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 52 | |
| whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 52 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 52 | |
| whitespace | WhitespaceAround | '?' is not followed by whitespace. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 53 | |
| design | DesignForExtension | Method 'setFirstName' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| misc | FinalParameters | Parameter name should be final. | 53 | |
| blocks | LeftCurly | '{' should have line break after. | 53 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 53 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 53 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 53 | |
| blocks | LeftCurly | '{' should have line break after. | 53 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 53 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 53 | |
| blocks | RightCurly | '}' should be alone on a line. | 53 | |
| blocks | RightCurly | '}' should have line break before. | 53 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 53 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 54 | |
| design | DesignForExtension | Method 'setLastName' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| misc | FinalParameters | Parameter name should be final. | 54 | |
| blocks | LeftCurly | '{' should have line break after. | 54 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 54 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 54 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 54 | |
| blocks | LeftCurly | '{' should have line break after. | 54 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 54 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 54 | |
| blocks | RightCurly | '}' should be alone on a line. | 54 | |
| blocks | RightCurly | '}' should have line break before. | 54 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 54 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 55 | |
| design | DesignForExtension | Method 'setModName' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| misc | FinalParameters | Parameter name should be final. | 55 | |
| blocks | LeftCurly | '{' should have line break after. | 55 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 55 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 55 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 55 | |
| blocks | LeftCurly | '{' should have line break after. | 55 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 55 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 55 | |
| blocks | RightCurly | '}' should be alone on a line. | 55 | |
| blocks | RightCurly | '}' should have line break before. | 55 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 55 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 56 | |
| design | DesignForExtension | Method 'setBirthDate' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| misc | FinalParameters | Parameter date should be final. | 56 | |
| blocks | LeftCurly | '{' should have line break after. | 56 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 56 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 56 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 56 | |
| blocks | LeftCurly | '{' should have line break after. | 56 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 56 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 56 | |
| blocks | RightCurly | '}' should be alone on a line. | 56 | |
| blocks | RightCurly | '}' should have line break before. | 56 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 56 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 56 | |
| design | DesignForExtension | Method 'getRoles' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| design | DesignForExtension | Method 'setRoles' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| misc | FinalParameters | Parameter roles should be final. | 62 | |
| coding | HiddenField | 'roles' hides a field. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 68 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 68 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| misc | FinalParameters | Parameter obj should be final. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 74 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 74 | |
| blocks | LeftCurly | '{' should have line break after. | 74 | |
| blocks | RightCurly | '}' should have line break before. | 74 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 75 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 75 | |
| blocks | LeftCurly | '{' should have line break after. | 75 | |
| blocks | RightCurly | '}' should have line break before. | 75 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 76 | |
| blocks | LeftCurly | '{' should have line break after. | 78 | |
| blocks | RightCurly | '}' should have line break before. | 78 | |
| blocks | LeftCurly | '{' should have line break after. | 83 | |
| blocks | RightCurly | '}' should have line break before. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 7 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 9 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 10 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 10 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| misc | FinalParameters | Parameter person should be final. | 26 | |
| coding | HiddenField | 'person' hides a field. | 26 | |
| design | DesignForExtension | Method 'getPerson' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| blocks | LeftCurly | '{' should have line break after. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 31 | |
| design | DesignForExtension | Method 'getFirstName' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| blocks | LeftCurly | '{' should have line break after. | 31 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 31 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 31 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 31 | |
| whitespace | WhitespaceAround | '?' is not followed by whitespace. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 32 | |
| design | DesignForExtension | Method 'getLastName' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| blocks | LeftCurly | '{' should have line break after. | 32 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 32 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 32 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 32 | |
| whitespace | WhitespaceAround | '?' is not followed by whitespace. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 33 | |
| design | DesignForExtension | Method 'getModName' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| blocks | LeftCurly | '{' should have line break after. | 33 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 33 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 33 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 33 | |
| whitespace | WhitespaceAround | '?' is not followed by whitespace. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 34 | |
| design | DesignForExtension | Method 'getBirthDate' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| blocks | LeftCurly | '{' should have line break after. | 34 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 34 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 34 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 34 | |
| whitespace | WhitespaceAround | '?' is not followed by whitespace. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 35 | |
| design | DesignForExtension | Method 'setFirstName' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| misc | FinalParameters | Parameter name should be final. | 35 | |
| blocks | LeftCurly | '{' should have line break after. | 35 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 35 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 35 | |
| blocks | LeftCurly | '{' should have line break after. | 35 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 35 | |
| blocks | RightCurly | '}' should be alone on a line. | 35 | |
| blocks | RightCurly | '}' should have line break before. | 35 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 36 | |
| design | DesignForExtension | Method 'setLastName' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| misc | FinalParameters | Parameter name should be final. | 36 | |
| blocks | LeftCurly | '{' should have line break after. | 36 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 36 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 36 | |
| blocks | LeftCurly | '{' should have line break after. | 36 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 36 | |
| blocks | RightCurly | '}' should be alone on a line. | 36 | |
| blocks | RightCurly | '}' should have line break before. | 36 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 37 | |
| design | DesignForExtension | Method 'setModName' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| misc | FinalParameters | Parameter name should be final. | 37 | |
| blocks | LeftCurly | '{' should have line break after. | 37 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 37 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 37 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 37 | |
| blocks | LeftCurly | '{' should have line break after. | 37 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 37 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 37 | |
| blocks | RightCurly | '}' should be alone on a line. | 37 | |
| blocks | RightCurly | '}' should have line break before. | 37 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 37 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 38 | |
| design | DesignForExtension | Method 'setBirthDate' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| misc | FinalParameters | Parameter date should be final. | 38 | |
| blocks | LeftCurly | '{' should have line break after. | 38 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 38 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 38 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 38 | |
| blocks | LeftCurly | '{' should have line break after. | 38 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 38 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 38 | |
| blocks | RightCurly | '}' should be alone on a line. | 38 | |
| blocks | RightCurly | '}' should have line break before. | 38 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 38 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 38 | |
| design | DesignForExtension | Method 'getMovies' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| design | DesignForExtension | Method 'setMovies' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| misc | FinalParameters | Parameter movies should be final. | 46 | |
| coding | HiddenField | 'movies' hides a field. | 46 | |
| design | DesignForExtension | Method 'addMovie' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter movie should be final. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 60 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 60 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| misc | FinalParameters | Parameter obj should be final. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 66 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 66 | |
| blocks | LeftCurly | '{' should have line break after. | 66 | |
| blocks | RightCurly | '}' should have line break before. | 66 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 67 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 67 | |
| blocks | LeftCurly | '{' should have line break after. | 67 | |
| blocks | RightCurly | '}' should have line break before. | 67 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 68 | |
| blocks | LeftCurly | '{' should have line break after. | 70 | |
| blocks | RightCurly | '}' should have line break before. | 70 | |
| blocks | LeftCurly | '{' should have line break after. | 75 | |
| blocks | RightCurly | '}' should have line break before. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 10 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 12 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 15 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 17 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 26 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 27 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 29 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 29 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 30 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 30 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 30 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 31 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 31 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 31 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 32 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 32 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 32 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 32 | |
| whitespace | GenericWhitespace | '>' is followed by an illegal character. | 36 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 38 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 38 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 38 | |
| coding | MagicNumber | '36' is a magic number. | 38 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 41 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 41 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 41 | |
| coding | MagicNumber | '32' is a magic number. | 41 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 41 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 41 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 45 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 48 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 48 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 48 | |
| coding | MagicNumber | '6' is a magic number. | 48 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 53 | |
| blocks | LeftCurly | '{' should have line break after. | 53 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 53 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 55 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 58 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 58 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 58 | |
| coding | MagicNumber | '4000' is a magic number. | 58 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 61 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 61 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 63 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 64 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 64 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 64 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 65 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 65 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 65 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 65 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 65 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 66 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 66 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 66 | |
| coding | MagicNumber | '20' is a magic number. | 66 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 69 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 69 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 70 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 70 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 71 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 74 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 74 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 74 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 75 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 75 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 79 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| misc | FinalParameters | Parameter id should be final. | 80 | |
| coding | HiddenField | 'id' hides a field. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| misc | FinalParameters | Parameter id should be final. | 83 | |
| coding | HiddenField | 'id' hides a field. | 83 | |
| misc | FinalParameters | Parameter minutes should be final. | 83 | |
| coding | HiddenField | 'minutes' hides a field. | 83 | |
| misc | FinalParameters | Parameter rating should be final. | 83 | |
| coding | HiddenField | 'rating' hides a field. | 83 | |
| misc | FinalParameters | Parameter releaseDate should be final. | 83 | |
| coding | HiddenField | 'releaseDate' hides a field. | 83 | |
| misc | FinalParameters | Parameter title should be final. | 83 | |
| coding | HiddenField | 'title' hides a field. | 83 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 84 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 84 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 86 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 86 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 87 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 87 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 89 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| blocks | LeftCurly | '{' should have line break after. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| blocks | LeftCurly | '{' should have line break after. | 94 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| misc | FinalParameters | Parameter title should be final. | 95 | |
| coding | HiddenField | 'title' hides a field. | 95 | |
| design | DesignForExtension | Method 'getReleaseDate' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| blocks | LeftCurly | '{' should have line break after. | 100 | |
| design | DesignForExtension | Method 'setReleaseDate' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| misc | FinalParameters | Parameter releaseDate should be final. | 101 | |
| coding | HiddenField | 'releaseDate' hides a field. | 101 | |
| design | DesignForExtension | Method 'getRating' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| blocks | LeftCurly | '{' should have line break after. | 106 | |
| design | DesignForExtension | Method 'setRating' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| misc | FinalParameters | Parameter rating should be final. | 107 | |
| coding | HiddenField | 'rating' hides a field. | 107 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 109 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 109 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 109 | |
| design | DesignForExtension | Method 'getMinutes' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| blocks | LeftCurly | '{' should have line break after. | 113 | |
| design | DesignForExtension | Method 'setMinutes' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| misc | FinalParameters | Parameter minutes should be final. | 114 | |
| coding | HiddenField | 'minutes' hides a field. | 114 | |
| design | DesignForExtension | Method 'getGenres' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| design | DesignForExtension | Method 'setGenres' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| misc | FinalParameters | Parameter genres should be final. | 125 | |
| coding | HiddenField | 'genres' hides a field. | 125 | |
| design | DesignForExtension | Method 'addGenres' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| misc | FinalParameters | Parameter genre should be final. | 129 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 130 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| design | DesignForExtension | Method 'getPlot' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| blocks | LeftCurly | '{' should have line break after. | 138 | |
| design | DesignForExtension | Method 'setPlot' is not designed for extension - needs to be abstract, final or empty. | 139 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 | |
| misc | FinalParameters | Parameter plot should be final. | 139 | |
| coding | HiddenField | 'plot' hides a field. | 139 | |
| design | DesignForExtension | Method 'getDirector' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| blocks | LeftCurly | '{' should have line break after. | 144 | |
| design | DesignForExtension | Method 'setDirector' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 | |
| misc | FinalParameters | Parameter director should be final. | 145 | |
| coding | HiddenField | 'director' hides a field. | 145 | |
| design | DesignForExtension | Method 'getCast' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 151 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 151 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 152 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| design | DesignForExtension | Method 'setCast' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 156 | |
| misc | FinalParameters | Parameter cast should be final. | 156 | |
| coding | HiddenField | 'cast' hides a field. | 156 | |
| design | DesignForExtension | Method 'addRole' is not designed for extension - needs to be abstract, final or empty. | 159 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 | |
| misc | FinalParameters | Parameter role should be final. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 160 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 160 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 170 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 170 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 170 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 171 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 171 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 171 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 171 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 172 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 172 | |
| whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 172 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 172 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 173 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 173 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 173 | |
| whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 173 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 173 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 173 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 174 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 174 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 177 | |
| misc | FinalParameters | Parameter obj should be final. | 178 | |
| blocks | LeftCurly | '{' should have line break after. | 179 | |
| blocks | RightCurly | '}' should have line break before. | 179 | |
| blocks | LeftCurly | '{' should have line break after. | 180 | |
| blocks | RightCurly | '}' should have line break before. | 180 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 183 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 183 | |
| blocks | LeftCurly | '{' should have line break after. | 184 | |
| blocks | RightCurly | '}' should have line break before. | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 189 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 189 | |
| blocks | LeftCurly | '{' should have line break after. | 190 | |
| blocks | RightCurly | '}' should have line break before. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| blocks | LeftCurly | '{' should have line break after. | 196 | |
| blocks | RightCurly | '}' should have line break before. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 200 | |
| blocks | LeftCurly | '{' should have line break after. | 202 | |
| blocks | RightCurly | '}' should have line break before. | 202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 204 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 206 | |
| blocks | LeftCurly | '{' should have line break after. | 208 | |
| blocks | RightCurly | '}' should have line break before. | 208 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 212 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 213 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 215 | |
| design | DesignForExtension | Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. | 216 | |
| misc | FinalParameters | Parameter rhs should be final. | 217 | |
| blocks | LeftCurly | '{' should have line break after. | 218 | |
| blocks | RightCurly | '}' should have line break before. | 218 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 219 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 220 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 220 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 220 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 223 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 223 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 223 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 228 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 229 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 232 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 232 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 232 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 232 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 232 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 6 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 7 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 7 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 8 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 11 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 11 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 12 | |
| misc | FinalParameters | Parameter title should be final. | 12 | |
| coding | HiddenField | 'title' hides a field. | 12 | |
| misc | FinalParameters | Parameter releaseDate should be final. | 12 | |
| coding | HiddenField | 'releaseDate' hides a field. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 17 | |
| blocks | LeftCurly | '{' should have line break after. | 17 | |
| design | DesignForExtension | Method 'getReleaseDate' is not designed for extension - needs to be abstract, final or empty. | 18 | |
| blocks | LeftCurly | '{' should have line break after. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 20 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 22 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 22 | |
| whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 22 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 22 | |
| whitespace | WhitespaceAround | '?' is not followed by whitespace. | 22 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 22 | |
| whitespace | WhitespaceAround | ':' is not followed by whitespace. | 22 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 22 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 23 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 23 | |
| whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 23 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 23 | |
| whitespace | WhitespaceAround | '?' is not followed by whitespace. | 23 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 23 | |
| whitespace | WhitespaceAround | ':' is not followed by whitespace. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| misc | FinalParameters | Parameter obj should be final. | 27 | |
| blocks | LeftCurly | '{' should have line break after. | 29 | |
| blocks | RightCurly | '}' should have line break before. | 29 | |
| blocks | LeftCurly | '{' should have line break after. | 30 | |
| blocks | RightCurly | '}' should have line break before. | 30 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 33 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 35 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 35 | |
| blocks | LeftCurly | '{' should have line break after. | 35 | |
| blocks | RightCurly | '}' should have line break before. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 36 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 36 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 36 | |
| blocks | LeftCurly | '{' should have line break after. | 36 | |
| blocks | RightCurly | '}' should have line break before. | 36 | |
| blocks | LeftCurly | '{' should have line break after. | 38 | |
| blocks | RightCurly | '}' should have line break before. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 3 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 4 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 5 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 7 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 10 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 11 | |
| blocks | LeftCurly | '{' should have line break after. | 11 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 11 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 11 | |
| misc | FinalParameters | Parameter alt should be final. | 12 | |
| blocks | LeftCurly | '{' should have line break after. | 12 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 | |
| blocks | LeftCurly | '{' should have line break after. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| misc | FinalParameters | Parameter mpaa should be final. | 15 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 16 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 16 | |
| blocks | LeftCurly | '{' should have line break after. | 16 | |
| blocks | RightCurly | '}' should have line break before. | 16 | |
| blocks | LeftCurly | '{' should have line break after. | 18 | |
| blocks | RightCurly | '}' should have line break before. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 5 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 7 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 8 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 8 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 11 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 | |
| coding | MagicNumber | '36' is a magic number. | 12 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 | |
| coding | MagicNumber | '32' is a magic number. | 21 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 24 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 24 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 26 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 30 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter id should be final. | 32 | |
| coding | HiddenField | 'id' hides a field. | 32 | |
| misc | FinalParameters | Parameter movie should be final. | 32 | |
| coding | HiddenField | 'movie' hides a field. | 32 | |
| misc | FinalParameters | Parameter role should be final. | 32 | |
| coding | HiddenField | 'role' hides a field. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter movie should be final. | 37 | |
| coding | HiddenField | 'movie' hides a field. | 37 | |
| misc | FinalParameters | Parameter role should be final. | 37 | |
| coding | HiddenField | 'role' hides a field. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| blocks | LeftCurly | '{' should have line break after. | 43 | |
| design | DesignForExtension | Method 'getMovie' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| blocks | LeftCurly | '{' should have line break after. | 45 | |
| design | DesignForExtension | Method 'setMovie' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| misc | FinalParameters | Parameter movie should be final. | 46 | |
| coding | HiddenField | 'movie' hides a field. | 46 | |
| blocks | LeftCurly | '{' should have line break after. | 46 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 46 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 46 | |
| design | DesignForExtension | Method 'getRole' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| blocks | LeftCurly | '{' should have line break after. | 47 | |
| design | DesignForExtension | Method 'getActor' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| blocks | LeftCurly | '{' should have line break after. | 49 | |
| design | DesignForExtension | Method 'setActor' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| misc | FinalParameters | Parameter actor should be final. | 50 | |
| coding | HiddenField | 'actor' hides a field. | 50 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 5 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 6 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 6 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 7 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 10 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 10 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| design | DesignForExtension | Method 'getMovie' is not designed for extension - needs to be abstract, final or empty. | 12 | |
| blocks | LeftCurly | '{' should have line break after. | 12 | |
| design | DesignForExtension | Method 'setMovie' is not designed for extension - needs to be abstract, final or empty. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| misc | FinalParameters | Parameter movie should be final. | 13 | |
| coding | HiddenField | 'movie' hides a field. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| design | DesignForExtension | Method 'getRole' is not designed for extension - needs to be abstract, final or empty. | 18 | |
| blocks | LeftCurly | '{' should have line break after. | 18 | |
| design | DesignForExtension | Method 'setRole' is not designed for extension - needs to be abstract, final or empty. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| misc | FinalParameters | Parameter role should be final. | 19 | |
| coding | HiddenField | 'role' hides a field. | 19 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 26 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 26 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 26 | |
| whitespace | WhitespaceAround | '?' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 26 | |
| whitespace | WhitespaceAround | ':' is not followed by whitespace. | 26 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 26 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 27 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 27 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 27 | |
| whitespace | WhitespaceAround | '?' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 27 | |
| whitespace | WhitespaceAround | ':' is not followed by whitespace. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| misc | FinalParameters | Parameter obj should be final. | 31 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 33 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 33 | |
| blocks | LeftCurly | '{' should have line break after. | 33 | |
| blocks | RightCurly | '}' should have line break before. | 33 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 34 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 34 | |
| blocks | LeftCurly | '{' should have line break after. | 34 | |
| blocks | RightCurly | '}' should have line break before. | 34 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 36 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 36 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 37 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 39 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 39 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 39 | |
| blocks | LeftCurly | '{' should have line break after. | 39 | |
| blocks | RightCurly | '}' should have line break before. | 39 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 40 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 40 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 40 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 40 | |
| blocks | LeftCurly | '{' should have line break after. | 40 | |
| blocks | RightCurly | '}' should have line break before. | 40 | |
| blocks | LeftCurly | '{' should have line break after. | 42 | |
| blocks | RightCurly | '}' should have line break before. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 5 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 7 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 8 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 8 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 9 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 9 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 10 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 10 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 10 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 10 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 10 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 10 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 | |
| coding | MagicNumber | '36' is a magic number. | 14 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 | |
| coding | MagicNumber | '128' is a magic number. | 17 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 | |
| coding | MagicNumber | '128' is a magic number. | 20 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 | |
| coding | MagicNumber | '32' is a magic number. | 23 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 27 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 30 | |
| misc | FinalParameters | Parameter id should be final. | 31 | |
| coding | HiddenField | 'id' hides a field. | 31 | |
| blocks | LeftCurly | '{' should have line break after. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| design | DesignForExtension | Method 'getFirstName' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| blocks | LeftCurly | '{' should have line break after. | 36 | |
| design | DesignForExtension | Method 'setFirstName' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter firstName should be final. | 37 | |
| coding | HiddenField | 'firstName' hides a field. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| design | DesignForExtension | Method 'getLastName' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| blocks | LeftCurly | '{' should have line break after. | 42 | |
| design | DesignForExtension | Method 'setLastName' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter lastName should be final. | 43 | |
| coding | HiddenField | 'lastName' hides a field. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| design | DesignForExtension | Method 'getModName' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| blocks | LeftCurly | '{' should have line break after. | 48 | |
| design | DesignForExtension | Method 'setModName' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter modName should be final. | 49 | |
| coding | HiddenField | 'modName' hides a field. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| design | DesignForExtension | Method 'getBirthDate' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| blocks | LeftCurly | '{' should have line break after. | 54 | |
| design | DesignForExtension | Method 'setBirthDate' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| misc | FinalParameters | Parameter birthDate should be final. | 55 | |
| coding | HiddenField | 'birthDate' hides a field. | 55 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 62 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 62 | |
| whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 62 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 62 | |
| whitespace | WhitespaceAround | '?' is not followed by whitespace. | 62 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 62 | |
| whitespace | WhitespaceAround | ':' is not followed by whitespace. | 62 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 62 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 63 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 63 | |
| whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 63 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 63 | |
| whitespace | WhitespaceAround | '?' is not followed by whitespace. | 63 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 63 | |
| whitespace | WhitespaceAround | ':' is not followed by whitespace. | 63 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 63 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 64 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 64 | |
| whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 64 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 64 | |
| whitespace | WhitespaceAround | '?' is not followed by whitespace. | 64 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 64 | |
| whitespace | WhitespaceAround | ':' is not followed by whitespace. | 64 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 64 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 65 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 65 | |
| whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 65 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 65 | |
| whitespace | WhitespaceAround | '?' is not followed by whitespace. | 65 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 65 | |
| whitespace | WhitespaceAround | ':' is not followed by whitespace. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| misc | FinalParameters | Parameter obj should be final. | 69 | |
| blocks | LeftCurly | '{' should have line break after. | 71 | |
| blocks | RightCurly | '}' should have line break before. | 71 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 72 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 72 | |
| blocks | LeftCurly | '{' should have line break after. | 72 | |
| blocks | RightCurly | '}' should have line break before. | 72 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 74 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 74 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 74 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 74 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 74 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 74 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 74 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 74 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 75 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 76 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 78 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 78 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 79 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 79 | |
| whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 79 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 79 | |
| whitespace | WhitespaceAround | '?' is not followed by whitespace. | 79 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 79 | |
| whitespace | WhitespaceAround | ':' is not followed by whitespace. | 79 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 81 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 81 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 81 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 81 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 82 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 82 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 82 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 82 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 82 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 82 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 83 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 83 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 83 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 83 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 84 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 84 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 84 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 84 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 87 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 87 | |
| whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 87 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 87 | |
| whitespace | WhitespaceAround | '?' is not followed by whitespace. | 87 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 87 | |
| whitespace | WhitespaceAround | ':' is not followed by whitespace. | 87 | |
| blocks | LeftCurly | '{' should have line break after. | 88 | |
| blocks | RightCurly | '}' should have line break before. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| blocks | LeftCurly | '{' should have line break after. | 94 | |
| blocks | RightCurly | '}' should have line break before. | 94 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 95 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 95 | |
| blocks | LeftCurly | '{' should have line break after. | 95 | |
| blocks | RightCurly | '}' should have line break before. | 95 | |
| blocks | LeftCurly | '{' should have line break after. | 96 | |
| blocks | RightCurly | '}' should have line break before. | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 97 | |
| blocks | LeftCurly | '{' should have line break after. | 97 | |
| blocks | RightCurly | '}' should have line break before. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 34 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| design | DesignForExtension | Method 'setEntityManager' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter em should be final. | 38 | |
| coding | HiddenField | 'em' hides a field. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| design | VisibilityModifier | Variable 'date' must be private and have accessor methods. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| design | VisibilityModifier | Variable 'ttype' must be private and have accessor methods. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| misc | FinalParameters | Parameter date should be final. | 45 | |
| coding | HiddenField | 'date' hides a field. | 45 | |
| misc | FinalParameters | Parameter ttype should be final. | 45 | |
| coding | HiddenField | 'ttype' hides a field. | 45 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 51 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 51 | |
| blocks | LeftCurly | '{' should have line break after. | 51 | |
| blocks | RightCurly | '}' should have line break before. | 51 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 58 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| misc | FinalParameters | Parameter jpaql should be final. | 71 | |
| coding | HiddenField | 'jpaql' hides a field. | 71 | |
| misc | FinalParameters | Parameter resultType should be final. | 71 | |
| coding | HiddenField | 'resultType' hides a field. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| misc | FinalParameters | Parameter key should be final. | 75 | |
| misc | FinalParameters | Parameter value should be final. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| misc | FinalParameters | Parameter key should be final. | 79 | |
| misc | FinalParameters | Parameter value should be final. | 79 | |
| misc | FinalParameters | Parameter ttype should be final. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| misc | FinalParameters | Parameter offset should be final. | 83 | |
| coding | HiddenField | 'offset' hides a field. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| misc | FinalParameters | Parameter limit should be final. | 87 | |
| coding | HiddenField | 'limit' hides a field. | 87 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 88 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| misc | FinalParameters | Parameter orderBy should be final. | 91 | |
| coding | HiddenField | 'orderBy' hides a field. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 103 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 103 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 103 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 107 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| javadoc | JavadocMethod | Expected an @return tag. | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 147 | |
| design | DesignForExtension | Method 'createQuery' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 147 | |
| misc | FinalParameters | Parameter jpaql should be final. | 147 | |
| javadoc | JavadocMethod | Expected @param tag for 'jpaql'. | 147 | |
| misc | FinalParameters | Parameter resultClass should be final. | 147 | |
| javadoc | JavadocMethod | Expected @param tag for 'resultClass'. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 151 | |
| javadoc | JavadocMethod | Expected an @return tag. | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 158 | |
| design | DesignForExtension | Method 'withPaging' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 158 | |
| misc | FinalParameters | Parameter query should be final. | 158 | |
| javadoc | JavadocMethod | Expected @param tag for 'query'. | 158 | |
| misc | FinalParameters | Parameter offset should be final. | 158 | |
| javadoc | JavadocMethod | Expected @param tag for 'offset'. | 158 | |
| misc | FinalParameters | Parameter limit should be final. | 158 | |
| javadoc | JavadocMethod | Expected @param tag for 'limit'. | 158 | |
| misc | FinalParameters | Parameter orderBy should be final. | 158 | |
| javadoc | JavadocMethod | Expected @param tag for 'orderBy'. | 158 | |
| javadoc | JavadocMethod | Expected an @return tag. | 176 | |
| design | DesignForExtension | Method 'getKevinBacon' is not designed for extension - needs to be abstract, final or empty. | 176 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 178 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 179 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 180 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| design | DesignForExtension | Method 'getKevinBaconMovieIds' is not designed for extension - needs to be abstract, final or empty. | 186 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 187 | |
| misc | FinalParameters | Parameter offset should be final. | 187 | |
| misc | FinalParameters | Parameter limit should be final. | 187 | |
| misc | FinalParameters | Parameter orderBy should be final. | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 188 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 190 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 191 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 192 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 192 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 194 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 195 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 195 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 195 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 195 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 197 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 197 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 200 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 200 | |
| javadoc | JavadocMethod | Expected an @return tag. | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 213 | |
| design | DesignForExtension | Method 'oneStepFromPerson0' is not designed for extension - needs to be abstract, final or empty. | 213 | |
| misc | FinalParameters | Parameter p should be final. | 213 | |
| javadoc | JavadocMethod | Expected @param tag for 'p'. | 213 | |
| misc | FinalParameters | Parameter offset should be final. | 213 | |
| javadoc | JavadocMethod | Expected @param tag for 'offset'. | 213 | |
| misc | FinalParameters | Parameter limit should be final. | 213 | |
| javadoc | JavadocMethod | Expected @param tag for 'limit'. | 213 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 215 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 216 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 217 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 218 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 219 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 220 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 221 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 222 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 227 | |
| javadoc | JavadocMethod | Expected an @return tag. | 236 | |
| design | DesignForExtension | Method 'oneStepFromPersonByDAO' is not designed for extension - needs to be abstract, final or empty. | 236 | |
| misc | FinalParameters | Parameter p should be final. | 236 | |
| javadoc | JavadocMethod | Expected @param tag for 'p'. | 236 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 240 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 244 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 248 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 255 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 256 | |
| design | DesignForExtension | Method 'oneStepFromPersonByDAO' is not designed for extension - needs to be abstract, final or empty. | 256 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 256 | |
| misc | FinalParameters | Parameter p should be final. | 256 | |
| misc | FinalParameters | Parameter offset should be final. | 256 | |
| misc | FinalParameters | Parameter limit should be final. | 256 | |
| misc | FinalParameters | Parameter orderBy should be final. | 256 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 260 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 264 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 266 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 266 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 269 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 273 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 273 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 273 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 273 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 273 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 273 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 274 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 275 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 275 | |
| whitespace | WhitespaceAround | '>=' is not preceded with whitespace. | 275 | |
| whitespace | WhitespaceAround | '>=' is not followed by whitespace. | 275 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 277 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 277 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 277 | |
| blocks | LeftCurly | '{' should have line break after. | 277 | |
| blocks | RightCurly | '}' should have line break before. | 277 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 279 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 279 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 279 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 282 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 282 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 284 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 284 | |
| blocks | LeftCurly | '{' should have line break after. | 284 | |
| blocks | RightCurly | '}' should have line break before. | 284 | |
| javadoc | JavadocMethod | Expected an @return tag. | 297 | |
| design | DesignForExtension | Method 'oneStepFromPersonByDB' is not designed for extension - needs to be abstract, final or empty. | 297 | |
| misc | FinalParameters | Parameter p should be final. | 297 | |
| javadoc | JavadocMethod | Expected @param tag for 'p'. | 297 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 299 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 299 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 300 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 301 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 302 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 307 | |
| design | DesignForExtension | Method 'oneStepFromPersonByDB' is not designed for extension - needs to be abstract, final or empty. | 307 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 307 | |
| misc | FinalParameters | Parameter p should be final. | 307 | |
| misc | FinalParameters | Parameter offset should be final. | 307 | |
| misc | FinalParameters | Parameter limit should be final. | 307 | |
| misc | FinalParameters | Parameter orderBy should be final. | 307 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 309 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 309 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 310 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 311 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 312 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 313 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 318 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 319 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 320 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 320 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 321 | |
| design | VisibilityModifier | Variable 'query' must be private and have accessor methods. | 321 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 322 | |
| design | VisibilityModifier | Variable 'queryTerm' must be private and have accessor methods. | 322 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 323 | |
| misc | FinalParameters | Parameter first should be final. | 323 | |
| misc | FinalParameters | Parameter second should be final. | 323 | |
| blocks | LeftCurly | '{' should have line break after. | 323 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 323 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 323 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 323 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 323 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 327 | |
| design | DesignForExtension | Method 'getMoviesForPerson' is not designed for extension - needs to be abstract, final or empty. | 327 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 327 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 327 | |
| misc | FinalParameters | Parameter parentQuery should be final. | 327 | |
| misc | FinalParameters | Parameter person should be final. | 327 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 336 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 336 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 340 | |
| design | DesignForExtension | Method 'getMoviesForPersonIds' is not designed for extension - needs to be abstract, final or empty. | 340 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 340 | |
| misc | FinalParameters | Parameter parentQuery should be final. | 340 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 347 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 349 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 352 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 353 | |
| design | DesignForExtension | Method 'getPersonIdsInMovie' is not designed for extension - needs to be abstract, final or empty. | 353 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 353 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 353 | |
| misc | FinalParameters | Parameter parentQuery should be final. | 353 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 354 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 355 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 360 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 362 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 362 | |
| design | DesignForExtension | Method 'nthRemoved' is not designed for extension - needs to be abstract, final or empty. | 365 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 365 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 365 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 366 | |
| misc | FinalParameters | Parameter parentQuery should be final. | 366 | |
| misc | FinalParameters | Parameter parentTerm should be final. | 366 | |
| misc | FinalParameters | Parameter person should be final. | 366 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 370 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 370 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 372 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 374 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 374 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 379 | |
| design | DesignForExtension | Method 'getPeopleQuery2' is not designed for extension - needs to be abstract, final or empty. | 380 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 380 | |
| misc | FinalParameters | Parameter person should be final. | 380 | |
| misc | FinalParameters | Parameter steps should be final. | 380 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 387 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 387 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 387 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 387 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 391 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 391 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 391 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 391 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 392 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 392 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 392 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 392 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 392 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 392 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 393 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 395 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 397 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 398 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 399 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 402 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 403 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 404 | |
| design | DesignForExtension | Method 'getPeopleQuery' is not designed for extension - needs to be abstract, final or empty. | 405 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 405 | |
| misc | FinalParameters | Parameter person should be final. | 405 | |
| misc | FinalParameters | Parameter steps should be final. | 405 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 410 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 413 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 413 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 415 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 417 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 417 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 419 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 422 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 422 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 426 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 426 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 428 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 431 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 431 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 433 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 435 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 437 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 440 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 441 | |
| design | DesignForExtension | Method 'stepsFromPerson' is not designed for extension - needs to be abstract, final or empty. | 441 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 441 | |
| misc | FinalParameters | Parameter person should be final. | 441 | |
| misc | FinalParameters | Parameter steps should be final. | 441 | |
| misc | FinalParameters | Parameter offset should be final. | 441 | |
| misc | FinalParameters | Parameter limit should be final. | 441 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 442 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 444 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 444 | |
| blocks | LeftCurly | '{' should have line break after. | 444 | |
| blocks | RightCurly | '}' should have line break before. | 444 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 445 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 445 | |
| blocks | LeftCurly | '{' should have line break after. | 445 | |
| blocks | RightCurly | '}' should have line break before. | 445 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 448 | |
| javadoc | JavadocMethod | Expected an @return tag. | 457 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 457 | |
| design | DesignForExtension | Method 'getMovies' is not designed for extension - needs to be abstract, final or empty. | 457 | |
| misc | FinalParameters | Parameter offset should be final. | 457 | |
| javadoc | JavadocMethod | Expected @param tag for 'offset'. | 457 | |
| misc | FinalParameters | Parameter limit should be final. | 457 | |
| javadoc | JavadocMethod | Expected @param tag for 'limit'. | 457 | |
| misc | FinalParameters | Parameter orderBy should be final. | 457 | |
| javadoc | JavadocMethod | Expected @param tag for 'orderBy'. | 457 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 459 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 462 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 464 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 465 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 465 | |
| javadoc | JavadocMethod | Expected an @return tag. | 472 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 472 | |
| design | DesignForExtension | Method 'getMoviesByRatingUpperFunction' is not designed for extension - needs to be abstract, final or empty. | 472 | |
| misc | FinalParameters | Parameter rating should be final. | 472 | |
| javadoc | JavadocMethod | Expected @param tag for 'rating'. | 472 | |
| misc | FinalParameters | Parameter offset should be final. | 472 | |
| javadoc | JavadocMethod | Expected @param tag for 'offset'. | 472 | |
| misc | FinalParameters | Parameter limit should be final. | 472 | |
| javadoc | JavadocMethod | Expected @param tag for 'limit'. | 472 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 474 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 476 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 476 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 481 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 482 | |
| javadoc | JavadocMethod | Expected an @return tag. | 489 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 489 | |
| design | DesignForExtension | Method 'getMoviesByRatingLowerFunction' is not designed for extension - needs to be abstract, final or empty. | 489 | |
| misc | FinalParameters | Parameter rating should be final. | 489 | |
| javadoc | JavadocMethod | Expected @param tag for 'rating'. | 489 | |
| misc | FinalParameters | Parameter offset should be final. | 489 | |
| javadoc | JavadocMethod | Expected @param tag for 'offset'. | 489 | |
| misc | FinalParameters | Parameter limit should be final. | 489 | |
| javadoc | JavadocMethod | Expected @param tag for 'limit'. | 489 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 491 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 493 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 493 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 499 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 500 | |
| javadoc | JavadocMethod | Expected an @return tag. | 507 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 507 | |
| design | DesignForExtension | Method 'getMoviesByRatingValue' is not designed for extension - needs to be abstract, final or empty. | 507 | |
| misc | FinalParameters | Parameter rating should be final. | 507 | |
| javadoc | JavadocMethod | Expected @param tag for 'rating'. | 507 | |
| misc | FinalParameters | Parameter offset should be final. | 507 | |
| javadoc | JavadocMethod | Expected @param tag for 'offset'. | 507 | |
| misc | FinalParameters | Parameter limit should be final. | 507 | |
| javadoc | JavadocMethod | Expected @param tag for 'limit'. | 507 | |
| misc | FinalParameters | Parameter orderBy should be final. | 507 | |
| javadoc | JavadocMethod | Expected @param tag for 'orderBy'. | 507 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 509 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 511 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 516 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 517 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 517 | |
| javadoc | JavadocMethod | Expected an @return tag. | 525 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 525 | |
| design | DesignForExtension | Method 'getMoviesLikeTitle' is not designed for extension - needs to be abstract, final or empty. | 525 | |
| misc | FinalParameters | Parameter title should be final. | 525 | |
| javadoc | JavadocMethod | Expected @param tag for 'title'. | 525 | |
| misc | FinalParameters | Parameter offset should be final. | 525 | |
| javadoc | JavadocMethod | Expected @param tag for 'offset'. | 525 | |
| misc | FinalParameters | Parameter limit should be final. | 525 | |
| javadoc | JavadocMethod | Expected @param tag for 'limit'. | 525 | |
| misc | FinalParameters | Parameter orderBy should be final. | 525 | |
| javadoc | JavadocMethod | Expected @param tag for 'orderBy'. | 525 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 527 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 529 | |
| javadoc | JavadocMethod | Expected an @return tag. | 540 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 540 | |
| design | DesignForExtension | Method 'getMoviesEqualsTitle' is not designed for extension - needs to be abstract, final or empty. | 540 | |
| misc | FinalParameters | Parameter title should be final. | 540 | |
| javadoc | JavadocMethod | Expected @param tag for 'title'. | 540 | |
| misc | FinalParameters | Parameter offset should be final. | 540 | |
| javadoc | JavadocMethod | Expected @param tag for 'offset'. | 540 | |
| misc | FinalParameters | Parameter limit should be final. | 540 | |
| javadoc | JavadocMethod | Expected @param tag for 'limit'. | 540 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 542 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 544 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 549 | |
| javadoc | JavadocMethod | Expected an @return tag. | 556 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 556 | |
| design | DesignForExtension | Method 'getRatingsByTitle' is not designed for extension - needs to be abstract, final or empty. | 556 | |
| misc | FinalParameters | Parameter title should be final. | 556 | |
| javadoc | JavadocMethod | Expected @param tag for 'title'. | 556 | |
| misc | FinalParameters | Parameter offset should be final. | 556 | |
| javadoc | JavadocMethod | Expected @param tag for 'offset'. | 556 | |
| misc | FinalParameters | Parameter limit should be final. | 556 | |
| javadoc | JavadocMethod | Expected @param tag for 'limit'. | 556 | |
| misc | FinalParameters | Parameter orderBy should be final. | 556 | |
| javadoc | JavadocMethod | Expected @param tag for 'orderBy'. | 556 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 558 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 560 | |
| javadoc | JavadocMethod | Expected an @return tag. | 572 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 572 | |
| design | DesignForExtension | Method 'getRatingsLikeTitle' is not designed for extension - needs to be abstract, final or empty. | 572 | |
| misc | FinalParameters | Parameter title should be final. | 572 | |
| javadoc | JavadocMethod | Expected @param tag for 'title'. | 572 | |
| misc | FinalParameters | Parameter offset should be final. | 572 | |
| javadoc | JavadocMethod | Expected @param tag for 'offset'. | 572 | |
| misc | FinalParameters | Parameter limit should be final. | 572 | |
| javadoc | JavadocMethod | Expected @param tag for 'limit'. | 572 | |
| misc | FinalParameters | Parameter orderBy should be final. | 572 | |
| javadoc | JavadocMethod | Expected @param tag for 'orderBy'. | 572 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 574 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 576 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 581 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 582 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 583 | |
| javadoc | JavadocMethod | Expected an @return tag. | 589 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 589 | |
| design | DesignForExtension | Method 'getTitlesByRating' is not designed for extension - needs to be abstract, final or empty. | 589 | |
| misc | FinalParameters | Parameter rating should be final. | 589 | |
| javadoc | JavadocMethod | Expected @param tag for 'rating'. | 589 | |
| misc | FinalParameters | Parameter offset should be final. | 589 | |
| javadoc | JavadocMethod | Expected @param tag for 'offset'. | 589 | |
| misc | FinalParameters | Parameter limit should be final. | 589 | |
| javadoc | JavadocMethod | Expected @param tag for 'limit'. | 589 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 591 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 593 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 598 | |
| design | DesignForExtension | Method 'getMoviesByTitleAndReleaseDate' is not designed for extension - needs to be abstract, final or empty. | 598 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 598 | |
| misc | FinalParameters | Parameter title should be final. | 598 | |
| misc | FinalParameters | Parameter releaseDate should be final. | 598 | |
| misc | FinalParameters | Parameter offset should be final. | 598 | |
| misc | FinalParameters | Parameter limit should be final. | 598 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 600 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 601 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 602 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 603 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 607 | |
| design | DesignForExtension | Method 'getMoviesByReleaseDateAndTitle' is not designed for extension - needs to be abstract, final or empty. | 607 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 607 | |
| misc | FinalParameters | Parameter title should be final. | 607 | |
| misc | FinalParameters | Parameter releaseDate should be final. | 607 | |
| misc | FinalParameters | Parameter offset should be final. | 607 | |
| misc | FinalParameters | Parameter limit should be final. | 607 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 609 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 610 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 612 | |
| sizes | LineLength | Line is longer than 80 characters (found 151). | 616 | |
| design | DesignForExtension | Method 'getMoviesByTitleAndReleaseDateAndRating' is not designed for extension - needs to be abstract, final or empty. | 616 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 616 | |
| misc | FinalParameters | Parameter title should be final. | 616 | |
| misc | FinalParameters | Parameter releaseDate should be final. | 616 | |
| misc | FinalParameters | Parameter rating should be final. | 616 | |
| misc | FinalParameters | Parameter offset should be final. | 616 | |
| misc | FinalParameters | Parameter limit should be final. | 616 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 618 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 619 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 620 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 621 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 626 | |
| design | DesignForExtension | Method 'getMoviesByReleaseDate' is not designed for extension - needs to be abstract, final or empty. | 626 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 626 | |
| misc | FinalParameters | Parameter releaseDate should be final. | 626 | |
| misc | FinalParameters | Parameter offset should be final. | 626 | |
| misc | FinalParameters | Parameter limit should be final. | 626 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 628 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 629 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 630 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 634 | |
| design | DesignForExtension | Method 'getMoviesByReleaseDateAndRating' is not designed for extension - needs to be abstract, final or empty. | 634 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 634 | |
| misc | FinalParameters | Parameter releaseDate should be final. | 634 | |
| misc | FinalParameters | Parameter rating should be final. | 634 | |
| misc | FinalParameters | Parameter offset should be final. | 634 | |
| misc | FinalParameters | Parameter limit should be final. | 634 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 636 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 637 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 638 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 642 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 643 | |
| design | DesignForExtension | Method 'getMoviesByRole' is not designed for extension - needs to be abstract, final or empty. | 643 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 643 | |
| misc | FinalParameters | Parameter role should be final. | 643 | |
| misc | FinalParameters | Parameter offset should be final. | 643 | |
| misc | FinalParameters | Parameter limit should be final. | 643 | |
| misc | FinalParameters | Parameter orderBy should be final. | 643 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 645 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 646 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 652 | |
| design | DesignForExtension | Method 'getMoviesByLikeRole' is not designed for extension - needs to be abstract, final or empty. | 652 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 652 | |
| misc | FinalParameters | Parameter role should be final. | 652 | |
| misc | FinalParameters | Parameter offset should be final. | 652 | |
| misc | FinalParameters | Parameter limit should be final. | 652 | |
| misc | FinalParameters | Parameter orderBy should be final. | 652 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 654 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 655 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 661 | |
| design | DesignForExtension | Method 'getRolesByMovie' is not designed for extension - needs to be abstract, final or empty. | 661 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 661 | |
| misc | FinalParameters | Parameter title should be final. | 661 | |
| misc | FinalParameters | Parameter releaseDate should be final. | 661 | |
| misc | FinalParameters | Parameter offset should be final. | 661 | |
| misc | FinalParameters | Parameter limit should be final. | 661 | |
| misc | FinalParameters | Parameter orderBy should be final. | 661 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 663 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 664 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 665 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 667 | |
| design | DesignForExtension | Method 'getMovieById' is not designed for extension - needs to be abstract, final or empty. | 671 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 671 | |
| misc | FinalParameters | Parameter id should be final. | 671 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 674 | |
| design | DesignForExtension | Method 'getMovieByIdUnfetched' is not designed for extension - needs to be abstract, final or empty. | 675 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 675 | |
| misc | FinalParameters | Parameter id should be final. | 675 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 676 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 676 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 677 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 677 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 678 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 682 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 684 | |
| design | DesignForExtension | Method 'getMovieFetchedByIdFetched' is not designed for extension - needs to be abstract, final or empty. | 685 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 685 | |
| misc | FinalParameters | Parameter id should be final. | 685 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 687 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 688 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 689 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 690 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 691 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 692 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 693 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 697 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 699 | |
| design | DesignForExtension | Method 'getMovieCastCountByDAORelation' is not designed for extension - needs to be abstract, final or empty. | 700 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 700 | |
| misc | FinalParameters | Parameter movieId should be final. | 700 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 702 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 702 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 702 | |
| design | DesignForExtension | Method 'getMovieCastCountByDAO' is not designed for extension - needs to be abstract, final or empty. | 705 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 705 | |
| misc | FinalParameters | Parameter movieId should be final. | 705 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 707 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 708 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 709 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 714 | |
| design | DesignForExtension | Method 'getMovieCastCountByDB' is not designed for extension - needs to be abstract, final or empty. | 715 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 715 | |
| misc | FinalParameters | Parameter movieId should be final. | 715 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 717 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 718 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 719 | |
| design | DesignForExtension | Method 'getCastCountForMovie' is not designed for extension - needs to be abstract, final or empty. | 725 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 725 | |
| misc | FinalParameters | Parameter movieId should be final. | 725 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 727 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 728 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 734 | |
| design | DesignForExtension | Method 'getMovieAndDirector' is not designed for extension - needs to be abstract, final or empty. | 734 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 734 | |
| misc | FinalParameters | Parameter offset should be final. | 734 | |
| misc | FinalParameters | Parameter limit should be final. | 734 | |
| misc | FinalParameters | Parameter orderBy should be final. | 734 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 736 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 737 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 738 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 743 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 744 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 745 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 746 |