The following document contains the results of Checkstyle 6.2 with sun_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | LeftCurly | 33 | ![]() |
RightCurly | 20 | ![]() | |
coding | AvoidInlineConditionals | 11 | ![]() |
HiddenField | 23 | ![]() | |
MagicNumber | 9 | ![]() | |
design | DesignForExtension | 80 | ![]() |
VisibilityModifier | 2 | ![]() | |
imports | AvoidStarImport | 4 | ![]() |
UnusedImports | 2 | ![]() | |
javadoc | JavadocMethod | 61 | ![]() |
JavadocPackage | 5 | ![]() | |
JavadocStyle | 8 | ![]() | |
JavadocType | 18 | ![]() | |
JavadocVariable | 30 | ![]() | |
misc | FinalParameters | 62 | ![]() |
naming | ConstantName | 3 | ![]() |
regexp | RegexpSingleline
|
138 | ![]() |
sizes | LineLength | 38 | ![]() |
whitespace | WhitespaceAfter | 4 | ![]() |
WhitespaceAround | 211 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 5 |
![]() |
misc | FinalParameters | Parameter message should be final. | 5 |
![]() |
misc | FinalParameters | Parameter cause should be final. | 5 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
![]() |
misc | FinalParameters | Parameter message should be final. | 9 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 9 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
![]() |
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 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
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 | JavadocType | Missing a Javadoc comment. | 5 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 6 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
design | DesignForExtension | Method 'setMember' is not designed for extension - needs to be abstract, final or empty. | 11 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
![]() |
misc | FinalParameters | Parameter member should be final. | 11 |
![]() |
coding | HiddenField | 'member' hides a field. | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 14 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 15 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 16 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 16 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 16 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 18 |
![]() |
design | DesignForExtension | Method 'getLogin' is not designed for extension - needs to be abstract, final or empty. | 19 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 20 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 20 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 20 |
![]() |
design | DesignForExtension | Method 'getMember' is not designed for extension - needs to be abstract, final or empty. | 23 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 5 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 8 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 9 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 9 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 11 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 11 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 11 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 20 |
![]() |
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. | 22 |
![]() |
coding | MagicNumber | '16' is a magic number. | 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. | 22 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 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 |
![]() |
coding | MagicNumber | '32' is a magic number. | 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 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 29 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 29 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 29 |
![]() |
coding | MagicNumber | '32' is a magic number. | 29 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 29 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 32 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 32 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
misc | FinalParameters | Parameter id should be final. | 33 |
![]() |
coding | HiddenField | 'id' hides a field. | 33 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 34 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 34 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 36 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() |
blocks | LeftCurly | '{' should have line break after. | 37 |
![]() |
design | DesignForExtension | Method 'getLogin' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() |
blocks | LeftCurly | '{' should have line break after. | 39 |
![]() |
design | DesignForExtension | Method 'setLogin' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
misc | FinalParameters | Parameter login should be final. | 40 |
![]() |
coding | HiddenField | 'login' hides a field. | 40 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() |
blocks | LeftCurly | '{' should have line break after. | 44 |
![]() |
design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
misc | FinalParameters | Parameter name should be final. | 45 |
![]() |
coding | HiddenField | 'name' hides a field. | 45 |
![]() |
design | DesignForExtension | Method 'getEmail' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() |
blocks | LeftCurly | '{' should have line break after. | 49 |
![]() |
design | DesignForExtension | Method 'setEmail' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
![]() |
misc | FinalParameters | Parameter email should be final. | 50 |
![]() |
coding | HiddenField | 'email' hides a field. | 50 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 53 |
![]() |
design | DesignForExtension | Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() |
misc | FinalParameters | Parameter rhs should be final. | 55 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 56 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 56 |
![]() |
whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 56 |
![]() |
whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 56 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 56 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 56 |
![]() |
blocks | LeftCurly | '{' should have line break after. | 56 |
![]() |
blocks | RightCurly | '}' should have line break before. | 56 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 57 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 57 |
![]() |
whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 57 |
![]() |
whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 57 |
![]() |
blocks | LeftCurly | '{' should have line break after. | 57 |
![]() |
blocks | RightCurly | '}' should have line break before. | 57 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 65 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() |
misc | FinalParameters | Parameter obj should be final. | 69 |
![]() |
blocks | LeftCurly | '{' should have line break after. | 70 |
![]() |
blocks | RightCurly | '}' should have line break before. | 70 |
![]() |
blocks | LeftCurly | '{' should have line break after. | 71 |
![]() |
blocks | RightCurly | '}' should have line break before. | 71 |
![]() |
blocks | LeftCurly | '{' should have line break after. | 72 |
![]() |
blocks | RightCurly | '}' should have line break before. | 72 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 74 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 75 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 75 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 75 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 75 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 75 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 87 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 7 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 10 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 11 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 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 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 15 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 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 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 19 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 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 | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 29 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
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 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 38 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 38 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 38 |
![]() |
coding | MagicNumber | '50' is a magic number. | 38 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 41 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 45 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 45 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 45 |
![]() |
coding | MagicNumber | '7' is a magic number. | 45 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 45 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 45 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 45 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 45 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 45 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 49 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 49 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 49 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 49 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 50 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 50 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 50 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 50 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 53 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 53 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 54 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 54 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 56 |
![]() |
design | DesignForExtension | Method 'prePersist' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 58 |
![]() |
blocks | LeftCurly | '{' should have line break after. | 58 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 58 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 58 |
![]() |
blocks | LeftCurly | '{' should have line break after. | 58 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 58 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 58 |
![]() |
blocks | RightCurly | '}' should be alone on a line. | 58 |
![]() |
blocks | RightCurly | '}' should have line break before. | 58 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 60 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 60 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
misc | FinalParameters | Parameter id should be final. | 61 |
![]() |
coding | HiddenField | 'id' hides a field. | 61 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 64 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 65 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() |
blocks | LeftCurly | '{' should have line break after. | 65 |
![]() |
design | DesignForExtension | Method 'getDateCreated' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() |
blocks | LeftCurly | '{' should have line break after. | 66 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 67 |
![]() |
design | DesignForExtension | Method 'getCategory' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() |
blocks | LeftCurly | '{' should have line break after. | 68 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 68 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 68 |
![]() |
design | DesignForExtension | Method 'setCategory' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
misc | FinalParameters | Parameter category should be final. | 69 |
![]() |
coding | HiddenField | 'category' hides a field. | 69 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 72 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() |
blocks | LeftCurly | '{' should have line break after. | 73 |
![]() |
design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
misc | FinalParameters | Parameter name should be final. | 74 |
![]() |
coding | HiddenField | 'name' hides a field. | 74 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 77 |
![]() |
design | DesignForExtension | Method 'getYear' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() |
blocks | LeftCurly | '{' should have line break after. | 78 |
![]() |
design | DesignForExtension | Method 'setYear' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
![]() |
misc | FinalParameters | Parameter year should be final. | 79 |
![]() |
coding | HiddenField | 'year' hides a field. | 79 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 82 |
![]() |
design | DesignForExtension | Method 'getPrice' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() |
blocks | LeftCurly | '{' should have line break after. | 83 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 83 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 83 |
![]() |
design | DesignForExtension | Method 'setPrice' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
misc | FinalParameters | Parameter price should be final. | 84 |
![]() |
coding | HiddenField | 'price' hides a field. | 84 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 87 |
![]() |
design | DesignForExtension | Method 'getSeller' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() |
blocks | LeftCurly | '{' should have line break after. | 88 |
![]() |
design | DesignForExtension | Method 'setSeller' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
![]() |
misc | FinalParameters | Parameter seller should be final. | 89 |
![]() |
coding | HiddenField | 'seller' hides a field. | 89 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 92 |
![]() |
design | DesignForExtension | Method 'getBuyer' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() |
blocks | LeftCurly | '{' should have line break after. | 93 |
![]() |
design | DesignForExtension | Method 'setBuyer' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
misc | FinalParameters | Parameter buyer should be final. | 94 |
![]() |
coding | HiddenField | 'buyer' hides a field. | 94 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 97 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 109 |
![]() |
design | DesignForExtension | Method 'compare' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() |
misc | FinalParameters | Parameter lhs should be final. | 111 |
![]() |
misc | FinalParameters | Parameter rhs should be final. | 111 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 112 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 112 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 112 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 112 |
![]() |
blocks | LeftCurly | '{' should have line break after. | 112 |
![]() |
blocks | RightCurly | '}' should have line break before. | 112 |
![]() |
whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 113 |
![]() |
whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 113 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 113 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 113 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 113 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 113 |
![]() |
blocks | LeftCurly | '{' should have line break after. | 113 |
![]() |
blocks | RightCurly | '}' should have line break before. | 113 |
![]() |
whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 114 |
![]() |
whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 114 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 114 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 114 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 114 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 114 |
![]() |
blocks | LeftCurly | '{' should have line break after. | 114 |
![]() |
blocks | RightCurly | '}' should have line break before. | 114 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 115 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 115 |
![]() |
whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 116 |
![]() |
whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 116 |
![]() |
blocks | LeftCurly | '{' should have line break after. | 116 |
![]() |
blocks | RightCurly | '}' should have line break before. | 116 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 118 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 118 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 118 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 118 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 118 |
![]() |
blocks | LeftCurly | '{' should have line break after. | 118 |
![]() |
blocks | RightCurly | '}' should have line break before. | 118 |
![]() |
whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 119 |
![]() |
whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 119 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 119 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 119 |
![]() |
blocks | LeftCurly | '{' should have line break after. | 119 |
![]() |
blocks | RightCurly | '}' should have line break before. | 119 |
![]() |
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 |
![]() |
blocks | LeftCurly | '{' should have line break after. | 120 |
![]() |
blocks | RightCurly | '}' should have line break before. | 120 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 122 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 5 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
misc | FinalParameters | Parameter prettyName should be final. | 10 |
![]() |
coding | HiddenField | 'prettyName' hides a field. | 10 |
![]() |
blocks | LeftCurly | '{' should have line break after. | 10 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 11 |
![]() |
blocks | LeftCurly | '{' should have line break after. | 12 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
![]() |
misc | FinalParameters | Parameter value should be final. | 13 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 14 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 14 |
![]() |
blocks | LeftCurly | '{' should have line break after. | 14 |
![]() |
blocks | RightCurly | '}' should have line break before. | 14 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 15 |
![]() |
whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 17 |
![]() |
whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 17 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 10 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 10 |
![]() |
design | VisibilityModifier | Variable 'em' must be private and have accessor methods. | 12 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 13 |
![]() |
design | DesignForExtension | Method 'getUserMgmtDAO' is not designed for extension - needs to be abstract, final or empty. | 14 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
![]() |
misc | FinalParameters | Parameter em should be final. | 16 |
![]() |
coding | HiddenField | 'em' hides a field. | 16 |
![]() |
misc | FinalParameters | Parameter validator should be final. | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - javax.enterprise.inject.Alternative. | 10 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
design | DesignForExtension | Method 'addProduct' is not designed for extension - needs to be abstract, final or empty. | 26 |
![]() |
misc | FinalParameters | Parameter product should be final. | 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 | WhitespaceAround | '=' is not preceded with whitespace. | 29 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 29 |
![]() |
design | DesignForExtension | Method 'getProductsForSale' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 34 |
![]() |
misc | FinalParameters | Parameter template should be final. | 34 |
![]() |
misc | FinalParameters | Parameter offset should be final. | 34 |
![]() |
misc | FinalParameters | Parameter limit should be final. | 34 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 39 |
![]() |
whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 43 |
![]() |
whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 43 |
![]() |
whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 46 |
![]() |
whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 46 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
design | DesignForExtension | Method 'getBuyerProducts' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
misc | FinalParameters | Parameter buyer should be final. | 64 |
![]() |
misc | FinalParameters | Parameter offset should be final. | 64 |
![]() |
misc | FinalParameters | Parameter limit should be final. | 64 |
![]() |
whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 66 |
![]() |
whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 66 |
![]() |
whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 67 |
![]() |
whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 68 |
![]() |
whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 69 |
![]() |
whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 137). | 70 |
![]() |
whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 73 |
![]() |
whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 73 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 82 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 82 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 82 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 82 |
![]() |
design | DesignForExtension | Method 'getSellerProducts' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 86 |
![]() |
misc | FinalParameters | Parameter seller should be final. | 86 |
![]() |
misc | FinalParameters | Parameter offset should be final. | 86 |
![]() |
misc | FinalParameters | Parameter limit should be final. | 86 |
![]() |
whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 88 |
![]() |
whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 88 |
![]() |
whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 89 |
![]() |
whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 124). | 90 |
![]() |
whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 91 |
![]() |
whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 139). | 92 |
![]() |
whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 95 |
![]() |
whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 95 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 104 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 104 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 104 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 104 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 106 |
![]() |
design | DesignForExtension | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() |
misc | FinalParameters | Parameter product should be final. | 108 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 109 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 109 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 109 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 109 |
![]() |
blocks | LeftCurly | '{' should have line break after. | 109 |
![]() |
blocks | RightCurly | '}' should have line break before. | 109 |
![]() |
whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 111 |
![]() |
whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 111 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
imports | UnusedImports | Unused import - javax.enterprise.inject.Vetoed. | 11 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
design | DesignForExtension | Method 'setEntityManager' is not designed for extension - needs to be abstract, final or empty. | 25 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
misc | FinalParameters | Parameter em should be final. | 25 |
![]() |
coding | HiddenField | 'em' hides a field. | 25 |
![]() |
design | DesignForExtension | Method 'setValidator' is not designed for extension - needs to be abstract, final or empty. | 28 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
misc | FinalParameters | Parameter validator should be final. | 28 |
![]() |
coding | HiddenField | 'validator' hides a field. | 28 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 29 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 29 |
![]() |
design | DesignForExtension | Method 'createMember' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() |
misc | FinalParameters | Parameter member should be final. | 33 |
![]() |
whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 35 |
![]() |
whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 35 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 42 |
![]() |
whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 43 |
![]() |
whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 44 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 46 |
![]() |
design | DesignForExtension | Method 'getMember' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() |
misc | FinalParameters | Parameter id should be final. | 52 |
![]() |
design | DesignForExtension | Method 'findMemberByLogin' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() |
misc | FinalParameters | Parameter login should be final. | 57 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 58 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 58 |
![]() |
blocks | LeftCurly | '{' should have line break after. | 58 |
![]() |
blocks | RightCurly | '}' should have line break before. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 59 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 62 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 62 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 5 |
![]() |
misc | FinalParameters | Parameter message should be final. | 5 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 27 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
design | VisibilityModifier | Variable 'dao' must be private and have accessor methods. | 31 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 32 |
![]() |
design | DesignForExtension | Method 'init' 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. | 37 |
![]() |
design | DesignForExtension | Method 'destroy' 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. | 42 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 43 |
![]() |
design | DesignForExtension | Method 'addProduct' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() |
misc | FinalParameters | Parameter product should be final. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 124). | 48 |
![]() |
design | DesignForExtension | Method 'getProductsForSale' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 55 |
![]() |
misc | FinalParameters | Parameter template should be final. | 55 |
![]() |
misc | FinalParameters | Parameter offset should be final. | 55 |
![]() |
misc | FinalParameters | Parameter limit should be final. | 55 |
![]() |
design | DesignForExtension | Method 'getBuyerProducts' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() |
misc | FinalParameters | Parameter buyer should be final. | 61 |
![]() |
misc | FinalParameters | Parameter offset should be final. | 61 |
![]() |
misc | FinalParameters | Parameter limit should be final. | 61 |
![]() |
design | DesignForExtension | Method 'getSellerProducts' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 67 |
![]() |
misc | FinalParameters | Parameter seller should be final. | 67 |
![]() |
misc | FinalParameters | Parameter offset should be final. | 67 |
![]() |
misc | FinalParameters | Parameter limit should be final. | 67 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 70 |
![]() |
design | DesignForExtension | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() |
misc | FinalParameters | Parameter product should be final. | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 8 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 23 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 28 |
![]() |
design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 33 |
![]() |
design | DesignForExtension | Method 'destroy' 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. | 38 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 39 |
![]() |
design | DesignForExtension | Method 'login' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() |
design | DesignForExtension | Method 'login' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
![]() |
misc | FinalParameters | Parameter login should be final. | 49 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 51 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 51 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 53 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 53 |
![]() |
blocks | LeftCurly | '{' should have line break after. | 58 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 58 |
![]() |
blocks | RightCurly | '}' should have line break before. | 58 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 60 |
![]() |
design | DesignForExtension | Method 'createMember' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() |
misc | FinalParameters | Parameter member should be final. | 71 |
![]() |
design | DesignForExtension | Method 'getMember' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() |
misc | FinalParameters | Parameter id should be final. | 77 |
![]() |
design | DesignForExtension | Method 'findMemberByLogin' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() |
misc | FinalParameters | Parameter login should be final. | 83 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 8 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 8 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 12 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 17 |
![]() |
design | DesignForExtension | Method 'getError' is not designed for extension - needs to be abstract, final or empty. | 18 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
design | DesignForExtension | Method 'setError' is not designed for extension - needs to be abstract, final or empty. | 21 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
misc | FinalParameters | Parameter error should be final. | 21 |
![]() |
coding | HiddenField | 'error' hides a field. | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
design | DesignForExtension | Method 'getStackTrace' is not designed for extension - needs to be abstract, final or empty. | 25 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 34 |
![]() |
design | DesignForExtension | Method 'getException' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
![]() |
design | DesignForExtension | Method 'setException' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
misc | FinalParameters | Parameter exception should be final. | 38 |
![]() |
coding | HiddenField | 'exception' hides a field. | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 34 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 45 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 54 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 58 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 60 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 62 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 65 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 67 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 69 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 71 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 72 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 77 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 87 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 94 |
![]() |
javadoc | JavadocStyle | Unclosed HTML tag found: <pre> | 96 |
![]() |
javadoc | JavadocStyle | Unclosed HTML tag found: <pre> | 104 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 105 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 109 |
![]() |
design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
![]() |
design | DesignForExtension | Method 'destroy' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 120 |
![]() |
design | DesignForExtension | Method 'getSeller' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
![]() |
design | DesignForExtension | Method 'getProducts' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 127 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 127 |
![]() |
design | DesignForExtension | Method 'setProducts' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 132 |
![]() |
misc | FinalParameters | Parameter products should be final. | 132 |
![]() |
coding | HiddenField | 'products' hides a field. | 132 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 134 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 134 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 136 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 138 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 144 |
![]() |
design | DesignForExtension | Method 'getProduct' is not designed for extension - needs to be abstract, final or empty. | 144 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 146 |
![]() |
design | DesignForExtension | Method 'setProduct' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 148 |
![]() |
misc | FinalParameters | Parameter product should be final. | 148 |
![]() |
coding | HiddenField | 'product' hides a field. | 148 |
![]() |
design | DesignForExtension | Method 'getCategories' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 152 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 154 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 160 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 161 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 162 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 164 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 167 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 168 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </h:form> | 170 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 172 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 173 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 176 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 176 |
![]() |
design | DesignForExtension | Method 'getAddCommand' is not designed for extension - needs to be abstract, final or empty. | 176 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 178 |
![]() |
design | DesignForExtension | Method 'setAddCommand' is not designed for extension - needs to be abstract, final or empty. | 180 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 180 |
![]() |
misc | FinalParameters | Parameter addCommand should be final. | 180 |
![]() |
coding | HiddenField | 'addCommand' hides a field. | 180 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 184 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 186 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 187 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 188 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 189 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 190 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 193 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 195 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 197 |
![]() |
design | DesignForExtension | Method 'addNew' is not designed for extension - needs to be abstract, final or empty. | 197 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 200 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 201 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 204 |
![]() |
coding | MagicNumber | '100' is a magic number. | 205 |
![]() |
coding | MagicNumber | '1980' is a magic number. | 206 |
![]() |
coding | MagicNumber | '30' is a magic number. | 206 |
![]() |
coding | MagicNumber | '10000' is a magic number. | 207 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 208 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 209 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 209 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 210 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 212 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 213 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 214 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 218 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 221 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 224 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 227 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 230 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 235 |
![]() |
design | DesignForExtension | Method 'getForm' is not designed for extension - needs to be abstract, final or empty. | 235 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 235 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 236 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 236 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 236 |
![]() |
whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 236 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 236 |
![]() |
whitespace | WhitespaceAround | '?' is not followed by whitespace. | 236 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 237 |
![]() |
design | DesignForExtension | Method 'setForm' is not designed for extension - needs to be abstract, final or empty. | 239 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 239 |
![]() |
misc | FinalParameters | Parameter form should be final. | 239 |
![]() |
coding | HiddenField | 'form' hides a field. | 239 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 240 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 240 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 240 |
![]() |
whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 240 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 240 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 243 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 245 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 246 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 247 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 248 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 248 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 249 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 251 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 252 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 254 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 258 |
![]() |
design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 258 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 266 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 267 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 279 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 287 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 288 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 289 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 294 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 298 |
![]() |
design | DesignForExtension | Method 'getTableForm' is not designed for extension - needs to be abstract, final or empty. | 298 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 298 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 299 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 299 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 299 |
![]() |
whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 299 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 299 |
![]() |
whitespace | WhitespaceAround | '?' is not followed by whitespace. | 299 |
![]() |
whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 299 |
![]() |
whitespace | WhitespaceAround | ':' is not followed by whitespace. | 299 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 300 |
![]() |
design | DesignForExtension | Method 'setTableForm' is not designed for extension - needs to be abstract, final or empty. | 302 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 302 |
![]() |
misc | FinalParameters | Parameter tableForm should be final. | 302 |
![]() |
coding | HiddenField | 'tableForm' hides a field. | 302 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 124). | 303 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 303 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 303 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 303 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 310 |
![]() |
design | DesignForExtension | Method 'delete' is not designed for extension - needs to be abstract, final or empty. | 314 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 314 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 320 |
![]() |
design | DesignForExtension | Method 'save' is not designed for extension - needs to be abstract, final or empty. | 321 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 321 |