The following document contains the results of Checkstyle 6.2 with sun_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | LeftCurly | 113 | |
| NeedBraces | 2 | ||
| RightCurly | 15 | ||
| coding | AvoidInlineConditionals | 5 | |
| HiddenField | 75 | ||
| MagicNumber | 5 | ||
| design | DesignForExtension | 152 | |
| imports | AvoidStarImport | 26 | |
| javadoc | JavadocMethod | 110 | |
| JavadocPackage | 5 | ||
| JavadocType | 8 | ||
| JavadocVariable | 96 | ||
| misc | FinalParameters | 91 | |
| naming | ConstantName | 2 | |
| StaticVariableName | 1 | ||
| regexp | RegexpSingleline
|
195 | |
| sizes | LineLength | 18 | |
| whitespace | FileTabCharacter | 13 | |
| OperatorWrap | 32 | ||
| WhitespaceAfter | 12 | ||
| WhitespaceAround | 423 |
| 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 | '{' 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 | '{' 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 | '{' 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 | '{' 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 | '{' 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 | '{' 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 | '{' 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 | '{' 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 | '{' 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 |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| 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 | '{' 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 | '{' 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 | '{' 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 |
|---|---|---|---|---|
| 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 | '{' 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 | '{' 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 | '{' 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 | '{' 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 | '{' 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 | '{' 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 | '{' 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 | '{' 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 | '{' 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 | '{' 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. | 120 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 120 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 120 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 120 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 122 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 122 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 122 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 125 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 127 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 128 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 133 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 133 | |
| misc | FinalParameters | Parameter id should be final. | 134 | |
| coding | HiddenField | 'id' hides a field. | 134 | |
| blocks | LeftCurly | '{' should have line break after. | 134 | |
| misc | FinalParameters | Parameter name should be final. | 135 | |
| coding | HiddenField | 'name' hides a field. | 135 | |
| blocks | LeftCurly | '{' should have line break after. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| blocks | LeftCurly | '{' should have line break after. | 137 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 139 | |
| blocks | LeftCurly | '{' should have line break after. | 139 | |
| design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| misc | FinalParameters | Parameter name should be final. | 140 | |
| coding | HiddenField | 'name' hides a field. | 140 | |
| design | DesignForExtension | Method 'getChildren' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| blocks | LeftCurly | '{' should have line break after. | 144 | |
| design | DesignForExtension | Method 'setChildren' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 | |
| misc | FinalParameters | Parameter children should be final. | 145 | |
| coding | HiddenField | 'children' hides a field. | 145 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 7 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 8 | |
| 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 | '{' 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 | '{' 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 | 'cast' 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 | 'cast' is not followed by whitespace. | 35 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 35 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 36 | |
| blocks | RightCurly | '}' should be on the same line. | 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. | 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 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 | '{' 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 | '{' 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 | 'cast' 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 | 'cast' is not followed by whitespace. | 31 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 31 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 32 | |
| blocks | RightCurly | '}' should be on the same line. | 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 | '{' 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 | '{' 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 | '{' 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 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 46 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 47 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 47 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 47 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 47 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 48 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 48 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 48 |
| 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 | '{' 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 | '{' 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 | '{' 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 | '{' 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 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
| 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 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| 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. | 48 | |
| blocks | LeftCurly | '{' should have line break after. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| misc | FinalParameters | Parameter identity should be final. | 50 | |
| coding | HiddenField | 'identity' hides a field. | 50 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| blocks | LeftCurly | '{' should have line break after. | 56 | |
| design | DesignForExtension | Method 'getEndDate' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| blocks | LeftCurly | '{' should have line break after. | 58 | |
| design | DesignForExtension | Method 'setEndDate' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| misc | FinalParameters | Parameter end should be final. | 59 | |
| design | DesignForExtension | Method 'getStartDate' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| blocks | LeftCurly | '{' should have line break after. | 63 | |
| design | DesignForExtension | Method 'setStartDate' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| misc | FinalParameters | Parameter start should be final. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| javadoc | JavadocMethod | Expected an @return tag. | 74 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| design | DesignForExtension | Method 'getApplication' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| blocks | LeftCurly | '{' should have line break after. | 78 | |
| design | DesignForExtension | Method 'setApplication' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| misc | FinalParameters | Parameter application should be final. | 79 | |
| coding | HiddenField | 'application' hides a field. | 79 | |
| design | DesignForExtension | Method 'getCheckouts' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| design | DesignForExtension | Method 'addCheckout' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| misc | FinalParameters | Parameter checkout should be final. | 87 | |
| design | DesignForExtension | Method 'removeCheckout' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| misc | FinalParameters | Parameter checkout should be final. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 96 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 97 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 98 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 99 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 100 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 101 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 103 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 103 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 103 | |
| blocks | LeftCurly | '{' should have line break after. | 105 | |
| blocks | RightCurly | '}' should have line break before. | 105 |
| 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 | '{' 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 | '{' 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 | '{' 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 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 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 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 57 |
| 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 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 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 | '{' 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 | '{' 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 | '{' 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 | '{' 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 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 46 |
| 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 | '{' 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 | '{' 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 | '{' 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 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 34 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 35 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 36 |
| 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 | '{' 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 | '{' 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 | '{' 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 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
| 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 | '{' 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 | '{' should have line break after. | 64 | |
| misc | FinalParameters | Parameter copyNo should be final. | 65 | |
| coding | HiddenField | 'copyNo' hides a field. | 65 | |
| blocks | LeftCurly | '{' 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 | '{' should have line break after. | 67 | |
| misc | FinalParameters | Parameter mediaId should be final. | 68 | |
| coding | HiddenField | 'mediaId' hides a field. | 68 | |
| blocks | LeftCurly | '{' 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 | '{' should have line break after. | 70 | |
| misc | FinalParameters | Parameter media should be final. | 71 | |
| coding | HiddenField | 'media' hides a field. | 71 | |
| blocks | LeftCurly | '{' should have line break after. | 71 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 74 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 75 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 76 |
| 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 | '{' 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 | '{' should have line break after. | 39 | |
| misc | FinalParameters | Parameter copyNo should be final. | 40 | |
| coding | HiddenField | 'copyNo' hides a field. | 40 | |
| blocks | LeftCurly | '{' 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 | '{' 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 | '{' should have line break after. | 44 | |
| misc | FinalParameters | Parameter media should be final. | 45 | |
| coding | HiddenField | 'media' hides a field. | 45 | |
| blocks | LeftCurly | '{' should have line break after. | 45 | |
| 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 | OperatorWrap | '+' should be on a new line. | 48 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 49 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 50 |
| 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 | |
| blocks | LeftCurly | '{' should have line break after. | 30 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 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 | '{' 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 | '{' 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 | '{' 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 | '{' 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 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 57 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 58 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 59 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 60 |
| 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 | '{' 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 | '{' 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 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 43 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 44 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 45 |
| 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 | '{' 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 | '{' 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 | '{' 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 | '{' 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. | 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 | '{' 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 | '{' 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 | '{' should have line break after. | 33 | |
| blocks | RightCurly | '}' should have line break before. | 33 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 34 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 34 | |
| blocks | LeftCurly | '{' should have line break after. | 34 | |
| blocks | RightCurly | '}' should have line break before. | 34 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 36 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 36 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 36 | |
| blocks | LeftCurly | '{' should have line break after. | 37 | |
| blocks | RightCurly | '}' should have line break before. | 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 | '{' 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 | '{' 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 | '{' 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 | '{' 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 | '{' 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 | '{' 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 | |
| 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 | '{' 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 | '{' 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. | 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 | '{' 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 | '{' 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 | '{' should have line break after. | 33 | |
| blocks | RightCurly | '}' should have line break before. | 33 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 34 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 34 | |
| blocks | LeftCurly | '{' should have line break after. | 34 | |
| blocks | RightCurly | '}' should have line break before. | 34 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 35 | |
| 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 | '{' should have line break after. | 37 | |
| blocks | RightCurly | '}' should have line break before. | 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 | '{' 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 | '{' should have line break after. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 5 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 6 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 6 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 7 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 10 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 10 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 10 | |
| 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 | '{' 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 | '{' 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 | '{' should have line break after. | 27 | |
| blocks | RightCurly | '}' should have line break before. | 27 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 28 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 28 | |
| blocks | LeftCurly | '{' should have line break after. | 28 | |
| blocks | RightCurly | '}' should have line break before. | 28 | |
| whitespace | WhitespaceAfter | 'cast' 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 | '{' should have line break after. | 31 | |
| blocks | RightCurly | '}' should have line break before. | 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 | '{' 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 | '{' 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. | 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 | '{' 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 | '{' 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 | '{' should have line break after. | 31 | |
| blocks | RightCurly | '}' should have line break before. | 31 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 32 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 32 | |
| blocks | LeftCurly | '{' should have line break after. | 32 | |
| blocks | RightCurly | '}' should have line break before. | 32 | |
| whitespace | WhitespaceAfter | 'cast' 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 | '{' should have line break after. | 35 | |
| blocks | RightCurly | '}' should have line break before. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 |