The following document contains the results of Checkstyle 6.18 with sun_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | LeftCurly | 9 | ![]() |
RightCurly | 2 | ![]() | |
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
|
69 | ![]() |
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. | 8 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 9 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 10 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 11 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 12 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'name'. | 12 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 13 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 14 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 15 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 15 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'name'. | 15 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 16 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 17 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 18 |
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. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 32 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 33 |
![]() |
design | DesignForExtension | Method 'setSessionContext' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() |
misc | FinalParameters | Parameter ctx should be final. | 34 |
![]() |
blocks | LeftCurly | '{' at column 55 should have line break after. | 34 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 35 |
![]() |
design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 46 |
![]() |
whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 46 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 48 |
![]() |
blocks | LeftCurly | '{' at column 38 should have line break after. | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 51 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() |
blocks | LeftCurly | '{' at column 29 should have line break after. | 51 |
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 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 27 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 28 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 31 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 31 |
![]() |
whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 32 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 32 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 32 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 33 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 34 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() |
blocks | LeftCurly | '{' at column 29 should have line break after. | 37 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 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 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 54 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 61 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 61 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 63 |
![]() |
design | DesignForExtension | Method 'setSessionContext' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
![]() |
misc | FinalParameters | Parameter ctx should be final. | 69 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 72 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 73 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 74 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 77 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
![]() |
design | VisibilityModifier | Variable 'cook' must be private and have accessor methods. | 77 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 84 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 84 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 85 |
![]() |
design | VisibilityModifier | Variable 'cook2' must be private and have accessor methods. | 85 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 88 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 91 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 91 |
![]() |
design | VisibilityModifier | Variable 'message' must be private and have accessor methods. | 92 |
![]() |
design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 101 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 106 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 108 |
![]() |
blocks | LeftCurly | '{' at column 38 should have line break after. | 109 |
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 | '{' at column 29 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 | '{' at column 29 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 | '{' at column 55 should have line break after. | 17 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 6 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
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 | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 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 | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 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 | 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 | '{' at column 29 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 |