The following document contains the results of Checkstyle 6.2 with sun_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | LeftCurly | 9 | |
| RightCurly | 4 | ||
| coding | AvoidInlineConditionals | 3 | |
| HiddenField | 7 | ||
| design | DesignForExtension | 33 | |
| VisibilityModifier | 16 | ||
| imports | AvoidStarImport | 5 | |
| javadoc | JavadocMethod | 36 | |
| JavadocPackage | 4 | ||
| JavadocStyle | 14 | ||
| JavadocType | 13 | ||
| JavadocVariable | 16 | ||
| misc | FinalParameters | 21 | |
| NewlineAtEndOfFile | 1 | ||
| regexp | RegexpSingleline
|
70 | |
| sizes | LineLength | 9 | |
| whitespace | FileTabCharacter | 8 | |
| WhitespaceAfter | 2 | ||
| WhitespaceAround | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.RetentionPolicy.*. | 5 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.ElementType.*. | 6 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 9 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.RetentionPolicy.*. | 5 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.ElementType.*. | 6 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 9 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 10 | |
| javadoc | JavadocMethod | Expected an @return tag. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 13 | |
| javadoc | JavadocMethod | Expected an @return tag. | 14 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| javadoc | JavadocMethod | Expected an @return tag. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| javadoc | JavadocMethod | Expected an @return tag. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 17 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 | |
| design | VisibilityModifier | Variable 'ds' must be private and have accessor methods. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 32 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 32 | |
| design | VisibilityModifier | Variable 'em' must be private and have accessor methods. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| design | VisibilityModifier | Variable 'message' must be private and have accessor methods. | 43 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 43 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 48 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 48 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| design | VisibilityModifier | Variable 'cook' must be private and have accessor methods. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 7 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 8 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 8 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 10 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 10 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| 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 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| misc | FinalParameters | Parameter id should be final. | 16 | |
| coding | HiddenField | 'id' hides a field. | 16 | |
| misc | FinalParameters | Parameter name should be final. | 16 | |
| coding | HiddenField | 'name' hides a field. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| misc | FinalParameters | Parameter id should be final. | 24 | |
| coding | HiddenField | 'id' hides a field. | 24 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| misc | FinalParameters | Parameter name should be final. | 30 | |
| coding | HiddenField | 'name' hides a field. | 30 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 10 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 10 | |
| design | VisibilityModifier | Variable 'em' must be private and have accessor methods. | 10 | |
| design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 12 | |
| misc | FinalParameters | Parameter task should be final. | 12 | |
| design | DesignForExtension | Method 'update' is not designed for extension - needs to be abstract, final or empty. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| misc | FinalParameters | Parameter task should be final. | 15 | |
| design | DesignForExtension | Method 'delete' is not designed for extension - needs to be abstract, final or empty. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| misc | FinalParameters | Parameter task should be final. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 83). | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| design | DesignForExtension | Method 'setEntityManager' is not designed for extension - needs to be abstract, final or empty. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| misc | FinalParameters | Parameter em should be final. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| design | DesignForExtension | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| misc | FinalParameters | Parameter id should be final. | 25 | |
| design | DesignForExtension | Method 'findByName' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| misc | FinalParameters | Parameter name should be final. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 32 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 35 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 35 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 35 | |
| design | DesignForExtension | Method 'getTasks' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| misc | FinalParameters | Parameter offset should be final. | 39 | |
| misc | FinalParameters | Parameter limit should be final. | 39 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| javadoc | JavadocType | Unknown tag 'Annotations'. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| design | DesignForExtension | Method 'setSessionContext' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| misc | FinalParameters | Parameter ctx should be final. | 36 | |
| blocks | LeftCurly | '{' should have line break after. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 48 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| blocks | LeftCurly | '{' should have line break after. | 50 | |
| blocks | RightCurly | '}' should have line break before. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| blocks | LeftCurly | '{' should have line break after. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 33 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 33 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 34 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 34 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 35 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| blocks | LeftCurly | '{' should have line break after. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 47 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 47 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 48 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 56 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 63 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| design | DesignForExtension | Method 'setSessionContext' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| misc | FinalParameters | Parameter ctx should be final. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| design | VisibilityModifier | Variable 'cook' must be private and have accessor methods. | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 86 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 86 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| design | VisibilityModifier | Variable 'cook2' must be private and have accessor methods. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 93 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 93 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 93 | |
| design | VisibilityModifier | Variable 'message' must be private and have accessor methods. | 94 | |
| design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 103 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 110 | |
| blocks | LeftCurly | '{' should have line break after. | 111 | |
| blocks | RightCurly | '}' should have line break before. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 7 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 7 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 10 | |
| blocks | LeftCurly | '{' should have line break after. | 10 | |
| design | DesignForExtension | Method 'setSessionContext' is not designed for extension - needs to be abstract, final or empty. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 12 | |
| misc | FinalParameters | Parameter ctx should be final. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 7 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 14 | |
| blocks | LeftCurly | '{' should have line break after. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| design | DesignForExtension | Method 'setSessionContext' is not designed for extension - needs to be abstract, final or empty. | 16 | |
| misc | FinalParameters | Parameter ctx should be final. | 17 | |
| blocks | LeftCurly | '{' should have line break after. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 6 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 6 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 5 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 5 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 5 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 7 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 10 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 10 | |
| design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 | |
| misc | FinalParameters | Parameter id should be final. | 14 | |
| coding | HiddenField | 'id' hides a field. | 14 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| misc | FinalParameters | Parameter name should be final. | 21 | |
| coding | HiddenField | 'name' hides a field. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| design | VisibilityModifier | Variable 'log' must be private and have accessor methods. | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| design | VisibilityModifier | Variable 'ctx' must be private and have accessor methods. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| coding | HiddenField | 'ctx' hides a field. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| design | DesignForExtension | Method 'getJndiProperty' 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 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 | |
| blocks | RightCurly | '}' should be on the same line. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 33 | |
| design | DesignForExtension | Method 'getCtxProperty' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter name should be final. | 36 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 37 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 37 | |
| blocks | RightCurly | '}' should be on the same line. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| design | DesignForExtension | Method 'getEnv' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 51 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 51 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| 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 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| design | VisibilityModifier | Variable 'schedulerDAO' must be private and have accessor methods. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| design | VisibilityModifier | Variable 'jpaSchedulerDAOImpl' must be private and have accessor methods. | 50 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| design | VisibilityModifier | Variable 'cook' must be private and have accessor methods. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| design | VisibilityModifier | Variable 'anyCook' must be private and have accessor methods. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| design | VisibilityModifier | Variable 'cook2' must be private and have accessor methods. | 68 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 70 | |
| design | VisibilityModifier | Variable 'message' must be private and have accessor methods. | 74 | |
| design | DesignForExtension | Method 'setSessionContext' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| misc | FinalParameters | Parameter ctx should be final. | 77 | |
| design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 7 |