The following document contains the results of Checkstyle 6.18 with sun_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | LeftCurly | 114 | |
| NeedBraces | 2 | ||
| RightCurly | 3 | ||
| coding | AvoidInlineConditionals | 5 | |
| HiddenField | 75 | ||
| MagicNumber | 5 | ||
| design | DesignForExtension | 152 | |
| imports | AvoidStarImport | 26 | |
| javadoc | JavadocMethod | 121 | |
| JavadocPackage | 5 | ||
| JavadocType | 8 | ||
| JavadocVariable | 90 | ||
| misc | FinalParameters | 91 | |
| naming | ConstantName | 2 | |
| StaticVariableName | 1 | ||
| regexp | RegexpSingleline
|
198 | |
| sizes | LineLength | 21 | |
| whitespace | FileTabCharacter | 13 | |
| OperatorWrap | 32 | ||
| WhitespaceAfter | 11 | ||
| WhitespaceAround | 471 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 11 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 16 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| misc | FinalParameters | Parameter name should be final. | 17 | |
| coding | HiddenField | 'name' hides a field. | 17 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 21 | |
| blocks | LeftCurly | '{' at column 29 should have line break after. | 21 | |
| design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| misc | FinalParameters | Parameter name should be final. | 22 | |
| coding | HiddenField | 'name' hides a field. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 23 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 23 | |
| misc | FinalParameters | Parameter name should be final. | 24 | |
| coding | HiddenField | 'name' hides a field. | 24 | |
| blocks | LeftCurly | '{' at column 47 should have line break after. | 24 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| blocks | LeftCurly | '{' at column 29 should have line break after. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 28 | |
| design | DesignForExtension | Method 'getOwnedByEntities' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| blocks | LeftCurly | '{' at column 67 should have line break after. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 29 | |
| design | DesignForExtension | Method 'setOwnedByEntities' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| misc | FinalParameters | Parameter ownedByEntities should be final. | 29 | |
| coding | HiddenField | 'ownedByEntities' hides a field. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| misc | FinalParameters | Parameter name should be final. | 30 | |
| coding | HiddenField | 'name' hides a field. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| blocks | LeftCurly | '{' at column 29 should have line break after. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 36 | |
| design | DesignForExtension | Method 'getOwnedEntities' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| blocks | LeftCurly | '{' at column 59 should have line break after. | 36 | |
| design | DesignForExtension | Method 'setOwnedEntities' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter ownedEntities should be final. | 37 | |
| coding | HiddenField | 'ownedEntities' hides a field. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 41 | |
| design | DesignForExtension | Method 'getOwnedInverseEntities' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| blocks | LeftCurly | '{' at column 73 should have line break after. | 41 | |
| design | DesignForExtension | Method 'setOwnedInverseEntities' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| misc | FinalParameters | Parameter ownedInverseEntities should be final. | 43 | |
| coding | HiddenField | 'ownedInverseEntities' hides a field. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 10 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 10 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 15 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 15 | |
| misc | FinalParameters | Parameter name should be final. | 16 | |
| coding | HiddenField | 'name' hides a field. | 16 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 16 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 18 | |
| blocks | LeftCurly | '{' at column 29 should have line break after. | 18 | |
| design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| misc | FinalParameters | Parameter name should be final. | 19 | |
| coding | HiddenField | 'name' hides a field. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 23 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 23 | |
| misc | FinalParameters | Parameter name should be final. | 24 | |
| coding | HiddenField | 'name' hides a field. | 24 | |
| blocks | LeftCurly | '{' at column 46 should have line break after. | 24 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| blocks | LeftCurly | '{' at column 29 should have line break after. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 28 | |
| design | DesignForExtension | Method 'getOwnedByChildren' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| blocks | LeftCurly | '{' at column 65 should have line break after. | 28 | |
| design | DesignForExtension | Method 'setOwnedByChildren' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| misc | FinalParameters | Parameter ownedByChildren should be final. | 30 | |
| coding | HiddenField | 'ownedByChildren' hides a field. | 30 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 4 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 10 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 10 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 17 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 17 | |
| misc | FinalParameters | Parameter name should be final. | 18 | |
| coding | HiddenField | 'name' hides a field. | 18 | |
| blocks | LeftCurly | '{' at column 44 should have line break after. | 18 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 20 | |
| blocks | LeftCurly | '{' at column 29 should have line break after. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 22 | |
| design | DesignForExtension | Method 'getOneInverseParent' is not designed for extension - needs to be abstract, final or empty. | 22 | |
| blocks | LeftCurly | '{' at column 55 should have line break after. | 22 | |
| design | DesignForExtension | Method 'setOneInverseParent' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| misc | FinalParameters | Parameter oneInverseParent should be final. | 23 | |
| coding | HiddenField | 'oneInverseParent' hides a field. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 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. | 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. | 25 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 29 | |
| misc | FinalParameters | Parameter name should be final. | 30 | |
| coding | HiddenField | 'name' hides a field. | 30 | |
| blocks | LeftCurly | '{' at column 45 should have line break after. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| blocks | LeftCurly | '{' at column 29 should have line break after. | 32 | |
| design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| misc | FinalParameters | Parameter name should be final. | 33 | |
| coding | HiddenField | 'name' hides a field. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 37 | |
| design | DesignForExtension | Method 'getOwnedChildren' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| blocks | LeftCurly | '{' at column 57 should have line break after. | 37 | |
| design | DesignForExtension | Method 'setOwnedChildren' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter ownedChildren should be final. | 38 | |
| coding | HiddenField | 'ownedChildren' hides a field. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 9 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 9 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 9 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 9 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 11 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 11 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 16 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 16 | |
| misc | FinalParameters | Parameter id should be final. | 17 | |
| coding | HiddenField | 'id' hides a field. | 17 | |
| blocks | LeftCurly | '{' at column 34 should have line break after. | 17 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 | |
| misc | FinalParameters | Parameter name should be final. | 18 | |
| coding | HiddenField | 'name' hides a field. | 18 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 21 | |
| blocks | LeftCurly | '{' at column 25 should have line break after. | 21 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| blocks | LeftCurly | '{' at column 29 should have line break after. | 23 | |
| design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| misc | FinalParameters | Parameter name should be final. | 24 | |
| coding | HiddenField | 'name' hides a field. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 118 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 118 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 118 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 118 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 120 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 120 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 120 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 123 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 125 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 126 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 131 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 131 | |
| misc | FinalParameters | Parameter id should be final. | 132 | |
| coding | HiddenField | 'id' hides a field. | 132 | |
| blocks | LeftCurly | '{' at column 41 should have line break after. | 132 | |
| misc | FinalParameters | Parameter name should be final. | 133 | |
| coding | HiddenField | 'name' hides a field. | 133 | |
| blocks | LeftCurly | '{' at column 45 should have line break after. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| blocks | LeftCurly | '{' at column 25 should have line break after. | 135 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| blocks | LeftCurly | '{' at column 29 should have line break after. | 137 | |
| design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| misc | FinalParameters | Parameter name should be final. | 138 | |
| coding | HiddenField | 'name' hides a field. | 138 | |
| design | DesignForExtension | Method 'getChildren' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| blocks | LeftCurly | '{' at column 51 should have line break after. | 142 | |
| design | DesignForExtension | Method 'setChildren' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 143 | |
| misc | FinalParameters | Parameter children should be final. | 143 | |
| coding | HiddenField | 'children' hides a field. | 143 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 7 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 9 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 9 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 11 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 11 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 14 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| misc | FinalParameters | Parameter mediaId should be final. | 15 | |
| coding | HiddenField | 'mediaId' hides a field. | 15 | |
| misc | FinalParameters | Parameter copyNo should be final. | 15 | |
| coding | HiddenField | 'copyNo' hides a field. | 15 | |
| design | DesignForExtension | Method 'getCopyNo' is not designed for extension - needs to be abstract, final or empty. | 19 | |
| blocks | LeftCurly | '{' at column 28 should have line break after. | 19 | |
| design | DesignForExtension | Method 'setCopyNo' is not designed for extension - needs to be abstract, final or empty. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| misc | FinalParameters | Parameter copyNo should be final. | 20 | |
| coding | HiddenField | 'copyNo' hides a field. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| design | DesignForExtension | Method 'getMediaId' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| blocks | LeftCurly | '{' at column 30 should have line break after. | 24 | |
| design | DesignForExtension | Method 'setMediaId' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| misc | FinalParameters | Parameter mediaId should be final. | 25 | |
| coding | HiddenField | 'mediaId' hides a field. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter obj should be final. | 32 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 5 | |
| 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 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 | |
| misc | FinalParameters | Parameter mediaId should be final. | 11 | |
| misc | FinalParameters | Parameter copyNo should be final. | 11 | |
| coding | HiddenField | 'copyNo' hides a field. | 11 | |
| design | DesignForExtension | Method 'getCopyNo' is not designed for extension - needs to be abstract, final or empty. | 15 | |
| blocks | LeftCurly | '{' at column 28 should have line break after. | 15 | |
| design | DesignForExtension | Method 'setCopyNo' is not designed for extension - needs to be abstract, final or empty. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| misc | FinalParameters | Parameter copyNo should be final. | 16 | |
| coding | HiddenField | 'copyNo' hides a field. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| design | DesignForExtension | Method 'getMediaId' is not designed for extension - needs to be abstract, final or empty. | 20 | |
| blocks | LeftCurly | '{' at column 30 should have line break after. | 20 | |
| design | DesignForExtension | Method 'setMediaId' is not designed for extension - needs to be abstract, final or empty. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| misc | FinalParameters | Parameter mediaId should be final. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| misc | FinalParameters | Parameter obj should be final. | 28 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| 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. | 22 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| 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. | 26 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| blocks | LeftCurly | '{' at column 25 should have line break after. | 32 | |
| design | DesignForExtension | Method 'getBorrower' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| blocks | LeftCurly | '{' at column 35 should have line break after. | 34 | |
| design | DesignForExtension | Method 'setBorrower' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter borrower should be final. | 35 | |
| coding | HiddenField | 'borrower' hides a field. | 35 | |
| design | DesignForExtension | Method 'getIdentity' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| blocks | LeftCurly | '{' at column 33 should have line break after. | 39 | |
| design | DesignForExtension | Method 'setIdentity' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter identity should be final. | 40 | |
| coding | HiddenField | 'identity' hides a field. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 45 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 45 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 46 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 52 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 53 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 53 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 53 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 53 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 54 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 54 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 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 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 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. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 27 | |
| misc | FinalParameters | Parameter id should be final. | 28 | |
| coding | HiddenField | 'id' hides a field. | 28 | |
| blocks | LeftCurly | '{' at column 28 should have line break after. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| blocks | LeftCurly | '{' at column 25 should have line break after. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| design | DesignForExtension | Method 'getMedia' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| blocks | LeftCurly | '{' at column 35 should have line break after. | 32 | |
| design | DesignForExtension | Method 'setMedia' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| misc | FinalParameters | Parameter media should be final. | 33 | |
| coding | HiddenField | 'media' hides a field. | 33 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| blocks | LeftCurly | '{' at column 29 should have line break after. | 37 | |
| design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter name should be final. | 38 | |
| coding | HiddenField | 'name' hides a field. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 43 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 43 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 44 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 27 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 29 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 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 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 33 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 40 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 41 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 41 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 42 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 43 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 46 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 47 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| blocks | LeftCurly | '{' at column 26 should have line break after. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter identity should be final. | 51 | |
| coding | HiddenField | 'identity' hides a field. | 51 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| blocks | LeftCurly | '{' at column 25 should have line break after. | 57 | |
| design | DesignForExtension | Method 'getEndDate' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| blocks | LeftCurly | '{' at column 30 should have line break after. | 59 | |
| design | DesignForExtension | Method 'setEndDate' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| misc | FinalParameters | Parameter end should be final. | 60 | |
| design | DesignForExtension | Method 'getStartDate' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| blocks | LeftCurly | '{' at column 32 should have line break after. | 64 | |
| design | DesignForExtension | Method 'setStartDate' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| misc | FinalParameters | Parameter start should be final. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| javadoc | JavadocMethod | Expected an @return tag. | 75 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| design | DesignForExtension | Method 'getApplication' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| blocks | LeftCurly | '{' at column 39 should have line break after. | 79 | |
| design | DesignForExtension | Method 'setApplication' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| misc | FinalParameters | Parameter application should be final. | 80 | |
| coding | HiddenField | 'application' hides a field. | 80 | |
| design | DesignForExtension | Method 'getCheckouts' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| design | DesignForExtension | Method 'addCheckout' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| misc | FinalParameters | Parameter checkout should be final. | 88 | |
| design | DesignForExtension | Method 'removeCheckout' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| misc | FinalParameters | Parameter checkout should be final. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 96 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 96 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 97 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 103 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 104 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 105 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 106 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 107 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 108 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 110 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 110 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 110 | |
| blocks | LeftCurly | '{' at column 32 should have line break after. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 5 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 10 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 10 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| naming | StaticVariableName | Name 'CHECKOUT_DAYS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 13 | |
| coding | MagicNumber | '1000' is a magic number. | 13 | |
| coding | MagicNumber | '60' is a magic number. | 13 | |
| coding | MagicNumber | '60' is a magic number. | 13 | |
| coding | MagicNumber | '24' is a magic number. | 13 | |
| coding | MagicNumber | '14' is a magic number. | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 | |
| 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 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 24 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| misc | FinalParameters | Parameter outDate should be final. | 30 | |
| coding | HiddenField | 'outDate' hides a field. | 30 | |
| design | DesignForExtension | Method 'isOverdue' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 35 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| whitespace | OperatorWrap | ':' should be on a new line. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| blocks | LeftCurly | '{' at column 25 should have line break after. | 40 | |
| design | DesignForExtension | Method 'getBorrower' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| blocks | LeftCurly | '{' at column 35 should have line break after. | 42 | |
| design | DesignForExtension | Method 'setBorrower' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter borrower should be final. | 43 | |
| coding | HiddenField | 'borrower' hides a field. | 43 | |
| design | DesignForExtension | Method 'getReturnDate' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| blocks | LeftCurly | '{' at column 33 should have line break after. | 47 | |
| design | DesignForExtension | Method 'setReturnDate' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| misc | FinalParameters | Parameter returnDate should be final. | 48 | |
| coding | HiddenField | 'returnDate' hides a field. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 53 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 53 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 54 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 59 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 60 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 61 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 62 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 6 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 26 | |
| misc | FinalParameters | Parameter id should be final. | 27 | |
| coding | HiddenField | 'id' hides a field. | 27 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| blocks | LeftCurly | '{' at column 25 should have line break after. | 29 | |
| design | DesignForExtension | Method 'getMedia' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| blocks | LeftCurly | '{' at column 41 should have line break after. | 31 | |
| design | DesignForExtension | Method 'setMedia' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter media should be final. | 32 | |
| coding | HiddenField | 'media' hides a field. | 32 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| blocks | LeftCurly | '{' at column 29 should have line break after. | 36 | |
| design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter name should be final. | 37 | |
| coding | HiddenField | 'name' hides a field. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 42 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 42 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 43 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 43 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 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 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 20 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 20 | |
| misc | FinalParameters | Parameter id should be final. | 21 | |
| coding | HiddenField | 'id' hides a field. | 21 | |
| blocks | LeftCurly | '{' at column 29 should have line break after. | 21 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| blocks | LeftCurly | '{' at column 25 should have line break after. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| design | DesignForExtension | Method 'getBorrowers' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| blocks | LeftCurly | '{' at column 47 should have line break after. | 25 | |
| design | DesignForExtension | Method 'setBorrowers' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| misc | FinalParameters | Parameter borrowers should be final. | 26 | |
| coding | HiddenField | 'borrowers' hides a field. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| 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 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 40 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 41 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 31 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 35 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 38 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| blocks | LeftCurly | '{' at column 25 should have line break after. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| blocks | LeftCurly | '{' at column 30 should have line break after. | 47 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| misc | FinalParameters | Parameter title should be final. | 48 | |
| coding | HiddenField | 'title' hides a field. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'getAuthors' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| blocks | LeftCurly | '{' at column 44 should have line break after. | 52 | |
| design | DesignForExtension | Method 'setAuthors' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter authors should be final. | 53 | |
| coding | HiddenField | 'authors' hides a field. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 58 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 58 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 59 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 59 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 42 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 51 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 51 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 52 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 52 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 52 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| blocks | LeftCurly | '{' at column 27 should have line break after. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| misc | FinalParameters | Parameter media should be final. | 56 | |
| coding | HiddenField | 'media' hides a field. | 56 | |
| misc | FinalParameters | Parameter copyNo should be final. | 56 | |
| coding | HiddenField | 'copyNo' hides a field. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| design | DesignForExtension | Method 'getCopyNo' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| blocks | LeftCurly | '{' at column 43 should have line break after. | 64 | |
| misc | FinalParameters | Parameter copyNo should be final. | 65 | |
| coding | HiddenField | 'copyNo' hides a field. | 65 | |
| blocks | LeftCurly | '{' at column 43 should have line break after. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| design | DesignForExtension | Method 'getMediaId' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| blocks | LeftCurly | '{' at column 43 should have line break after. | 67 | |
| misc | FinalParameters | Parameter mediaId should be final. | 68 | |
| coding | HiddenField | 'mediaId' hides a field. | 68 | |
| blocks | LeftCurly | '{' at column 43 should have line break after. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| design | DesignForExtension | Method 'getMedia' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| blocks | LeftCurly | '{' at column 43 should have line break after. | 70 | |
| misc | FinalParameters | Parameter media should be final. | 71 | |
| coding | HiddenField | 'media' hides a field. | 71 | |
| blocks | LeftCurly | '{' at column 43 should have line break after. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 74 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 74 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 75 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 75 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 80 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 81 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 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 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| blocks | LeftCurly | '{' at column 28 should have line break after. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter media should be final. | 32 | |
| coding | HiddenField | 'media' hides a field. | 32 | |
| misc | FinalParameters | Parameter copyNo should be final. | 32 | |
| coding | HiddenField | 'copyNo' hides a field. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| design | DesignForExtension | Method 'getCopyNo' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| blocks | LeftCurly | '{' at column 43 should have line break after. | 39 | |
| misc | FinalParameters | Parameter copyNo should be final. | 40 | |
| coding | HiddenField | 'copyNo' hides a field. | 40 | |
| blocks | LeftCurly | '{' at column 43 should have line break after. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| design | DesignForExtension | Method 'getMediaId' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| blocks | LeftCurly | '{' at column 43 should have line break after. | 42 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 42 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| design | DesignForExtension | Method 'getMedia' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| blocks | LeftCurly | '{' at column 43 should have line break after. | 44 | |
| misc | FinalParameters | Parameter media should be final. | 45 | |
| coding | HiddenField | 'media' hides a field. | 45 | |
| blocks | LeftCurly | '{' at column 43 should have line break after. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 48 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 48 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 49 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 49 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 54 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 55 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| 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. | 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 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 30 | |
| blocks | LeftCurly | '{' at column 21 should have line break after. | 30 | |
| blocks | LeftCurly | '{' at column 52 should have line break after. | 30 | |
| blocks | RightCurly | '}' at column 96 should be alone on a line. | 30 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| design | DesignForExtension | Method 'getFirstName' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| blocks | LeftCurly | '{' at column 34 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 | |
| design | DesignForExtension | Method 'getLastName' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| blocks | LeftCurly | '{' at column 33 should have line break after. | 41 | |
| design | DesignForExtension | Method 'setLastName' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| misc | FinalParameters | Parameter lastName should be final. | 42 | |
| coding | HiddenField | 'lastName' hides a field. | 42 | |
| design | DesignForExtension | Method 'getPhone' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| blocks | LeftCurly | '{' at column 30 should have line break after. | 46 | |
| design | DesignForExtension | Method 'setPhone' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter phone should be final. | 47 | |
| coding | HiddenField | 'phone' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| design | DesignForExtension | Method 'getPhoto' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| blocks | LeftCurly | '{' at column 29 should have line break after. | 51 | |
| design | DesignForExtension | Method 'setPhoto' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter photo should be final. | 52 | |
| coding | HiddenField | 'photo' hides a field. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 57 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 57 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 58 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 58 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 63 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 64 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 65 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| blocks | LeftCurly | '{' at column 20 should have line break after. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| misc | FinalParameters | Parameter image should be final. | 25 | |
| coding | HiddenField | 'image' hides a field. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| design | DesignForExtension | Method 'getImage' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| blocks | LeftCurly | '{' at column 30 should have line break after. | 35 | |
| design | DesignForExtension | Method 'setImage' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter image should be final. | 36 | |
| coding | HiddenField | 'image' hides a field. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 41 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 41 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 42 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 49 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 50 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 50 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 51 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 51 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 52 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 19 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 22 | |
| blocks | LeftCurly | '{' at column 25 should have line break after. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| design | DesignForExtension | Method 'getMedia' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| blocks | LeftCurly | '{' at column 41 should have line break after. | 24 | |
| design | DesignForExtension | Method 'setMedia' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| misc | FinalParameters | Parameter media should be final. | 25 | |
| coding | HiddenField | 'media' hides a field. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 9 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 9 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 11 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 13 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 14 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 19 | |
| 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. | 20 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 23 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| misc | FinalParameters | Parameter house should be final. | 24 | |
| coding | HiddenField | 'house' hides a field. | 24 | |
| misc | FinalParameters | Parameter doorId should be final. | 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 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| design | DesignForExtension | Method 'getPk' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| blocks | LeftCurly | '{' at column 24 should have line break after. | 29 | |
| design | DesignForExtension | Method 'getHouse' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| blocks | LeftCurly | '{' at column 26 should have line break after. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 10 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 11 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 11 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 16 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| misc | FinalParameters | Parameter houseId should be final. | 17 | |
| coding | HiddenField | 'houseId' hides a field. | 17 | |
| misc | FinalParameters | Parameter doorId should be final. | 17 | |
| coding | HiddenField | 'doorId' hides a field. | 17 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| design | DesignForExtension | Method 'getHouseId' is not designed for extension - needs to be abstract, final or empty. | 22 | |
| blocks | LeftCurly | '{' at column 26 should have line break after. | 22 | |
| design | DesignForExtension | Method 'getDoorId' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| blocks | LeftCurly | '{' at column 25 should have line break after. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| 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 | '{' at column 19 should have line break after. | 33 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 34 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 34 | |
| blocks | LeftCurly | '{' at column 19 should have line break after. | 34 | |
| whitespace | WhitespaceAfter | 'typecast' 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 | |
| blocks | LeftCurly | '{' at column 26 should have line break after. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 6 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| 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). | 10 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 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 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| 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. | 18 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 | |
| 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 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 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 | WhitespaceAround | '=' is not preceded with whitespace. | 23 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| 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. | 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 | WhitespaceAround | '=' is not preceded with whitespace. | 27 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 29 | |
| misc | FinalParameters | Parameter id should be final. | 30 | |
| coding | HiddenField | 'id' hides a field. | 30 | |
| blocks | LeftCurly | '{' at column 23 should have line break after. | 30 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 30 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| blocks | LeftCurly | '{' at column 21 should have line break after. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| design | DesignForExtension | Method 'getRooms' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| blocks | LeftCurly | '{' at column 37 should have line break after. | 34 | |
| design | DesignForExtension | Method 'getDoors' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| blocks | LeftCurly | '{' at column 37 should have line break after. | 35 | |
| design | DesignForExtension | Method 'getResidents' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| blocks | LeftCurly | '{' at column 45 should have line break after. | 36 | |
| design | DesignForExtension | Method 'getMortgages' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| blocks | LeftCurly | '{' at column 45 should have line break after. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 9 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 9 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 11 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 13 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 | |
| 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 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 22 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| misc | FinalParameters | Parameter house should be final. | 23 | |
| coding | HiddenField | 'house' hides a field. | 23 | |
| misc | FinalParameters | Parameter mortgageId should be final. | 23 | |
| 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 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| design | DesignForExtension | Method 'getPk' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| blocks | LeftCurly | '{' at column 28 should have line break after. | 28 | |
| design | DesignForExtension | Method 'getHouse' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| blocks | LeftCurly | '{' at column 26 should have line break after. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 10 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 11 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 11 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 16 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| misc | FinalParameters | Parameter houseId should be final. | 17 | |
| coding | HiddenField | 'houseId' hides a field. | 17 | |
| misc | FinalParameters | Parameter doorId should be final. | 17 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| design | DesignForExtension | Method 'getHouseId' is not designed for extension - needs to be abstract, final or empty. | 22 | |
| blocks | LeftCurly | '{' at column 26 should have line break after. | 22 | |
| design | DesignForExtension | Method 'getMortgageId' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| blocks | LeftCurly | '{' at column 29 should have line break after. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| 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 | '{' at column 19 should have line break after. | 33 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 34 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 34 | |
| blocks | LeftCurly | '{' at column 19 should have line break after. | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 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 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 36 | |
| blocks | LeftCurly | '{' at column 26 should have line break after. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 | |
| 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 83). | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| 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 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 23 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| misc | FinalParameters | Parameter house should be final. | 24 | |
| coding | HiddenField | 'house' hides a field. | 24 | |
| misc | FinalParameters | Parameter residentId should be final. | 24 | |
| coding | HiddenField | 'residentId' hides a field. | 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 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| design | DesignForExtension | Method 'getHouse' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| blocks | LeftCurly | '{' at column 26 should have line break after. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| design | DesignForExtension | Method 'getResidentId' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| blocks | LeftCurly | '{' at column 29 should have line break after. | 30 |
| 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. | 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 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 | |
| misc | FinalParameters | Parameter houseId should be final. | 11 | |
| misc | FinalParameters | Parameter residentId should be final. | 11 | |
| coding | HiddenField | 'residentId' hides a field. | 11 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| design | DesignForExtension | Method 'getHouseId' is not designed for extension - needs to be abstract, final or empty. | 16 | |
| blocks | LeftCurly | '{' at column 26 should have line break after. | 16 | |
| design | DesignForExtension | Method 'getResidentId' is not designed for extension - needs to be abstract, final or empty. | 17 | |
| blocks | LeftCurly | '{' at column 29 should have line break after. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| misc | FinalParameters | Parameter obj should be final. | 25 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 27 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 27 | |
| blocks | LeftCurly | '{' at column 19 should have line break after. | 27 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 28 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 28 | |
| blocks | LeftCurly | '{' at column 19 should have line break after. | 28 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| 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 | |
| blocks | LeftCurly | '{' at column 26 should have line break after. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 9 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 9 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| 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 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 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 | |
| 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 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| misc | FinalParameters | Parameter house should be final. | 27 | |
| coding | HiddenField | 'house' hides a field. | 27 | |
| misc | FinalParameters | Parameter roomId should be final. | 27 | |
| coding | HiddenField | 'roomId' hides a field. | 27 | |
| 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. | 30 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| design | DesignForExtension | Method 'getHouse' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| blocks | LeftCurly | '{' at column 26 should have line break after. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| design | DesignForExtension | Method 'getRoomId' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| blocks | LeftCurly | '{' at column 25 should have line break after. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 7 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 8 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 9 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 9 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 9 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 11 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 11 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 14 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| misc | FinalParameters | Parameter houseId should be final. | 15 | |
| coding | HiddenField | 'houseId' hides a field. | 15 | |
| misc | FinalParameters | Parameter roomId should be final. | 15 | |
| coding | HiddenField | 'roomId' hides a field. | 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. | 19 | |
| design | DesignForExtension | Method 'getHouseId' is not designed for extension - needs to be abstract, final or empty. | 20 | |
| blocks | LeftCurly | '{' at column 26 should have line break after. | 20 | |
| design | DesignForExtension | Method 'getRoomId' is not designed for extension - needs to be abstract, final or empty. | 21 | |
| blocks | LeftCurly | '{' at column 25 should have line break after. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| misc | FinalParameters | Parameter obj should be final. | 29 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 31 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 31 | |
| blocks | LeftCurly | '{' at column 19 should have line break after. | 31 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 32 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 32 | |
| blocks | LeftCurly | '{' at column 19 should have line break after. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 34 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 34 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 34 | |
| blocks | LeftCurly | '{' at column 26 should have line break after. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 |