The following document contains the results of Checkstyle 6.18 with sun_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | EmptyBlock | 13 | Error |
LeftCurly | 1182 | Error | |
NeedBraces | 20 | Error | |
RightCurly | 307 | Error | |
coding | AvoidInlineConditionals | 258 | Error |
EmptyStatement | 2 | Error | |
EqualsHashCode | 4 | Error | |
HiddenField | 1122 | Error | |
InnerAssignment | 10 | Error | |
MagicNumber | 287 | Error | |
MissingSwitchDefault | 1 | Error | |
SimplifyBooleanExpression | 2 | Error | |
design | DesignForExtension | 2973 | Error |
HideUtilityClassConstructor | 11 | Error | |
VisibilityModifier | 154 | Error | |
imports | AvoidStarImport | 183 | Error |
RedundantImport | 5 | Error | |
UnusedImports
|
40 | Error | |
javadoc | JavadocMethod | 3014 | Error |
JavadocPackage | 180 | Error | |
JavadocStyle | 60 | Error | |
JavadocType | 500 | Error | |
JavadocVariable | 1750 | Error | |
misc | ArrayTypeStyle | 21 | Error |
FinalParameters | 2771 | Error | |
NewlineAtEndOfFile | 24 | Error | |
TodoComment | 25 | Error | |
modifier | RedundantModifier | 27 | Error |
naming | ConstantName | 119 | Error |
MemberName | 10 | Error | |
MethodName | 10 | Error | |
StaticVariableName | 1 | Error | |
regexp | RegexpSingleline
|
4129 | Error |
sizes | LineLength | 1273 | Error |
whitespace | EmptyForIteratorPad | 2 | Error |
FileTabCharacter | 286 | Error | |
GenericWhitespace | 5 | Error | |
MethodParamPad | 4 | Error | |
NoWhitespaceAfter | 6 | Error | |
NoWhitespaceBefore | 6 | Error | |
OperatorWrap | 344 | Error | |
ParenPad | 23 | Error | |
WhitespaceAfter | 316 | Error | |
WhitespaceAround | 6624 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 7 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 10 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 10 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
Error | misc | FinalParameters | Parameter name should be final. | 11 |
Error | coding | HiddenField | 'name' hides a field. | 11 |
Error | misc | FinalParameters | Parameter className should be final. | 11 |
Error | coding | HiddenField | 'className' hides a field. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 16 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 16 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 17 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | misc | FinalParameters | Parameter name should be final. | 17 |
Error | coding | HiddenField | 'name' hides a field. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | design | DesignForExtension | Method 'getClassName' is not designed for extension - needs to be abstract, final or empty. | 21 |
Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 21 |
Error | design | DesignForExtension | Method 'setClassName' is not designed for extension - needs to be abstract, final or empty. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Error | misc | FinalParameters | Parameter className should be final. | 22 |
Error | coding | HiddenField | 'className' hides a field. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 33 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 34 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 35 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 35 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 36 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 37 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 37 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 37 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 38 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 41 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 43 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 43 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 43 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 45 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 48 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 50 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 50 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 50 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 55 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 57 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 57 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 57 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 62 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 62 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 64 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 64 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 64 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 66 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 71 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 73 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 73 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 75 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 75 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 77 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 77 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 77 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 79 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 79 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 81 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 81 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 83 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 83 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 91 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 91 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 93 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 94 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 96 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 96 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 98 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 98 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 98 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 98 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 100 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 100 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 100 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 103 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 103 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 103 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 105 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 105 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 105 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 105 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 105 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 107 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 107 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 107 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 109 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 110 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
Error | whitespace | WhitespaceAround | 'assert' is not followed by whitespace. | 118 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 118 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 119 |
Error | whitespace | WhitespaceAround | 'assert' is not followed by whitespace. | 119 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 119 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 124 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 130 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 130 |
Error | blocks | LeftCurly | '{' at column 9 should have line break after. | 131 |
Error | blocks | RightCurly | '}' at column 25 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). | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 132 |
Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 132 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 3 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 5 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 13 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 3 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 5 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 29 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | design | VisibilityModifier | Variable 'jndi' must be private and have accessor methods. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 36 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | design | DesignForExtension | Method 'shutdown' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 45 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | blocks | LeftCurly | '{' at column 8 should have line break after. | 46 |
Error | blocks | RightCurly | '}' at column 24 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). | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 53 |
Error | design | DesignForExtension | Method 'verify' is not designed for extension - needs to be abstract, final or empty. | 53 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
Error | misc | FinalParameters | Parameter jndi should be final. | 53 |
Error | coding | HiddenField | 'jndi' hides a field. | 53 |
Error | misc | FinalParameters | Parameter area should be final. | 53 |
Error | misc | FinalParameters | Parameter base should be final. | 53 |
Error | misc | FinalParameters | Parameter object should be final. | 53 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 55 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 55 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 55 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 55 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 56 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 57 |
Error | whitespace | WhitespaceAround | 'assert' is not followed by whitespace. | 57 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 57 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 57 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 57 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 67 |
Error | whitespace | WhitespaceAround | 'assert' is not followed by whitespace. | 67 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 68 |
Error | whitespace | WhitespaceAround | 'assert' is not followed by whitespace. | 68 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | design | DesignForExtension | Method 'listContext' is not designed for extension - needs to be abstract, final or empty. | 72 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
Error | misc | FinalParameters | Parameter name should be final. | 72 |
Error | misc | FinalParameters | Parameter result should be final. | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 76 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 76 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 76 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 76 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 78 |
Error | design | DesignForExtension | Method 'listJNDI' is not designed for extension - needs to be abstract, final or empty. | 90 |
Error | misc | FinalParameters | Parameter name should be final. | 91 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 102 |
Error | design | DesignForExtension | Method 'lookupJNDI' is not designed for extension - needs to be abstract, final or empty. | 103 |
Error | misc | FinalParameters | Parameter name should be final. | 104 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 109 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 109 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 109 |
Error | design | DesignForExtension | Method 'listSessionContext' is not designed for extension - needs to be abstract, final or empty. | 116 |
Error | misc | FinalParameters | Parameter name should be final. | 117 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 129 |
Error | design | DesignForExtension | Method 'lookupSessionContext' is not designed for extension - needs to be abstract, final or empty. | 130 |
Error | misc | FinalParameters | Parameter name should be final. | 131 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 136 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 136 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 136 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 7 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 9 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 13 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 27 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 27 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 27 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 66 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 66 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 68 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 68 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 69 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 70 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 71 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 72 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 73 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 74 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 75 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 77 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 78 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 79 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 150). | 80 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 81 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 82 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 83 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 84 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 85 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 86 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 87 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 88 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 89 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 89 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Error | whitespace | WhitespaceAround | 'assert' is not followed by whitespace. | 92 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 92 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 93 |
Error | whitespace | WhitespaceAround | 'assert' is not followed by whitespace. | 93 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 93 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 98 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 101 |
Error | blocks | RightCurly | '}' at column 3 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). | 104 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 106 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 106 |
Error | blocks | LeftCurly | '{' at column 9 should have line break after. | 107 |
Error | blocks | RightCurly | '}' at column 25 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). | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 108 |
Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 108 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 11 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 6 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 7 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 8 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 9 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 8 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 10 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 11 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 11 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 14 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 27 |
Error | coding | MagicNumber | '32' is a magic number. | 27 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 29 |
Error | coding | MagicNumber | '32' is a magic number. | 29 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 40 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 40 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 40 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 43 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 43 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 44 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 44 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 48 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 50 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 53 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 53 |
Error | misc | FinalParameters | Parameter id should be final. | 54 |
Error | coding | HiddenField | 'id' hides a field. | 54 |
Error | blocks | LeftCurly | '{' at column 33 should have line break after. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 56 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
Error | misc | FinalParameters | Parameter id should be final. | 59 |
Error | coding | HiddenField | 'id' hides a field. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | design | DesignForExtension | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
Error | design | DesignForExtension | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 66 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Error | misc | FinalParameters | Parameter version should be final. | 66 |
Error | coding | HiddenField | 'version' hides a field. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 70 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 73 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
Error | misc | FinalParameters | Parameter name should be final. | 73 |
Error | coding | HiddenField | 'name' hides a field. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | design | DesignForExtension | Method 'getProductId' is not designed for extension - needs to be abstract, final or empty. | 77 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
Error | design | DesignForExtension | Method 'setProductId' is not designed for extension - needs to be abstract, final or empty. | 80 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
Error | misc | FinalParameters | Parameter productId should be final. | 80 |
Error | coding | HiddenField | 'productId' hides a field. | 80 |
Error | design | DesignForExtension | Method 'getMinBid' is not designed for extension - needs to be abstract, final or empty. | 84 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
Error | design | DesignForExtension | Method 'setMinBid' is not designed for extension - needs to be abstract, final or empty. | 87 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
Error | misc | FinalParameters | Parameter minBid should be final. | 87 |
Error | coding | HiddenField | 'minBid' hides a field. | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Error | design | DesignForExtension | Method 'getEndDate' is not designed for extension - needs to be abstract, final or empty. | 91 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
Error | design | DesignForExtension | Method 'setEndDate' is not designed for extension - needs to be abstract, final or empty. | 94 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
Error | misc | FinalParameters | Parameter endDate should be final. | 94 |
Error | coding | HiddenField | 'endDate' hides a field. | 94 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 97 |
Error | design | DesignForExtension | Method 'getStartDate' is not designed for extension - needs to be abstract, final or empty. | 98 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
Error | design | DesignForExtension | Method 'setStartDate' is not designed for extension - needs to be abstract, final or empty. | 101 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
Error | misc | FinalParameters | Parameter startDate should be final. | 101 |
Error | coding | HiddenField | 'startDate' hides a field. | 101 |
Error | design | DesignForExtension | Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 105 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
Error | design | DesignForExtension | Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 108 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
Error | misc | FinalParameters | Parameter owner should be final. | 108 |
Error | coding | HiddenField | 'owner' hides a field. | 108 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Error | design | DesignForExtension | Method 'closeBids' is not designed for extension - needs to be abstract, final or empty. | 112 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 112 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 113 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 113 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 114 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 116 |
Error | design | DesignForExtension | Method 'setClosed' is not designed for extension - needs to be abstract, final or empty. | 117 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 117 |
Error | misc | FinalParameters | Parameter closed should be final. | 117 |
Error | coding | HiddenField | 'closed' hides a field. | 117 |
Error | design | DesignForExtension | Method 'isClosed' is not designed for extension - needs to be abstract, final or empty. | 120 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 120 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 123 |
Error | design | DesignForExtension | Method 'getBids' is not designed for extension - needs to be abstract, final or empty. | 124 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 124 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 127 |
Error | design | DesignForExtension | Method 'setBids' is not designed for extension - needs to be abstract, final or empty. | 127 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
Error | misc | FinalParameters | Parameter bids should be final. | 127 |
Error | coding | HiddenField | 'bids' hides a field. | 127 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 130 |
Error | design | DesignForExtension | Method 'addBid' is not designed for extension - needs to be abstract, final or empty. | 131 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 131 |
Error | misc | FinalParameters | Parameter bid should be final. | 131 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 137 |
Error | design | DesignForExtension | Method 'getHighestBid' is not designed for extension - needs to be abstract, final or empty. | 138 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 138 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 148 |
Error | design | DesignForExtension | Method 'getWinningBid' is not designed for extension - needs to be abstract, final or empty. | 149 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 149 |
Error | design | DesignForExtension | Method 'setWinningBid' is not designed for extension - needs to be abstract, final or empty. | 152 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 152 |
Error | misc | FinalParameters | Parameter winningBid should be final. | 152 |
Error | coding | HiddenField | 'winningBid' hides a field. | 152 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 155 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 156 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 156 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 165 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 170 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 170 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 170 |
Error | whitespace | OperatorWrap | ':' should be on a new line. | 170 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 5 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 7 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 7 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 11 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | coding | MagicNumber | '7' is a magic number. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 25 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 25 |
Error | misc | FinalParameters | Parameter id should be final. | 26 |
Error | coding | HiddenField | 'id' hides a field. | 26 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 26 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | misc | FinalParameters | Parameter id should be final. | 31 |
Error | coding | HiddenField | 'id' hides a field. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | design | DesignForExtension | Method 'getAmount' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | design | DesignForExtension | Method 'setAmount' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | misc | FinalParameters | Parameter amount should be final. | 38 |
Error | coding | HiddenField | 'amount' hides a field. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | design | DesignForExtension | Method 'getBidder' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | design | DesignForExtension | Method 'setBidder' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | misc | FinalParameters | Parameter bidder should be final. | 45 |
Error | coding | HiddenField | 'bidder' hides a field. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | design | DesignForExtension | Method 'getItem' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Error | design | DesignForExtension | Method 'setItem' is not designed for extension - needs to be abstract, final or empty. | 52 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Error | misc | FinalParameters | Parameter item should be final. | 52 |
Error | coding | HiddenField | 'item' hides a field. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 56 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 59 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 59 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 59 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 59 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 59 |
Error | whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 59 |
Error | whitespace | WhitespaceAround | ':' is not followed by whitespace. | 59 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 60 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 60 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 60 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 5 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 7 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 7 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 9 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 9 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 10 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 10 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 11 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 11 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 24 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 24 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 27 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 27 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 27 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 32 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 32 |
Error | misc | FinalParameters | Parameter id should be final. | 33 |
Error | coding | HiddenField | 'id' hides a field. | 33 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 33 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | misc | FinalParameters | Parameter id should be final. | 38 |
Error | coding | HiddenField | 'id' hides a field. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | design | DesignForExtension | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | design | DesignForExtension | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | misc | FinalParameters | Parameter version should be final. | 45 |
Error | coding | HiddenField | 'version' hides a field. | 45 |
Error | design | DesignForExtension | Method 'getBuyer' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Error | design | DesignForExtension | Method 'setBuyer' is not designed for extension - needs to be abstract, final or empty. | 52 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Error | misc | FinalParameters | Parameter buyer should be final. | 52 |
Error | coding | HiddenField | 'buyer' hides a field. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | design | DesignForExtension | Method 'getItem' is not designed for extension - needs to be abstract, final or empty. | 56 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
Error | design | DesignForExtension | Method 'setItem' is not designed for extension - needs to be abstract, final or empty. | 59 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
Error | misc | FinalParameters | Parameter item should be final. | 59 |
Error | coding | HiddenField | 'item' hides a field. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | design | DesignForExtension | Method 'getMaxBid' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
Error | design | DesignForExtension | Method 'setMaxBid' is not designed for extension - needs to be abstract, final or empty. | 66 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Error | misc | FinalParameters | Parameter maxBid should be final. | 66 |
Error | coding | HiddenField | 'maxBid' hides a field. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 70 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 7 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 9 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 9 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 9 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 11 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 11 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 26 |
Error | coding | MagicNumber | '32' is a magic number. | 26 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 29 |
Error | coding | MagicNumber | '32' is a magic number. | 29 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 32 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 32 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 33 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 34 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 38 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 38 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 39 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 40 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 44 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 44 |
Error | misc | FinalParameters | Parameter id should be final. | 45 |
Error | coding | HiddenField | 'id' hides a field. | 45 |
Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 45 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Error | misc | FinalParameters | Parameter id should be final. | 50 |
Error | coding | HiddenField | 'id' hides a field. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | design | DesignForExtension | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Error | design | DesignForExtension | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Error | misc | FinalParameters | Parameter version should be final. | 57 |
Error | coding | HiddenField | 'version' hides a field. | 57 |
Error | design | DesignForExtension | Method 'getUserId' is not designed for extension - needs to be abstract, final or empty. | 61 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Error | design | DesignForExtension | Method 'setUserId' is not designed for extension - needs to be abstract, final or empty. | 64 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
Error | misc | FinalParameters | Parameter userId should be final. | 64 |
Error | coding | HiddenField | 'userId' hides a field. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 68 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 71 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
Error | misc | FinalParameters | Parameter name should be final. | 71 |
Error | coding | HiddenField | 'name' hides a field. | 71 |
Error | design | DesignForExtension | Method 'getBids' is not designed for extension - needs to be abstract, final or empty. | 75 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
Error | design | DesignForExtension | Method 'setBids' is not designed for extension - needs to be abstract, final or empty. | 78 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
Error | misc | FinalParameters | Parameter bids should be final. | 78 |
Error | coding | HiddenField | 'bids' hides a field. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | design | DesignForExtension | Method 'getItems' is not designed for extension - needs to be abstract, final or empty. | 82 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
Error | design | DesignForExtension | Method 'setItems' is not designed for extension - needs to be abstract, final or empty. | 85 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
Error | misc | FinalParameters | Parameter items should be final. | 85 |
Error | coding | HiddenField | 'items' hides a field. | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 89 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 9 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 8 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 15 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 8 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 |
Error | design | VisibilityModifier | Variable 'em' must be private and have accessor methods. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | design | DesignForExtension | Method 'auctionItemDao' is not designed for extension - needs to be abstract, final or empty. | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | misc | FinalParameters | Parameter em should be final. | 20 |
Error | coding | HiddenField | 'em' hides a field. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | design | DesignForExtension | Method 'userDao' is not designed for extension - needs to be abstract, final or empty. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | misc | FinalParameters | Parameter em should be final. | 27 |
Error | coding | HiddenField | 'em' hides a field. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | design | DesignForExtension | Method 'orderDao' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | misc | FinalParameters | Parameter em should be final. | 34 |
Error | coding | HiddenField | 'em' hides a field. | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 21 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 26 |
Error | design | DesignForExtension | Method 'doWorkSync' is not designed for extension - needs to be abstract, final or empty. | 26 |
Error | misc | FinalParameters | Parameter delay should be final. | 26 |
Error | javadoc | JavadocMethod | Expected @param tag for 'delay'. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 28 |
Error | blocks | LeftCurly | '{' at column 7 should have line break after. | 29 |
Error | blocks | RightCurly | '}' at column 30 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). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 39 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 42 |
Error | design | DesignForExtension | Method 'doWorkAsync' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | misc | FinalParameters | Parameter delay should be final. | 43 |
Error | javadoc | JavadocMethod | Expected @param tag for 'delay'. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 45 |
Error | blocks | LeftCurly | '{' at column 7 should have line break after. | 46 |
Error | blocks | RightCurly | '}' at column 30 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). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Error | design | VisibilityModifier | Variable 'checkItemInterval' must be private and have accessor methods. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 60 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 60 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 60 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 60 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | design | DesignForExtension | Method 'cancelTimers' is not designed for extension - needs to be abstract, final or empty. | 72 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 74 |
Error | design | DesignForExtension | Method 'initTimers' is not designed for extension - needs to be abstract, final or empty. | 78 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
Error | misc | FinalParameters | Parameter delay should be final. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 81 |
Error | design | DesignForExtension | Method 'initTimers' is not designed for extension - needs to be abstract, final or empty. | 83 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
Error | misc | FinalParameters | Parameter schedule should be final. | 83 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 86 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | design | DesignForExtension | Method 'closeBidding' is not designed for extension - needs to be abstract, final or empty. | 89 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
Error | misc | FinalParameters | Parameter itemId should be final. | 89 |
Error | 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). | 98 |
Error | design | DesignForExtension | Method 'getWinningBid' is not designed for extension - needs to be abstract, final or empty. | 105 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
Error | misc | FinalParameters | Parameter itemId should be final. | 106 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 107 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 107 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 108 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 108 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 115 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 119 |
Error | design | DesignForExtension | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 120 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 121 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 121 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 121 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 121 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 121 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 121 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 121 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 121 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 121 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 121 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 121 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 121 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 121 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 121 |
Error | misc | FinalParameters | Parameter timer should be final. | 123 |
Error | 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). | 127 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 132 |
Error | design | DesignForExtension | Method 'checkAuction' is not designed for extension - needs to be abstract, final or empty. | 133 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 133 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 138 |
Error | coding | MagicNumber | '10' is a magic number. | 138 |
Error | whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 138 |
Error | whitespace | WhitespaceAround | '>' is not followed by whitespace. | 138 |
Error | whitespace | EmptyForIteratorPad | ';' is followed by whitespace. | 138 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 139 |
Error | coding | MagicNumber | '10' is a magic number. | 143 |
Error | 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). | 147 |
Error | design | DesignForExtension | Method 'publishAvailableItem' is not designed for extension - needs to be abstract, final or empty. | 154 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 154 |
Error | misc | FinalParameters | Parameter item should be final. | 154 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 165 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 166 |
Error | whitespace | OperatorWrap | ':' should be on a new line. | 166 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 167 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 172 |
Error | design | DesignForExtension | Method 'removeBid' is not designed for extension - needs to be abstract, final or empty. | 173 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 173 |
Error | misc | FinalParameters | Parameter bidId should be final. | 173 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 175 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 175 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 178 |
Error | blocks | RightCurly | '}' at column 51 should have line break before. | 180 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 183 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 186 |
Error | design | DesignForExtension | Method 'getItems' is not designed for extension - needs to be abstract, final or empty. | 187 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 187 |
Error | misc | FinalParameters | Parameter index should be final. | 188 |
Error | misc | FinalParameters | Parameter count should be final. | 188 |
Error | 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). | 191 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 194 |
Error | design | DesignForExtension | Method 'removeItem' is not designed for extension - needs to be abstract, final or empty. | 198 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 198 |
Error | misc | FinalParameters | Parameter itemId should be final. | 198 |
Error | 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). | 201 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 204 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 208 |
Error | design | DesignForExtension | Method 'workSync' is not designed for extension - needs to be abstract, final or empty. | 211 |
Error | misc | FinalParameters | Parameter count should be final. | 213 |
Error | misc | FinalParameters | Parameter delay should be final. | 213 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 215 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 217 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 217 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 217 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 217 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 218 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 221 |
Error | whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 221 |
Error | whitespace | WhitespaceAround | '-' is not followed by whitespace. | 221 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 225 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 227 |
Error | design | DesignForExtension | Method 'workAsync' is not designed for extension - needs to be abstract, final or empty. | 230 |
Error | misc | FinalParameters | Parameter count should be final. | 232 |
Error | misc | FinalParameters | Parameter delay should be final. | 232 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 234 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 238 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 238 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 238 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 238 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 239 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 242 |
Error | whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 242 |
Error | whitespace | WhitespaceAround | '-' is not followed by whitespace. | 242 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 244 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 252 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 253 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 253 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 253 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 259 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 9 |
Error | javadoc | JavadocMethod | Unused @param tag for 'delay'. | 14 |
Error | javadoc | JavadocMethod | Unused Javadoc tag. | 15 |
Error | javadoc | JavadocMethod | Expected @param tag for 'msecs'. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | javadoc | JavadocMethod | Unused @param tag for 'delay'. | 23 |
Error | javadoc | JavadocMethod | Expected @param tag for 'msecs'. | 25 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | design | VisibilityModifier | Variable 'em' must be private and have accessor methods. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | design | DesignForExtension | Method 'bidProduct' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | misc | FinalParameters | Parameter itemId should be final. | 45 |
Error | misc | FinalParameters | Parameter userId should be final. | 45 |
Error | misc | FinalParameters | Parameter amount should be final. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 50 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 56 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | design | DesignForExtension | Method 'getAvailableItems' is not designed for extension - needs to be abstract, final or empty. | 81 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
Error | misc | FinalParameters | Parameter index should be final. | 81 |
Error | misc | FinalParameters | Parameter count should be final. | 81 |
Error | 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). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 88 |
Error | design | DesignForExtension | Method 'getItem' is not designed for extension - needs to be abstract, final or empty. | 92 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
Error | misc | FinalParameters | Parameter itemId should be final. | 92 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 94 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 94 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 97 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 99 |
Error | 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). | 100 |
Error | design | DesignForExtension | Method 'getOrder' is not designed for extension - needs to be abstract, final or empty. | 107 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 107 |
Error | misc | FinalParameters | Parameter orderId should be final. | 107 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 110 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 111 |
Error | 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). | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 122 |
Error | design | DesignForExtension | Method 'placeOrder' is not designed for extension - needs to be abstract, final or empty. | 126 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 127 |
Error | misc | FinalParameters | Parameter productId should be final. | 127 |
Error | misc | FinalParameters | Parameter userId should be final. | 127 |
Error | misc | FinalParameters | Parameter maxAmount should be final. | 127 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 130 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 131 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 133 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 135 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 135 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 138 |
Error | 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). | 146 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 36 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 36 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 45 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 52 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 53 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 56 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 69 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
Error | design | DesignForExtension | Method 'onMessage' is not designed for extension - needs to be abstract, final or empty. | 77 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
Error | misc | FinalParameters | Parameter message should be final. | 78 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 81 |
Error | 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). | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | design | DesignForExtension | Method 'processAuctionItem' is not designed for extension - needs to be abstract, final or empty. | 90 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
Error | misc | FinalParameters | Parameter itemId should be final. | 90 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 91 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 91 |
Error | coding | MagicNumber | '10' is a magic number. | 94 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 99 |
Error | design | DesignForExtension | Method 'processOrder' is not designed for extension - needs to be abstract, final or empty. | 102 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
Error | misc | FinalParameters | Parameter order should be final. | 102 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 109 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 110 |
Error | blocks | RightCurly | '}' at column 13 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). | 114 |
Error | whitespace | OperatorWrap | '!=' should be on a new line. | 117 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 118 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 119 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 120 |
Error | blocks | EmptyBlock | Must have at least one statement. | 128 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 128 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 128 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 3 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 6 |
Error | misc | FinalParameters | Parameter msg should be final. | 6 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 13 |
Error | design | DesignForExtension | Method 'toDTO' is not designed for extension - needs to be abstract, final or empty. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | misc | FinalParameters | Parameter bid should be final. | 15 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 16 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 16 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | design | DesignForExtension | Method 'toDTO' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Error | misc | FinalParameters | Parameter person should be final. | 24 |
Error | misc | FinalParameters | Parameter bid should be final. | 24 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 25 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 25 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 25 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 28 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | design | DesignForExtension | Method 'toDTO' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | misc | FinalParameters | Parameter item should be final. | 36 |
Error | misc | FinalParameters | Parameter bid should be final. | 36 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 37 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 37 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 37 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 44 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | design | DesignForExtension | Method 'toDTO' is not designed for extension - needs to be abstract, final or empty. | 52 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Error | misc | FinalParameters | Parameter items should be final. | 52 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 53 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 53 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 53 |
Error | whitespace | WhitespaceAround | '->' is not preceded with whitespace. | 55 |
Error | whitespace | WhitespaceAround | '->' is not followed by whitespace. | 55 |
Error | design | DesignForExtension | Method 'toDTO' is not designed for extension - needs to be abstract, final or empty. | 59 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
Error | misc | FinalParameters | Parameter item should be final. | 59 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 60 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 60 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 60 |
Error | design | DesignForExtension | Method 'toDTO' is not designed for extension - needs to be abstract, final or empty. | 73 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
Error | misc | FinalParameters | Parameter bids should be final. | 73 |
Error | misc | FinalParameters | Parameter item should be final. | 73 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 74 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 74 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 74 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | design | DesignForExtension | Method 'toDTO' is not designed for extension - needs to be abstract, final or empty. | 87 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
Error | misc | FinalParameters | Parameter order should be final. | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Error | design | DesignForExtension | Method 'toDTO' is not designed for extension - needs to be abstract, final or empty. | 96 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
Error | misc | FinalParameters | Parameter buyer should be final. | 96 |
Error | misc | FinalParameters | Parameter order should be final. | 96 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 103 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
Error | misc | FinalParameters | Parameter item should be final. | 104 |
Error | misc | FinalParameters | Parameter order should be final. | 104 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 113 |
Error | design | DesignForExtension | Method 'toDTO' is not designed for extension - needs to be abstract, final or empty. | 117 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 117 |
Error | misc | FinalParameters | Parameter owner should be final. | 117 |
Error | misc | FinalParameters | Parameter item should be final. | 117 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 120 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 125 |
Error | design | DesignForExtension | Method 'toDTOPeople' is not designed for extension - needs to be abstract, final or empty. | 126 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
Error | misc | FinalParameters | Parameter people should be final. | 126 |
Error | design | DesignForExtension | Method 'toDTO' is not designed for extension - needs to be abstract, final or empty. | 134 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 134 |
Error | misc | FinalParameters | Parameter user should be final. | 134 |
Error | design | DesignForExtension | Method 'toDTO' is not designed for extension - needs to be abstract, final or empty. | 143 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 143 |
Error | misc | FinalParameters | Parameter items should be final. | 144 |
Error | misc | FinalParameters | Parameter owner should be final. | 144 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 146 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 156 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 158 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 166 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 169 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 173 |
Error | design | DesignForExtension | Method 'toDTO' is not designed for extension - needs to be abstract, final or empty. | 178 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 178 |
Error | misc | FinalParameters | Parameter bid should be final. | 178 |
Error | misc | FinalParameters | Parameter item should be final. | 178 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 6 |
Error | misc | FinalParameters | Parameter format should be final. | 6 |
Error | misc | FinalParameters | Parameter args should be final. | 6 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
Error | misc | FinalParameters | Parameter msg should be final. | 9 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
Error | misc | FinalParameters | Parameter ex should be final. | 12 |
Error | misc | FinalParameters | Parameter msg should be final. | 12 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | misc | FinalParameters | Parameter ex should be final. | 15 |
Error | misc | FinalParameters | Parameter format should be final. | 15 |
Error | misc | FinalParameters | Parameter args should be final. | 15 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 6 |
Error | misc | FinalParameters | Parameter format should be final. | 6 |
Error | misc | FinalParameters | Parameter args should be final. | 6 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
Error | misc | FinalParameters | Parameter msg should be final. | 9 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 6 |
Error | misc | FinalParameters | Parameter format should be final. | 6 |
Error | misc | FinalParameters | Parameter args should be final. | 6 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
Error | misc | FinalParameters | Parameter msg should be final. | 9 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 40 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 40 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 40 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | design | DesignForExtension | Method 'sellProduct' is not designed for extension - needs to be abstract, final or empty. | 64 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 65 |
Error | misc | FinalParameters | Parameter sellerId should be final. | 65 |
Error | misc | FinalParameters | Parameter item should be final. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 69 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 80 |
Error | 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). | 82 |
Error | 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). | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 94 |
Error | design | DesignForExtension | Method 'publishForSale' is not designed for extension - needs to be abstract, final or empty. | 95 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
Error | misc | FinalParameters | Parameter item should be final. | 95 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 107 |
Error | whitespace | OperatorWrap | ':' should be on a new line. | 107 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Error | design | DesignForExtension | Method 'getItem' is not designed for extension - needs to be abstract, final or empty. | 114 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
Error | misc | FinalParameters | Parameter itemId should be final. | 114 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 116 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 116 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 117 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 119 |
Error | 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). | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 128 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 131 |
Error | design | DesignForExtension | Method 'getWinningDTO' is not designed for extension - needs to be abstract, final or empty. | 132 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 132 |
Error | misc | FinalParameters | Parameter winningBid should be final. | 132 |
Error | misc | FinalParameters | Parameter item should be final. | 132 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 135 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 144 |
Error | design | DesignForExtension | Method 'timeout' is not designed for extension - needs to be abstract, final or empty. | 145 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 145 |
Error | misc | FinalParameters | Parameter timer should be final. | 146 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 148 |
Error | 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). | 150 |
Error | 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). | 153 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 158 |
Error | design | DesignForExtension | Method 'endAuction' is not designed for extension - needs to be abstract, final or empty. | 159 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 159 |
Error | misc | FinalParameters | Parameter itemId should be final. | 159 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 161 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 161 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 164 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 166 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 167 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 171 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 174 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 177 |
Error | design | DesignForExtension | Method 'publishSold' is not designed for extension - needs to be abstract, final or empty. | 178 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 178 |
Error | misc | FinalParameters | Parameter item should be final. | 178 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 189 |
Error | whitespace | OperatorWrap | '?' should be on a new line. | 190 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 190 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 191 |
Error | whitespace | OperatorWrap | ':' should be on a new line. | 191 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 193 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 194 |
Error | whitespace | OperatorWrap | ':' should be on a new line. | 194 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 195 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 17 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Error | design | DesignForExtension | Method 'createUser' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | misc | FinalParameters | Parameter userId should be final. | 32 |
Error | misc | FinalParameters | Parameter name should be final. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | 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). | 38 |
Error | design | DesignForExtension | Method 'getUsers' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | misc | FinalParameters | Parameter index should be final. | 45 |
Error | misc | FinalParameters | Parameter count should be final. | 45 |
Error | 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). | 48 |
Error | design | DesignForExtension | Method 'getUser' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Error | misc | FinalParameters | Parameter id should be final. | 55 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 57 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | 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). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 70 |
Error | design | DesignForExtension | Method 'getUserByUserId' is not designed for extension - needs to be abstract, final or empty. | 70 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
Error | misc | FinalParameters | Parameter userId should be final. | 70 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 72 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | 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). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 82 |
Error | design | DesignForExtension | Method 'removeUser' is not designed for extension - needs to be abstract, final or empty. | 86 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
Error | misc | FinalParameters | Parameter userId should be final. | 86 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 88 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 89 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 91 |
Error | 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). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 97 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | design | DesignForExtension | Method 'setEntityManager' is not designed for extension - needs to be abstract, final or empty. | 17 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | misc | FinalParameters | Parameter em should be final. | 17 |
Error | coding | HiddenField | 'em' hides a field. | 17 |
Error | design | DesignForExtension | Method 'getItem' is not designed for extension - needs to be abstract, final or empty. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | misc | FinalParameters | Parameter itemId should be final. | 21 |
Error | design | DesignForExtension | Method 'createItem' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | misc | FinalParameters | Parameter item should be final. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | design | DesignForExtension | Method 'updateItem' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | misc | FinalParameters | Parameter item should be final. | 30 |
Error | design | DesignForExtension | Method 'getItems' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | misc | FinalParameters | Parameter index should be final. | 35 |
Error | misc | FinalParameters | Parameter count should be final. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | design | DesignForExtension | Method 'getAvailableItems' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | misc | FinalParameters | Parameter index should be final. | 43 |
Error | misc | FinalParameters | Parameter count should be final. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | design | DesignForExtension | Method 'getItems' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | misc | FinalParameters | Parameter queryString should be final. | 52 |
Error | misc | FinalParameters | Parameter params should be final. | 52 |
Error | misc | FinalParameters | Parameter index should be final. | 53 |
Error | misc | FinalParameters | Parameter count should be final. | 53 |
Error | design | DesignForExtension | Method 'removeItem' is not designed for extension - needs to be abstract, final or empty. | 65 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
Error | misc | FinalParameters | Parameter id should be final. | 65 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 75 |
Error | design | DesignForExtension | Method 'getBid' is not designed for extension - needs to be abstract, final or empty. | 82 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
Error | misc | FinalParameters | Parameter bidId should be final. | 82 |
Error | design | DesignForExtension | Method 'removeBid' is not designed for extension - needs to be abstract, final or empty. | 86 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
Error | misc | FinalParameters | Parameter bid should be final. | 86 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | design | DesignForExtension | Method 'setEntityManager' is not designed for extension - needs to be abstract, final or empty. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | misc | FinalParameters | Parameter em should be final. | 15 |
Error | coding | HiddenField | 'em' hides a field. | 15 |
Error | design | DesignForExtension | Method 'createOrder' is not designed for extension - needs to be abstract, final or empty. | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | misc | FinalParameters | Parameter order should be final. | 19 |
Error | design | DesignForExtension | Method 'getOrder' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Error | misc | FinalParameters | Parameter orderId should be final. | 24 |
Error | design | DesignForExtension | Method 'getOrdersforItem' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Error | misc | FinalParameters | Parameter itemId should be final. | 29 |
Error | misc | FinalParameters | Parameter index should be final. | 29 |
Error | misc | FinalParameters | Parameter count should be final. | 29 |
Error | design | DesignForExtension | Method 'getOrders' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | misc | FinalParameters | Parameter index should be final. | 38 |
Error | misc | FinalParameters | Parameter count should be final. | 38 |
Error | design | DesignForExtension | Method 'updateOrder' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Error | misc | FinalParameters | Parameter order should be final. | 43 |
Error | design | DesignForExtension | Method 'getOrders' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | misc | FinalParameters | Parameter queryString should be final. | 49 |
Error | misc | FinalParameters | Parameter params should be final. | 49 |
Error | misc | FinalParameters | Parameter index should be final. | 49 |
Error | misc | FinalParameters | Parameter count should be final. | 49 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | design | DesignForExtension | Method 'setEntityManager' is not designed for extension - needs to be abstract, final or empty. | 17 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | misc | FinalParameters | Parameter em should be final. | 17 |
Error | coding | HiddenField | 'em' hides a field. | 17 |
Error | design | DesignForExtension | Method 'getPerson' is not designed for extension - needs to be abstract, final or empty. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | misc | FinalParameters | Parameter personId should be final. | 21 |
Error | design | DesignForExtension | Method 'getPersonByUserId' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | misc | FinalParameters | Parameter userId should be final. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 26 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 29 |
Error | design | DesignForExtension | Method 'createPerson' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | misc | FinalParameters | Parameter person should be final. | 32 |
Error | design | DesignForExtension | Method 'removePerson' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | misc | FinalParameters | Parameter person should be final. | 37 |
Error | design | DesignForExtension | Method 'getPeople' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | misc | FinalParameters | Parameter index should be final. | 41 |
Error | misc | FinalParameters | Parameter count should be final. | 41 |
Error | design | DesignForExtension | Method 'getPeople' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | misc | FinalParameters | Parameter queryString should be final. | 49 |
Error | misc | FinalParameters | Parameter params should be final. | 49 |
Error | misc | FinalParameters | Parameter index should be final. | 49 |
Error | misc | FinalParameters | Parameter count should be final. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 50 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 48 |
Error | 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). | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | design | DesignForExtension | Method 'doGet' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
Error | misc | FinalParameters | Parameter request should be final. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | misc | FinalParameters | Parameter response should be final. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | blocks | RightCurly | '}' at column 17 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). | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | blocks | RightCurly | '}' at column 13 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). | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | 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). | 86 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Error | design | DesignForExtension | Method 'doPost' is not designed for extension - needs to be abstract, final or empty. | 95 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
Error | misc | FinalParameters | Parameter request should be final. | 95 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 96 |
Error | misc | FinalParameters | Parameter response should be final. | 96 |
Error | design | DesignForExtension | Method 'destroy' is not designed for extension - needs to be abstract, final or empty. | 102 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 105 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 106 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 107 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 108 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 110 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 110 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 112 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 112 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 113 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 114 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 116 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 117 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 118 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 118 |
Error | misc | FinalParameters | Parameter request should be final. | 118 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 119 |
Error | misc | FinalParameters | Parameter response should be final. | 119 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 122 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 124 |
Error | blocks | RightCurly | '}' at column 13 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). | 125 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 135 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 136 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 136 |
Error | misc | FinalParameters | Parameter request should be final. | 136 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 137 |
Error | misc | FinalParameters | Parameter response should be final. | 137 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 141 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 142 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 144 |
Error | blocks | RightCurly | '}' at column 13 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). | 145 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 155 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 156 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 156 |
Error | misc | FinalParameters | Parameter request should be final. | 156 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 157 |
Error | misc | FinalParameters | Parameter response should be final. | 157 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 160 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 162 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 165 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 166 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 168 |
Error | blocks | RightCurly | '}' at column 13 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). | 169 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 179 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 180 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 180 |
Error | misc | FinalParameters | Parameter request should be final. | 180 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 181 |
Error | misc | FinalParameters | Parameter response should be final. | 181 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 187 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 188 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 190 |
Error | blocks | RightCurly | '}' at column 13 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). | 191 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 201 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 202 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 202 |
Error | misc | FinalParameters | Parameter request should be final. | 202 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 203 |
Error | misc | FinalParameters | Parameter response should be final. | 203 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 207 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 208 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 210 |
Error | blocks | RightCurly | '}' at column 13 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). | 211 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 32 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 34 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 44 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 45 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 46 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 47 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | 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). | 76 |
Error | 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). | 80 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 82 |
Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | design | DesignForExtension | Method 'doGet' is not designed for extension - needs to be abstract, final or empty. | 86 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
Error | misc | FinalParameters | Parameter request should be final. | 86 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | misc | FinalParameters | Parameter response should be final. | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 92 |
Error | blocks | RightCurly | '}' at column 17 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). | 98 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 101 |
Error | blocks | RightCurly | '}' at column 13 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). | 106 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Error | 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). | 110 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 119 |
Error | design | DesignForExtension | Method 'doPost' is not designed for extension - needs to be abstract, final or empty. | 119 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
Error | misc | FinalParameters | Parameter request should be final. | 119 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 120 |
Error | misc | FinalParameters | Parameter response should be final. | 120 |
Error | design | DesignForExtension | Method 'destroy' is not designed for extension - needs to be abstract, final or empty. | 126 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 129 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 130 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 131 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 132 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 132 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 134 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 134 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 136 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 136 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 138 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 138 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 140 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 140 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 142 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 142 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 144 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 144 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 146 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 147 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 148 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 148 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 149 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 150 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 152 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 153 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 154 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 154 |
Error | misc | FinalParameters | Parameter request should be final. | 154 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 155 |
Error | misc | FinalParameters | Parameter response should be final. | 155 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 158 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 160 |
Error | blocks | RightCurly | '}' at column 13 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). | 161 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 171 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 172 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 172 |
Error | misc | FinalParameters | Parameter request should be final. | 172 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 173 |
Error | misc | FinalParameters | Parameter response should be final. | 173 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 178 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 182 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 186 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 187 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 189 |
Error | blocks | RightCurly | '}' at column 13 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). | 190 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 199 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 200 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 201 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 201 |
Error | misc | FinalParameters | Parameter request should be final. | 201 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 202 |
Error | misc | FinalParameters | Parameter response should be final. | 202 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 204 |
Error | coding | MagicNumber | '100' is a magic number. | 205 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 207 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 208 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 210 |
Error | blocks | RightCurly | '}' at column 13 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). | 211 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 221 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 222 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 222 |
Error | misc | FinalParameters | Parameter request should be final. | 222 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 223 |
Error | misc | FinalParameters | Parameter response should be final. | 223 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 230 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 231 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 233 |
Error | blocks | RightCurly | '}' at column 13 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). | 234 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 244 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 245 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 245 |
Error | misc | FinalParameters | Parameter request should be final. | 245 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 246 |
Error | misc | FinalParameters | Parameter response should be final. | 246 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 254 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 261 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 262 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 264 |
Error | blocks | RightCurly | '}' at column 13 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). | 265 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 275 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 276 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 276 |
Error | misc | FinalParameters | Parameter request should be final. | 276 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 277 |
Error | misc | FinalParameters | Parameter response should be final. | 277 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 282 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 286 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 287 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 289 |
Error | blocks | RightCurly | '}' at column 13 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). | 290 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 300 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 301 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 301 |
Error | misc | FinalParameters | Parameter request should be final. | 301 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 302 |
Error | misc | FinalParameters | Parameter response should be final. | 302 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 306 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 307 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 309 |
Error | blocks | RightCurly | '}' at column 13 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). | 310 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 25 |
Error | blocks | RightCurly | '}' at column 10 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). | 26 |
Error | 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). | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - java.util.Enumeration. | 3 |
Error | imports | UnusedImports | Unused import - java.util.Properties. | 4 |
Error | imports | UnusedImports | Unused import - javax.servlet.ServletContext. | 9 |
Error | imports | UnusedImports | Unused import - ejava.examples.asyncmarket.ejb.AuctionMgmtLocal. | 18 |
Error | imports | UnusedImports | Unused import - ejava.examples.asyncmarket.ejb.BuyerLocal. | 20 |
Error | imports | UnusedImports | Unused import - ejava.examples.asyncmarket.ejb.SellerLocal. | 22 |
Error | imports | UnusedImports | Unused import - ejava.examples.asyncmarket.ejb.UserMgmtLocal. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 52 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | design | DesignForExtension | Method 'getAuctionMgmt' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | design | DesignForExtension | Method 'getUserMgmt' is not designed for extension - needs to be abstract, final or empty. | 67 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
Error | design | DesignForExtension | Method 'getSeller' is not designed for extension - needs to be abstract, final or empty. | 71 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | design | DesignForExtension | Method 'getBuyer' is not designed for extension - needs to be abstract, final or empty. | 75 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 91 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 100 |
Error | misc | FinalParameters | Parameter lazz should be final. | 100 |
Error | misc | FinalParameters | Parameter jndi should be final. | 100 |
Error | coding | HiddenField | 'jndi' hides a field. | 100 |
Error | misc | FinalParameters | Parameter remoteJNDI should be final. | 100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 101 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 102 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 103 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | UnusedImports | Unused import - javax.servlet.ServletContext. | 10 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 30 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 32 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | 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). | 69 |
Error | 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). | 73 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | design | DesignForExtension | Method 'doGet' is not designed for extension - needs to be abstract, final or empty. | 81 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
Error | misc | FinalParameters | Parameter request should be final. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | misc | FinalParameters | Parameter response should be final. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | blocks | RightCurly | '}' at column 17 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). | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 96 |
Error | blocks | RightCurly | '}' at column 13 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). | 101 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 103 |
Error | 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). | 105 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 114 |
Error | design | DesignForExtension | Method 'doPost' is not designed for extension - needs to be abstract, final or empty. | 114 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
Error | misc | FinalParameters | Parameter request should be final. | 114 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 115 |
Error | misc | FinalParameters | Parameter response should be final. | 115 |
Error | design | DesignForExtension | Method 'destroy' is not designed for extension - needs to be abstract, final or empty. | 121 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 121 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 124 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 125 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 126 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 127 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 127 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 129 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 129 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 131 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 131 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 133 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 133 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 135 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 136 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 137 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 137 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 138 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 139 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 141 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 142 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 143 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 143 |
Error | misc | FinalParameters | Parameter request should be final. | 143 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 144 |
Error | misc | FinalParameters | Parameter response should be final. | 144 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 147 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 149 |
Error | blocks | RightCurly | '}' at column 13 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). | 150 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 160 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 161 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 161 |
Error | misc | FinalParameters | Parameter request should be final. | 161 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 162 |
Error | misc | FinalParameters | Parameter response should be final. | 162 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 167 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 171 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 175 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 176 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 178 |
Error | blocks | RightCurly | '}' at column 13 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). | 179 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 188 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 189 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 190 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 190 |
Error | misc | FinalParameters | Parameter request should be final. | 190 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 191 |
Error | misc | FinalParameters | Parameter response should be final. | 191 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 201 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 209 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 215 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 216 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 218 |
Error | blocks | RightCurly | '}' at column 13 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). | 219 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 229 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 230 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 230 |
Error | misc | FinalParameters | Parameter request should be final. | 230 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 231 |
Error | misc | FinalParameters | Parameter response should be final. | 231 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 235 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 237 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 239 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 240 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 242 |
Error | blocks | RightCurly | '}' at column 13 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). | 243 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 253 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 254 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 254 |
Error | misc | FinalParameters | Parameter request should be final. | 254 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 255 |
Error | misc | FinalParameters | Parameter response should be final. | 255 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 259 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 260 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 262 |
Error | blocks | RightCurly | '}' at column 13 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). | 263 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 8 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 |
Error | javadoc | JavadocMethod | Expected @param tag for 'offset'. | 18 |
Error | javadoc | JavadocMethod | Expected @param tag for 'limit'. | 18 |
Error | javadoc | JavadocMethod | Expected @param tag for 'id'. | 27 |
Error | javadoc | JavadocMethod | Expected @param tag for 'validEmail'. | 27 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 9 |
Error | javadoc | JavadocMethod | Expected @param tag for 'email'. | 16 |
Error | javadoc | JavadocMethod | Expected @param tag for 'firstName'. | 16 |
Error | javadoc | JavadocMethod | Expected @param tag for 'lastName'. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | javadoc | JavadocMethod | Expected @param tag for 'email'. | 27 |
Error | javadoc | JavadocMethod | Expected @param tag for 'password'. | 27 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 17 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | design | DesignForExtension | Method 'setEntityManager' is not designed for extension - needs to be abstract, final or empty. | 20 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Error | misc | FinalParameters | Parameter entityManager should be final. | 20 |
Error | design | DesignForExtension | Method 'getProducts' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | misc | FinalParameters | Parameter offset should be final. | 25 |
Error | misc | FinalParameters | Parameter limit should be final. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 26 |
Error | design | DesignForExtension | Method 'addToCart' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | misc | FinalParameters | Parameter id should be final. | 37 |
Error | misc | FinalParameters | Parameter email should be final. | 37 |
Error | whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 43 |
Error | whitespace | WhitespaceAround | '-' is not followed by whitespace. | 43 |
Error | whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 47 |
Error | whitespace | WhitespaceAround | '-' is not followed by whitespace. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 20 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | design | DesignForExtension | Method 'setEntityManager' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Error | misc | FinalParameters | Parameter em should be final. | 24 |
Error | coding | HiddenField | 'em' hides a field. | 24 |
Error | design | DesignForExtension | Method 'createAccount' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 29 |
Error | misc | FinalParameters | Parameter email should be final. | 29 |
Error | misc | FinalParameters | Parameter firstName should be final. | 29 |
Error | misc | FinalParameters | Parameter lastName should be final. | 29 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 30 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 30 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 35 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 43 |
Error | design | DesignForExtension | Method 'checkout' is not designed for extension - needs to be abstract, final or empty. | 46 |
Error | misc | FinalParameters | Parameter email should be final. | 47 |
Error | misc | FinalParameters | Parameter password should be final. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
Error | coding | MagicNumber | '8' is a magic number. | 73 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 74 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 74 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 74 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 74 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 75 |
Error | coding | MagicNumber | '25' is a magic number. | 75 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 29 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 32 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 35 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 38 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 38 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | misc | FinalParameters | Parameter email should be final. | 39 |
Error | coding | HiddenField | 'email' hides a field. | 39 |
Error | misc | FinalParameters | Parameter firstName should be final. | 39 |
Error | coding | HiddenField | 'firstName' hides a field. | 39 |
Error | misc | FinalParameters | Parameter lastName should be final. | 39 |
Error | coding | HiddenField | 'lastName' hides a field. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | misc | FinalParameters | Parameter id should be final. | 48 |
Error | coding | HiddenField | 'id' hides a field. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | design | DesignForExtension | Method 'getEmail' is not designed for extension - needs to be abstract, final or empty. | 52 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Error | design | DesignForExtension | Method 'setEmail' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Error | misc | FinalParameters | Parameter email should be final. | 55 |
Error | coding | HiddenField | 'email' hides a field. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | design | DesignForExtension | Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. | 59 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
Error | design | DesignForExtension | Method 'setPassword' is not designed for extension - needs to be abstract, final or empty. | 62 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
Error | misc | FinalParameters | Parameter password should be final. | 62 |
Error | coding | HiddenField | 'password' hides a field. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | design | DesignForExtension | Method 'getFirstName' is not designed for extension - needs to be abstract, final or empty. | 66 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Error | design | DesignForExtension | Method 'setFirstName' is not designed for extension - needs to be abstract, final or empty. | 69 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
Error | misc | FinalParameters | Parameter firstName should be final. | 69 |
Error | coding | HiddenField | 'firstName' hides a field. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | design | DesignForExtension | Method 'getLastName' is not designed for extension - needs to be abstract, final or empty. | 73 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
Error | design | DesignForExtension | Method 'setLastName' is not designed for extension - needs to be abstract, final or empty. | 76 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
Error | misc | FinalParameters | Parameter lastName should be final. | 76 |
Error | coding | HiddenField | 'lastName' hides a field. | 76 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 19 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 29 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 29 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | misc | FinalParameters | Parameter account should be final. | 30 |
Error | coding | HiddenField | 'account' hides a field. | 30 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 31 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 31 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 32 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 32 |
Error | design | DesignForExtension | Method 'getEmail' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | design | DesignForExtension | Method 'setEmail' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | misc | FinalParameters | Parameter email should be final. | 38 |
Error | coding | HiddenField | 'email' hides a field. | 38 |
Error | design | DesignForExtension | Method 'getAccount' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | design | DesignForExtension | Method 'setAccount' is not designed for extension - needs to be abstract, final or empty. | 46 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
Error | misc | FinalParameters | Parameter account should be final. | 46 |
Error | coding | HiddenField | 'account' hides a field. | 46 |
Error | design | DesignForExtension | Method 'getProducts' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Error | design | DesignForExtension | Method 'setProducts' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Error | misc | FinalParameters | Parameter products should be final. | 54 |
Error | coding | HiddenField | 'products' hides a field. | 54 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 10 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 11 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 11 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 24 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | misc | FinalParameters | Parameter name should be final. | 25 |
Error | coding | HiddenField | 'name' hides a field. | 25 |
Error | misc | FinalParameters | Parameter price should be final. | 25 |
Error | coding | HiddenField | 'price' hides a field. | 25 |
Error | misc | FinalParameters | Parameter count should be final. | 25 |
Error | coding | HiddenField | 'count' hides a field. | 25 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | misc | FinalParameters | Parameter id should be final. | 33 |
Error | coding | HiddenField | 'id' hides a field. | 33 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | misc | FinalParameters | Parameter name should be final. | 39 |
Error | coding | HiddenField | 'name' hides a field. | 39 |
Error | design | DesignForExtension | Method 'getPrice' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | design | DesignForExtension | Method 'setPrice' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | misc | FinalParameters | Parameter price should be final. | 45 |
Error | coding | HiddenField | 'price' hides a field. | 45 |
Error | design | DesignForExtension | Method 'getCount' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | design | DesignForExtension | Method 'setCount' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | misc | FinalParameters | Parameter count should be final. | 51 |
Error | coding | HiddenField | 'count' hides a field. | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.RetentionPolicy.*. | 5 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.ElementType.*. | 6 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 9 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 |
Error | design | VisibilityModifier | Variable 'em' must be private and have accessor methods. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 32 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 32 |
Error | design | VisibilityModifier | Variable 'ds' must be private and have accessor methods. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | design | VisibilityModifier | Variable 'message' must be private and have accessor methods. | 41 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 41 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | design | DesignForExtension | Method 'jobsDao' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | misc | FinalParameters | Parameter em should be final. | 46 |
Error | coding | HiddenField | 'em' hides a field. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 11 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 20 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 20 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | misc | FinalParameters | Parameter name should be final. | 21 |
Error | coding | HiddenField | 'name' hides a field. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Error | misc | FinalParameters | Parameter id should be final. | 28 |
Error | coding | HiddenField | 'id' hides a field. | 28 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | misc | FinalParameters | Parameter name should be final. | 34 |
Error | coding | HiddenField | 'name' hides a field. | 34 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 11 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 20 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 20 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | misc | FinalParameters | Parameter name should be final. | 21 |
Error | coding | HiddenField | 'name' hides a field. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Error | misc | FinalParameters | Parameter id should be final. | 28 |
Error | coding | HiddenField | 'id' hides a field. | 28 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | misc | FinalParameters | Parameter name should be final. | 34 |
Error | coding | HiddenField | 'name' hides a field. | 34 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 11 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 20 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 20 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | misc | FinalParameters | Parameter name should be final. | 21 |
Error | coding | HiddenField | 'name' hides a field. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Error | misc | FinalParameters | Parameter id should be final. | 28 |
Error | coding | HiddenField | 'id' hides a field. | 28 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | misc | FinalParameters | Parameter name should be final. | 34 |
Error | coding | HiddenField | 'name' hides a field. | 34 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | design | DesignForExtension | Method 'setEntityManager' is not designed for extension - needs to be abstract, final or empty. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
Error | misc | FinalParameters | Parameter em should be final. | 13 |
Error | coding | HiddenField | 'em' hides a field. | 13 |
Error | design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 17 |
Error | misc | FinalParameters | Parameter job should be final. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | design | DesignForExtension | Method 'getJob' is not designed for extension - needs to be abstract, final or empty. | 22 |
Error | misc | FinalParameters | Parameter id should be final. | 23 |
Error | design | DesignForExtension | Method 'getJobs' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | misc | FinalParameters | Parameter offset should be final. | 28 |
Error | misc | FinalParameters | Parameter limit should be final. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 29 |
Error | whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 30 |
Error | whitespace | WhitespaceAround | '>' is not followed by whitespace. | 30 |
Error | blocks | LeftCurly | '{' at column 23 should have line break after. | 30 |
Error | whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 31 |
Error | whitespace | WhitespaceAround | '>' is not followed by whitespace. | 31 |
Error | blocks | LeftCurly | '{' at column 22 should have line break after. | 31 |
Error | design | DesignForExtension | Method 'delete' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | misc | FinalParameters | Parameter job should be final. | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | design | DesignForExtension | Method 'setEntityManager' is not designed for extension - needs to be abstract, final or empty. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | misc | FinalParameters | Parameter em should be final. | 16 |
Error | coding | HiddenField | 'em' hides a field. | 16 |
Error | design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 20 |
Error | misc | FinalParameters | Parameter task should be final. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | design | DesignForExtension | Method 'getProject' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | misc | FinalParameters | Parameter id should be final. | 26 |
Error | design | DesignForExtension | Method 'getProjects' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | misc | FinalParameters | Parameter offset should be final. | 31 |
Error | misc | FinalParameters | Parameter limit should be final. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 32 |
Error | whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 33 |
Error | whitespace | WhitespaceAround | '>' is not followed by whitespace. | 33 |
Error | blocks | LeftCurly | '{' at column 23 should have line break after. | 33 |
Error | whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 34 |
Error | whitespace | WhitespaceAround | '>' is not followed by whitespace. | 34 |
Error | blocks | LeftCurly | '{' at column 22 should have line break after. | 34 |
Error | design | DesignForExtension | Method 'delete' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | misc | FinalParameters | Parameter task should be final. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | design | DesignForExtension | Method 'setEntityManager' is not designed for extension - needs to be abstract, final or empty. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
Error | misc | FinalParameters | Parameter em should be final. | 13 |
Error | coding | HiddenField | 'em' hides a field. | 13 |
Error | design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 17 |
Error | misc | FinalParameters | Parameter task should be final. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | design | DesignForExtension | Method 'getTask' is not designed for extension - needs to be abstract, final or empty. | 22 |
Error | misc | FinalParameters | Parameter id should be final. | 23 |
Error | design | DesignForExtension | Method 'getTasks' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | misc | FinalParameters | Parameter offset should be final. | 28 |
Error | misc | FinalParameters | Parameter limit should be final. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 29 |
Error | whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 30 |
Error | whitespace | WhitespaceAround | '>' is not followed by whitespace. | 30 |
Error | blocks | LeftCurly | '{' at column 23 should have line break after. | 30 |
Error | whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 31 |
Error | whitespace | WhitespaceAround | '>' is not followed by whitespace. | 31 |
Error | blocks | LeftCurly | '{' at column 22 should have line break after. | 31 |
Error | design | DesignForExtension | Method 'delete' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | misc | FinalParameters | Parameter task should be final. | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | design | DesignForExtension | Method 'createJob' is not designed for extension - needs to be abstract, final or empty. | 17 |
Error | misc | FinalParameters | Parameter job should be final. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 6 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | design | DesignForExtension | Method 'createProject' is not designed for extension - needs to be abstract, final or empty. | 16 |
Error | misc | FinalParameters | Parameter task should be final. | 17 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 6 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | design | DesignForExtension | Method 'createTask' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | misc | FinalParameters | Parameter task should be final. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 6 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - javax.inject.Inject. | 4 |
Error | imports | UnusedImports | Unused import - javax.persistence.EntityManager. | 5 |
Error | imports | UnusedImports | Unused import - javax.sql.DataSource. | 6 |
Error | imports | UnusedImports | Unused import - ejava.examples.cdiconfig.CdiDemo. | 8 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 11 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 70 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 6 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 7 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 10 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 12 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 12 |
Error | misc | FinalParameters | Parameter id should be final. | 13 |
Error | coding | HiddenField | 'id' hides a field. | 13 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 13 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 15 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 15 |
Error | design | DesignForExtension | Method 'getFirstName' is not designed for extension - needs to be abstract, final or empty. | 17 |
Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 17 |
Error | design | DesignForExtension | Method 'setFirstName' is not designed for extension - needs to be abstract, final or empty. | 18 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
Error | misc | FinalParameters | Parameter firstName should be final. | 18 |
Error | coding | HiddenField | 'firstName' hides a field. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | design | DesignForExtension | Method 'getLastName' is not designed for extension - needs to be abstract, final or empty. | 22 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 22 |
Error | design | DesignForExtension | Method 'setLastName' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | misc | FinalParameters | Parameter lastName should be final. | 23 |
Error | coding | HiddenField | 'lastName' hides a field. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | design | DesignForExtension | Method 'getBooks' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 27 |
Error | design | DesignForExtension | Method 'setBooks' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Error | misc | FinalParameters | Parameter books should be final. | 28 |
Error | coding | HiddenField | 'books' hides a field. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 12 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 24 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 24 |
Error | coding | MagicNumber | '32' is a magic number. | 24 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 27 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 27 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 27 |
Error | coding | MagicNumber | '32' is a magic number. | 27 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 30 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 30 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 30 |
Error | coding | MagicNumber | '32' is a magic number. | 30 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 33 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 36 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | misc | FinalParameters | Parameter id should be final. | 37 |
Error | coding | HiddenField | 'id' hides a field. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | misc | FinalParameters | Parameter id should be final. | 45 |
Error | coding | HiddenField | 'id' hides a field. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | design | DesignForExtension | Method 'getFirstName' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | design | DesignForExtension | Method 'setFirstName' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | misc | FinalParameters | Parameter firstName should be final. | 51 |
Error | coding | HiddenField | 'firstName' hides a field. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | design | DesignForExtension | Method 'getLastName' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Error | design | DesignForExtension | Method 'setLastName' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Error | misc | FinalParameters | Parameter lastName should be final. | 57 |
Error | coding | HiddenField | 'lastName' hides a field. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | design | DesignForExtension | Method 'getPublishDate' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
Error | design | DesignForExtension | Method 'setPublishDate' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
Error | misc | FinalParameters | Parameter publishDate should be final. | 63 |
Error | coding | HiddenField | 'publishDate' hides a field. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | design | DesignForExtension | Method 'getSubject' is not designed for extension - needs to be abstract, final or empty. | 66 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Error | design | DesignForExtension | Method 'setSubject' is not designed for extension - needs to be abstract, final or empty. | 69 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
Error | misc | FinalParameters | Parameter subject should be final. | 69 |
Error | coding | HiddenField | 'subject' hides a field. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | design | DesignForExtension | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 72 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
Error | design | DesignForExtension | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 75 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
Error | misc | FinalParameters | Parameter version should be final. | 75 |
Error | coding | HiddenField | 'version' hides a field. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 79 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 14 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 14 |
Error | misc | FinalParameters | Parameter id should be final. | 15 |
Error | coding | HiddenField | 'id' hides a field. | 15 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 17 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 19 |
Error | blocks | LeftCurly | '{' at column 36 should have line break after. | 19 |
Error | design | DesignForExtension | Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 20 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Error | misc | FinalParameters | Parameter description should be final. | 20 |
Error | coding | HiddenField | 'description' hides a field. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | design | DesignForExtension | Method 'getPages' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 24 |
Error | design | DesignForExtension | Method 'setPages' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | misc | FinalParameters | Parameter pages should be final. | 25 |
Error | coding | HiddenField | 'pages' hides a field. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 29 |
Error | design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | misc | FinalParameters | Parameter title should be final. | 30 |
Error | coding | HiddenField | 'title' hides a field. | 30 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 7 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 9 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 11 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 17 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 16 |
Error | javadoc | JavadocMethod | Expected @param tag for 'book'. | 16 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'PersistenceException'. | 16 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 21 |
Error | javadoc | JavadocMethod | Expected @param tag for 'book'. | 21 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'PersistenceException'. | 21 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 26 |
Error | javadoc | JavadocMethod | Expected @param tag for 'id'. | 26 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'PersistenceException'. | 26 |
Error | javadoc | JavadocMethod | Expected @param tag for 'book'. | 31 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'PersistenceException'. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 37 |
Error | javadoc | JavadocMethod | Expected @param tag for 'start'. | 37 |
Error | javadoc | JavadocMethod | Expected @param tag for 'count'. | 37 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'PersistenceException'. | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 6 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 14 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 14 |
Error | misc | FinalParameters | Parameter message should be final. | 15 |
Error | blocks | LeftCurly | '{' at column 41 should have line break after. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | misc | FinalParameters | Parameter message should be final. | 23 |
Error | misc | FinalParameters | Parameter rootCause should be final. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | misc | FinalParameters | Parameter rootCause should be final. | 26 |
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 9 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 9 |
Error | misc | FinalParameters | Parameter message should be final. | 10 |
Error | blocks | LeftCurly | '{' at column 41 should have line break after. | 10 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
Error | misc | FinalParameters | Parameter message should be final. | 11 |
Error | misc | FinalParameters | Parameter rootCause should be final. | 11 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Error | misc | FinalParameters | Parameter rootCause should be final. | 14 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - java.sql.Statement. | 8 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 15 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | design | DesignForExtension | Method 'setConnection' is not designed for extension - needs to be abstract, final or empty. | 18 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
Error | misc | FinalParameters | Parameter connection should be final. | 18 |
Error | coding | HiddenField | 'connection' hides a field. | 18 |
Error | design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 22 |
Error | misc | FinalParameters | Parameter book should be final. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 24 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 24 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 25 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | misc | FinalParameters | Parameter c should be final. | 48 |
Error | misc | FinalParameters | Parameter book should be final. | 48 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 49 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 49 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 50 |
Error | coding | MagicNumber | '3' is a magic number. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 58 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
Error | misc | FinalParameters | Parameter c should be final. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 59 |
Error | design | DesignForExtension | Method 'update' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | misc | FinalParameters | Parameter book should be final. | 64 |
Error | design | DesignForExtension | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 69 |
Error | misc | FinalParameters | Parameter id should be final. | 70 |
Error | misc | FinalParameters | Parameter book should be final. | 76 |
Error | design | DesignForExtension | Method 'findAll' is not designed for extension - needs to be abstract, final or empty. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 82 |
Error | misc | FinalParameters | Parameter start should be final. | 82 |
Error | misc | FinalParameters | Parameter count should be final. | 82 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 9 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | design | DesignForExtension | Method 'setEntityManager' is not designed for extension - needs to be abstract, final or empty. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | misc | FinalParameters | Parameter em should be final. | 15 |
Error | coding | HiddenField | 'em' hides a field. | 15 |
Error | design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 19 |
Error | misc | FinalParameters | Parameter book should be final. | 20 |
Error | design | DesignForExtension | Method 'update' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | misc | FinalParameters | Parameter book should be final. | 26 |
Error | design | DesignForExtension | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | misc | FinalParameters | Parameter id should be final. | 31 |
Error | design | DesignForExtension | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | misc | FinalParameters | Parameter book should be final. | 36 |
Error | design | DesignForExtension | Method 'findAll' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | misc | FinalParameters | Parameter offset should be final. | 41 |
Error | misc | FinalParameters | Parameter limit should be final. | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 11 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | design | DesignForExtension | Method 'setEntityManager' is not designed for extension - needs to be abstract, final or empty. | 14 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Error | misc | FinalParameters | Parameter em should be final. | 14 |
Error | coding | HiddenField | 'em' hides a field. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 18 |
Error | misc | FinalParameters | Parameter book should be final. | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 21 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 21 |
Error | coding | MagicNumber | '3' is a magic number. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | design | DesignForExtension | Method 'update' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | misc | FinalParameters | Parameter book should be final. | 42 |
Error | design | DesignForExtension | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | misc | FinalParameters | Parameter id should be final. | 48 |
Error | misc | FinalParameters | Parameter book should be final. | 54 |
Error | design | DesignForExtension | Method 'findAll' is not designed for extension - needs to be abstract, final or empty. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 60 |
Error | misc | FinalParameters | Parameter start should be final. | 60 |
Error | misc | FinalParameters | Parameter count should be final. | 60 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 22 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | design | DesignForExtension | Method 'setEntityManager' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | misc | FinalParameters | Parameter em should be final. | 29 |
Error | coding | HiddenField | 'em' hides a field. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 34 |
Error | design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | misc | FinalParameters | Parameter author should be final. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | design | DesignForExtension | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Error | misc | FinalParameters | Parameter id should be final. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | design | DesignForExtension | Method 'getByQuery' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Error | misc | FinalParameters | Parameter id should be final. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 51 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 57 |
Error | design | DesignForExtension | Method 'update' is not designed for extension - needs to be abstract, final or empty. | 59 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
Error | misc | FinalParameters | Parameter author should be final. | 59 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 61 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 73 |
Error | design | DesignForExtension | Method 'updateByMerge' is not designed for extension - needs to be abstract, final or empty. | 75 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
Error | misc | FinalParameters | Parameter author should be final. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 80 |
Error | design | DesignForExtension | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 82 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
Error | misc | FinalParameters | Parameter author should be final. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 5 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 5 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 5 |
Error | misc | FinalParameters | Parameter ex should be final. | 6 |
Error | blocks | LeftCurly | '{' at column 40 should have line break after. | 6 |
Error | misc | FinalParameters | Parameter msg should be final. | 7 |
Error | blocks | LeftCurly | '{' at column 38 should have line break after. | 7 |
Error | misc | FinalParameters | Parameter msg should be final. | 8 |
Error | misc | FinalParameters | Parameter ex should be final. | 8 |
Error | blocks | LeftCurly | '{' at column 52 should have line break after. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 9 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | design | VisibilityModifier | Variable 'log' must be private and have accessor methods. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | design | DesignForExtension | Method 'setAcctDAO' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | misc | FinalParameters | Parameter acctDAO should be final. | 33 |
Error | coding | HiddenField | 'acctDAO' hides a field. | 33 |
Error | design | DesignForExtension | Method 'setOwnerDAO' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | misc | FinalParameters | Parameter ownerDAO should be final. | 36 |
Error | coding | HiddenField | 'ownerDAO' hides a field. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | design | DesignForExtension | Method 'createAccount' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | misc | FinalParameters | Parameter accountNum should be final. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | design | DesignForExtension | Method 'getAccount' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | misc | FinalParameters | Parameter accountNum should be final. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 55 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 62 |
Error | design | DesignForExtension | Method 'getOverdrawnAccounts' is not designed for extension - needs to be abstract, final or empty. | 62 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
Error | misc | FinalParameters | Parameter index should be final. | 62 |
Error | misc | FinalParameters | Parameter count should be final. | 62 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 73 |
Error | design | DesignForExtension | Method 'getAccounts' is not designed for extension - needs to be abstract, final or empty. | 73 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
Error | misc | FinalParameters | Parameter index should be final. | 73 |
Error | misc | FinalParameters | Parameter count should be final. | 73 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | design | DesignForExtension | Method 'closeAccount' is not designed for extension - needs to be abstract, final or empty. | 84 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
Error | misc | FinalParameters | Parameter accountNum should be final. | 84 |
Error | 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). | 91 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 94 |
Error | 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). | 96 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 110 |
Error | design | DesignForExtension | Method 'updateAccount' is not designed for extension - needs to be abstract, final or empty. | 115 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
Error | misc | FinalParameters | Parameter account should be final. | 115 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 119 |
Error | design | DesignForExtension | Method 'getLedger' is not designed for extension - needs to be abstract, final or empty. | 122 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 125 |
Error | design | DesignForExtension | Method 'getLedgerAveBalance' is not designed for extension - needs to be abstract, final or empty. | 126 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
Error | design | DesignForExtension | Method 'getLedgerCount' is not designed for extension - needs to be abstract, final or empty. | 129 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 129 |
Error | design | DesignForExtension | Method 'getLedgerSum' is not designed for extension - needs to be abstract, final or empty. | 132 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 132 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 135 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 136 |
Error | design | DesignForExtension | Method 'addOwner' is not designed for extension - needs to be abstract, final or empty. | 137 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 137 |
Error | misc | FinalParameters | Parameter ownerId should be final. | 137 |
Error | misc | FinalParameters | Parameter accountNumber should be final. | 137 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 145 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 145 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 149 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 150 |
Error | design | DesignForExtension | Method 'createOwner' is not designed for extension - needs to be abstract, final or empty. | 151 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 151 |
Error | misc | FinalParameters | Parameter firstName should be final. | 151 |
Error | misc | FinalParameters | Parameter lastName should be final. | 151 |
Error | misc | FinalParameters | Parameter ssn should be final. | 151 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 159 |
Error | design | DesignForExtension | Method 'removeOwner' is not designed for extension - needs to be abstract, final or empty. | 160 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 160 |
Error | misc | FinalParameters | Parameter ownerId should be final. | 160 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 166 |
Error | design | DesignForExtension | Method 'getOwners' is not designed for extension - needs to be abstract, final or empty. | 167 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 167 |
Error | misc | FinalParameters | Parameter index should be final. | 167 |
Error | misc | FinalParameters | Parameter count should be final. | 167 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 171 |
Error | design | DesignForExtension | Method 'openAccount' is not designed for extension - needs to be abstract, final or empty. | 172 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 172 |
Error | misc | FinalParameters | Parameter ownerId should be final. | 172 |
Error | misc | FinalParameters | Parameter accountNumber should be final. | 172 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 178 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 182 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 184 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 11 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 11 |
Error | misc | FinalParameters | Parameter id should be final. | 12 |
Error | coding | HiddenField | 'id' hides a field. | 12 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 12 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
Error | misc | FinalParameters | Parameter id should be final. | 13 |
Error | coding | HiddenField | 'id' hides a field. | 13 |
Error | misc | FinalParameters | Parameter accountNumber should be final. | 13 |
Error | coding | HiddenField | 'accountNumber' hides a field. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 18 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | misc | FinalParameters | Parameter id should be final. | 21 |
Error | coding | HiddenField | 'id' hides a field. | 21 |
Error | design | DesignForExtension | Method 'deposit' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Error | misc | FinalParameters | Parameter amount should be final. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | design | DesignForExtension | Method 'withdraw' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Error | misc | FinalParameters | Parameter amount should be final. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | design | DesignForExtension | Method 'getAccountNumber' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | design | DesignForExtension | Method 'setAccountNumber' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | misc | FinalParameters | Parameter accountNumber should be final. | 33 |
Error | coding | HiddenField | 'accountNumber' hides a field. | 33 |
Error | design | DesignForExtension | Method 'getBalance' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | misc | FinalParameters | Parameter balance should be final. | 39 |
Error | coding | HiddenField | 'balance' hides a field. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
Error | misc | FinalParameters | Parameter numberOfAccounts should be final. | 12 |
Error | coding | HiddenField | 'numberOfAccounts' hides a field. | 12 |
Error | misc | FinalParameters | Parameter totalAssets should be final. | 12 |
Error | coding | HiddenField | 'totalAssets' hides a field. | 12 |
Error | misc | FinalParameters | Parameter aveAssets should be final. | 12 |
Error | coding | HiddenField | 'aveAssets' hides a field. | 12 |
Error | design | DesignForExtension | Method 'getAverageAssets' is not designed for extension - needs to be abstract, final or empty. | 17 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Error | misc | FinalParameters | Parameter aveAssets should be final. | 20 |
Error | coding | HiddenField | 'aveAssets' hides a field. | 20 |
Error | design | DesignForExtension | Method 'getNumberOfAccounts' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | misc | FinalParameters | Parameter numberOfAccounts should be final. | 26 |
Error | coding | HiddenField | 'numberOfAccounts' hides a field. | 26 |
Error | design | DesignForExtension | Method 'getTotalAssets' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | misc | FinalParameters | Parameter totalAssets should be final. | 32 |
Error | coding | HiddenField | 'totalAssets' hides a field. | 32 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 8 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 15 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Error | misc | FinalParameters | Parameter id should be final. | 16 |
Error | coding | HiddenField | 'id' hides a field. | 16 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | misc | FinalParameters | Parameter id should be final. | 19 |
Error | coding | HiddenField | 'id' hides a field. | 19 |
Error | misc | FinalParameters | Parameter firstName should be final. | 19 |
Error | coding | HiddenField | 'firstName' hides a field. | 19 |
Error | misc | FinalParameters | Parameter lastName should be final. | 19 |
Error | coding | HiddenField | 'lastName' hides a field. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Error | misc | FinalParameters | Parameter id should be final. | 28 |
Error | coding | HiddenField | 'id' hides a field. | 28 |
Error | design | DesignForExtension | Method 'getFirstName' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | design | DesignForExtension | Method 'setFirstName' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | misc | FinalParameters | Parameter firstName should be final. | 34 |
Error | coding | HiddenField | 'firstName' hides a field. | 34 |
Error | design | DesignForExtension | Method 'getLastName' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | design | DesignForExtension | Method 'setLastName' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | misc | FinalParameters | Parameter lastName should be final. | 40 |
Error | coding | HiddenField | 'lastName' hides a field. | 40 |
Error | design | DesignForExtension | Method 'getSsn' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Error | design | DesignForExtension | Method 'setSsn' is not designed for extension - needs to be abstract, final or empty. | 46 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
Error | misc | FinalParameters | Parameter ssn should be final. | 46 |
Error | coding | HiddenField | 'ssn' hides a field. | 46 |
Error | design | DesignForExtension | Method 'getAccounts' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Error | design | DesignForExtension | Method 'setAccounts' is not designed for extension - needs to be abstract, final or empty. | 52 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Error | misc | FinalParameters | Parameter accounts should be final. | 52 |
Error | coding | HiddenField | 'accounts' hides a field. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 56 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 61 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 62 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 9 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 3 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 5 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 5 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 5 |
Error | misc | FinalParameters | Parameter msg should be final. | 6 |
Error | blocks | LeftCurly | '{' at column 37 should have line break after. | 6 |
Error | misc | FinalParameters | Parameter ex should be final. | 7 |
Error | blocks | LeftCurly | '{' at column 39 should have line break after. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 8 |
Error | misc | FinalParameters | Parameter msg should be final. | 8 |
Error | misc | FinalParameters | Parameter ex should be final. | 8 |
Error | blocks | LeftCurly | '{' at column 51 should have line break after. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 9 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 12 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 12 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
Error | misc | FinalParameters | Parameter id should be final. | 13 |
Error | coding | HiddenField | 'id' hides a field. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Error | misc | FinalParameters | Parameter id should be final. | 16 |
Error | coding | HiddenField | 'id' hides a field. | 16 |
Error | misc | FinalParameters | Parameter firstName should be final. | 16 |
Error | coding | HiddenField | 'firstName' hides a field. | 16 |
Error | misc | FinalParameters | Parameter lastName should be final. | 16 |
Error | coding | HiddenField | 'lastName' hides a field. | 16 |
Error | misc | FinalParameters | Parameter accounts should be final. | 16 |
Error | coding | HiddenField | 'accounts' hides a field. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | misc | FinalParameters | Parameter id should be final. | 26 |
Error | coding | HiddenField | 'id' hides a field. | 26 |
Error | design | DesignForExtension | Method 'getFirstName' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | design | DesignForExtension | Method 'setFirstName' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | misc | FinalParameters | Parameter firstName should be final. | 32 |
Error | coding | HiddenField | 'firstName' hides a field. | 32 |
Error | design | DesignForExtension | Method 'getLastName' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | design | DesignForExtension | Method 'setLastName' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | misc | FinalParameters | Parameter lastName should be final. | 38 |
Error | coding | HiddenField | 'lastName' hides a field. | 38 |
Error | design | DesignForExtension | Method 'getAccounts' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | design | DesignForExtension | Method 'setAccounts' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | misc | FinalParameters | Parameter accounts should be final. | 44 |
Error | coding | HiddenField | 'accounts' hides a field. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 3 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 4 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 4 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 5 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 6 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
Error | coding | MagicNumber | '3000' is a magic number. | 28 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | design | DesignForExtension | Method 'open' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | design | DesignForExtension | Method 'getTotal' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 66 |
Error | design | DesignForExtension | Method 'getDelta' is not designed for extension - needs to be abstract, final or empty. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | design | DesignForExtension | Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 77 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 80 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 80 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 81 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 82 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | design | VisibilityModifier | Variable 'ctx' must be private and have accessor methods. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 51 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 51 |
Error | design | VisibilityModifier | Variable 'em' must be private and have accessor methods. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 54 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 54 |
Error | design | VisibilityModifier | Variable 'daoClassName' must be private and have accessor methods. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Error | design | VisibilityModifier | Variable 'teller' must be private and have accessor methods. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 77 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 81 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 82 |
Error | 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). | 83 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 94 |
Error | design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 98 |
Error | design | DesignForExtension | Method 'createAccount' is not designed for extension - needs to be abstract, final or empty. | 104 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
Error | misc | FinalParameters | Parameter accountNumber should be final. | 104 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 107 |
Error | 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). | 110 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 117 |
Error | design | DesignForExtension | Method 'closeAccount' is not designed for extension - needs to be abstract, final or empty. | 118 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 118 |
Error | misc | FinalParameters | Parameter acctNum should be final. | 118 |
Error | 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). | 124 |
Error | design | DesignForExtension | Method 'getAccount' is not designed for extension - needs to be abstract, final or empty. | 132 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 132 |
Error | misc | FinalParameters | Parameter acctNum should be final. | 132 |
Error | 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). | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 144 |
Error | design | DesignForExtension | Method 'getOverdrawnAccounts' is not designed for extension - needs to be abstract, final or empty. | 144 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 144 |
Error | misc | FinalParameters | Parameter index should be final. | 144 |
Error | misc | FinalParameters | Parameter count should be final. | 144 |
Error | 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). | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 156 |
Error | design | DesignForExtension | Method 'getAccounts' is not designed for extension - needs to be abstract, final or empty. | 156 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 156 |
Error | misc | FinalParameters | Parameter index should be final. | 156 |
Error | misc | FinalParameters | Parameter count should be final. | 156 |
Error | 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). | 160 |
Error | design | DesignForExtension | Method 'updateAccount' is not designed for extension - needs to be abstract, final or empty. | 168 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 168 |
Error | misc | FinalParameters | Parameter account should be final. | 168 |
Error | 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). | 173 |
Error | design | DesignForExtension | Method 'getLedger' is not designed for extension - needs to be abstract, final or empty. | 181 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 181 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 187 |
Error | 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). | 189 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 202 |
Error | design | DesignForExtension | Method 'getLedger2' is not designed for extension - needs to be abstract, final or empty. | 202 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'BankException'. | 202 |
Error | 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). | 206 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 213 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 215 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 218 |
Error | design | DesignForExtension | Method 'getLedgerAveBalance' is not designed for extension - needs to be abstract, final or empty. | 218 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'BankException'. | 218 |
Error | 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). | 222 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 232 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 235 |
Error | design | DesignForExtension | Method 'getLedgerCount' is not designed for extension - needs to be abstract, final or empty. | 235 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'BankException'. | 235 |
Error | 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). | 239 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 249 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 252 |
Error | design | DesignForExtension | Method 'getLedgerSum' is not designed for extension - needs to be abstract, final or empty. | 252 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'BankException'. | 252 |
Error | 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). | 256 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 264 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 265 |
Error | blocks | EmptyBlock | Must have at least one statement. | 266 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 270 |
Error | design | DesignForExtension | Method 'addOwner' is not designed for extension - needs to be abstract, final or empty. | 274 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 274 |
Error | misc | FinalParameters | Parameter ownerId should be final. | 274 |
Error | misc | FinalParameters | Parameter accountNumber should be final. | 274 |
Error | 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). | 279 |
Error | design | DesignForExtension | Method 'createOwner' is not designed for extension - needs to be abstract, final or empty. | 287 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 287 |
Error | misc | FinalParameters | Parameter firstName should be final. | 287 |
Error | misc | FinalParameters | Parameter lastName should be final. | 287 |
Error | misc | FinalParameters | Parameter ssn should be final. | 287 |
Error | 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). | 292 |
Error | design | DesignForExtension | Method 'openAccount' is not designed for extension - needs to be abstract, final or empty. | 300 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 300 |
Error | misc | FinalParameters | Parameter ownerId should be final. | 300 |
Error | misc | FinalParameters | Parameter accountNumber should be final. | 300 |
Error | 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). | 305 |
Error | design | DesignForExtension | Method 'removeOwner' is not designed for extension - needs to be abstract, final or empty. | 313 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 313 |
Error | misc | FinalParameters | Parameter ownerId should be final. | 313 |
Error | 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). | 317 |
Error | design | DesignForExtension | Method 'getOwners' is not designed for extension - needs to be abstract, final or empty. | 325 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 325 |
Error | misc | FinalParameters | Parameter index should be final. | 325 |
Error | misc | FinalParameters | Parameter count should be final. | 325 |
Error | 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). | 329 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 337 |
Error | design | DesignForExtension | Method 'getOwnersLoaded' is not designed for extension - needs to be abstract, final or empty. | 337 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 337 |
Error | misc | FinalParameters | Parameter index should be final. | 337 |
Error | misc | FinalParameters | Parameter count should be final. | 337 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 340 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 347 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 348 |
Error | design | DesignForExtension | Method 'getOwnersPOJO' is not designed for extension - needs to be abstract, final or empty. | 348 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 348 |
Error | misc | FinalParameters | Parameter index should be final. | 348 |
Error | misc | FinalParameters | Parameter count should be final. | 348 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 351 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 367 |
Error | design | DesignForExtension | Method 'getOwnersDTO' is not designed for extension - needs to be abstract, final or empty. | 367 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 367 |
Error | misc | FinalParameters | Parameter index should be final. | 367 |
Error | misc | FinalParameters | Parameter count should be final. | 367 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 370 |
Error | design | DesignForExtension | Method 'whoAmI' is not designed for extension - needs to be abstract, final or empty. | 380 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | design | DesignForExtension | Method 'setEntityManager' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | misc | FinalParameters | Parameter em should be final. | 29 |
Error | coding | HiddenField | 'em' hides a field. | 29 |
Error | design | DesignForExtension | Method 'createAccount' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | misc | FinalParameters | Parameter account should be final. | 33 |
Error | blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 37 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 41 |
Error | design | DesignForExtension | Method 'findAccounts' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | misc | FinalParameters | Parameter queryName should be final. | 46 |
Error | misc | FinalParameters | Parameter params should be final. | 47 |
Error | misc | FinalParameters | Parameter index should be final. | 47 |
Error | misc | FinalParameters | Parameter count should be final. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 55 |
Error | 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). | 61 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 65 |
Error | design | DesignForExtension | Method 'getAccountById' is not designed for extension - needs to be abstract, final or empty. | 69 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
Error | misc | FinalParameters | Parameter id should be final. | 69 |
Error | 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). | 72 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 76 |
Error | design | DesignForExtension | Method 'getAccountByNum' is not designed for extension - needs to be abstract, final or empty. | 80 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
Error | misc | FinalParameters | Parameter acctNum should be final. | 80 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 84 |
Error | design | DesignForExtension | Method 'removeAccount' is not designed for extension - needs to be abstract, final or empty. | 87 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
Error | misc | FinalParameters | Parameter account should be final. | 87 |
Error | 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). | 96 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 100 |
Error | design | DesignForExtension | Method 'updateAccount' is not designed for extension - needs to be abstract, final or empty. | 104 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
Error | misc | FinalParameters | Parameter account should be final. | 104 |
Error | 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). | 107 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 111 |
Error | design | DesignForExtension | Method 'getLedger' is not designed for extension - needs to be abstract, final or empty. | 115 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
Error | 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). | 119 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 123 |
Error | design | DesignForExtension | Method 'getLedgerAveBalance' is not designed for extension - needs to be abstract, final or empty. | 127 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
Error | 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). | 131 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 135 |
Error | design | DesignForExtension | Method 'getLedgerCount' is not designed for extension - needs to be abstract, final or empty. | 139 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 139 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 143 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 144 |
Error | 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). | 145 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 149 |
Error | design | DesignForExtension | Method 'getLedgerSum' is not designed for extension - needs to be abstract, final or empty. | 153 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 153 |
Error | 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). | 157 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 161 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | design | DesignForExtension | Method 'setEntityManager' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Error | misc | FinalParameters | Parameter em should be final. | 28 |
Error | coding | HiddenField | 'em' hides a field. | 28 |
Error | design | DesignForExtension | Method 'createOwner' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | misc | FinalParameters | Parameter owner should be final. | 32 |
Error | design | DesignForExtension | Method 'findOwners' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | misc | FinalParameters | Parameter queryName should be final. | 38 |
Error | misc | FinalParameters | Parameter params should be final. | 38 |
Error | misc | FinalParameters | Parameter index should be final. | 39 |
Error | misc | FinalParameters | Parameter count should be final. | 39 |
Error | design | DesignForExtension | Method 'getOwnerById' is not designed for extension - needs to be abstract, final or empty. | 52 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Error | misc | FinalParameters | Parameter id should be final. | 52 |
Error | design | DesignForExtension | Method 'removeOwner' is not designed for extension - needs to be abstract, final or empty. | 56 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
Error | misc | FinalParameters | Parameter owner should be final. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 78 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 78 |
Error | design | DesignForExtension | Method 'getAccountOwners' is not designed for extension - needs to be abstract, final or empty. | 78 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
Error | misc | FinalParameters | Parameter account should be final. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | coding | MagicNumber | '100' is a magic number. | 82 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | UnusedImports | Unused import - ejava.util.jndi.JNDIUtil. | 28 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | naming | ConstantName | Name 'jndiName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 61 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 61 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 70 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'ServletException'. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 76 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 76 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 76 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 77 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 91 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 92 |
Error | 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). | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 101 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 104 |
Error | design | DesignForExtension | Method 'getTeller' is not designed for extension - needs to be abstract, final or empty. | 106 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NamingException'. | 106 |
Error | coding | HiddenField | 'teller' hides a field. | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 111 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 112 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 112 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 112 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 112 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 112 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 118 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 121 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 125 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 125 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 126 |
Error | whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 126 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 126 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 126 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 128 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 128 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 129 |
Error | whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 129 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 129 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 129 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 139 |
Error | design | DesignForExtension | Method 'doGet' is not designed for extension - needs to be abstract, final or empty. | 139 |
Error | misc | FinalParameters | Parameter request should be final. | 139 |
Error | javadoc | JavadocMethod | Expected @param tag for 'request'. | 139 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 140 |
Error | misc | FinalParameters | Parameter response should be final. | 140 |
Error | javadoc | JavadocMethod | Expected @param tag for 'response'. | 140 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'ServletException'. | 141 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 141 |
Error | blocks | RightCurly | '}' at column 17 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). | 152 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 154 |
Error | blocks | RightCurly | '}' at column 13 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). | 159 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 161 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 179 |
Error | design | DesignForExtension | Method 'doPost' is not designed for extension - needs to be abstract, final or empty. | 179 |
Error | misc | FinalParameters | Parameter request should be final. | 179 |
Error | javadoc | JavadocMethod | Expected @param tag for 'request'. | 179 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 180 |
Error | misc | FinalParameters | Parameter response should be final. | 180 |
Error | javadoc | JavadocMethod | Expected @param tag for 'response'. | 180 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'ServletException'. | 181 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 181 |
Error | design | DesignForExtension | Method 'destroy' is not designed for extension - needs to be abstract, final or empty. | 186 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 186 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 189 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 190 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 191 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 191 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 193 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 193 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 195 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 196 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 197 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 198 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 199 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 200 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 201 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 202 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 203 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 203 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 205 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 205 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 207 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 207 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 209 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 209 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 210 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 213 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 214 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 215 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 215 |
Error | misc | FinalParameters | Parameter request should be final. | 215 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 216 |
Error | misc | FinalParameters | Parameter response should be final. | 216 |
Error | misc | FinalParameters | Parameter t should be final. | 216 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 219 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 219 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 219 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 221 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 222 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 223 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 225 |
Error | blocks | RightCurly | '}' at column 13 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). | 226 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 230 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 232 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 237 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 238 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 238 |
Error | misc | FinalParameters | Parameter request should be final. | 238 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 239 |
Error | misc | FinalParameters | Parameter response should be final. | 239 |
Error | misc | FinalParameters | Parameter t should be final. | 239 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 242 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 242 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 242 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 244 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 245 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 246 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 248 |
Error | blocks | RightCurly | '}' at column 13 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). | 249 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 253 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 255 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 260 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 261 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 261 |
Error | misc | FinalParameters | Parameter request should be final. | 261 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 262 |
Error | misc | FinalParameters | Parameter response should be final. | 262 |
Error | misc | FinalParameters | Parameter t should be final. | 262 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 265 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 265 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 265 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 266 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 268 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 272 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 273 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 274 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 276 |
Error | blocks | RightCurly | '}' at column 13 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). | 277 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 281 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 283 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 288 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 289 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 289 |
Error | misc | FinalParameters | Parameter request should be final. | 289 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 290 |
Error | misc | FinalParameters | Parameter response should be final. | 290 |
Error | misc | FinalParameters | Parameter t should be final. | 290 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 293 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 293 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 293 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 294 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 296 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 300 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 301 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 302 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 304 |
Error | blocks | RightCurly | '}' at column 13 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). | 305 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 309 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 311 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 316 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 317 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 317 |
Error | misc | FinalParameters | Parameter request should be final. | 317 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 318 |
Error | misc | FinalParameters | Parameter response should be final. | 318 |
Error | misc | FinalParameters | Parameter t should be final. | 318 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 321 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 321 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 321 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 322 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 324 |
Error | blocks | RightCurly | '}' at column 13 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). | 326 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 330 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 332 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 337 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 338 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 338 |
Error | misc | FinalParameters | Parameter request should be final. | 338 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 339 |
Error | misc | FinalParameters | Parameter response should be final. | 339 |
Error | misc | FinalParameters | Parameter t should be final. | 339 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 342 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 344 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 346 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 346 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 346 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 346 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 346 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 349 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 351 |
Error | blocks | RightCurly | '}' at column 13 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). | 353 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 357 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 359 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 364 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 365 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 365 |
Error | misc | FinalParameters | Parameter request should be final. | 365 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 366 |
Error | misc | FinalParameters | Parameter response should be final. | 366 |
Error | misc | FinalParameters | Parameter t should be final. | 366 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 369 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 370 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 373 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 375 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 376 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 376 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 376 |
Error | whitespace | OperatorWrap | '?' should be on a new line. | 376 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 376 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 378 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 383 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 384 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 386 |
Error | blocks | RightCurly | '}' at column 13 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). | 387 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 391 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 393 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 398 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 399 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 399 |
Error | misc | FinalParameters | Parameter request should be final. | 399 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 400 |
Error | misc | FinalParameters | Parameter response should be final. | 400 |
Error | misc | FinalParameters | Parameter t should be final. | 400 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 404 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 406 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 407 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 409 |
Error | blocks | RightCurly | '}' at column 13 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). | 410 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 414 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 416 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 421 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 422 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 422 |
Error | misc | FinalParameters | Parameter request should be final. | 422 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 423 |
Error | misc | FinalParameters | Parameter response should be final. | 423 |
Error | misc | FinalParameters | Parameter t should be final. | 423 |
Error | coding | MagicNumber | '100' is a magic number. | 426 |
Error | blocks | RightCurly | '}' at column 25 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). | 433 |
Error | coding | MagicNumber | '100' is a magic number. | 440 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 442 |
Error | blocks | RightCurly | '}' at column 13 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). | 444 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 448 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 450 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | RedundantImport | Redundant import from the same package - ejava.examples.ejbwar.customer.Customers. | 7 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | design | VisibilityModifier | Variable 'customerEM' must be private and have accessor methods. | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.RetentionPolicy.*. | 5 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.ElementType.*. | 6 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 9 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 19 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 30 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 32 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 32 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 33 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 33 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 33 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 39 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 41 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 41 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 42 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 45 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 45 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 45 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 48 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 48 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 48 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 51 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 51 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Error | misc | FinalParameters | Parameter firstName should be final. | 52 |
Error | coding | HiddenField | 'firstName' hides a field. | 52 |
Error | misc | FinalParameters | Parameter lastName should be final. | 52 |
Error | coding | HiddenField | 'lastName' hides a field. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 58 |
Error | design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 59 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
Error | misc | FinalParameters | Parameter id should be final. | 59 |
Error | coding | HiddenField | 'id' hides a field. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | design | DesignForExtension | Method 'getFirstName' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 64 |
Error | design | DesignForExtension | Method 'setFirstName' is not designed for extension - needs to be abstract, final or empty. | 65 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
Error | misc | FinalParameters | Parameter firstName should be final. | 65 |
Error | coding | HiddenField | 'firstName' hides a field. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | design | DesignForExtension | Method 'getLastName' is not designed for extension - needs to be abstract, final or empty. | 69 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 70 |
Error | design | DesignForExtension | Method 'setLastName' is not designed for extension - needs to be abstract, final or empty. | 71 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
Error | misc | FinalParameters | Parameter lastName should be final. | 71 |
Error | coding | HiddenField | 'lastName' hides a field. | 71 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 17 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 28 |
Error | design | DesignForExtension | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 29 |
Error | design | DesignForExtension | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | misc | FinalParameters | Parameter version should be final. | 30 |
Error | coding | HiddenField | 'version' hides a field. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | misc | FinalParameters | Parameter customers should be final. | 29 |
Error | coding | HiddenField | 'customers' hides a field. | 29 |
Error | misc | FinalParameters | Parameter offset should be final. | 29 |
Error | coding | HiddenField | 'offset' hides a field. | 29 |
Error | misc | FinalParameters | Parameter limit should be final. | 29 |
Error | coding | HiddenField | 'limit' hides a field. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | design | DesignForExtension | Method 'getOffset' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | design | DesignForExtension | Method 'setOffset' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | misc | FinalParameters | Parameter offset should be final. | 39 |
Error | coding | HiddenField | 'offset' hides a field. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | design | DesignForExtension | Method 'getLimit' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Error | design | DesignForExtension | Method 'setLimit' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | misc | FinalParameters | Parameter limit should be final. | 47 |
Error | coding | HiddenField | 'limit' hides a field. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | design | DesignForExtension | Method 'getCount' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Error | misc | FinalParameters | Parameter count should be final. | 55 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 55 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | design | DesignForExtension | Method 'getCustomers' is not designed for extension - needs to be abstract, final or empty. | 58 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
Error | design | DesignForExtension | Method 'setCategories' is not designed for extension - needs to be abstract, final or empty. | 62 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
Error | misc | FinalParameters | Parameter customers should be final. | 62 |
Error | coding | HiddenField | 'customers' hides a field. | 62 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 12 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | UnusedImports | Unused import - javax.ws.rs.client.WebTarget. | 9 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 27 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 39 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 39 |
Error | design | DesignForExtension | Method 'setClient' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | misc | FinalParameters | Parameter client should be final. | 41 |
Error | coding | HiddenField | 'client' hides a field. | 41 |
Error | design | DesignForExtension | Method 'setBaseUrl' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | misc | FinalParameters | Parameter baseUrl should be final. | 44 |
Error | coding | HiddenField | 'baseUrl' hides a field. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | design | DesignForExtension | Method 'setMediaType' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | misc | FinalParameters | Parameter mediaType should be final. | 48 |
Error | coding | HiddenField | 'mediaType' hides a field. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | misc | FinalParameters | Parameter resourcePath should be final. | 58 |
Error | javadoc | JavadocMethod | Expected @param tag for 'resourcePath'. | 58 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 60 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 60 |
Error | design | DesignForExtension | Method 'addCustomer' is not designed for extension - needs to be abstract, final or empty. | 68 |
Error | misc | FinalParameters | Parameter customer should be final. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 79 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 81 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 81 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 84 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 84 |
Error | design | DesignForExtension | Method 'findCustomersByName' is not designed for extension - needs to be abstract, final or empty. | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 93 |
Error | misc | FinalParameters | Parameter firstName should be final. | 93 |
Error | misc | FinalParameters | Parameter lastName should be final. | 93 |
Error | misc | FinalParameters | Parameter offset should be final. | 93 |
Error | misc | FinalParameters | Parameter limit should be final. | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 94 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 97 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 111 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 111 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 111 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 114 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 114 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 118 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 121 |
Error | design | DesignForExtension | Method 'getCustomer' is not designed for extension - needs to be abstract, final or empty. | 122 |
Error | misc | FinalParameters | Parameter id should be final. | 123 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 136 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 136 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 136 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 139 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 139 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 143 |
Error | design | DesignForExtension | Method 'deleteCustomer' is not designed for extension - needs to be abstract, final or empty. | 147 |
Error | misc | FinalParameters | Parameter id should be final. | 148 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 152 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 159 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 161 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 161 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 161 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 164 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 164 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 164 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 168 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | design | DesignForExtension | Method 'createCustomer' is not designed for extension - needs to be abstract, final or empty. | 19 |
Error | misc | FinalParameters | Parameter customer should be final. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | design | DesignForExtension | Method 'findCustomerByName' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 25 |
Error | misc | FinalParameters | Parameter firstName should be final. | 25 |
Error | misc | FinalParameters | Parameter lastName should be final. | 25 |
Error | misc | FinalParameters | Parameter offset should be final. | 26 |
Error | misc | FinalParameters | Parameter limit should be final. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | design | DesignForExtension | Method 'getCustomer' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | misc | FinalParameters | Parameter id should be final. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | design | DesignForExtension | Method 'update' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | misc | FinalParameters | Parameter customer should be final. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | design | DesignForExtension | Method 'deleteCustomer' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | misc | FinalParameters | Parameter customer should be final. | 50 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 12 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 15 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 17 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | design | DesignForExtension | Method 'addCustomer' is not designed for extension - needs to be abstract, final or empty. | 22 |
Error | misc | FinalParameters | Parameter customer should be final. | 23 |
Error | design | DesignForExtension | Method 'findCustomersByName' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | misc | FinalParameters | Parameter firstName should be final. | 30 |
Error | misc | FinalParameters | Parameter lastName should be final. | 30 |
Error | misc | FinalParameters | Parameter offset should be final. | 31 |
Error | misc | FinalParameters | Parameter limit should be final. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | design | DesignForExtension | Method 'getCustomer' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | misc | FinalParameters | Parameter id should be final. | 43 |
Error | design | DesignForExtension | Method 'deleteCustomer' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | misc | FinalParameters | Parameter id should be final. | 49 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 36 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | design | DesignForExtension | Method 'addCustomer' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | misc | FinalParameters | Parameter customer should be final. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | design | DesignForExtension | Method 'findCustomersByName' is not designed for extension - needs to be abstract, final or empty. | 62 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
Error | misc | FinalParameters | Parameter firstName should be final. | 65 |
Error | misc | FinalParameters | Parameter lastName should be final. | 66 |
Error | misc | FinalParameters | Parameter offset should be final. | 67 |
Error | misc | FinalParameters | Parameter limit should be final. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | design | DesignForExtension | Method 'getCustomer' is not designed for extension - needs to be abstract, final or empty. | 79 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
Error | misc | FinalParameters | Parameter id should be final. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 82 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 85 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 95 |
Error | design | DesignForExtension | Method 'deleteCustomer' is not designed for extension - needs to be abstract, final or empty. | 99 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
Error | misc | FinalParameters | Parameter id should be final. | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 108 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 112 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 112 |
Error | misc | FinalParameters | Parameter log should be final. | 112 |
Error | misc | FinalParameters | Parameter context should be final. | 112 |
Error | misc | FinalParameters | Parameter ex should be final. | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 113 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 113 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 119 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | RedundantImport | Redundant import from the same package - ejava.examples.ejbwar.inventory.bo.Category. | 13 |
Error | imports | RedundantImport | Redundant import from the same package - ejava.examples.ejbwar.inventory.bo.InventoryRepresentation. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 30 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | misc | FinalParameters | Parameter categories should be final. | 31 |
Error | coding | HiddenField | 'categories' hides a field. | 31 |
Error | misc | FinalParameters | Parameter offset should be final. | 31 |
Error | coding | HiddenField | 'offset' hides a field. | 31 |
Error | misc | FinalParameters | Parameter limit should be final. | 31 |
Error | coding | HiddenField | 'limit' hides a field. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | design | DesignForExtension | Method 'getOffset' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | design | DesignForExtension | Method 'setOffset' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | misc | FinalParameters | Parameter offset should be final. | 41 |
Error | coding | HiddenField | 'offset' hides a field. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | design | DesignForExtension | Method 'getLimit' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | design | DesignForExtension | Method 'setLimit' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Error | misc | FinalParameters | Parameter limit should be final. | 49 |
Error | coding | HiddenField | 'limit' hides a field. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | design | DesignForExtension | Method 'getCount' is not designed for extension - needs to be abstract, final or empty. | 53 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Error | misc | FinalParameters | Parameter count should be final. | 57 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 57 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | design | DesignForExtension | Method 'getCategories' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
Error | design | DesignForExtension | Method 'setCategories' is not designed for extension - needs to be abstract, final or empty. | 64 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
Error | misc | FinalParameters | Parameter categories should be final. | 64 |
Error | coding | HiddenField | 'categories' hides a field. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 29 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 29 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 29 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 29 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 30 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 30 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 30 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 30 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 34 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 36 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 36 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 36 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 37 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 38 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 38 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 39 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 39 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 39 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 46 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 46 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 47 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 50 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 50 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 50 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 57 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 57 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 58 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 58 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 60 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 60 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Error | misc | FinalParameters | Parameter name should be final. | 61 |
Error | coding | HiddenField | 'name' hides a field. | 61 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 62 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 65 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 65 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 65 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 66 |
Error | design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 67 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
Error | misc | FinalParameters | Parameter id should be final. | 67 |
Error | coding | HiddenField | 'id' hides a field. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 71 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 71 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 71 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 72 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 73 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
Error | misc | FinalParameters | Parameter name should be final. | 73 |
Error | coding | HiddenField | 'name' hides a field. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | design | DesignForExtension | Method 'getProductCount' is not designed for extension - needs to be abstract, final or empty. | 77 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 77 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 78 |
Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 78 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 78 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 78 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 78 |
Error | whitespace | WhitespaceAround | ':' is not followed by whitespace. | 78 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 78 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 78 |
Error | design | DesignForExtension | Method 'setProductCount' is not designed for extension - needs to be abstract, final or empty. | 79 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
Error | misc | FinalParameters | Parameter productCount should be final. | 79 |
Error | coding | HiddenField | 'productCount' hides a field. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | design | DesignForExtension | Method 'getProducts' is not designed for extension - needs to be abstract, final or empty. | 83 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 83 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 83 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 84 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 84 |
Error | blocks | LeftCurly | '{' at column 37 should have line break after. | 85 |
Error | design | DesignForExtension | Method 'setProducts' is not designed for extension - needs to be abstract, final or empty. | 86 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
Error | misc | FinalParameters | Parameter products should be final. | 86 |
Error | coding | HiddenField | 'products' hides a field. | 86 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 17 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 28 |
Error | design | DesignForExtension | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 29 |
Error | design | DesignForExtension | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | misc | FinalParameters | Parameter version should be final. | 30 |
Error | coding | HiddenField | 'version' hides a field. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 48 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 48 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 48 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 49 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 49 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 49 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 49 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 49 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 49 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 49 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 50 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 55 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 58 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 60 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 61 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 61 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 61 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 67 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 67 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 68 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 71 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 71 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 71 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 74 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 74 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 74 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 77 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 77 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 77 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 77 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 80 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 80 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 80 |
Error | coding | MagicNumber | '36' is a magic number. | 80 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 80 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 80 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 80 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 80 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 80 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 83 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 83 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
Error | misc | FinalParameters | Parameter name should be final. | 84 |
Error | coding | HiddenField | 'name' hides a field. | 84 |
Error | misc | FinalParameters | Parameter quantity should be final. | 84 |
Error | coding | HiddenField | 'quantity' hides a field. | 84 |
Error | misc | FinalParameters | Parameter price should be final. | 84 |
Error | coding | HiddenField | 'price' hides a field. | 84 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 85 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 85 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 86 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 86 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 87 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 87 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
Error | misc | FinalParameters | Parameter name should be final. | 89 |
Error | coding | HiddenField | 'name' hides a field. | 89 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 92 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 93 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 93 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 93 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 94 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 94 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 94 |
Error | design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 95 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
Error | misc | FinalParameters | Parameter id should be final. | 95 |
Error | coding | HiddenField | 'id' hides a field. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 99 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 99 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 99 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 99 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 99 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 101 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 102 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 103 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
Error | misc | FinalParameters | Parameter name should be final. | 104 |
Error | coding | HiddenField | 'name' hides a field. | 104 |
Error | design | DesignForExtension | Method 'getQuantity' is not designed for extension - needs to be abstract, final or empty. | 108 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 108 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 108 |
Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 109 |
Error | design | DesignForExtension | Method 'setQuantity' is not designed for extension - needs to be abstract, final or empty. | 110 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
Error | misc | FinalParameters | Parameter quantity should be final. | 110 |
Error | coding | HiddenField | 'quantity' hides a field. | 110 |
Error | design | DesignForExtension | Method 'getPrice' is not designed for extension - needs to be abstract, final or empty. | 114 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 114 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 114 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 115 |
Error | design | DesignForExtension | Method 'setPrice' is not designed for extension - needs to be abstract, final or empty. | 116 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
Error | misc | FinalParameters | Parameter price should be final. | 116 |
Error | coding | HiddenField | 'price' hides a field. | 116 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 119 |
Error | design | DesignForExtension | Method 'getProtectedValue' is not designed for extension - needs to be abstract, final or empty. | 120 |
Error | blocks | LeftCurly | '{' at column 36 should have line break after. | 122 |
Error | design | DesignForExtension | Method 'setProtectedValue' is not designed for extension - needs to be abstract, final or empty. | 123 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 123 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 124 |
Error | misc | FinalParameters | Parameter protectedValue should be final. | 125 |
Error | coding | HiddenField | 'protectedValue' hides a field. | 125 |
Error | design | DesignForExtension | Method 'withProtectedValue' is not designed for extension - needs to be abstract, final or empty. | 128 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 128 |
Error | misc | FinalParameters | Parameter string should be final. | 128 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 132 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 133 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 144 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 145 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | RedundantImport | Redundant import from the same package - ejava.examples.ejbwar.inventory.bo.InventoryRepresentation. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 25 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 30 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 32 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | misc | FinalParameters | Parameter products should be final. | 33 |
Error | coding | HiddenField | 'products' hides a field. | 33 |
Error | misc | FinalParameters | Parameter offset should be final. | 33 |
Error | coding | HiddenField | 'offset' hides a field. | 33 |
Error | misc | FinalParameters | Parameter limit should be final. | 33 |
Error | coding | HiddenField | 'limit' hides a field. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | design | DesignForExtension | Method 'getOffset' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | design | DesignForExtension | Method 'setOffset' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Error | misc | FinalParameters | Parameter offset should be final. | 43 |
Error | coding | HiddenField | 'offset' hides a field. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | design | DesignForExtension | Method 'getLimit' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | design | DesignForExtension | Method 'setLimit' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | misc | FinalParameters | Parameter limit should be final. | 51 |
Error | coding | HiddenField | 'limit' hides a field. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | design | DesignForExtension | Method 'getCount' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
Error | misc | FinalParameters | Parameter count should be final. | 59 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 59 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | design | DesignForExtension | Method 'getProducts' is not designed for extension - needs to be abstract, final or empty. | 62 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
Error | design | DesignForExtension | Method 'setProducts' is not designed for extension - needs to be abstract, final or empty. | 66 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Error | misc | FinalParameters | Parameter products should be final. | 66 |
Error | coding | HiddenField | 'products' hides a field. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 14 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 14 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 18 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 34 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | design | DesignForExtension | Method 'setClient' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Error | misc | FinalParameters | Parameter client should be final. | 50 |
Error | coding | HiddenField | 'client' hides a field. | 50 |
Error | design | DesignForExtension | Method 'setBaseUrl' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Error | misc | FinalParameters | Parameter baseUrl should be final. | 54 |
Error | coding | HiddenField | 'baseUrl' hides a field. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | design | DesignForExtension | Method 'setMediaType' is not designed for extension - needs to be abstract, final or empty. | 58 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
Error | misc | FinalParameters | Parameter mediaType should be final. | 58 |
Error | coding | HiddenField | 'mediaType' hides a field. | 58 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
Error | misc | FinalParameters | Parameter response should be final. | 62 |
Error | misc | FinalParameters | Parameter resourcePath should be final. | 71 |
Error | javadoc | JavadocMethod | Expected @param tag for 'resourcePath'. | 71 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 73 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | design | DesignForExtension | Method 'findCategoryByName' is not designed for extension - needs to be abstract, final or empty. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 82 |
Error | misc | FinalParameters | Parameter name should be final. | 82 |
Error | misc | FinalParameters | Parameter offset should be final. | 82 |
Error | misc | FinalParameters | Parameter limit should be final. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 83 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 96 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 100 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 102 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 104 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Error | design | DesignForExtension | Method 'getCategory' is not designed for extension - needs to be abstract, final or empty. | 107 |
Error | misc | FinalParameters | Parameter id should be final. | 108 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 118 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 122 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 122 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 124 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 128 |
Error | design | DesignForExtension | Method 'deleteCategory' is not designed for extension - needs to be abstract, final or empty. | 129 |
Error | misc | FinalParameters | Parameter id should be final. | 130 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 133 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 139 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 140 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 144 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 144 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 146 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 150 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 153 |
Error | design | DesignForExtension | Method 'createProduct' is not designed for extension - needs to be abstract, final or empty. | 155 |
Error | misc | FinalParameters | Parameter product should be final. | 156 |
Error | misc | FinalParameters | Parameter categoryName should be final. | 156 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 164 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 164 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 165 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 174 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 175 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 177 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 177 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 180 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 182 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 182 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 184 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 184 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 188 |
Error | design | DesignForExtension | Method 'findProductsByName' is not designed for extension - needs to be abstract, final or empty. | 189 |
Error | misc | FinalParameters | Parameter name should be final. | 190 |
Error | misc | FinalParameters | Parameter offset should be final. | 190 |
Error | misc | FinalParameters | Parameter limit should be final. | 190 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 192 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 199 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 202 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 204 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 204 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 207 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 209 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 209 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 211 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 211 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 215 |
Error | design | DesignForExtension | Method 'getProduct' is not designed for extension - needs to be abstract, final or empty. | 216 |
Error | misc | FinalParameters | Parameter id should be final. | 217 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 221 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 226 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 228 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 228 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 229 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 233 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 233 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 235 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 235 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 239 |
Error | design | DesignForExtension | Method 'updateProduct' is not designed for extension - needs to be abstract, final or empty. | 240 |
Error | misc | FinalParameters | Parameter product should be final. | 241 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 245 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 249 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 250 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 252 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 252 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 253 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 254 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 254 |
Error | whitespace | OperatorWrap | '?' should be on a new line. | 254 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 254 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 255 |
Error | whitespace | OperatorWrap | ':' should be on a new line. | 255 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 256 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 261 |
Error | whitespace | OperatorWrap | '?' should be on a new line. | 261 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 261 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 262 |
Error | whitespace | OperatorWrap | ':' should be on a new line. | 262 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 266 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 266 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 268 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 268 |
Error | design | DesignForExtension | Method 'deleteProduct' is not designed for extension - needs to be abstract, final or empty. | 273 |
Error | misc | FinalParameters | Parameter id should be final. | 274 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 278 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 285 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 285 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 286 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 290 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 290 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 292 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 292 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | design | DesignForExtension | Method 'setEntityManager' is not designed for extension - needs to be abstract, final or empty. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | misc | FinalParameters | Parameter em should be final. | 21 |
Error | coding | HiddenField | 'em' hides a field. | 21 |
Error | design | DesignForExtension | Method 'createCategory' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | misc | FinalParameters | Parameter category should be final. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | design | DesignForExtension | Method 'getCategory' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | misc | FinalParameters | Parameter id should be final. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | design | DesignForExtension | Method 'findCategoryByName' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 36 |
Error | misc | FinalParameters | Parameter criteria should be final. | 36 |
Error | misc | FinalParameters | Parameter offset should be final. | 36 |
Error | misc | FinalParameters | Parameter limit should be final. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 38 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 38 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 38 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | design | DesignForExtension | Method 'detachCategory' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | misc | FinalParameters | Parameter category should be final. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | design | DesignForExtension | Method 'deleteCategory' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | misc | FinalParameters | Parameter category should be final. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | design | DesignForExtension | Method 'addProduct' is not designed for extension - needs to be abstract, final or empty. | 53 |
Error | misc | FinalParameters | Parameter p should be final. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | design | DesignForExtension | Method 'getProduct' is not designed for extension - needs to be abstract, final or empty. | 58 |
Error | misc | FinalParameters | Parameter id should be final. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | design | DesignForExtension | Method 'updateProduct' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | misc | FinalParameters | Parameter product should be final. | 64 |
Error | design | DesignForExtension | Method 'findProductsByName' is not designed for extension - needs to be abstract, final or empty. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 68 |
Error | misc | FinalParameters | Parameter criteria should be final. | 68 |
Error | misc | FinalParameters | Parameter offset should be final. | 68 |
Error | misc | FinalParameters | Parameter limit should be final. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 70 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 70 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 70 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | design | DesignForExtension | Method 'deleteProduct' is not designed for extension - needs to be abstract, final or empty. | 75 |
Error | misc | FinalParameters | Parameter product should be final. | 76 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 81 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 92 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
Error | misc | FinalParameters | Parameter query should be final. | 93 |
Error | misc | FinalParameters | Parameter offset should be final. | 93 |
Error | misc | FinalParameters | Parameter limit should be final. | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 101 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 |
Error | design | VisibilityModifier | Variable 'inventoryEM' must be private and have accessor methods. | 17 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 42 |
Error | design | DesignForExtension | Method 'findCategoryByName' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 43 |
Error | misc | FinalParameters | Parameter name should be final. | 43 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 43 |
Error | misc | FinalParameters | Parameter offset should be final. | 43 |
Error | javadoc | JavadocMethod | Expected @param tag for 'offset'. | 43 |
Error | misc | FinalParameters | Parameter limit should be final. | 43 |
Error | javadoc | JavadocMethod | Expected @param tag for 'limit'. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | design | DesignForExtension | Method 'createOrGetCategory' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Error | misc | FinalParameters | Parameter name should be final. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 57 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 57 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 58 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 58 |
Error | blocks | RightCurly | '}' at column 3 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). | 61 |
Error | design | DesignForExtension | Method 'getCategory' is not designed for extension - needs to be abstract, final or empty. | 67 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
Error | misc | FinalParameters | Parameter id should be final. | 68 |
Error | design | DesignForExtension | Method 'deleteCategory' is not designed for extension - needs to be abstract, final or empty. | 72 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
Error | misc | FinalParameters | Parameter id should be final. | 73 |
Error | design | DesignForExtension | Method 'addProduct' is not designed for extension - needs to be abstract, final or empty. | 81 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
Error | misc | FinalParameters | Parameter product should be final. | 82 |
Error | misc | FinalParameters | Parameter categoryName should be final. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Error | design | DesignForExtension | Method 'updateProduct' is not designed for extension - needs to be abstract, final or empty. | 91 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
Error | misc | FinalParameters | Parameter product should be final. | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 102 |
Error | design | DesignForExtension | Method 'findProductByName' is not designed for extension - needs to be abstract, final or empty. | 103 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
Error | misc | FinalParameters | Parameter name should be final. | 104 |
Error | misc | FinalParameters | Parameter offset should be final. | 104 |
Error | misc | FinalParameters | Parameter limit should be final. | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 105 |
Error | design | DesignForExtension | Method 'getProduct' is not designed for extension - needs to be abstract, final or empty. | 108 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
Error | misc | FinalParameters | Parameter id should be final. | 109 |
Error | design | DesignForExtension | Method 'deleteProduct' is not designed for extension - needs to be abstract, final or empty. | 113 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
Error | misc | FinalParameters | Parameter product should be final. | 114 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 20 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | design | DesignForExtension | Method 'findCategoryByName' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 26 |
Error | misc | FinalParameters | Parameter name should be final. | 26 |
Error | misc | FinalParameters | Parameter offset should be final. | 26 |
Error | misc | FinalParameters | Parameter limit should be final. | 26 |
Error | design | DesignForExtension | Method 'deleteCategory' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | misc | FinalParameters | Parameter id should be final. | 32 |
Error | design | DesignForExtension | Method 'findProductsByName' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | misc | FinalParameters | Parameter name should be final. | 39 |
Error | misc | FinalParameters | Parameter offset should be final. | 39 |
Error | misc | FinalParameters | Parameter limit should be final. | 39 |
Error | design | DesignForExtension | Method 'deleteProduct' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | misc | FinalParameters | Parameter id should be final. | 45 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 48 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 48 |
Error | design | DesignForExtension | Method 'createProduct' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | misc | FinalParameters | Parameter product should be final. | 55 |
Error | misc | FinalParameters | Parameter category should be final. | 55 |
Error | design | DesignForExtension | Method 'getProduct' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | misc | FinalParameters | Parameter id should be final. | 61 |
Error | design | DesignForExtension | Method 'getCategory' is not designed for extension - needs to be abstract, final or empty. | 66 |
Error | misc | FinalParameters | Parameter id should be final. | 67 |
Error | design | DesignForExtension | Method 'updateProduct' is not designed for extension - needs to be abstract, final or empty. | 75 |
Error | misc | FinalParameters | Parameter product should be final. | 76 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 5 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 31 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 48 |
Error | design | DesignForExtension | Method 'findCategoriesByName' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | misc | FinalParameters | Parameter name should be final. | 51 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 51 |
Error | misc | FinalParameters | Parameter offset should be final. | 52 |
Error | javadoc | JavadocMethod | Expected @param tag for 'offset'. | 52 |
Error | misc | FinalParameters | Parameter limit should be final. | 53 |
Error | javadoc | JavadocMethod | Expected @param tag for 'limit'. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 73 |
Error | design | DesignForExtension | Method 'getCategory' is not designed for extension - needs to be abstract, final or empty. | 73 |
Error | misc | FinalParameters | Parameter id should be final. | 75 |
Error | javadoc | JavadocMethod | Expected @param tag for 'id'. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 76 |
Error | blocks | RightCurly | '}' at column 4 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). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 92 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 102 |
Error | design | DesignForExtension | Method 'deleteCategory' is not designed for extension - needs to be abstract, final or empty. | 102 |
Error | misc | FinalParameters | Parameter id should be final. | 103 |
Error | javadoc | JavadocMethod | Expected @param tag for 'id'. | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 110 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | design | VisibilityModifier | Variable 'providers' must be private and have accessor methods. | 31 |
Error | design | DesignForExtension | Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | misc | FinalParameters | Parameter object should be final. | 33 |
Error | misc | FinalParameters | Parameter type should be final. | 33 |
Error | misc | FinalParameters | Parameter genericType should be final. | 33 |
Error | misc | FinalParameters | Parameter methodAnnotations should be final. | 34 |
Error | misc | FinalParameters | Parameter mediaType should be final. | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | design | DesignForExtension | Method 'isWriteable' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | misc | FinalParameters | Parameter type should be final. | 41 |
Error | javadoc | JavadocMethod | Expected @param tag for 'type'. | 41 |
Error | misc | FinalParameters | Parameter genericType should be final. | 41 |
Error | javadoc | JavadocMethod | Expected @param tag for 'genericType'. | 41 |
Error | misc | FinalParameters | Parameter methodAnnotations should be final. | 42 |
Error | javadoc | JavadocMethod | Expected @param tag for 'methodAnnotations'. | 42 |
Error | misc | FinalParameters | Parameter mediaType should be final. | 42 |
Error | javadoc | JavadocMethod | Expected @param tag for 'mediaType'. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 44 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 44 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 44 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 44 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 44 |
Error | design | DesignForExtension | Method 'writeTo' is not designed for extension - needs to be abstract, final or empty. | 56 |
Error | misc | FinalParameters | Parameter object should be final. | 56 |
Error | javadoc | JavadocMethod | Expected @param tag for 'object'. | 56 |
Error | misc | FinalParameters | Parameter type should be final. | 56 |
Error | javadoc | JavadocMethod | Expected @param tag for 'type'. | 56 |
Error | misc | FinalParameters | Parameter genericType should be final. | 56 |
Error | javadoc | JavadocMethod | Expected @param tag for 'genericType'. | 56 |
Error | misc | FinalParameters | Parameter methodAnnotations should be final. | 57 |
Error | javadoc | JavadocMethod | Expected @param tag for 'methodAnnotations'. | 57 |
Error | misc | FinalParameters | Parameter mediaType should be final. | 57 |
Error | javadoc | JavadocMethod | Expected @param tag for 'mediaType'. | 57 |
Error | misc | FinalParameters | Parameter httpHeaders should be final. | 58 |
Error | javadoc | JavadocMethod | Expected @param tag for 'httpHeaders'. | 58 |
Error | misc | FinalParameters | Parameter os should be final. | 58 |
Error | javadoc | JavadocMethod | Expected @param tag for 'os'. | 58 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 59 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'WebApplicationException'. | 59 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | blocks | LeftCurly | '{' at column 17 should have line break after. | 71 |
Error | blocks | RightCurly | '}' at column 56 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). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 72 |
Error | blocks | LeftCurly | '{' at column 38 should have line break after. | 72 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 72 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 72 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 72 |
Error | blocks | EmptyBlock | Must have at least one statement. | 83 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 83 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 83 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 39 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 47 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 53 |
Error | design | DesignForExtension | Method 'createProduct' is not designed for extension - needs to be abstract, final or empty. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 56 |
Error | misc | FinalParameters | Parameter name should be final. | 58 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 58 |
Error | misc | FinalParameters | Parameter quantity should be final. | 59 |
Error | javadoc | JavadocMethod | Expected @param tag for 'quantity'. | 59 |
Error | misc | FinalParameters | Parameter price should be final. | 60 |
Error | javadoc | JavadocMethod | Expected @param tag for 'price'. | 60 |
Error | misc | FinalParameters | Parameter category should be final. | 61 |
Error | javadoc | JavadocMethod | Expected @param tag for 'category'. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 81 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 86 |
Error | design | DesignForExtension | Method 'getProduct' is not designed for extension - needs to be abstract, final or empty. | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 88 |
Error | misc | FinalParameters | Parameter id should be final. | 89 |
Error | javadoc | JavadocMethod | Expected @param tag for 'id'. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 90 |
Error | blocks | RightCurly | '}' at column 4 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). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 106 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 110 |
Error | design | DesignForExtension | Method 'updateProduct' is not designed for extension - needs to be abstract, final or empty. | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 119 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 120 |
Error | misc | FinalParameters | Parameter id should be final. | 120 |
Error | javadoc | JavadocMethod | Expected @param tag for 'id'. | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 121 |
Error | misc | FinalParameters | Parameter product should be final. | 121 |
Error | javadoc | JavadocMethod | Expected @param tag for 'product'. | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 151 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 161 |
Error | design | DesignForExtension | Method 'deleteProduct' is not designed for extension - needs to be abstract, final or empty. | 161 |
Error | misc | FinalParameters | Parameter id should be final. | 162 |
Error | javadoc | JavadocMethod | Expected @param tag for 'id'. | 162 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 172 |
Error | blocks | RightCurly | '}' at column 4 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). | 174 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 177 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 182 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 186 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 191 |
Error | design | DesignForExtension | Method 'findProductsByName' is not designed for extension - needs to be abstract, final or empty. | 191 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 193 |
Error | misc | FinalParameters | Parameter name should be final. | 195 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 195 |
Error | misc | FinalParameters | Parameter offset should be final. | 196 |
Error | javadoc | JavadocMethod | Expected @param tag for 'offset'. | 196 |
Error | misc | FinalParameters | Parameter limit should be final. | 197 |
Error | javadoc | JavadocMethod | Expected @param tag for 'limit'. | 197 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 198 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 201 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 205 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 207 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 9 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 12 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 13 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
Error | misc | FinalParameters | Parameter log should be final. | 13 |
Error | misc | FinalParameters | Parameter context should be final. | 13 |
Error | misc | FinalParameters | Parameter ex should be final. | 13 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 14 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 14 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 39 |
Error | design | DesignForExtension | Method 'doFilter' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | misc | FinalParameters | Parameter request should be final. | 39 |
Error | misc | FinalParameters | Parameter response should be final. | 39 |
Error | misc | FinalParameters | Parameter chain should be final. | 39 |
Error | design | DesignForExtension | Method 'begin' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Error | design | DesignForExtension | Method 'isActive' is not designed for extension - needs to be abstract, final or empty. | 66 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Error | design | DesignForExtension | Method 'isRollbackOnly' is not designed for extension - needs to be abstract, final or empty. | 75 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
Error | design | DesignForExtension | Method 'commit' is not designed for extension - needs to be abstract, final or empty. | 84 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 87 |
Error | blocks | EmptyBlock | Must have at least one statement. | 91 |
Error | design | DesignForExtension | Method 'rollback' is not designed for extension - needs to be abstract, final or empty. | 95 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 98 |
Error | misc | FinalParameters | Parameter arg0 should be final. | 109 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | design | DesignForExtension | Method 'getContext' is not designed for extension - needs to be abstract, final or empty. | 17 |
Error | misc | FinalParameters | Parameter type should be final. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 28 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 29 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | misc | FinalParameters | Parameter object should be final. | 34 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 35 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | misc | FinalParameters | Parameter string should be final. | 51 |
Error | misc | FinalParameters | Parameter type should be final. | 51 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 52 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
Error | misc | FinalParameters | Parameter is should be final. | 58 |
Error | misc | FinalParameters | Parameter type should be final. | 58 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 59 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 59 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | design | DesignForExtension | Method 'getContext' is not designed for extension - needs to be abstract, final or empty. | 15 |
Error | misc | FinalParameters | Parameter type should be final. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 28 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 29 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | misc | FinalParameters | Parameter object should be final. | 34 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 35 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | misc | FinalParameters | Parameter string should be final. | 44 |
Error | misc | FinalParameters | Parameter type should be final. | 44 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 45 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Error | misc | FinalParameters | Parameter is should be final. | 54 |
Error | misc | FinalParameters | Parameter type should be final. | 54 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 55 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 8 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 6 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 8 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | design | DesignForExtension | Method 'one' is not designed for extension - needs to be abstract, final or empty. | 10 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 10 |
Error | coding | MagicNumber | '3' is a magic number. | 10 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 10 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 10 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 10 |
Error | blocks | LeftCurly | '{' at column 23 should have line break after. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | design | DesignForExtension | Method 'two' is not designed for extension - needs to be abstract, final or empty. | 13 |
Error | blocks | LeftCurly | '{' at column 23 should have line break after. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | design | DesignForExtension | Method 'three' is not designed for extension - needs to be abstract, final or empty. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | design | DesignForExtension | Method 'four' is not designed for extension - needs to be abstract, final or empty. | 19 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | design | VisibilityModifier | Variable 'connFactory' must be private and have accessor methods. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | design | VisibilityModifier | Variable 'user' must be private and have accessor methods. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | design | VisibilityModifier | Variable 'password' must be private and have accessor methods. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | design | VisibilityModifier | Variable 'sharedSession' must be private and have accessor methods. | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | design | VisibilityModifier | Variable 'destination' must be private and have accessor methods. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | design | VisibilityModifier | Variable 'ackMode' must be private and have accessor methods. | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | design | VisibilityModifier | Variable 'stop' must be private and have accessor methods. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | design | VisibilityModifier | Variable 'stopped' must be private and have accessor methods. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | design | VisibilityModifier | Variable 'started' must be private and have accessor methods. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | design | VisibilityModifier | Variable 'messages' must be private and have accessor methods. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | misc | FinalParameters | Parameter name should be final. | 37 |
Error | coding | HiddenField | 'name' hides a field. | 37 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 40 |
Error | design | DesignForExtension | Method 'setConnFactory' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | misc | FinalParameters | Parameter connFactory should be final. | 41 |
Error | coding | HiddenField | 'connFactory' hides a field. | 41 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 44 |
Error | design | DesignForExtension | Method 'setUser' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | misc | FinalParameters | Parameter user should be final. | 44 |
Error | coding | HiddenField | 'user' hides a field. | 44 |
Error | design | DesignForExtension | Method 'setPassword' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | misc | FinalParameters | Parameter password should be final. | 47 |
Error | coding | HiddenField | 'password' hides a field. | 47 |
Error | design | DesignForExtension | Method 'setSession' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Error | misc | FinalParameters | Parameter session should be final. | 50 |
Error | design | DesignForExtension | Method 'setDestination' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Error | misc | FinalParameters | Parameter destination should be final. | 54 |
Error | coding | HiddenField | 'destination' hides a field. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | design | DesignForExtension | Method 'setAckMode' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Error | misc | FinalParameters | Parameter ackMode should be final. | 57 |
Error | coding | HiddenField | 'ackMode' hides a field. | 57 |
Error | design | DesignForExtension | Method 'getCount' is not designed for extension - needs to be abstract, final or empty. | 61 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Error | design | DesignForExtension | Method 'clearMessages' is not designed for extension - needs to be abstract, final or empty. | 64 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
Error | design | DesignForExtension | Method 'getMessages' is not designed for extension - needs to be abstract, final or empty. | 67 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
Error | design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 70 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
Error | design | DesignForExtension | Method 'isStopped' is not designed for extension - needs to be abstract, final or empty. | 73 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
Error | design | DesignForExtension | Method 'isStarted' is not designed for extension - needs to be abstract, final or empty. | 76 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | design | DesignForExtension | Method 'getConnection' is not designed for extension - needs to be abstract, final or empty. | 80 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 81 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 81 |
Error | whitespace | OperatorWrap | '?' should be on a new line. | 81 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | whitespace | OperatorWrap | ':' should be on a new line. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | design | DesignForExtension | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 86 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 99 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 102 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 102 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 102 |
Error | whitespace | WhitespaceAround | '%' is not preceded with whitespace. | 103 |
Error | whitespace | WhitespaceAround | '%' is not followed by whitespace. | 103 |
Error | coding | MagicNumber | '30' is a magic number. | 103 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 103 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 103 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 103 |
Error | coding | MagicNumber | '100' is a magic number. | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 107 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 109 |
Error | whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 114 |
Error | whitespace | WhitespaceAround | '-' is not followed by whitespace. | 114 |
Error | 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). | 119 |
Error | blocks | LeftCurly | '{' at column 37 should have line break after. | 123 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 124 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 124 |
Error | blocks | LeftCurly | '{' at column 61 should have line break after. | 124 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 124 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 124 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 124 |
Error | blocks | LeftCurly | '{' at column 37 should have line break after. | 125 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 128 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 129 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 129 |
Error | 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). | 132 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 136 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 138 |
Error | misc | FinalParameters | Parameter args should be final. | 138 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 138 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 140 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 140 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 141 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 141 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 142 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 142 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 143 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 143 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 143 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 143 |
Error | blocks | RightCurly | '}' at column 17 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). | 146 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 148 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 148 |
Error | blocks | RightCurly | '}' at column 17 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). | 149 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 151 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 151 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 154 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 154 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 154 |
Error | blocks | RightCurly | '}' at column 13 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). | 156 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 157 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 157 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 159 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 163 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 164 |
Error | 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). | 166 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 168 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 169 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | design | DesignForExtension | Method 'onMessage' is not designed for extension - needs to be abstract, final or empty. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | misc | FinalParameters | Parameter message should be final. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 24 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 27 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 27 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 27 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 27 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 27 |
Error | whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 27 |
Error | whitespace | WhitespaceAround | ':' is not followed by whitespace. | 27 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 27 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 27 |
Error | whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | design | DesignForExtension | Method 'getCount' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | design | DesignForExtension | Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 41 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | misc | FinalParameters | Parameter name should be final. | 31 |
Error | coding | HiddenField | 'name' hides a field. | 31 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 34 |
Error | design | DesignForExtension | Method 'setContext' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | misc | FinalParameters | Parameter context should be final. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | design | DesignForExtension | Method 'setDestination' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | misc | FinalParameters | Parameter destination should be final. | 39 |
Error | coding | HiddenField | 'destination' hides a field. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | design | DesignForExtension | Method 'setAckMode' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | misc | FinalParameters | Parameter ackMode should be final. | 42 |
Error | coding | HiddenField | 'ackMode' hides a field. | 42 |
Error | design | DesignForExtension | Method 'getCount' is not designed for extension - needs to be abstract, final or empty. | 46 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
Error | design | DesignForExtension | Method 'clearMessages' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Error | design | DesignForExtension | Method 'getMessages' is not designed for extension - needs to be abstract, final or empty. | 52 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Error | design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Error | design | DesignForExtension | Method 'isStopped' is not designed for extension - needs to be abstract, final or empty. | 58 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
Error | design | DesignForExtension | Method 'isStarted' is not designed for extension - needs to be abstract, final or empty. | 61 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | design | DesignForExtension | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 65 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 69 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 72 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 72 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 73 |
Error | whitespace | WhitespaceAround | '%' is not preceded with whitespace. | 73 |
Error | whitespace | WhitespaceAround | '%' is not followed by whitespace. | 73 |
Error | coding | MagicNumber | '30' is a magic number. | 73 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 73 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 73 |
Error | blocks | LeftCurly | '{' at column 34 should have line break after. | 73 |
Error | coding | MagicNumber | '100' is a magic number. | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 77 |
Error | blocks | LeftCurly | '{' at column 36 should have line break after. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 87 |
Error | whitespace | WhitespaceAround | '-' is not followed by whitespace. | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 96 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
Error | 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). | 99 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 6 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | misc | FinalParameters | Parameter syncConsumer should be final. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | design | DesignForExtension | Method 'getCount' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | design | DesignForExtension | Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 32 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 32 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 32 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 32 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 32 |
Error | whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 32 |
Error | whitespace | WhitespaceAround | ':' is not followed by whitespace. | 32 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 32 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | design | VisibilityModifier | Variable 'connFactory' must be private and have accessor methods. | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | design | VisibilityModifier | Variable 'destination' must be private and have accessor methods. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | design | VisibilityModifier | Variable 'stop' must be private and have accessor methods. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | design | VisibilityModifier | Variable 'stopped' must be private and have accessor methods. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | design | VisibilityModifier | Variable 'started' must be private and have accessor methods. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | design | VisibilityModifier | Variable 'count' must be private and have accessor methods. | 26 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | design | VisibilityModifier | Variable 'sleepTime' must be private and have accessor methods. | 28 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
Error | coding | MagicNumber | '10000' is a magic number. | 28 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | design | VisibilityModifier | Variable 'maxCount' must be private and have accessor methods. | 29 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 29 |
Error | coding | MagicNumber | '10' is a magic number. | 29 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | design | VisibilityModifier | Variable 'username' must be private and have accessor methods. | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | design | VisibilityModifier | Variable 'password' must be private and have accessor methods. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | misc | FinalParameters | Parameter name should be final. | 33 |
Error | coding | HiddenField | 'name' hides a field. | 33 |
Error | design | DesignForExtension | Method 'setConnFactory' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | misc | FinalParameters | Parameter connFactory should be final. | 36 |
Error | coding | HiddenField | 'connFactory' hides a field. | 36 |
Error | design | DesignForExtension | Method 'setDestination' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | misc | FinalParameters | Parameter destination should be final. | 39 |
Error | coding | HiddenField | 'destination' hides a field. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | design | DesignForExtension | Method 'getCount' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | design | DesignForExtension | Method 'setSleepTime' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | misc | FinalParameters | Parameter sleepTime should be final. | 45 |
Error | coding | HiddenField | 'sleepTime' hides a field. | 45 |
Error | design | DesignForExtension | Method 'setMaxCount' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | misc | FinalParameters | Parameter maxCount should be final. | 48 |
Error | coding | HiddenField | 'maxCount' hides a field. | 48 |
Error | design | DesignForExtension | Method 'clearMessages' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Error | design | DesignForExtension | Method 'isStopped' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Error | design | DesignForExtension | Method 'isStarted' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
Error | design | DesignForExtension | Method 'setUsername' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
Error | misc | FinalParameters | Parameter username should be final. | 63 |
Error | coding | HiddenField | 'username' hides a field. | 63 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 64 |
Error | design | DesignForExtension | Method 'setPassword' is not designed for extension - needs to be abstract, final or empty. | 66 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Error | misc | FinalParameters | Parameter password should be final. | 66 |
Error | coding | HiddenField | 'password' hides a field. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
Error | misc | FinalParameters | Parameter sessionMode should be final. | 70 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 71 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 71 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 72 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 72 |
Error | whitespace | OperatorWrap | '?' should be on a new line. | 72 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 72 |
Error | whitespace | OperatorWrap | ':' should be on a new line. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 74 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 76 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 76 |
Error | whitespace | OperatorWrap | '?' should be on a new line. | 76 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 76 |
Error | whitespace | OperatorWrap | ':' should be on a new line. | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | design | DesignForExtension | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 82 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 90 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 90 |
Error | whitespace | WhitespaceAround | '%' is not preceded with whitespace. | 92 |
Error | whitespace | WhitespaceAround | '%' is not followed by whitespace. | 92 |
Error | coding | MagicNumber | '4' is a magic number. | 92 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 95 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 107 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 108 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
Error | 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). | 111 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 115 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 117 |
Error | misc | FinalParameters | Parameter args should be final. | 117 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 117 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 118 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 118 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 125 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 125 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 126 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 126 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 127 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 127 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 128 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 128 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 129 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 129 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 130 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 130 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 131 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 131 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 132 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 132 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 132 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 132 |
Error | blocks | RightCurly | '}' at column 17 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). | 135 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 137 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 137 |
Error | blocks | RightCurly | '}' at column 17 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). | 138 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 140 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 140 |
Error | blocks | RightCurly | '}' at column 17 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). | 141 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 143 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 143 |
Error | blocks | RightCurly | '}' at column 17 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). | 144 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 146 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 146 |
Error | blocks | RightCurly | '}' at column 17 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). | 147 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 149 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 149 |
Error | blocks | RightCurly | '}' at column 17 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). | 150 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 152 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 152 |
Error | blocks | RightCurly | '}' at column 17 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). | 153 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 155 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 155 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 158 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 158 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 158 |
Error | blocks | RightCurly | '}' at column 13 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). | 160 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 161 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 161 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 163 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 167 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 168 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 169 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 169 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 172 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 172 |
Error | 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). | 178 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 180 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | design | VisibilityModifier | Variable 'connFactory' must be private and have accessor methods. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | design | VisibilityModifier | Variable 'destination' must be private and have accessor methods. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | design | VisibilityModifier | Variable 'stop' must be private and have accessor methods. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | design | VisibilityModifier | Variable 'stopped' must be private and have accessor methods. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | design | VisibilityModifier | Variable 'started' must be private and have accessor methods. | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | design | VisibilityModifier | Variable 'limitCount' must be private and have accessor methods. | 30 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 30 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | design | VisibilityModifier | Variable 'sleepTime' must be private and have accessor methods. | 31 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 31 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | design | VisibilityModifier | Variable 'maxCount' must be private and have accessor methods. | 32 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 32 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | design | VisibilityModifier | Variable 'durable' must be private and have accessor methods. | 33 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 33 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | design | VisibilityModifier | Variable 'selector' must be private and have accessor methods. | 34 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 34 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | design | VisibilityModifier | Variable 'username' must be private and have accessor methods. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | design | VisibilityModifier | Variable 'password' must be private and have accessor methods. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | misc | FinalParameters | Parameter name should be final. | 38 |
Error | coding | HiddenField | 'name' hides a field. | 38 |
Error | design | DesignForExtension | Method 'setConnFactory' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | misc | FinalParameters | Parameter connFactory should be final. | 41 |
Error | coding | HiddenField | 'connFactory' hides a field. | 41 |
Error | design | DesignForExtension | Method 'setDestination' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | misc | FinalParameters | Parameter destination should be final. | 44 |
Error | coding | HiddenField | 'destination' hides a field. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | design | DesignForExtension | Method 'getCount' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | design | DesignForExtension | Method 'setSleepTime' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Error | misc | FinalParameters | Parameter sleepTime should be final. | 50 |
Error | coding | HiddenField | 'sleepTime' hides a field. | 50 |
Error | design | DesignForExtension | Method 'setMaxCount' is not designed for extension - needs to be abstract, final or empty. | 53 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
Error | misc | FinalParameters | Parameter maxCount should be final. | 53 |
Error | coding | HiddenField | 'maxCount' hides a field. | 53 |
Error | design | DesignForExtension | Method 'setDurable' is not designed for extension - needs to be abstract, final or empty. | 56 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
Error | misc | FinalParameters | Parameter durable should be final. | 56 |
Error | coding | HiddenField | 'durable' hides a field. | 56 |
Error | design | DesignForExtension | Method 'setSelector' is not designed for extension - needs to be abstract, final or empty. | 59 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
Error | misc | FinalParameters | Parameter selector should be final. | 59 |
Error | coding | HiddenField | 'selector' hides a field. | 59 |
Error | design | DesignForExtension | Method 'clearMessages' is not designed for extension - needs to be abstract, final or empty. | 62 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
Error | design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 65 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
Error | design | DesignForExtension | Method 'isStopped' is not designed for extension - needs to be abstract, final or empty. | 68 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
Error | design | DesignForExtension | Method 'isStarted' is not designed for extension - needs to be abstract, final or empty. | 71 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
Error | design | DesignForExtension | Method 'setUsername' is not designed for extension - needs to be abstract, final or empty. | 74 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
Error | misc | FinalParameters | Parameter username should be final. | 74 |
Error | coding | HiddenField | 'username' hides a field. | 74 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 75 |
Error | design | DesignForExtension | Method 'setPassword' is not designed for extension - needs to be abstract, final or empty. | 77 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
Error | misc | FinalParameters | Parameter password should be final. | 77 |
Error | coding | HiddenField | 'password' hides a field. | 77 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
Error | misc | FinalParameters | Parameter sessionMode should be final. | 81 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 82 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 82 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 83 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 83 |
Error | whitespace | OperatorWrap | '?' should be on a new line. | 83 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 83 |
Error | whitespace | OperatorWrap | ':' should be on a new line. | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 85 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 87 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 87 |
Error | whitespace | OperatorWrap | '?' should be on a new line. | 87 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 87 |
Error | whitespace | OperatorWrap | ':' should be on a new line. | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 92 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
Error | misc | FinalParameters | Parameter context should be final. | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 94 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 94 |
Error | blocks | LeftCurly | '{' at column 17 should have line break after. | 95 |
Error | blocks | RightCurly | '}' at column 46 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). | 95 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 96 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 96 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 97 |
Error | 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). | 98 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 100 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 102 |
Error | design | DesignForExtension | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 105 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 106 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 106 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 109 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 109 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 111 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 112 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 115 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 116 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 116 |
Error | coding | MagicNumber | '3000' is a magic number. | 117 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 122 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 123 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 126 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 127 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 127 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 133 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 147 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 148 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 148 |
Error | 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). | 151 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 155 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 157 |
Error | misc | FinalParameters | Parameter args should be final. | 157 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 157 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 158 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 158 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 160 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 160 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 161 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 161 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 162 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 162 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 163 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 163 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 164 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 164 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 165 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 165 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 166 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 166 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 167 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 167 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 168 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 168 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 169 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 169 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 169 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 169 |
Error | blocks | RightCurly | '}' at column 17 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). | 172 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 174 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 174 |
Error | blocks | RightCurly | '}' at column 17 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). | 175 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 177 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 177 |
Error | blocks | RightCurly | '}' at column 17 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). | 178 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 180 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 180 |
Error | blocks | RightCurly | '}' at column 17 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). | 181 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 183 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 183 |
Error | blocks | RightCurly | '}' at column 17 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). | 184 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 186 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 186 |
Error | blocks | RightCurly | '}' at column 17 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). | 187 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 189 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 189 |
Error | blocks | RightCurly | '}' at column 17 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). | 190 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 192 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 192 |
Error | blocks | RightCurly | '}' at column 17 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). | 193 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 195 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 195 |
Error | blocks | RightCurly | '}' at column 17 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). | 196 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 198 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 198 |
Error | blocks | RightCurly | '}' at column 17 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). | 199 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 201 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 201 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 204 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 204 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 204 |
Error | blocks | RightCurly | '}' at column 13 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). | 206 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 207 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 207 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 209 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 213 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 214 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 214 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 215 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 215 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 218 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 218 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 221 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 221 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 224 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 224 |
Error | 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). | 230 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 232 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 233 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | design | VisibilityModifier | Variable 'connFactory' must be private and have accessor methods. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | design | VisibilityModifier | Variable 'requestQueue' must be private and have accessor methods. | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | design | VisibilityModifier | Variable 'stop' must be private and have accessor methods. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | design | VisibilityModifier | Variable 'stopped' must be private and have accessor methods. | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | design | VisibilityModifier | Variable 'started' must be private and have accessor methods. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | design | VisibilityModifier | Variable 'count' must be private and have accessor methods. | 32 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 32 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | design | VisibilityModifier | Variable 'sleepTime' must be private and have accessor methods. | 34 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 34 |
Error | coding | MagicNumber | '10000' is a magic number. | 34 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | design | VisibilityModifier | Variable 'maxCount' must be private and have accessor methods. | 35 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 35 |
Error | coding | MagicNumber | '10' is a magic number. | 35 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | design | VisibilityModifier | Variable 'requests' must be private and have accessor methods. | 36 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | design | VisibilityModifier | Variable 'responseCount' must be private and have accessor methods. | 37 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 37 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | design | VisibilityModifier | Variable 'startTime' must be private and have accessor methods. | 38 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 38 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | design | VisibilityModifier | Variable 'username' must be private and have accessor methods. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | design | VisibilityModifier | Variable 'password' must be private and have accessor methods. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | misc | FinalParameters | Parameter name should be final. | 42 |
Error | coding | HiddenField | 'name' hides a field. | 42 |
Error | design | DesignForExtension | Method 'setConnFactory' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | misc | FinalParameters | Parameter connFactory should be final. | 45 |
Error | coding | HiddenField | 'connFactory' hides a field. | 45 |
Error | design | DesignForExtension | Method 'setRequestQueue' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | misc | FinalParameters | Parameter requestQueue should be final. | 48 |
Error | coding | HiddenField | 'requestQueue' hides a field. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | design | DesignForExtension | Method 'getCount' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | design | DesignForExtension | Method 'setSleepTime' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Error | misc | FinalParameters | Parameter sleepTime should be final. | 54 |
Error | coding | HiddenField | 'sleepTime' hides a field. | 54 |
Error | design | DesignForExtension | Method 'setMaxCount' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Error | misc | FinalParameters | Parameter maxCount should be final. | 57 |
Error | coding | HiddenField | 'maxCount' hides a field. | 57 |
Error | design | DesignForExtension | Method 'clearMessages' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
Error | design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
Error | design | DesignForExtension | Method 'isStopped' is not designed for extension - needs to be abstract, final or empty. | 66 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Error | design | DesignForExtension | Method 'isStarted' is not designed for extension - needs to be abstract, final or empty. | 69 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
Error | design | DesignForExtension | Method 'createContext' is not designed for extension - needs to be abstract, final or empty. | 72 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
Error | misc | FinalParameters | Parameter sessionMode should be final. | 72 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 73 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 74 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 74 |
Error | whitespace | OperatorWrap | '?' should be on a new line. | 74 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 74 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 75 |
Error | whitespace | OperatorWrap | ':' should be on a new line. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 78 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 78 |
Error | whitespace | OperatorWrap | '?' should be on a new line. | 78 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 78 |
Error | whitespace | OperatorWrap | ':' should be on a new line. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 80 |
Error | design | DesignForExtension | Method 'setUsername' is not designed for extension - needs to be abstract, final or empty. | 83 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
Error | misc | FinalParameters | Parameter username should be final. | 83 |
Error | coding | HiddenField | 'username' hides a field. | 83 |
Error | design | DesignForExtension | Method 'setPassword' is not designed for extension - needs to be abstract, final or empty. | 86 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
Error | misc | FinalParameters | Parameter password should be final. | 86 |
Error | coding | HiddenField | 'password' hides a field. | 86 |
Error | design | DesignForExtension | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 89 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 90 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 90 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 93 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 97 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 99 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 101 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 101 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 102 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 103 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 103 |
Error | coding | MagicNumber | '10' is a magic number. | 106 |
Error | whitespace | WhitespaceAround | '>=' is not preceded with whitespace. | 112 |
Error | coding | MagicNumber | '1000' is a magic number. | 112 |
Error | whitespace | WhitespaceAround | '>=' is not followed by whitespace. | 112 |
Error | coding | MagicNumber | '100' is a magic number. | 112 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 112 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 112 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 113 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 113 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 122 |
Error | coding | MagicNumber | '3000' is a magic number. | 124 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 135 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 136 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 136 |
Error | 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). | 139 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 143 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 146 |
Error | design | DesignForExtension | Method 'onMessage' is not designed for extension - needs to be abstract, final or empty. | 149 |
Error | misc | FinalParameters | Parameter message should be final. | 149 |
Error | javadoc | JavadocMethod | Expected @param tag for 'message'. | 149 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 152 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 152 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 154 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 155 |
Error | whitespace | WhitespaceAround | '>=' is not preceded with whitespace. | 161 |
Error | coding | MagicNumber | '1000' is a magic number. | 161 |
Error | whitespace | WhitespaceAround | '>=' is not followed by whitespace. | 161 |
Error | coding | MagicNumber | '100' is a magic number. | 161 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 161 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 161 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 162 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 162 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 163 |
Error | blocks | RightCurly | '}' at column 13 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). | 165 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 174 |
Error | misc | FinalParameters | Parameter args should be final. | 174 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 174 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 175 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 175 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 182 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 182 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 183 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 183 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 184 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 184 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 185 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 185 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 186 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 186 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 187 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 187 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 188 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 188 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 189 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 189 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 189 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 189 |
Error | blocks | RightCurly | '}' at column 17 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). | 192 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 194 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 194 |
Error | blocks | RightCurly | '}' at column 17 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). | 195 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 197 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 197 |
Error | blocks | RightCurly | '}' at column 17 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). | 198 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 200 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 200 |
Error | blocks | RightCurly | '}' at column 17 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). | 201 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 203 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 203 |
Error | blocks | RightCurly | '}' at column 17 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). | 204 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 206 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 206 |
Error | blocks | RightCurly | '}' at column 17 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). | 207 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 209 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 209 |
Error | blocks | RightCurly | '}' at column 17 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). | 210 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 212 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 212 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 215 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 215 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 215 |
Error | blocks | RightCurly | '}' at column 13 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). | 217 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 218 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 218 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 220 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 224 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 225 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 225 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 226 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 226 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 229 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 229 |
Error | 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). | 235 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 237 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 241 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | UnusedImports | Unused import - javax.jms.JMSException. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | design | VisibilityModifier | Variable 'connFactory' must be private and have accessor methods. | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | design | VisibilityModifier | Variable 'requestQueue' must be private and have accessor methods. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | design | VisibilityModifier | Variable 'dlq' must be private and have accessor methods. | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | design | VisibilityModifier | Variable 'stop' must be private and have accessor methods. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | design | VisibilityModifier | Variable 'stopped' must be private and have accessor methods. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | design | VisibilityModifier | Variable 'started' must be private and have accessor methods. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | design | VisibilityModifier | Variable 'noFail' must be private and have accessor methods. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | design | VisibilityModifier | Variable 'count' must be private and have accessor methods. | 36 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 36 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | design | VisibilityModifier | Variable 'maxCount' must be private and have accessor methods. | 37 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 37 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | design | VisibilityModifier | Variable 'delay' must be private and have accessor methods. | 38 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 38 |
Error | coding | MagicNumber | '10' is a magic number. | 38 |
Error | coding | MagicNumber | '10' is a magic number. | 38 |
Error | coding | MagicNumber | '10' is a magic number. | 38 |
Error | coding | MagicNumber | '10' is a magic number. | 38 |
Error | coding | MagicNumber | '100' is a magic number. | 38 |
Error | coding | MagicNumber | '100' is a magic number. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | design | VisibilityModifier | Variable 'username' must be private and have accessor methods. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | design | VisibilityModifier | Variable 'password' must be private and have accessor methods. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | misc | FinalParameters | Parameter name should be final. | 42 |
Error | coding | HiddenField | 'name' hides a field. | 42 |
Error | design | DesignForExtension | Method 'setConnFactory' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | misc | FinalParameters | Parameter connFactory should be final. | 45 |
Error | coding | HiddenField | 'connFactory' hides a field. | 45 |
Error | design | DesignForExtension | Method 'setRequestQueue' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | misc | FinalParameters | Parameter requestQueue should be final. | 48 |
Error | coding | HiddenField | 'requestQueue' hides a field. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | design | DesignForExtension | Method 'setDLQ' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | misc | FinalParameters | Parameter dlq should be final. | 51 |
Error | coding | HiddenField | 'dlq' hides a field. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | design | DesignForExtension | Method 'getCount' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Error | design | DesignForExtension | Method 'setMaxCount' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Error | misc | FinalParameters | Parameter maxCount should be final. | 57 |
Error | coding | HiddenField | 'maxCount' hides a field. | 57 |
Error | design | DesignForExtension | Method 'clearMessages' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
Error | design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
Error | design | DesignForExtension | Method 'isStopped' is not designed for extension - needs to be abstract, final or empty. | 66 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Error | design | DesignForExtension | Method 'isStarted' is not designed for extension - needs to be abstract, final or empty. | 69 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
Error | design | DesignForExtension | Method 'setNoFail' is not designed for extension - needs to be abstract, final or empty. | 72 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
Error | misc | FinalParameters | Parameter noFail should be final. | 72 |
Error | coding | HiddenField | 'noFail' hides a field. | 72 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 73 |
Error | design | DesignForExtension | Method 'createContext' is not designed for extension - needs to be abstract, final or empty. | 75 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
Error | misc | FinalParameters | Parameter sessionMode should be final. | 75 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 76 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 77 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 77 |
Error | whitespace | OperatorWrap | '?' should be on a new line. | 77 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 77 |
Error | whitespace | OperatorWrap | ':' should be on a new line. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 81 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 81 |
Error | whitespace | OperatorWrap | '?' should be on a new line. | 81 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 81 |
Error | whitespace | OperatorWrap | ':' should be on a new line. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 83 |
Error | design | DesignForExtension | Method 'setUsername' is not designed for extension - needs to be abstract, final or empty. | 86 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
Error | misc | FinalParameters | Parameter username should be final. | 86 |
Error | coding | HiddenField | 'username' hides a field. | 86 |
Error | design | DesignForExtension | Method 'setPassword' is not designed for extension - needs to be abstract, final or empty. | 89 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
Error | misc | FinalParameters | Parameter password should be final. | 89 |
Error | coding | HiddenField | 'password' hides a field. | 89 |
Error | design | DesignForExtension | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 92 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 93 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 97 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 98 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 101 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 103 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 103 |
Error | coding | MagicNumber | '3000' is a magic number. | 104 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 111 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 116 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 116 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 116 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 116 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 118 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 126 |
Error | blocks | RightCurly | '}' at column 25 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). | 130 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 138 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 149 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 150 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 150 |
Error | 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). | 153 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 157 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 159 |
Error | misc | FinalParameters | Parameter args should be final. | 159 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 159 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 160 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 160 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 167 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 167 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 168 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 168 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 169 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 169 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 170 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 170 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 171 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 171 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 172 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 172 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 173 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 173 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 174 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 174 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 175 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 175 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 175 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 175 |
Error | blocks | RightCurly | '}' at column 17 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). | 178 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 180 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 180 |
Error | blocks | RightCurly | '}' at column 17 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). | 181 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 183 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 183 |
Error | blocks | RightCurly | '}' at column 17 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). | 184 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 186 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 186 |
Error | blocks | RightCurly | '}' at column 17 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). | 187 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 189 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 189 |
Error | blocks | RightCurly | '}' at column 17 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). | 190 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 192 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 192 |
Error | blocks | RightCurly | '}' at column 17 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). | 193 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 195 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 195 |
Error | blocks | RightCurly | '}' at column 17 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). | 196 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 198 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 198 |
Error | blocks | RightCurly | '}' at column 17 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). | 199 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 201 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 201 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 204 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 204 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 204 |
Error | blocks | RightCurly | '}' at column 13 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). | 206 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 207 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 207 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 209 |
Error | blocks | RightCurly | '}' at column 13 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). | 209 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 210 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 210 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 212 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 216 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 217 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 218 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 220 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 220 |
Error | 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). | 226 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 228 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 232 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.RetentionPolicy.*. | 5 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.ElementType.*. | 6 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 9 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.RetentionPolicy.*. | 5 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.ElementType.*. | 6 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 9 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 8 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 9 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 11 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 12 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 14 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 17 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 17 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 |
Error | design | VisibilityModifier | Variable 'ds' must be private and have accessor methods. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 32 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 32 |
Error | design | VisibilityModifier | Variable 'em' must be private and have accessor methods. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | design | VisibilityModifier | Variable 'message' must be private and have accessor methods. | 43 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 43 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 43 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 48 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 48 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | design | VisibilityModifier | Variable 'cook' must be private and have accessor methods. | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 8 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 8 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 15 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Error | misc | FinalParameters | Parameter id should be final. | 16 |
Error | coding | HiddenField | 'id' hides a field. | 16 |
Error | misc | FinalParameters | Parameter name should be final. | 16 |
Error | coding | HiddenField | 'name' hides a field. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Error | misc | FinalParameters | Parameter id should be final. | 24 |
Error | coding | HiddenField | 'id' hides a field. | 24 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | misc | FinalParameters | Parameter name should be final. | 30 |
Error | coding | HiddenField | 'name' hides a field. | 30 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
Error | design | VisibilityModifier | Variable 'em' must be private and have accessor methods. | 10 |
Error | design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 12 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
Error | misc | FinalParameters | Parameter task should be final. | 12 |
Error | design | DesignForExtension | Method 'update' is not designed for extension - needs to be abstract, final or empty. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | misc | FinalParameters | Parameter task should be final. | 15 |
Error | design | DesignForExtension | Method 'delete' is not designed for extension - needs to be abstract, final or empty. | 18 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
Error | misc | FinalParameters | Parameter task should be final. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | design | DesignForExtension | Method 'setEntityManager' is not designed for extension - needs to be abstract, final or empty. | 20 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Error | misc | FinalParameters | Parameter em should be final. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | design | DesignForExtension | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | misc | FinalParameters | Parameter id should be final. | 25 |
Error | design | DesignForExtension | Method 'findByName' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | misc | FinalParameters | Parameter name should be final. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 32 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 35 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 35 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 35 |
Error | design | DesignForExtension | Method 'getTasks' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | misc | FinalParameters | Parameter offset should be final. | 39 |
Error | misc | FinalParameters | Parameter limit should be final. | 39 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 46 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | javadoc | JavadocType | Unknown tag 'Annotations'. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | design | DesignForExtension | Method 'setSessionContext' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | misc | FinalParameters | Parameter ctx should be final. | 34 |
Error | blocks | LeftCurly | '{' at column 55 should have line break after. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 46 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | blocks | LeftCurly | '{' at column 38 should have line break after. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 31 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 31 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 32 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 32 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 32 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 33 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 45 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 45 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 46 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 54 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 54 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 61 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | design | DesignForExtension | Method 'setSessionContext' is not designed for extension - needs to be abstract, final or empty. | 68 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
Error | misc | FinalParameters | Parameter ctx should be final. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
Error | design | VisibilityModifier | Variable 'cook' must be private and have accessor methods. | 77 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 84 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | design | VisibilityModifier | Variable 'cook2' must be private and have accessor methods. | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 91 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 91 |
Error | design | VisibilityModifier | Variable 'message' must be private and have accessor methods. | 92 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 94 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 101 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 106 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 108 |
Error | blocks | LeftCurly | '{' at column 38 should have line break after. | 109 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 10 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 10 |
Error | design | DesignForExtension | Method 'setSessionContext' is not designed for extension - needs to be abstract, final or empty. | 12 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
Error | misc | FinalParameters | Parameter ctx should be final. | 13 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 14 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | design | DesignForExtension | Method 'setSessionContext' is not designed for extension - needs to be abstract, final or empty. | 16 |
Error | misc | FinalParameters | Parameter ctx should be final. | 17 |
Error | blocks | LeftCurly | '{' at column 55 should have line break after. | 17 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 6 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 6 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 5 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 5 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 10 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
Error | design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 14 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Error | misc | FinalParameters | Parameter id should be final. | 14 |
Error | coding | HiddenField | 'id' hides a field. | 14 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 18 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | misc | FinalParameters | Parameter name should be final. | 21 |
Error | coding | HiddenField | 'name' hides a field. | 21 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | design | VisibilityModifier | Variable 'log' must be private and have accessor methods. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | design | VisibilityModifier | Variable 'ctx' must be private and have accessor methods. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Error | coding | HiddenField | 'ctx' hides a field. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | design | DesignForExtension | Method 'getJndiProperty' is not designed for extension - needs to be abstract, final or empty. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Error | misc | FinalParameters | Parameter name should be final. | 22 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
Error | 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 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 33 |
Error | design | DesignForExtension | Method 'getCtxProperty' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | misc | FinalParameters | Parameter name should be final. | 36 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 37 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 37 |
Error | 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 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | design | DesignForExtension | Method 'getEnv' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 51 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 51 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 26 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 40 |
Error | design | VisibilityModifier | Variable 'schedulerDAO' must be private and have accessor methods. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 46 |
Error | design | VisibilityModifier | Variable 'jpaSchedulerDAOImpl' must be private and have accessor methods. | 50 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | design | VisibilityModifier | Variable 'cook' must be private and have accessor methods. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | design | VisibilityModifier | Variable 'anyCook' must be private and have accessor methods. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | design | VisibilityModifier | Variable 'cook2' must be private and have accessor methods. | 68 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 70 |
Error | design | VisibilityModifier | Variable 'message' must be private and have accessor methods. | 74 |
Error | design | DesignForExtension | Method 'setSessionContext' is not designed for extension - needs to be abstract, final or empty. | 76 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
Error | misc | FinalParameters | Parameter ctx should be final. | 77 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 81 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 83 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 17 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 17 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
Error | misc | FinalParameters | Parameter make should be final. | 18 |
Error | coding | HiddenField | 'make' hides a field. | 18 |
Error | misc | FinalParameters | Parameter model should be final. | 18 |
Error | coding | HiddenField | 'model' hides a field. | 18 |
Error | design | DesignForExtension | Method 'getMake' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 23 |
Error | design | DesignForExtension | Method 'getModel' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 26 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 27 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | misc | FinalParameters | Parameter obj should be final. | 29 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 31 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 32 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 42 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 43 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 6 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 21 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 21 |
Error | misc | FinalParameters | Parameter id should be final. | 22 |
Error | coding | HiddenField | 'id' hides a field. | 22 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 22 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 24 |
Error | design | DesignForExtension | Method 'getMake' is not designed for extension - needs to be abstract, final or empty. | 26 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 26 |
Error | design | DesignForExtension | Method 'setMake' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Error | misc | FinalParameters | Parameter make should be final. | 27 |
Error | coding | HiddenField | 'make' hides a field. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | design | DesignForExtension | Method 'getModel' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 31 |
Error | design | DesignForExtension | Method 'setModel' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | misc | FinalParameters | Parameter model should be final. | 32 |
Error | coding | HiddenField | 'model' hides a field. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | design | DesignForExtension | Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 36 |
Error | design | DesignForExtension | Method 'setSize' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | misc | FinalParameters | Parameter size should be final. | 37 |
Error | coding | HiddenField | 'size' hides a field. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 41 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 5 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 24 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 26 |
Error | coding | MagicNumber | '20' is a magic number. | 26 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 29 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 29 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 29 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 29 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 29 |
Error | coding | MagicNumber | '20' is a magic number. | 29 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 32 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 32 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 32 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 35 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 35 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 35 |
Error | coding | MagicNumber | '7' is a magic number. | 35 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 35 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 35 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 38 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 38 |
Error | misc | FinalParameters | Parameter id should be final. | 39 |
Error | coding | HiddenField | 'id' hides a field. | 39 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | design | DesignForExtension | Method 'getMake' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 43 |
Error | design | DesignForExtension | Method 'setMake' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | misc | FinalParameters | Parameter make should be final. | 44 |
Error | coding | HiddenField | 'make' hides a field. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | design | DesignForExtension | Method 'getModel' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 48 |
Error | design | DesignForExtension | Method 'setModel' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Error | misc | FinalParameters | Parameter model should be final. | 49 |
Error | coding | HiddenField | 'model' hides a field. | 49 |
Error | design | DesignForExtension | Method 'getYear' is not designed for extension - needs to be abstract, final or empty. | 53 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 53 |
Error | design | DesignForExtension | Method 'setYear' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Error | misc | FinalParameters | Parameter year should be final. | 54 |
Error | coding | HiddenField | 'year' hides a field. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | design | DesignForExtension | Method 'getCost' is not designed for extension - needs to be abstract, final or empty. | 58 |
Error | blocks | LeftCurly | '{' at column 33 should have line break after. | 58 |
Error | design | DesignForExtension | Method 'setCost' is not designed for extension - needs to be abstract, final or empty. | 59 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
Error | misc | FinalParameters | Parameter cost should be final. | 59 |
Error | coding | HiddenField | 'cost' hides a field. | 59 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 6 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 11 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 19 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 19 |
Error | misc | FinalParameters | Parameter id should be final. | 20 |
Error | coding | HiddenField | 'id' hides a field. | 20 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 22 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | design | DesignForExtension | Method 'getMake' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 24 |
Error | design | DesignForExtension | Method 'setMake' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | misc | FinalParameters | Parameter make should be final. | 25 |
Error | coding | HiddenField | 'make' hides a field. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 11 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 11 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | coding | MagicNumber | '7' is a magic number. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | coding | MagicNumber | '5' is a magic number. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 24 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 28 |
Error | misc | FinalParameters | Parameter id should be final. | 29 |
Error | coding | HiddenField | 'id' hides a field. | 29 |
Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 31 |
Error | design | DesignForExtension | Method 'getMake' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 33 |
Error | design | DesignForExtension | Method 'setMake' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | misc | FinalParameters | Parameter make should be final. | 34 |
Error | coding | HiddenField | 'make' hides a field. | 34 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 10 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 10 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | coding | MagicNumber | '5' is a magic number. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | coding | MagicNumber | '3' is a magic number. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 23 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 23 |
Error | misc | FinalParameters | Parameter id should be final. | 24 |
Error | coding | HiddenField | 'id' hides a field. | 24 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 26 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 26 |
Error | design | DesignForExtension | Method 'getMake' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 28 |
Error | design | DesignForExtension | Method 'setMake' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | misc | FinalParameters | Parameter make should be final. | 29 |
Error | coding | HiddenField | 'make' hides a field. | 29 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 10 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 17 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 17 |
Error | misc | FinalParameters | Parameter id should be final. | 18 |
Error | coding | HiddenField | 'id' hides a field. | 18 |
Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 20 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 20 |
Error | design | DesignForExtension | Method 'getMake' is not designed for extension - needs to be abstract, final or empty. | 22 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 22 |
Error | design | DesignForExtension | Method 'setMake' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | misc | FinalParameters | Parameter make should be final. | 23 |
Error | coding | HiddenField | 'make' hides a field. | 23 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 5 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 20 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 20 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | misc | FinalParameters | Parameter make should be final. | 21 |
Error | coding | HiddenField | 'make' hides a field. | 21 |
Error | misc | FinalParameters | Parameter model should be final. | 21 |
Error | coding | HiddenField | 'model' hides a field. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | design | DesignForExtension | Method 'getMake' is not designed for extension - needs to be abstract, final or empty. | 26 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 26 |
Error | design | DesignForExtension | Method 'getModel' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 27 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 29 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | misc | FinalParameters | Parameter obj should be final. | 30 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 32 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 33 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 16 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 16 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | misc | FinalParameters | Parameter name should be final. | 17 |
Error | coding | HiddenField | 'name' hides a field. | 17 |
Error | misc | FinalParameters | Parameter address should be final. | 17 |
Error | coding | HiddenField | 'address' hides a field. | 17 |
Error | misc | FinalParameters | Parameter phone should be final. | 17 |
Error | coding | HiddenField | 'phone' hides a field. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | design | DesignForExtension | Method 'getAddress' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 23 |
Error | design | DesignForExtension | Method 'setAddress' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Error | misc | FinalParameters | Parameter address should be final. | 24 |
Error | coding | HiddenField | 'address' hides a field. | 24 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 28 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | misc | FinalParameters | Parameter name should be final. | 29 |
Error | coding | HiddenField | 'name' hides a field. | 29 |
Error | design | DesignForExtension | Method 'getPhone' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 33 |
Error | design | DesignForExtension | Method 'setPhone' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | misc | FinalParameters | Parameter phone should be final. | 34 |
Error | coding | HiddenField | 'phone' hides a field. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 22 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | misc | FinalParameters | Parameter make should be final. | 23 |
Error | coding | HiddenField | 'make' hides a field. | 23 |
Error | misc | FinalParameters | Parameter model should be final. | 23 |
Error | coding | HiddenField | 'model' hides a field. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | design | DesignForExtension | Method 'getMake' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 28 |
Error | design | DesignForExtension | Method 'getModel' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 29 |
Error | design | DesignForExtension | Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 31 |
Error | design | DesignForExtension | Method 'setSize' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | misc | FinalParameters | Parameter size should be final. | 32 |
Error | coding | HiddenField | 'size' hides a field. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 10 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 16 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 16 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | misc | FinalParameters | Parameter make should be final. | 17 |
Error | misc | FinalParameters | Parameter model should be final. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | design | DesignForExtension | Method 'getPk' is not designed for extension - needs to be abstract, final or empty. | 21 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | design | DesignForExtension | Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 23 |
Error | design | DesignForExtension | Method 'setSize' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Error | misc | FinalParameters | Parameter size should be final. | 24 |
Error | coding | HiddenField | 'size' hides a field. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 5 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 8 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 22 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | misc | FinalParameters | Parameter make should be final. | 23 |
Error | coding | HiddenField | 'make' hides a field. | 23 |
Error | misc | FinalParameters | Parameter model should be final. | 23 |
Error | coding | HiddenField | 'model' hides a field. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | design | DesignForExtension | Method 'getMake' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 28 |
Error | design | DesignForExtension | Method 'setMake' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | misc | FinalParameters | Parameter make should be final. | 29 |
Error | coding | HiddenField | 'make' hides a field. | 29 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 30 |
Error | design | DesignForExtension | Method 'getModel' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 32 |
Error | design | DesignForExtension | Method 'setModel' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | misc | FinalParameters | Parameter model should be final. | 33 |
Error | coding | HiddenField | 'model' hides a field. | 33 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 37 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | misc | FinalParameters | Parameter obj should be final. | 38 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 40 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 41 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 22 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | misc | FinalParameters | Parameter make should be final. | 23 |
Error | misc | FinalParameters | Parameter model should be final. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | design | DesignForExtension | Method 'getPk' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | design | DesignForExtension | Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 29 |
Error | design | DesignForExtension | Method 'setSize' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | misc | FinalParameters | Parameter size should be final. | 30 |
Error | coding | HiddenField | 'size' hides a field. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 8 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 19 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 19 |
Error | misc | FinalParameters | Parameter id should be final. | 20 |
Error | coding | HiddenField | 'id' hides a field. | 20 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 22 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 23 |
Error | design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Error | misc | FinalParameters | Parameter id should be final. | 24 |
Error | coding | HiddenField | 'id' hides a field. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | design | DesignForExtension | Method 'getMakeModel' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | design | DesignForExtension | Method 'getMake' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 33 |
Error | design | DesignForExtension | Method 'setMake' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | misc | FinalParameters | Parameter make should be final. | 34 |
Error | coding | HiddenField | 'make' hides a field. | 34 |
Error | design | DesignForExtension | Method 'getModel' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 38 |
Error | design | DesignForExtension | Method 'setModel' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | misc | FinalParameters | Parameter model should be final. | 39 |
Error | coding | HiddenField | 'model' hides a field. | 39 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 45 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Error | misc | FinalParameters | Parameter id should be final. | 24 |
Error | coding | HiddenField | 'id' hides a field. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | misc | FinalParameters | Parameter id should be final. | 35 |
Error | coding | HiddenField | 'id' hides a field. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | design | DesignForExtension | Method 'getMake' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 41 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 41 |
Error | design | DesignForExtension | Method 'setMake' is not designed for extension - needs to be abstract, final or empty. | 46 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
Error | misc | FinalParameters | Parameter make should be final. | 46 |
Error | coding | HiddenField | 'make' hides a field. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | design | DesignForExtension | Method 'getModel' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | design | DesignForExtension | Method 'setModel' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Error | misc | FinalParameters | Parameter model should be final. | 55 |
Error | coding | HiddenField | 'model' hides a field. | 55 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 62 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
Error | misc | FinalParameters | Parameter message should be final. | 67 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 5 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 29 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 29 |
Error | misc | FinalParameters | Parameter id should be final. | 30 |
Error | coding | HiddenField | 'id' hides a field. | 30 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 30 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | design | DesignForExtension | Method 'getADate' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 34 |
Error | design | DesignForExtension | Method 'setADate' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | misc | FinalParameters | Parameter date should be final. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | design | DesignForExtension | Method 'getATime' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 39 |
Error | design | DesignForExtension | Method 'setATime' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | misc | FinalParameters | Parameter time should be final. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | design | DesignForExtension | Method 'getATimestamp' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | blocks | LeftCurly | '{' at column 33 should have line break after. | 44 |
Error | design | DesignForExtension | Method 'setATimestamp' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | misc | FinalParameters | Parameter timestamp should be final. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | design | DesignForExtension | Method 'getColorId' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | blocks | LeftCurly | '{' at column 35 should have line break after. | 49 |
Error | design | DesignForExtension | Method 'setColorId' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Error | misc | FinalParameters | Parameter colorId should be final. | 50 |
Error | coding | HiddenField | 'colorId' hides a field. | 50 |
Error | design | DesignForExtension | Method 'getColorName' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | blocks | LeftCurly | '{' at column 37 should have line break after. | 54 |
Error | design | DesignForExtension | Method 'setColorName' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Error | misc | FinalParameters | Parameter colorName should be final. | 55 |
Error | coding | HiddenField | 'colorName' hides a field. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 59 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 8 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 30 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 30 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 30 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 32 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 34 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 37 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 37 |
Error | misc | FinalParameters | Parameter id should be final. | 38 |
Error | coding | HiddenField | 'id' hides a field. | 38 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 40 |
Error | design | DesignForExtension | Method 'getMake' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 42 |
Error | design | DesignForExtension | Method 'setMake' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Error | misc | FinalParameters | Parameter make should be final. | 43 |
Error | coding | HiddenField | 'make' hides a field. | 43 |
Error | design | DesignForExtension | Method 'getModel' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 47 |
Error | design | DesignForExtension | Method 'setModel' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | misc | FinalParameters | Parameter model should be final. | 48 |
Error | coding | HiddenField | 'model' hides a field. | 48 |
Error | design | DesignForExtension | Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 52 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 52 |
Error | design | DesignForExtension | Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 53 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
Error | misc | FinalParameters | Parameter owner should be final. | 53 |
Error | coding | HiddenField | 'owner' hides a field. | 53 |
Error | design | DesignForExtension | Method 'getCardnum' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 57 |
Error | design | DesignForExtension | Method 'setCardnum' is not designed for extension - needs to be abstract, final or empty. | 58 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
Error | misc | FinalParameters | Parameter cardnum should be final. | 58 |
Error | coding | HiddenField | 'cardnum' hides a field. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | design | DesignForExtension | Method 'getManufacturer' is not designed for extension - needs to be abstract, final or empty. | 62 |
Error | blocks | LeftCurly | '{' at column 37 should have line break after. | 62 |
Error | design | DesignForExtension | Method 'setManufacturer' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
Error | misc | FinalParameters | Parameter manufacturer should be final. | 63 |
Error | coding | HiddenField | 'manufacturer' hides a field. | 63 |
Error | design | DesignForExtension | Method 'getAddress' is not designed for extension - needs to be abstract, final or empty. | 67 |
Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 67 |
Error | design | DesignForExtension | Method 'setAddress' is not designed for extension - needs to be abstract, final or empty. | 68 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
Error | misc | FinalParameters | Parameter address should be final. | 68 |
Error | coding | HiddenField | 'address' hides a field. | 68 |
Error | design | DesignForExtension | Method 'getPhone' is not designed for extension - needs to be abstract, final or empty. | 72 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 72 |
Error | design | DesignForExtension | Method 'setPhone' is not designed for extension - needs to be abstract, final or empty. | 73 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
Error | misc | FinalParameters | Parameter phone should be final. | 73 |
Error | coding | HiddenField | 'phone' hides a field. | 73 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 77 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 6 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 8 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 26 |
Error | misc | FinalParameters | Parameter id should be final. | 27 |
Error | coding | HiddenField | 'id' hides a field. | 27 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 29 |
Error | design | DesignForExtension | Method 'getModel' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 31 |
Error | design | DesignForExtension | Method 'setModel' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | misc | FinalParameters | Parameter model should be final. | 32 |
Error | coding | HiddenField | 'model' hides a field. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | design | DesignForExtension | Method 'getMaker' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | blocks | LeftCurly | '{' at column 36 should have line break after. | 36 |
Error | design | DesignForExtension | Method 'setMaker' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | misc | FinalParameters | Parameter maker should be final. | 37 |
Error | coding | HiddenField | 'maker' hides a field. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 14 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 14 |
Error | misc | FinalParameters | Parameter id should be final. | 15 |
Error | coding | HiddenField | 'id' hides a field. | 15 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 15 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 17 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | design | DesignForExtension | Method 'getMake' is not designed for extension - needs to be abstract, final or empty. | 21 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 21 |
Error | design | DesignForExtension | Method 'setMake' is not designed for extension - needs to be abstract, final or empty. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Error | misc | FinalParameters | Parameter make should be final. | 22 |
Error | coding | HiddenField | 'make' hides a field. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | design | DesignForExtension | Method 'getModel' is not designed for extension - needs to be abstract, final or empty. | 26 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 26 |
Error | design | DesignForExtension | Method 'setModel' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Error | misc | FinalParameters | Parameter model should be final. | 27 |
Error | coding | HiddenField | 'model' hides a field. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | design | DesignForExtension | Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 31 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 31 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 31 |
Error | design | DesignForExtension | Method 'setSize' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | misc | FinalParameters | Parameter size should be final. | 32 |
Error | coding | HiddenField | 'size' hides a field. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 17 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 17 |
Error | misc | FinalParameters | Parameter id should be final. | 18 |
Error | coding | HiddenField | 'id' hides a field. | 18 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 20 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Error | design | DesignForExtension | Method 'getMake' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 24 |
Error | design | DesignForExtension | Method 'setMake' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | misc | FinalParameters | Parameter make should be final. | 25 |
Error | coding | HiddenField | 'make' hides a field. | 25 |
Error | blocks | LeftCurly | '{' at column 38 should have line break after. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | design | DesignForExtension | Method 'getModel' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 27 |
Error | design | DesignForExtension | Method 'setModel' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Error | misc | FinalParameters | Parameter model should be final. | 28 |
Error | coding | HiddenField | 'model' hides a field. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | design | DesignForExtension | Method 'getYear' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 32 |
Error | design | DesignForExtension | Method 'setYear' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | misc | FinalParameters | Parameter year should be final. | 33 |
Error | coding | HiddenField | 'year' hides a field. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | design | DesignForExtension | Method 'getCost' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | blocks | LeftCurly | '{' at column 33 should have line break after. | 37 |
Error | design | DesignForExtension | Method 'setCost' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | misc | FinalParameters | Parameter cost should be final. | 38 |
Error | coding | HiddenField | 'cost' hides a field. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 13 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 13 |
Error | misc | FinalParameters | Parameter id should be final. | 14 |
Error | coding | HiddenField | 'id' hides a field. | 14 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 16 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 16 |
Error | design | DesignForExtension | Method 'getMake' is not designed for extension - needs to be abstract, final or empty. | 18 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 18 |
Error | design | DesignForExtension | Method 'setMake' is not designed for extension - needs to be abstract, final or empty. | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | misc | FinalParameters | Parameter make should be final. | 19 |
Error | coding | HiddenField | 'make' hides a field. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 11 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 11 |
Error | misc | FinalParameters | Parameter id should be final. | 12 |
Error | coding | HiddenField | 'id' hides a field. | 12 |
Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 14 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 14 |
Error | design | DesignForExtension | Method 'getMake' is not designed for extension - needs to be abstract, final or empty. | 16 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 16 |
Error | design | DesignForExtension | Method 'setMake' is not designed for extension - needs to be abstract, final or empty. | 17 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | misc | FinalParameters | Parameter make should be final. | 17 |
Error | coding | HiddenField | 'make' hides a field. | 17 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 11 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 11 |
Error | misc | FinalParameters | Parameter id should be final. | 12 |
Error | coding | HiddenField | 'id' hides a field. | 12 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 14 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 14 |
Error | design | DesignForExtension | Method 'getMake' is not designed for extension - needs to be abstract, final or empty. | 16 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 16 |
Error | design | DesignForExtension | Method 'setMake' is not designed for extension - needs to be abstract, final or empty. | 17 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | misc | FinalParameters | Parameter make should be final. | 17 |
Error | coding | HiddenField | 'make' hides a field. | 17 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 11 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 11 |
Error | misc | FinalParameters | Parameter id should be final. | 12 |
Error | coding | HiddenField | 'id' hides a field. | 12 |
Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 14 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 14 |
Error | design | DesignForExtension | Method 'getMake' is not designed for extension - needs to be abstract, final or empty. | 16 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 16 |
Error | design | DesignForExtension | Method 'setMake' is not designed for extension - needs to be abstract, final or empty. | 17 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | misc | FinalParameters | Parameter make should be final. | 17 |
Error | coding | HiddenField | 'make' hides a field. | 17 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 5 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 20 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 20 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | misc | FinalParameters | Parameter make should be final. | 21 |
Error | coding | HiddenField | 'make' hides a field. | 21 |
Error | misc | FinalParameters | Parameter model should be final. | 21 |
Error | coding | HiddenField | 'model' hides a field. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | design | DesignForExtension | Method 'getMake' is not designed for extension - needs to be abstract, final or empty. | 26 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 26 |
Error | design | DesignForExtension | Method 'getModel' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 27 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 29 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | misc | FinalParameters | Parameter obj should be final. | 30 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 32 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 33 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 42 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 43 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 16 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 16 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | misc | FinalParameters | Parameter name should be final. | 17 |
Error | coding | HiddenField | 'name' hides a field. | 17 |
Error | misc | FinalParameters | Parameter address should be final. | 17 |
Error | coding | HiddenField | 'address' hides a field. | 17 |
Error | misc | FinalParameters | Parameter phone should be final. | 17 |
Error | coding | HiddenField | 'phone' hides a field. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | design | DesignForExtension | Method 'getAddress' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 23 |
Error | design | DesignForExtension | Method 'setAddress' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Error | misc | FinalParameters | Parameter address should be final. | 24 |
Error | coding | HiddenField | 'address' hides a field. | 24 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 28 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | misc | FinalParameters | Parameter name should be final. | 29 |
Error | coding | HiddenField | 'name' hides a field. | 29 |
Error | design | DesignForExtension | Method 'getPhone' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 33 |
Error | design | DesignForExtension | Method 'setPhone' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | misc | FinalParameters | Parameter phone should be final. | 34 |
Error | coding | HiddenField | 'phone' hides a field. | 34 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 39 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 40 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | misc | FinalParameters | Parameter make should be final. | 25 |
Error | coding | HiddenField | 'make' hides a field. | 25 |
Error | misc | FinalParameters | Parameter model should be final. | 25 |
Error | coding | HiddenField | 'model' hides a field. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | design | DesignForExtension | Method 'getMake' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 30 |
Error | design | DesignForExtension | Method 'getModel' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 31 |
Error | design | DesignForExtension | Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 33 |
Error | design | DesignForExtension | Method 'setSize' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | misc | FinalParameters | Parameter size should be final. | 34 |
Error | coding | HiddenField | 'size' hides a field. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 39 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 40 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 11 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 11 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
Error | misc | FinalParameters | Parameter make should be final. | 12 |
Error | misc | FinalParameters | Parameter model should be final. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | design | DesignForExtension | Method 'getPk' is not designed for extension - needs to be abstract, final or empty. | 16 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | design | DesignForExtension | Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 18 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 18 |
Error | design | DesignForExtension | Method 'setSize' is not designed for extension - needs to be abstract, final or empty. | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | misc | FinalParameters | Parameter size should be final. | 19 |
Error | coding | HiddenField | 'size' hides a field. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 24 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 25 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 4 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 21 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Error | misc | FinalParameters | Parameter make should be final. | 22 |
Error | coding | HiddenField | 'make' hides a field. | 22 |
Error | misc | FinalParameters | Parameter model should be final. | 22 |
Error | coding | HiddenField | 'model' hides a field. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | design | DesignForExtension | Method 'getMake' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 27 |
Error | design | DesignForExtension | Method 'setMake' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Error | misc | FinalParameters | Parameter make should be final. | 28 |
Error | coding | HiddenField | 'make' hides a field. | 28 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 29 |
Error | design | DesignForExtension | Method 'getModel' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 31 |
Error | design | DesignForExtension | Method 'setModel' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | misc | FinalParameters | Parameter model should be final. | 32 |
Error | coding | HiddenField | 'model' hides a field. | 32 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 36 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | misc | FinalParameters | Parameter obj should be final. | 37 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 39 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 40 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 49 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 50 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 22 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | misc | FinalParameters | Parameter make should be final. | 23 |
Error | misc | FinalParameters | Parameter model should be final. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | design | DesignForExtension | Method 'getPk' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | design | DesignForExtension | Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 29 |
Error | design | DesignForExtension | Method 'setSize' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | misc | FinalParameters | Parameter size should be final. | 30 |
Error | coding | HiddenField | 'size' hides a field. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 35 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 6 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 15 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 15 |
Error | misc | FinalParameters | Parameter id should be final. | 16 |
Error | coding | HiddenField | 'id' hides a field. | 16 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 18 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 18 |
Error | design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | misc | FinalParameters | Parameter id should be final. | 19 |
Error | coding | HiddenField | 'id' hides a field. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | design | DesignForExtension | Method 'getMakeModel' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | blocks | LeftCurly | '{' at column 34 should have line break after. | 23 |
Error | design | DesignForExtension | Method 'getMake' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 25 |
Error | design | DesignForExtension | Method 'setMake' is not designed for extension - needs to be abstract, final or empty. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | misc | FinalParameters | Parameter make should be final. | 26 |
Error | coding | HiddenField | 'make' hides a field. | 26 |
Error | design | DesignForExtension | Method 'getModel' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 30 |
Error | design | DesignForExtension | Method 'setModel' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | misc | FinalParameters | Parameter model should be final. | 31 |
Error | coding | HiddenField | 'model' hides a field. | 31 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 36 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Error | misc | FinalParameters | Parameter id should be final. | 20 |
Error | coding | HiddenField | 'id' hides a field. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | misc | FinalParameters | Parameter id should be final. | 29 |
Error | coding | HiddenField | 'id' hides a field. | 29 |
Error | design | DesignForExtension | Method 'getMake' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | design | DesignForExtension | Method 'setMake' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | misc | FinalParameters | Parameter make should be final. | 37 |
Error | coding | HiddenField | 'make' hides a field. | 37 |
Error | design | DesignForExtension | Method 'getModel' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | design | DesignForExtension | Method 'setModel' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | misc | FinalParameters | Parameter model should be final. | 45 |
Error | coding | HiddenField | 'model' hides a field. | 45 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 51 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 52 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Error | misc | FinalParameters | Parameter message should be final. | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 19 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 19 |
Error | misc | FinalParameters | Parameter id should be final. | 20 |
Error | coding | HiddenField | 'id' hides a field. | 20 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 20 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 22 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | design | DesignForExtension | Method 'getADate' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 24 |
Error | design | DesignForExtension | Method 'setADate' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | misc | FinalParameters | Parameter date should be final. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | design | DesignForExtension | Method 'getATime' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 29 |
Error | design | DesignForExtension | Method 'setATime' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | misc | FinalParameters | Parameter time should be final. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | design | DesignForExtension | Method 'getATimestamp' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | blocks | LeftCurly | '{' at column 33 should have line break after. | 34 |
Error | design | DesignForExtension | Method 'setATimestamp' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | misc | FinalParameters | Parameter timestamp should be final. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | design | DesignForExtension | Method 'getColorId' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | blocks | LeftCurly | '{' at column 35 should have line break after. | 39 |
Error | design | DesignForExtension | Method 'setColorId' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | misc | FinalParameters | Parameter colorId should be final. | 40 |
Error | coding | HiddenField | 'colorId' hides a field. | 40 |
Error | design | DesignForExtension | Method 'getColorName' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | blocks | LeftCurly | '{' at column 37 should have line break after. | 44 |
Error | design | DesignForExtension | Method 'setColorName' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | misc | FinalParameters | Parameter colorName should be final. | 45 |
Error | coding | HiddenField | 'colorName' hides a field. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 50 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 51 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 52 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 54 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 6 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 19 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 19 |
Error | misc | FinalParameters | Parameter id should be final. | 20 |
Error | coding | HiddenField | 'id' hides a field. | 20 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 22 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 22 |
Error | design | DesignForExtension | Method 'getMake' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 24 |
Error | design | DesignForExtension | Method 'setMake' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | misc | FinalParameters | Parameter make should be final. | 25 |
Error | coding | HiddenField | 'make' hides a field. | 25 |
Error | design | DesignForExtension | Method 'getModel' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 28 |
Error | design | DesignForExtension | Method 'setModel' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | misc | FinalParameters | Parameter model should be final. | 29 |
Error | coding | HiddenField | 'model' hides a field. | 29 |
Error | design | DesignForExtension | Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 33 |
Error | design | DesignForExtension | Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | misc | FinalParameters | Parameter owner should be final. | 34 |
Error | coding | HiddenField | 'owner' hides a field. | 34 |
Error | design | DesignForExtension | Method 'getCardnum' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 38 |
Error | design | DesignForExtension | Method 'setCardnum' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | misc | FinalParameters | Parameter cardnum should be final. | 39 |
Error | coding | HiddenField | 'cardnum' hides a field. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | design | DesignForExtension | Method 'getManufacturer' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | blocks | LeftCurly | '{' at column 37 should have line break after. | 43 |
Error | design | DesignForExtension | Method 'setManufacturer' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | misc | FinalParameters | Parameter manufacturer should be final. | 44 |
Error | coding | HiddenField | 'manufacturer' hides a field. | 44 |
Error | design | DesignForExtension | Method 'getAddress' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 48 |
Error | design | DesignForExtension | Method 'setAddress' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Error | misc | FinalParameters | Parameter address should be final. | 49 |
Error | coding | HiddenField | 'address' hides a field. | 49 |
Error | design | DesignForExtension | Method 'getPhone' is not designed for extension - needs to be abstract, final or empty. | 53 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 53 |
Error | design | DesignForExtension | Method 'setPhone' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Error | misc | FinalParameters | Parameter phone should be final. | 54 |
Error | coding | HiddenField | 'phone' hides a field. | 54 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 58 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 59 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 61 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 62 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 63 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 64 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 65 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 66 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 6 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 16 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 16 |
Error | misc | FinalParameters | Parameter id should be final. | 17 |
Error | coding | HiddenField | 'id' hides a field. | 17 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 19 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 19 |
Error | design | DesignForExtension | Method 'getModel' is not designed for extension - needs to be abstract, final or empty. | 21 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 21 |
Error | design | DesignForExtension | Method 'setModel' is not designed for extension - needs to be abstract, final or empty. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Error | misc | FinalParameters | Parameter model should be final. | 22 |
Error | coding | HiddenField | 'model' hides a field. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 26 |
Error | design | DesignForExtension | Method 'getMaker' is not designed for extension - needs to be abstract, final or empty. | 26 |
Error | blocks | LeftCurly | '{' at column 67 should have line break after. | 26 |
Error | design | DesignForExtension | Method 'setMaker' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Error | misc | FinalParameters | Parameter maker should be final. | 27 |
Error | coding | HiddenField | 'maker' hides a field. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 32 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 33 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Error | misc | FinalParameters | Parameter saleId should be final. | 14 |
Error | coding | HiddenField | 'saleId' hides a field. | 14 |
Error | misc | FinalParameters | Parameter customerId should be final. | 14 |
Error | coding | HiddenField | 'customerId' hides a field. | 14 |
Error | misc | FinalParameters | Parameter date should be final. | 14 |
Error | coding | HiddenField | 'date' hides a field. | 14 |
Error | misc | FinalParameters | Parameter amount should be final. | 14 |
Error | coding | HiddenField | 'amount' hides a field. | 14 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | misc | FinalParameters | Parameter saleId should be final. | 17 |
Error | coding | HiddenField | 'saleId' hides a field. | 17 |
Error | misc | FinalParameters | Parameter customerId should be final. | 17 |
Error | coding | HiddenField | 'customerId' hides a field. | 17 |
Error | misc | FinalParameters | Parameter date should be final. | 17 |
Error | coding | HiddenField | 'date' hides a field. | 17 |
Error | misc | FinalParameters | Parameter amount should be final. | 17 |
Error | coding | HiddenField | 'amount' hides a field. | 17 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | design | DesignForExtension | Method 'getAmount' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | design | DesignForExtension | Method 'getCustomerId' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | design | DesignForExtension | Method 'getDate' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | design | DesignForExtension | Method 'getSaleId' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 7 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 10 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 10 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | misc | FinalParameters | Parameter id should be final. | 24 |
Error | coding | HiddenField | 'id' hides a field. | 24 |
Error | design | DesignForExtension | Method 'getSales' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 27 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 27 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 27 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 27 |
Error | design | DesignForExtension | Method 'setSales' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | misc | FinalParameters | Parameter sales should be final. | 31 |
Error | coding | HiddenField | 'sales' hides a field. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | design | DesignForExtension | Method 'getHireDate' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | design | DesignForExtension | Method 'setHireDate' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | misc | FinalParameters | Parameter hireDate should be final. | 39 |
Error | coding | HiddenField | 'hireDate' hides a field. | 39 |
Error | design | DesignForExtension | Method 'getTermDate' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | design | DesignForExtension | Method 'setTermDate' is not designed for extension - needs to be abstract, final or empty. | 46 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
Error | misc | FinalParameters | Parameter termDate should be final. | 46 |
Error | coding | HiddenField | 'termDate' hides a field. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | design | DesignForExtension | Method 'getFirstName' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Error | design | DesignForExtension | Method 'setFirstName' is not designed for extension - needs to be abstract, final or empty. | 53 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
Error | misc | FinalParameters | Parameter firstName should be final. | 53 |
Error | coding | HiddenField | 'firstName' hides a field. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | design | DesignForExtension | Method 'getLastName' is not designed for extension - needs to be abstract, final or empty. | 56 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
Error | design | DesignForExtension | Method 'setLastName' is not designed for extension - needs to be abstract, final or empty. | 59 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
Error | misc | FinalParameters | Parameter lastName should be final. | 59 |
Error | coding | HiddenField | 'lastName' hides a field. | 59 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 71 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 5 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 5 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 7 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 7 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 8 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 8 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 8 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 10 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 10 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 11 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 11 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | misc | FinalParameters | Parameter id should be final. | 24 |
Error | coding | HiddenField | 'id' hides a field. | 24 |
Error | design | DesignForExtension | Method 'getFirstName' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Error | design | DesignForExtension | Method 'setFirstName' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | misc | FinalParameters | Parameter firstName should be final. | 31 |
Error | coding | HiddenField | 'firstName' hides a field. | 31 |
Error | design | DesignForExtension | Method 'getLastName' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | design | DesignForExtension | Method 'setLastName' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | misc | FinalParameters | Parameter lastName should be final. | 37 |
Error | coding | HiddenField | 'lastName' hides a field. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 8 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 10 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 11 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 20 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Error | misc | FinalParameters | Parameter id should be final. | 24 |
Error | coding | HiddenField | 'id' hides a field. | 24 |
Error | design | DesignForExtension | Method 'getClerks' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 27 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 27 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 29 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 29 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 29 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 29 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 30 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 30 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 30 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 30 |
Error | design | DesignForExtension | Method 'setClerks' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | misc | FinalParameters | Parameter clerks should be final. | 35 |
Error | coding | HiddenField | 'clerks' hides a field. | 35 |
Error | design | DesignForExtension | Method 'getStore' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 38 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 38 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 39 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 39 |
Error | design | DesignForExtension | Method 'setStore' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Error | misc | FinalParameters | Parameter store should be final. | 43 |
Error | coding | HiddenField | 'store' hides a field. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | design | DesignForExtension | Method 'getAmount' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 47 |
Error | coding | MagicNumber | '5' is a magic number. | 47 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 47 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 47 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 47 |
Error | design | DesignForExtension | Method 'setAmount' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | misc | FinalParameters | Parameter amount should be final. | 51 |
Error | coding | HiddenField | 'amount' hides a field. | 51 |
Error | design | DesignForExtension | Method 'getBuyerId' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 54 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 54 |
Error | design | DesignForExtension | Method 'setBuyerId' is not designed for extension - needs to be abstract, final or empty. | 58 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
Error | misc | FinalParameters | Parameter buyerId should be final. | 58 |
Error | coding | HiddenField | 'buyerId' hides a field. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | design | DesignForExtension | Method 'getDate' is not designed for extension - needs to be abstract, final or empty. | 62 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
Error | design | DesignForExtension | Method 'setDate' is not designed for extension - needs to be abstract, final or empty. | 66 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Error | misc | FinalParameters | Parameter date should be final. | 66 |
Error | coding | HiddenField | 'date' hides a field. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 70 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 6 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 8 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 8 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 8 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 14 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
Error | misc | FinalParameters | Parameter id should be final. | 19 |
Error | coding | HiddenField | 'id' hides a field. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | design | DesignForExtension | Method 'getSales' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 24 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 |
Error | design | DesignForExtension | Method 'setSales' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | misc | FinalParameters | Parameter sales should be final. | 29 |
Error | coding | HiddenField | 'sales' hides a field. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | misc | FinalParameters | Parameter name should be final. | 36 |
Error | coding | HiddenField | 'name' hides a field. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 45 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 26 |
Error | misc | FinalParameters | Parameter id should be final. | 27 |
Error | coding | HiddenField | 'id' hides a field. | 27 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 27 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 27 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 27 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | design | DesignForExtension | Method 'getBalance' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 30 |
Error | design | DesignForExtension | Method 'setBalance' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | misc | FinalParameters | Parameter balance should be final. | 31 |
Error | coding | HiddenField | 'balance' hides a field. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | design | DesignForExtension | Method 'deposit' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | misc | FinalParameters | Parameter amount should be final. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 9 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 9 |
Error | misc | FinalParameters | Parameter message should be final. | 10 |
Error | blocks | LeftCurly | '{' at column 45 should have line break after. | 10 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 24 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 24 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 25 |
Error | design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | misc | FinalParameters | Parameter id should be final. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | design | DesignForExtension | Method 'getArtist' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 30 |
Error | design | DesignForExtension | Method 'setArtist' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | misc | FinalParameters | Parameter artist should be final. | 31 |
Error | coding | HiddenField | 'artist' hides a field. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 35 |
Error | design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | misc | FinalParameters | Parameter title should be final. | 36 |
Error | coding | HiddenField | 'title' hides a field. | 36 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 6 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 15 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 16 |
Error | design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 17 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | misc | FinalParameters | Parameter id should be final. | 17 |
Error | coding | HiddenField | 'id' hides a field. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | design | DesignForExtension | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 21 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 21 |
Error | design | DesignForExtension | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Error | misc | FinalParameters | Parameter version should be final. | 22 |
Error | coding | HiddenField | 'version' hides a field. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 5 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 21 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 21 |
Error | misc | FinalParameters | Parameter id should be final. | 22 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 22 |
Error | design | DesignForExtension | Method 'getBakedOn' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 24 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 24 |
Error | design | DesignForExtension | Method 'setBakedOn' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | misc | FinalParameters | Parameter bakedOn should be final. | 25 |
Error | coding | HiddenField | 'bakedOn' hides a field. | 25 |
Error | design | DesignForExtension | Method 'getSlices' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | design | DesignForExtension | Method 'setSlices' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | misc | FinalParameters | Parameter slices should be final. | 30 |
Error | coding | HiddenField | 'slices' hides a field. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 31 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 35 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 8 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 16 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 16 |
Error | misc | FinalParameters | Parameter id should be final. | 17 |
Error | blocks | LeftCurly | '{' at column 37 should have line break after. | 17 |
Error | design | DesignForExtension | Method 'withdraw' is not designed for extension - needs to be abstract, final or empty. | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | misc | FinalParameters | Parameter amount should be final. | 19 |
Error | design | DesignForExtension | Method 'getFee' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 23 |
Error | design | DesignForExtension | Method 'setFee' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Error | misc | FinalParameters | Parameter fee should be final. | 24 |
Error | coding | HiddenField | 'fee' hides a field. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 6 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 17 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | design | DesignForExtension | Method 'getRadius' is not designed for extension - needs to be abstract, final or empty. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Error | design | DesignForExtension | Method 'setRadius' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | misc | FinalParameters | Parameter radius should be final. | 25 |
Error | coding | HiddenField | 'radius' hides a field. | 25 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | design | DesignForExtension | Method 'getDepth' is not designed for extension - needs to be abstract, final or empty. | 18 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
Error | design | DesignForExtension | Method 'setDepth' is not designed for extension - needs to be abstract, final or empty. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | misc | FinalParameters | Parameter depth should be final. | 21 |
Error | coding | HiddenField | 'depth' hides a field. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 18 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 18 |
Error | misc | FinalParameters | Parameter id should be final. | 19 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 19 |
Error | design | DesignForExtension | Method 'getRating' is not designed for extension - needs to be abstract, final or empty. | 21 |
Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 21 |
Error | design | DesignForExtension | Method 'setRating' is not designed for extension - needs to be abstract, final or empty. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Error | misc | FinalParameters | Parameter rating should be final. | 22 |
Error | coding | HiddenField | 'rating' hides a field. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 5 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 20 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 20 |
Error | misc | FinalParameters | Parameter id should be final. | 21 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | design | DesignForExtension | Method 'getHireDate' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 23 |
Error | design | DesignForExtension | Method 'setHireDate' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Error | misc | FinalParameters | Parameter hireDate should be final. | 24 |
Error | coding | HiddenField | 'hireDate' hides a field. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | design | DesignForExtension | Method 'getPayrate' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 28 |
Error | design | DesignForExtension | Method 'setPayrate' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | misc | FinalParameters | Parameter payrate should be final. | 29 |
Error | coding | HiddenField | 'payrate' hides a field. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 8 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 16 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 16 |
Error | misc | FinalParameters | Parameter id should be final. | 17 |
Error | blocks | LeftCurly | '{' at column 37 should have line break after. | 17 |
Error | design | DesignForExtension | Method 'withdraw' is not designed for extension - needs to be abstract, final or empty. | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | misc | FinalParameters | Parameter amount should be final. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | design | DesignForExtension | Method 'processInterest' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | design | DesignForExtension | Method 'getRate' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Error | design | DesignForExtension | Method 'setRate' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | misc | FinalParameters | Parameter rate should be final. | 31 |
Error | coding | HiddenField | 'rate' hides a field. | 31 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 11 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 11 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 19 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 19 |
Error | misc | FinalParameters | Parameter id should be final. | 20 |
Error | coding | HiddenField | 'id' hides a field. | 20 |
Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 21 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 21 |
Error | design | DesignForExtension | Method 'getFirstName' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | blocks | LeftCurly | '{' at column 34 should have line break after. | 23 |
Error | design | DesignForExtension | Method 'setFirstName' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Error | misc | FinalParameters | Parameter firstName should be final. | 24 |
Error | coding | HiddenField | 'firstName' hides a field. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | design | DesignForExtension | Method 'getLastName' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | blocks | LeftCurly | '{' at column 33 should have line break after. | 28 |
Error | design | DesignForExtension | Method 'setLastName' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | misc | FinalParameters | Parameter lastName should be final. | 29 |
Error | coding | HiddenField | 'lastName' hides a field. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 |
Error | coding | MagicNumber | '32' is a magic number. | 16 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 22 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 22 |
Error | misc | FinalParameters | Parameter id should be final. | 23 |
Error | coding | HiddenField | 'id' hides a field. | 23 |
Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 23 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 24 |
Error | design | DesignForExtension | Method 'getCost' is not designed for extension - needs to be abstract, final or empty. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | design | DesignForExtension | Method 'setCost' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | misc | FinalParameters | Parameter cost should be final. | 29 |
Error | coding | HiddenField | 'cost' hides a field. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 6 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 18 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
Error | design | DesignForExtension | Method 'getHeight' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | design | DesignForExtension | Method 'setHeight' is not designed for extension - needs to be abstract, final or empty. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | misc | FinalParameters | Parameter height should be final. | 26 |
Error | coding | HiddenField | 'height' hides a field. | 26 |
Error | design | DesignForExtension | Method 'getWidth' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | design | DesignForExtension | Method 'setWidth' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | misc | FinalParameters | Parameter width should be final. | 33 |
Error | coding | HiddenField | 'width' hides a field. | 33 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 6 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 19 |
Error | blocks | LeftCurly | '{' at column 35 should have line break after. | 20 |
Error | design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 21 |
Error | misc | FinalParameters | Parameter id should be final. | 21 |
Error | blocks | LeftCurly | '{' at column 35 should have line break after. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | design | DesignForExtension | Method 'getPosx' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | design | DesignForExtension | Method 'setPosx' is not designed for extension - needs to be abstract, final or empty. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | misc | FinalParameters | Parameter posx should be final. | 26 |
Error | coding | HiddenField | 'posx' hides a field. | 26 |
Error | design | DesignForExtension | Method 'getPosy' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | design | DesignForExtension | Method 'setPosy' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | misc | FinalParameters | Parameter posy should be final. | 32 |
Error | coding | HiddenField | 'posy' hides a field. | 32 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 5 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | modifier | RedundantModifier | Redundant 'private' modifier. | 21 |
Error | misc | FinalParameters | Parameter text should be final. | 21 |
Error | coding | HiddenField | 'text' hides a field. | 21 |
Error | blocks | LeftCurly | '{' at column 39 should have line break after. | 21 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 26 |
Error | coding | MagicNumber | '16' is a magic number. | 26 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 31 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 31 |
Error | misc | FinalParameters | Parameter id should be final. | 32 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 32 |
Error | design | DesignForExtension | Method 'getExpiration' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | blocks | LeftCurly | '{' at column 33 should have line break after. | 34 |
Error | design | DesignForExtension | Method 'setExpiration' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | misc | FinalParameters | Parameter expiration should be final. | 35 |
Error | coding | HiddenField | 'expiration' hides a field. | 35 |
Error | design | DesignForExtension | Method 'getSoupType' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | blocks | LeftCurly | '{' at column 35 should have line break after. | 39 |
Error | design | DesignForExtension | Method 'setSoupType' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | misc | FinalParameters | Parameter type should be final. | 40 |
Error | coding | HiddenField | 'type' hides a field. | 40 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 11 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 11 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 16 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 17 |
Error | design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 18 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
Error | misc | FinalParameters | Parameter id should be final. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | design | DesignForExtension | Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 22 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 22 |
Error | design | DesignForExtension | Method 'setSize' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | misc | FinalParameters | Parameter size should be final. | 23 |
Error | coding | HiddenField | 'size' hides a field. | 23 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 6 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 8 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 11 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 16 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 16 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | misc | FinalParameters | Parameter name should be final. | 17 |
Error | coding | HiddenField | 'name' hides a field. | 17 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 21 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 21 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Error | misc | FinalParameters | Parameter name should be final. | 22 |
Error | coding | HiddenField | 'name' hides a field. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 6 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 23 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 23 |
Error | misc | FinalParameters | Parameter name should be final. | 24 |
Error | coding | HiddenField | 'name' hides a field. | 24 |
Error | blocks | LeftCurly | '{' at column 47 should have line break after. | 24 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 26 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 28 |
Error | design | DesignForExtension | Method 'getOwnedByEntities' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | blocks | LeftCurly | '{' at column 67 should have line break after. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 29 |
Error | design | DesignForExtension | Method 'setOwnedByEntities' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | misc | FinalParameters | Parameter ownedByEntities should be final. | 29 |
Error | coding | HiddenField | 'ownedByEntities' hides a field. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 6 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 29 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | misc | FinalParameters | Parameter name should be final. | 30 |
Error | coding | HiddenField | 'name' hides a field. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 36 |
Error | design | DesignForExtension | Method 'getOwnedEntities' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | blocks | LeftCurly | '{' at column 59 should have line break after. | 36 |
Error | design | DesignForExtension | Method 'setOwnedEntities' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | misc | FinalParameters | Parameter ownedEntities should be final. | 37 |
Error | coding | HiddenField | 'ownedEntities' hides a field. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 41 |
Error | design | DesignForExtension | Method 'getOwnedInverseEntities' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | blocks | LeftCurly | '{' at column 73 should have line break after. | 41 |
Error | design | DesignForExtension | Method 'setOwnedInverseEntities' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | misc | FinalParameters | Parameter ownedInverseEntities should be final. | 43 |
Error | coding | HiddenField | 'ownedInverseEntities' hides a field. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 10 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 15 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 15 |
Error | misc | FinalParameters | Parameter name should be final. | 16 |
Error | coding | HiddenField | 'name' hides a field. | 16 |
Error | blocks | LeftCurly | '{' at column 38 should have line break after. | 16 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 18 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 18 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | misc | FinalParameters | Parameter name should be final. | 19 |
Error | coding | HiddenField | 'name' hides a field. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 6 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 23 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 23 |
Error | misc | FinalParameters | Parameter name should be final. | 24 |
Error | coding | HiddenField | 'name' hides a field. | 24 |
Error | blocks | LeftCurly | '{' at column 46 should have line break after. | 24 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 26 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 28 |
Error | design | DesignForExtension | Method 'getOwnedByChildren' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | blocks | LeftCurly | '{' at column 65 should have line break after. | 28 |
Error | design | DesignForExtension | Method 'setOwnedByChildren' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | misc | FinalParameters | Parameter ownedByChildren should be final. | 30 |
Error | coding | HiddenField | 'ownedByChildren' hides a field. | 30 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 4 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 10 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 17 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 17 |
Error | misc | FinalParameters | Parameter name should be final. | 18 |
Error | coding | HiddenField | 'name' hides a field. | 18 |
Error | blocks | LeftCurly | '{' at column 44 should have line break after. | 18 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 20 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 22 |
Error | design | DesignForExtension | Method 'getOneInverseParent' is not designed for extension - needs to be abstract, final or empty. | 22 |
Error | blocks | LeftCurly | '{' at column 55 should have line break after. | 22 |
Error | design | DesignForExtension | Method 'setOneInverseParent' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | misc | FinalParameters | Parameter oneInverseParent should be final. | 23 |
Error | coding | HiddenField | 'oneInverseParent' hides a field. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 6 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 24 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 24 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 29 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 29 |
Error | misc | FinalParameters | Parameter name should be final. | 30 |
Error | coding | HiddenField | 'name' hides a field. | 30 |
Error | blocks | LeftCurly | '{' at column 45 should have line break after. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 32 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | misc | FinalParameters | Parameter name should be final. | 33 |
Error | coding | HiddenField | 'name' hides a field. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 37 |
Error | design | DesignForExtension | Method 'getOwnedChildren' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | blocks | LeftCurly | '{' at column 57 should have line break after. | 37 |
Error | design | DesignForExtension | Method 'setOwnedChildren' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | misc | FinalParameters | Parameter ownedChildren should be final. | 38 |
Error | coding | HiddenField | 'ownedChildren' hides a field. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 48 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 9 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 9 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 9 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 9 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 11 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 16 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 16 |
Error | misc | FinalParameters | Parameter id should be final. | 17 |
Error | coding | HiddenField | 'id' hides a field. | 17 |
Error | blocks | LeftCurly | '{' at column 34 should have line break after. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | misc | FinalParameters | Parameter name should be final. | 18 |
Error | coding | HiddenField | 'name' hides a field. | 18 |
Error | blocks | LeftCurly | '{' at column 38 should have line break after. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 21 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 21 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 23 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Error | misc | FinalParameters | Parameter name should be final. | 24 |
Error | coding | HiddenField | 'name' hides a field. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 6 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 115 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 116 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 118 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 118 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 118 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 118 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 120 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 120 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 120 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 123 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 125 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 126 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 126 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 130 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 131 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 131 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 131 |
Error | misc | FinalParameters | Parameter id should be final. | 132 |
Error | coding | HiddenField | 'id' hides a field. | 132 |
Error | blocks | LeftCurly | '{' at column 41 should have line break after. | 132 |
Error | misc | FinalParameters | Parameter name should be final. | 133 |
Error | coding | HiddenField | 'name' hides a field. | 133 |
Error | blocks | LeftCurly | '{' at column 45 should have line break after. | 133 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 134 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 135 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 135 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 137 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 137 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 138 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 138 |
Error | misc | FinalParameters | Parameter name should be final. | 138 |
Error | coding | HiddenField | 'name' hides a field. | 138 |
Error | design | DesignForExtension | Method 'getChildren' is not designed for extension - needs to be abstract, final or empty. | 142 |
Error | blocks | LeftCurly | '{' at column 51 should have line break after. | 142 |
Error | design | DesignForExtension | Method 'setChildren' is not designed for extension - needs to be abstract, final or empty. | 143 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 143 |
Error | misc | FinalParameters | Parameter children should be final. | 143 |
Error | coding | HiddenField | 'children' hides a field. | 143 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 147 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 147 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 9 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 9 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 11 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 14 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 14 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | misc | FinalParameters | Parameter mediaId should be final. | 15 |
Error | coding | HiddenField | 'mediaId' hides a field. | 15 |
Error | misc | FinalParameters | Parameter copyNo should be final. | 15 |
Error | coding | HiddenField | 'copyNo' hides a field. | 15 |
Error | design | DesignForExtension | Method 'getCopyNo' is not designed for extension - needs to be abstract, final or empty. | 19 |
Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 19 |
Error | design | DesignForExtension | Method 'setCopyNo' is not designed for extension - needs to be abstract, final or empty. | 20 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Error | misc | FinalParameters | Parameter copyNo should be final. | 20 |
Error | coding | HiddenField | 'copyNo' hides a field. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | design | DesignForExtension | Method 'getMediaId' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 24 |
Error | design | DesignForExtension | Method 'setMediaId' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | misc | FinalParameters | Parameter mediaId should be final. | 25 |
Error | coding | HiddenField | 'mediaId' hides a field. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | misc | FinalParameters | Parameter obj should be final. | 32 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 34 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 35 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 |
Error | blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 10 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 10 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
Error | misc | FinalParameters | Parameter mediaId should be final. | 11 |
Error | misc | FinalParameters | Parameter copyNo should be final. | 11 |
Error | coding | HiddenField | 'copyNo' hides a field. | 11 |
Error | design | DesignForExtension | Method 'getCopyNo' is not designed for extension - needs to be abstract, final or empty. | 15 |
Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 15 |
Error | design | DesignForExtension | Method 'setCopyNo' is not designed for extension - needs to be abstract, final or empty. | 16 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Error | misc | FinalParameters | Parameter copyNo should be final. | 16 |
Error | coding | HiddenField | 'copyNo' hides a field. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | design | DesignForExtension | Method 'getMediaId' is not designed for extension - needs to be abstract, final or empty. | 20 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 20 |
Error | design | DesignForExtension | Method 'setMediaId' is not designed for extension - needs to be abstract, final or empty. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | misc | FinalParameters | Parameter mediaId should be final. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Error | misc | FinalParameters | Parameter obj should be final. | 28 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 30 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 31 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 |
Error | blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 33 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 32 |
Error | design | DesignForExtension | Method 'getBorrower' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | blocks | LeftCurly | '{' at column 35 should have line break after. | 34 |
Error | design | DesignForExtension | Method 'setBorrower' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | misc | FinalParameters | Parameter borrower should be final. | 35 |
Error | coding | HiddenField | 'borrower' hides a field. | 35 |
Error | design | DesignForExtension | Method 'getIdentity' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | blocks | LeftCurly | '{' at column 33 should have line break after. | 39 |
Error | design | DesignForExtension | Method 'setIdentity' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | misc | FinalParameters | Parameter identity should be final. | 40 |
Error | coding | HiddenField | 'identity' hides a field. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 45 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 45 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 46 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 52 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 53 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 53 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 53 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 53 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 54 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 54 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 54 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 6 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 27 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 27 |
Error | misc | FinalParameters | Parameter id should be final. | 28 |
Error | coding | HiddenField | 'id' hides a field. | 28 |
Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | design | DesignForExtension | Method 'getMedia' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | blocks | LeftCurly | '{' at column 35 should have line break after. | 32 |
Error | design | DesignForExtension | Method 'setMedia' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | misc | FinalParameters | Parameter media should be final. | 33 |
Error | coding | HiddenField | 'media' hides a field. | 33 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 37 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | misc | FinalParameters | Parameter name should be final. | 38 |
Error | coding | HiddenField | 'name' hides a field. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 43 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 43 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 44 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 27 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 29 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 32 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 32 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 32 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 33 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 40 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 41 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 41 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 42 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 43 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 46 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 46 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 47 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | misc | FinalParameters | Parameter identity should be final. | 51 |
Error | coding | HiddenField | 'identity' hides a field. | 51 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 57 |
Error | design | DesignForExtension | Method 'getEndDate' is not designed for extension - needs to be abstract, final or empty. | 59 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 59 |
Error | design | DesignForExtension | Method 'setEndDate' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
Error | misc | FinalParameters | Parameter end should be final. | 60 |
Error | design | DesignForExtension | Method 'getStartDate' is not designed for extension - needs to be abstract, final or empty. | 64 |
Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 64 |
Error | design | DesignForExtension | Method 'setStartDate' is not designed for extension - needs to be abstract, final or empty. | 65 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
Error | misc | FinalParameters | Parameter start should be final. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 75 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 75 |
Error | design | DesignForExtension | Method 'getApplication' is not designed for extension - needs to be abstract, final or empty. | 79 |
Error | blocks | LeftCurly | '{' at column 39 should have line break after. | 79 |
Error | design | DesignForExtension | Method 'setApplication' is not designed for extension - needs to be abstract, final or empty. | 80 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
Error | misc | FinalParameters | Parameter application should be final. | 80 |
Error | coding | HiddenField | 'application' hides a field. | 80 |
Error | design | DesignForExtension | Method 'getCheckouts' is not designed for extension - needs to be abstract, final or empty. | 84 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
Error | design | DesignForExtension | Method 'addCheckout' is not designed for extension - needs to be abstract, final or empty. | 88 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
Error | misc | FinalParameters | Parameter checkout should be final. | 88 |
Error | design | DesignForExtension | Method 'removeCheckout' is not designed for extension - needs to be abstract, final or empty. | 91 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
Error | misc | FinalParameters | Parameter checkout should be final. | 91 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 96 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 96 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 97 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 97 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 100 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 101 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 103 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 104 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 105 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 106 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 107 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 108 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 110 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 110 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 110 |
Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 112 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 5 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 10 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 10 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | naming | StaticVariableName | Name 'CHECKOUT_DAYS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 13 |
Error | coding | MagicNumber | '1000' is a magic number. | 13 |
Error | coding | MagicNumber | '60' is a magic number. | 13 |
Error | coding | MagicNumber | '60' is a magic number. | 13 |
Error | coding | MagicNumber | '24' is a magic number. | 13 |
Error | coding | MagicNumber | '14' is a magic number. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 24 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | misc | FinalParameters | Parameter outDate should be final. | 30 |
Error | coding | HiddenField | 'outDate' hides a field. | 30 |
Error | design | DesignForExtension | Method 'isOverdue' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | whitespace | OperatorWrap | '?' should be on a new line. | 35 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | whitespace | OperatorWrap | ':' should be on a new line. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 40 |
Error | design | DesignForExtension | Method 'getBorrower' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | blocks | LeftCurly | '{' at column 35 should have line break after. | 42 |
Error | design | DesignForExtension | Method 'setBorrower' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Error | misc | FinalParameters | Parameter borrower should be final. | 43 |
Error | coding | HiddenField | 'borrower' hides a field. | 43 |
Error | design | DesignForExtension | Method 'getReturnDate' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | blocks | LeftCurly | '{' at column 33 should have line break after. | 47 |
Error | design | DesignForExtension | Method 'setReturnDate' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | misc | FinalParameters | Parameter returnDate should be final. | 48 |
Error | coding | HiddenField | 'returnDate' hides a field. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 53 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 53 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 54 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 58 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 59 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 60 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 61 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 62 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 63 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 6 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 26 |
Error | misc | FinalParameters | Parameter id should be final. | 27 |
Error | coding | HiddenField | 'id' hides a field. | 27 |
Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 29 |
Error | design | DesignForExtension | Method 'getMedia' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | blocks | LeftCurly | '{' at column 41 should have line break after. | 31 |
Error | design | DesignForExtension | Method 'setMedia' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | misc | FinalParameters | Parameter media should be final. | 32 |
Error | coding | HiddenField | 'media' hides a field. | 32 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 36 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | misc | FinalParameters | Parameter name should be final. | 37 |
Error | coding | HiddenField | 'name' hides a field. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 42 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 42 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 43 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 43 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 6 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 20 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 20 |
Error | misc | FinalParameters | Parameter id should be final. | 21 |
Error | coding | HiddenField | 'id' hides a field. | 21 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 21 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | design | DesignForExtension | Method 'getBorrowers' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | blocks | LeftCurly | '{' at column 47 should have line break after. | 25 |
Error | design | DesignForExtension | Method 'setBorrowers' is not designed for extension - needs to be abstract, final or empty. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | misc | FinalParameters | Parameter borrowers should be final. | 26 |
Error | coding | HiddenField | 'borrowers' hides a field. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 31 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 31 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 32 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 32 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 40 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 41 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 6 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 31 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 35 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 38 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 47 |
Error | design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | misc | FinalParameters | Parameter title should be final. | 48 |
Error | coding | HiddenField | 'title' hides a field. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | design | DesignForExtension | Method 'getAuthors' is not designed for extension - needs to be abstract, final or empty. | 52 |
Error | blocks | LeftCurly | '{' at column 44 should have line break after. | 52 |
Error | design | DesignForExtension | Method 'setAuthors' is not designed for extension - needs to be abstract, final or empty. | 53 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
Error | misc | FinalParameters | Parameter authors should be final. | 53 |
Error | coding | HiddenField | 'authors' hides a field. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 58 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 58 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 59 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 59 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 42 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 51 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 51 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 52 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 52 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 52 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 55 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
Error | misc | FinalParameters | Parameter media should be final. | 56 |
Error | coding | HiddenField | 'media' hides a field. | 56 |
Error | misc | FinalParameters | Parameter copyNo should be final. | 56 |
Error | coding | HiddenField | 'copyNo' hides a field. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | design | DesignForExtension | Method 'getCopyNo' is not designed for extension - needs to be abstract, final or empty. | 64 |
Error | blocks | LeftCurly | '{' at column 43 should have line break after. | 64 |
Error | misc | FinalParameters | Parameter copyNo should be final. | 65 |
Error | coding | HiddenField | 'copyNo' hides a field. | 65 |
Error | blocks | LeftCurly | '{' at column 43 should have line break after. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | design | DesignForExtension | Method 'getMediaId' is not designed for extension - needs to be abstract, final or empty. | 67 |
Error | blocks | LeftCurly | '{' at column 43 should have line break after. | 67 |
Error | misc | FinalParameters | Parameter mediaId should be final. | 68 |
Error | coding | HiddenField | 'mediaId' hides a field. | 68 |
Error | blocks | LeftCurly | '{' at column 43 should have line break after. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | design | DesignForExtension | Method 'getMedia' is not designed for extension - needs to be abstract, final or empty. | 70 |
Error | blocks | LeftCurly | '{' at column 43 should have line break after. | 70 |
Error | misc | FinalParameters | Parameter media should be final. | 71 |
Error | coding | HiddenField | 'media' hides a field. | 71 |
Error | blocks | LeftCurly | '{' at column 43 should have line break after. | 71 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 74 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 74 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 75 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 75 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 79 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 80 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 81 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 82 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | misc | FinalParameters | Parameter media should be final. | 32 |
Error | coding | HiddenField | 'media' hides a field. | 32 |
Error | misc | FinalParameters | Parameter copyNo should be final. | 32 |
Error | coding | HiddenField | 'copyNo' hides a field. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | design | DesignForExtension | Method 'getCopyNo' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | blocks | LeftCurly | '{' at column 43 should have line break after. | 39 |
Error | misc | FinalParameters | Parameter copyNo should be final. | 40 |
Error | coding | HiddenField | 'copyNo' hides a field. | 40 |
Error | blocks | LeftCurly | '{' at column 43 should have line break after. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | design | DesignForExtension | Method 'getMediaId' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | blocks | LeftCurly | '{' at column 43 should have line break after. | 42 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 42 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | design | DesignForExtension | Method 'getMedia' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | blocks | LeftCurly | '{' at column 43 should have line break after. | 44 |
Error | misc | FinalParameters | Parameter media should be final. | 45 |
Error | coding | HiddenField | 'media' hides a field. | 45 |
Error | blocks | LeftCurly | '{' at column 43 should have line break after. | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 48 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 48 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 49 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 49 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 53 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 54 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 55 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 56 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 24 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 27 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 30 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 30 |
Error | blocks | LeftCurly | '{' at column 52 should have line break after. | 30 |
Error | blocks | RightCurly | '}' at column 96 should be alone on a line. | 30 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | design | DesignForExtension | Method 'getFirstName' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | blocks | LeftCurly | '{' at column 34 should have line break after. | 36 |
Error | design | DesignForExtension | Method 'setFirstName' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | misc | FinalParameters | Parameter firstName should be final. | 37 |
Error | coding | HiddenField | 'firstName' hides a field. | 37 |
Error | design | DesignForExtension | Method 'getLastName' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | blocks | LeftCurly | '{' at column 33 should have line break after. | 41 |
Error | design | DesignForExtension | Method 'setLastName' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | misc | FinalParameters | Parameter lastName should be final. | 42 |
Error | coding | HiddenField | 'lastName' hides a field. | 42 |
Error | design | DesignForExtension | Method 'getPhone' is not designed for extension - needs to be abstract, final or empty. | 46 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 46 |
Error | design | DesignForExtension | Method 'setPhone' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | misc | FinalParameters | Parameter phone should be final. | 47 |
Error | coding | HiddenField | 'phone' hides a field. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | design | DesignForExtension | Method 'getPhoto' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 51 |
Error | design | DesignForExtension | Method 'setPhoto' is not designed for extension - needs to be abstract, final or empty. | 52 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Error | misc | FinalParameters | Parameter photo should be final. | 52 |
Error | coding | HiddenField | 'photo' hides a field. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 57 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 57 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 58 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 58 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 62 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 63 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 64 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 65 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 66 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | blocks | LeftCurly | '{' at column 20 should have line break after. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | misc | FinalParameters | Parameter image should be final. | 25 |
Error | coding | HiddenField | 'image' hides a field. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | design | DesignForExtension | Method 'getImage' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 35 |
Error | design | DesignForExtension | Method 'setImage' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | misc | FinalParameters | Parameter image should be final. | 36 |
Error | coding | HiddenField | 'image' hides a field. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 41 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 41 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 42 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 46 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 49 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 50 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 50 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 51 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 51 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 52 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 53 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 6 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 19 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 22 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | design | DesignForExtension | Method 'getMedia' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | blocks | LeftCurly | '{' at column 41 should have line break after. | 24 |
Error | design | DesignForExtension | Method 'setMedia' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | misc | FinalParameters | Parameter media should be final. | 25 |
Error | coding | HiddenField | 'media' hides a field. | 25 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 9 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 9 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 13 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 14 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 19 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 23 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Error | misc | FinalParameters | Parameter house should be final. | 24 |
Error | coding | HiddenField | 'house' hides a field. | 24 |
Error | misc | FinalParameters | Parameter doorId should be final. | 24 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | design | DesignForExtension | Method 'getPk' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 29 |
Error | design | DesignForExtension | Method 'getHouse' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 8 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 11 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 16 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 16 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | misc | FinalParameters | Parameter houseId should be final. | 17 |
Error | coding | HiddenField | 'houseId' hides a field. | 17 |
Error | misc | FinalParameters | Parameter doorId should be final. | 17 |
Error | coding | HiddenField | 'doorId' hides a field. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | design | DesignForExtension | Method 'getHouseId' is not designed for extension - needs to be abstract, final or empty. | 22 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 22 |
Error | design | DesignForExtension | Method 'getDoorId' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | misc | FinalParameters | Parameter obj should be final. | 31 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 33 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 33 |
Error | blocks | LeftCurly | '{' at column 19 should have line break after. | 33 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 34 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 34 |
Error | blocks | LeftCurly | '{' at column 19 should have line break after. | 34 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 36 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 36 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 36 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 36 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 6 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 8 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 8 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 8 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 27 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 29 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 29 |
Error | misc | FinalParameters | Parameter id should be final. | 30 |
Error | coding | HiddenField | 'id' hides a field. | 30 |
Error | blocks | LeftCurly | '{' at column 23 should have line break after. | 30 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 30 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | design | DesignForExtension | Method 'getRooms' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | blocks | LeftCurly | '{' at column 37 should have line break after. | 34 |
Error | design | DesignForExtension | Method 'getDoors' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | blocks | LeftCurly | '{' at column 37 should have line break after. | 35 |
Error | design | DesignForExtension | Method 'getResidents' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | blocks | LeftCurly | '{' at column 45 should have line break after. | 36 |
Error | design | DesignForExtension | Method 'getMortgages' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | blocks | LeftCurly | '{' at column 45 should have line break after. | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 9 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 9 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 13 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 22 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | misc | FinalParameters | Parameter house should be final. | 23 |
Error | coding | HiddenField | 'house' hides a field. | 23 |
Error | misc | FinalParameters | Parameter mortgageId should be final. | 23 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 24 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | design | DesignForExtension | Method 'getPk' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 28 |
Error | design | DesignForExtension | Method 'getHouse' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 29 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 8 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 11 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 16 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 16 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | misc | FinalParameters | Parameter houseId should be final. | 17 |
Error | coding | HiddenField | 'houseId' hides a field. | 17 |
Error | misc | FinalParameters | Parameter doorId should be final. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | design | DesignForExtension | Method 'getHouseId' is not designed for extension - needs to be abstract, final or empty. | 22 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 22 |
Error | design | DesignForExtension | Method 'getMortgageId' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | misc | FinalParameters | Parameter obj should be final. | 31 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 33 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 33 |
Error | blocks | LeftCurly | '{' at column 19 should have line break after. | 33 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 34 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 34 |
Error | blocks | LeftCurly | '{' at column 19 should have line break after. | 34 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 36 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 36 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 36 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 36 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 36 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 9 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 9 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 12 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 23 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Error | misc | FinalParameters | Parameter house should be final. | 24 |
Error | coding | HiddenField | 'house' hides a field. | 24 |
Error | misc | FinalParameters | Parameter residentId should be final. | 24 |
Error | coding | HiddenField | 'residentId' hides a field. | 24 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | design | DesignForExtension | Method 'getHouse' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | design | DesignForExtension | Method 'getResidentId' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 6 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 10 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 10 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
Error | misc | FinalParameters | Parameter houseId should be final. | 11 |
Error | misc | FinalParameters | Parameter residentId should be final. | 11 |
Error | coding | HiddenField | 'residentId' hides a field. | 11 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | design | DesignForExtension | Method 'getHouseId' is not designed for extension - needs to be abstract, final or empty. | 16 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 16 |
Error | design | DesignForExtension | Method 'getResidentId' is not designed for extension - needs to be abstract, final or empty. | 17 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | misc | FinalParameters | Parameter obj should be final. | 25 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 27 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 27 |
Error | blocks | LeftCurly | '{' at column 19 should have line break after. | 27 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 28 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 28 |
Error | blocks | LeftCurly | '{' at column 19 should have line break after. | 28 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 30 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 30 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 30 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 30 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 9 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 9 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 22 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Error | misc | FinalParameters | Parameter house should be final. | 27 |
Error | coding | HiddenField | 'house' hides a field. | 27 |
Error | misc | FinalParameters | Parameter roomId should be final. | 27 |
Error | coding | HiddenField | 'roomId' hides a field. | 27 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 29 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 29 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 30 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | design | DesignForExtension | Method 'getHouse' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | design | DesignForExtension | Method 'getRoomId' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 8 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 9 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 9 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 11 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 14 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 14 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | misc | FinalParameters | Parameter houseId should be final. | 15 |
Error | coding | HiddenField | 'houseId' hides a field. | 15 |
Error | misc | FinalParameters | Parameter roomId should be final. | 15 |
Error | coding | HiddenField | 'roomId' hides a field. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | design | DesignForExtension | Method 'getHouseId' is not designed for extension - needs to be abstract, final or empty. | 20 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 20 |
Error | design | DesignForExtension | Method 'getRoomId' is not designed for extension - needs to be abstract, final or empty. | 21 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | misc | FinalParameters | Parameter obj should be final. | 29 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 31 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 31 |
Error | blocks | LeftCurly | '{' at column 19 should have line break after. | 31 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 32 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 32 |
Error | blocks | LeftCurly | '{' at column 19 should have line break after. | 32 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 34 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 34 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 34 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 34 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 5 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 6 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 6 |
Error | misc | FinalParameters | Parameter args should be final. | 6 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 6 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 7 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 7 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 7 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 7 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 8 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 3 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 5 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 5 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 5 |
Error | misc | FinalParameters | Parameter msg should be final. | 6 |
Error | blocks | LeftCurly | '{' at column 50 should have line break after. | 6 |
Error | misc | FinalParameters | Parameter msg should be final. | 7 |
Error | misc | FinalParameters | Parameter ex should be final. | 7 |
Error | blocks | LeftCurly | '{' at column 64 should have line break after. | 7 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 7 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 7 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 7 |
Error | misc | FinalParameters | Parameter ex should be final. | 8 |
Error | blocks | LeftCurly | '{' at column 52 should have line break after. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 8 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 3 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 5 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 5 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 5 |
Error | misc | FinalParameters | Parameter msg should be final. | 6 |
Error | blocks | LeftCurly | '{' at column 50 should have line break after. | 6 |
Error | misc | FinalParameters | Parameter msg should be final. | 7 |
Error | misc | FinalParameters | Parameter ex should be final. | 7 |
Error | blocks | LeftCurly | '{' at column 64 should have line break after. | 7 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 7 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 7 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 7 |
Error | misc | FinalParameters | Parameter ex should be final. | 8 |
Error | blocks | LeftCurly | '{' at column 52 should have line break after. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 3 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 4 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 5 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 5 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 5 |
Error | misc | FinalParameters | Parameter msg should be final. | 6 |
Error | blocks | LeftCurly | '{' at column 58 should have line break after. | 6 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 7 |
Error | misc | FinalParameters | Parameter msg should be final. | 7 |
Error | misc | FinalParameters | Parameter ex should be final. | 7 |
Error | blocks | LeftCurly | '{' at column 72 should have line break after. | 7 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 7 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 7 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 7 |
Error | misc | FinalParameters | Parameter ex should be final. | 8 |
Error | blocks | LeftCurly | '{' at column 60 should have line break after. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 3 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 5 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 5 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 5 |
Error | misc | FinalParameters | Parameter msg should be final. | 6 |
Error | blocks | LeftCurly | '{' at column 53 should have line break after. | 6 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 7 |
Error | misc | FinalParameters | Parameter msg should be final. | 7 |
Error | misc | FinalParameters | Parameter ex should be final. | 7 |
Error | blocks | LeftCurly | '{' at column 67 should have line break after. | 7 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 7 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 7 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 7 |
Error | misc | FinalParameters | Parameter ex should be final. | 8 |
Error | blocks | LeftCurly | '{' at column 55 should have line break after. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | design | DesignForExtension | Method 'populateBooking' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | misc | FinalParameters | Parameter booking should be final. | 24 |
Error | javadoc | JavadocMethod | Expected @param tag for 'booking'. | 24 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'AgentReservationException'. | 25 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 26 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | design | DesignForExtension | Method 'getBookingByConfirmation' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | misc | FinalParameters | Parameter confirmation should be final. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | design | DesignForExtension | Method 'getBookings' is not designed for extension - needs to be abstract, final or empty. | 46 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
Error | misc | FinalParameters | Parameter index should be final. | 46 |
Error | misc | FinalParameters | Parameter count should be final. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | design | DesignForExtension | Method 'cleanupBooking' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | misc | FinalParameters | Parameter confirmation should be final. | 51 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 57 |
Error | design | DesignForExtension | Method 'setBookingDAO' is not designed for extension - needs to be abstract, final or empty. | 69 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
Error | misc | FinalParameters | Parameter bookingDAO should be final. | 69 |
Error | coding | HiddenField | 'bookingDAO' hides a field. | 69 |
Error | design | DesignForExtension | Method 'setReservationist' is not designed for extension - needs to be abstract, final or empty. | 72 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
Error | misc | FinalParameters | Parameter reservationist should be final. | 72 |
Error | coding | HiddenField | 'reservationist' hides a field. | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | design | DesignForExtension | Method 'addReservation' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | misc | FinalParameters | Parameter person should be final. | 29 |
Error | misc | FinalParameters | Parameter startDate should be final. | 29 |
Error | misc | FinalParameters | Parameter endDate should be final. | 29 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | 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). | 34 |
Error | 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). | 38 |
Error | design | DesignForExtension | Method 'cancelBooking' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | 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). | 48 |
Error | design | DesignForExtension | Method 'commit' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | 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). | 72 |
Error | 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). | 77 |
Error | blocks | EmptyBlock | Must have at least one statement. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | design | DesignForExtension | Method 'setBookingDAO' is not designed for extension - needs to be abstract, final or empty. | 85 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
Error | misc | FinalParameters | Parameter bookingDAO should be final. | 85 |
Error | coding | HiddenField | 'bookingDAO' hides a field. | 85 |
Error | design | DesignForExtension | Method 'setReservationist' is not designed for extension - needs to be abstract, final or empty. | 88 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
Error | misc | FinalParameters | Parameter reservationist should be final. | 88 |
Error | coding | HiddenField | 'reservationist' hides a field. | 88 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | misc | FinalParameters | Parameter id should be final. | 26 |
Error | coding | HiddenField | 'id' hides a field. | 26 |
Error | misc | FinalParameters | Parameter version should be final. | 26 |
Error | coding | HiddenField | 'version' hides a field. | 26 |
Error | misc | FinalParameters | Parameter confirmation should be final. | 26 |
Error | coding | HiddenField | 'confirmation' hides a field. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | misc | FinalParameters | Parameter id should be final. | 35 |
Error | coding | HiddenField | 'id' hides a field. | 35 |
Error | design | DesignForExtension | Method 'getConfirmation' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | design | DesignForExtension | Method 'setConfirmation' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | misc | FinalParameters | Parameter confirmation should be final. | 41 |
Error | coding | HiddenField | 'confirmation' hides a field. | 41 |
Error | design | DesignForExtension | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | design | DesignForExtension | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | misc | FinalParameters | Parameter version should be final. | 47 |
Error | coding | HiddenField | 'version' hides a field. | 47 |
Error | design | DesignForExtension | Method 'getHotelConfirmations' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
Error | misc | FinalParameters | Parameter hotelConfirmations should be final. | 54 |
Error | coding | HiddenField | 'hotelConfirmations' hides a field. | 54 |
Error | design | DesignForExtension | Method 'getHotelReservations' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
Error | misc | FinalParameters | Parameter hotelReservations should be final. | 61 |
Error | coding | HiddenField | 'hotelReservations' hides a field. | 61 |
Error | design | DesignForExtension | Method 'addHotelReservation' is not designed for extension - needs to be abstract, final or empty. | 64 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
Error | misc | FinalParameters | Parameter reservation should be final. | 64 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 65 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | misc | FinalParameters | Parameter data should be final. | 79 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 79 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 83 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 87 |
Error | misc | FinalParameters | Parameter obj should be final. | 88 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 89 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 89 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 89 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 90 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 91 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 96 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 101 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 8 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 3 |
Error | misc | FinalParameters | Parameter msg should be final. | 5 |
Error | blocks | LeftCurly | '{' at column 37 should have line break after. | 5 |
Error | misc | FinalParameters | Parameter ex should be final. | 6 |
Error | blocks | LeftCurly | '{' at column 39 should have line break after. | 6 |
Error | misc | FinalParameters | Parameter msg should be final. | 7 |
Error | misc | FinalParameters | Parameter ex should be final. | 7 |
Error | blocks | LeftCurly | '{' at column 51 should have line break after. | 7 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 56 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Error | naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 61 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 64 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 87 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 89 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 90 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 92 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 94 |
Error | design | DesignForExtension | Method 'closing' is not designed for extension - needs to be abstract, final or empty. | 97 |
Error | design | DesignForExtension | Method 'createBooking' is not designed for extension - needs to be abstract, final or empty. | 102 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 103 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 104 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Error | design | DesignForExtension | Method 'addReservation' is not designed for extension - needs to be abstract, final or empty. | 106 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
Error | misc | FinalParameters | Parameter person should be final. | 106 |
Error | misc | FinalParameters | Parameter startDate should be final. | 106 |
Error | misc | FinalParameters | Parameter endDate should be final. | 106 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Error | design | DesignForExtension | Method 'cancelBooking' is not designed for extension - needs to be abstract, final or empty. | 111 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 112 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 114 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 125 |
Error | design | DesignForExtension | Method 'commit' is not designed for extension - needs to be abstract, final or empty. | 125 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'AgentReservationException'. | 126 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 129 |
Error | design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 130 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 130 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 130 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 130 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 132 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 135 |
Error | design | DesignForExtension | Method 'afterBegin' is not designed for extension - needs to be abstract, final or empty. | 140 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 141 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 144 |
Error | design | DesignForExtension | Method 'beforeCompletion' is not designed for extension - needs to be abstract, final or empty. | 147 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'EJBException'. | 147 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'RemoteException'. | 147 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 148 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 148 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 150 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 152 |
Error | design | DesignForExtension | Method 'afterCompletion' is not designed for extension - needs to be abstract, final or empty. | 155 |
Error | misc | FinalParameters | Parameter status should be final. | 155 |
Error | javadoc | JavadocMethod | Expected @param tag for 'status'. | 155 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 156 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 40 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 44 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 69 |
Error | blocks | RightCurly | '}' at column 10 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). | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 87 |
Error | blocks | RightCurly | '}' at column 11 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). | 94 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Error | blocks | RightCurly | '}' at column 10 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). | 98 |
Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 99 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 99 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 101 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 104 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 106 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 107 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 109 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 112 |
Error | design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 115 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 118 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 118 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 119 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 119 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 120 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 122 |
Error | design | DesignForExtension | Method 'getBookingByConfirmation' is not designed for extension - needs to be abstract, final or empty. | 122 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
Error | misc | FinalParameters | Parameter confirmation should be final. | 122 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 127 |
Error | design | DesignForExtension | Method 'getBookings' is not designed for extension - needs to be abstract, final or empty. | 127 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
Error | misc | FinalParameters | Parameter index should be final. | 127 |
Error | misc | FinalParameters | Parameter count should be final. | 127 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 132 |
Error | design | DesignForExtension | Method 'cleanupBooking' is not designed for extension - needs to be abstract, final or empty. | 132 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 132 |
Error | misc | FinalParameters | Parameter confirmation should be final. | 132 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | design | VisibilityModifier | Variable 'log' must be private and have accessor methods. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | design | DesignForExtension | Method 'setEntityManager' is not designed for extension - needs to be abstract, final or empty. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Error | misc | FinalParameters | Parameter em should be final. | 22 |
Error | coding | HiddenField | 'em' hides a field. | 22 |
Error | design | DesignForExtension | Method 'createBooking' is not designed for extension - needs to be abstract, final or empty. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | misc | FinalParameters | Parameter booking should be final. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | 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). | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 38 |
Error | design | DesignForExtension | Method 'getBooking' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Error | misc | FinalParameters | Parameter id should be final. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | 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). | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | design | DesignForExtension | Method 'getBookings' is not designed for extension - needs to be abstract, final or empty. | 56 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
Error | misc | FinalParameters | Parameter index should be final. | 56 |
Error | misc | FinalParameters | Parameter count should be final. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | design | DesignForExtension | Method 'getBookings' is not designed for extension - needs to be abstract, final or empty. | 61 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | misc | FinalParameters | Parameter queryName should be final. | 63 |
Error | misc | FinalParameters | Parameter params should be final. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | misc | FinalParameters | Parameter index should be final. | 64 |
Error | misc | FinalParameters | Parameter count should be final. | 64 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | 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). | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | design | DesignForExtension | Method 'removeBooking' is not designed for extension - needs to be abstract, final or empty. | 87 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
Error | misc | FinalParameters | Parameter booking should be final. | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 91 |
Error | 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). | 96 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 99 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 99 |
Error | design | DesignForExtension | Method 'updateBooking' is not designed for extension - needs to be abstract, final or empty. | 104 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
Error | misc | FinalParameters | Parameter booking should be final. | 104 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 107 |
Error | 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). | 110 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 113 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 113 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 118 |
Error | design | DesignForExtension | Method 'getBookingByConfirmation' is not designed for extension - needs to be abstract, final or empty. | 118 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 118 |
Error | misc | FinalParameters | Parameter confirmation should be final. | 118 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 120 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 124 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 3 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 5 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 5 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 5 |
Error | misc | FinalParameters | Parameter msg should be final. | 6 |
Error | blocks | LeftCurly | '{' at column 50 should have line break after. | 6 |
Error | misc | FinalParameters | Parameter msg should be final. | 7 |
Error | misc | FinalParameters | Parameter ex should be final. | 7 |
Error | blocks | LeftCurly | '{' at column 64 should have line break after. | 7 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 7 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 7 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 7 |
Error | misc | FinalParameters | Parameter ex should be final. | 8 |
Error | blocks | LeftCurly | '{' at column 52 should have line break after. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 9 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 9 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 3 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 5 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 5 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 5 |
Error | misc | FinalParameters | Parameter msg should be final. | 6 |
Error | blocks | LeftCurly | '{' at column 50 should have line break after. | 6 |
Error | misc | FinalParameters | Parameter msg should be final. | 7 |
Error | misc | FinalParameters | Parameter ex should be final. | 7 |
Error | blocks | LeftCurly | '{' at column 64 should have line break after. | 7 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 7 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 7 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 7 |
Error | misc | FinalParameters | Parameter ex should be final. | 8 |
Error | blocks | LeftCurly | '{' at column 52 should have line break after. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 3 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 4 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 5 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 5 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 5 |
Error | misc | FinalParameters | Parameter msg should be final. | 6 |
Error | blocks | LeftCurly | '{' at column 58 should have line break after. | 6 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 7 |
Error | misc | FinalParameters | Parameter msg should be final. | 7 |
Error | misc | FinalParameters | Parameter ex should be final. | 7 |
Error | blocks | LeftCurly | '{' at column 72 should have line break after. | 7 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 7 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 7 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 7 |
Error | misc | FinalParameters | Parameter ex should be final. | 8 |
Error | blocks | LeftCurly | '{' at column 60 should have line break after. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 3 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 5 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 5 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 5 |
Error | misc | FinalParameters | Parameter msg should be final. | 6 |
Error | blocks | LeftCurly | '{' at column 53 should have line break after. | 6 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 7 |
Error | misc | FinalParameters | Parameter msg should be final. | 7 |
Error | misc | FinalParameters | Parameter ex should be final. | 7 |
Error | blocks | LeftCurly | '{' at column 67 should have line break after. | 7 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 7 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 7 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 7 |
Error | misc | FinalParameters | Parameter ex should be final. | 8 |
Error | blocks | LeftCurly | '{' at column 55 should have line break after. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | design | VisibilityModifier | Variable 'dao' must be private and have accessor methods. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | design | DesignForExtension | Method 'getReservation' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Error | misc | FinalParameters | Parameter confirmation should be final. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | design | DesignForExtension | Method 'cancelReservation' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | misc | FinalParameters | Parameter reservation should be final. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | coding | MagicNumber | '-2' is a magic number. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 52 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | design | DesignForExtension | Method 'commitReservation' is not designed for extension - needs to be abstract, final or empty. | 66 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Error | misc | FinalParameters | Parameter reservation should be final. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | design | DesignForExtension | Method 'createReservation' is not designed for extension - needs to be abstract, final or empty. | 73 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | misc | FinalParameters | Parameter person should be final. | 74 |
Error | misc | FinalParameters | Parameter startDate should be final. | 74 |
Error | misc | FinalParameters | Parameter endDate should be final. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | 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). | 80 |
Error | 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). | 83 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Error | design | DesignForExtension | Method 'getReservations' is not designed for extension - needs to be abstract, final or empty. | 95 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
Error | misc | FinalParameters | Parameter index should be final. | 95 |
Error | misc | FinalParameters | Parameter count should be final. | 95 |
Error | design | DesignForExtension | Method 'getReservationsForPerson' is not designed for extension - needs to be abstract, final or empty. | 100 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 101 |
Error | misc | FinalParameters | Parameter person should be final. | 101 |
Error | misc | FinalParameters | Parameter index should be final. | 101 |
Error | misc | FinalParameters | Parameter count should be final. | 101 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 110 |
Error | design | DesignForExtension | Method 'cleanupReservation' is not designed for extension - needs to be abstract, final or empty. | 110 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
Error | misc | FinalParameters | Parameter confirmation should be final. | 110 |
Error | design | DesignForExtension | Method 'setDao' is not designed for extension - needs to be abstract, final or empty. | 120 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 120 |
Error | misc | FinalParameters | Parameter dao should be final. | 120 |
Error | coding | HiddenField | 'dao' hides a field. | 120 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 124 |
Error | design | DesignForExtension | Method 'getReservationByConfirmation' is not designed for extension - needs to be abstract, final or empty. | 124 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 124 |
Error | misc | FinalParameters | Parameter confirmation should be final. | 124 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | design | DesignForExtension | Method 'createReservation' is not designed for extension - needs to be abstract, final or empty. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | misc | FinalParameters | Parameter person should be final. | 26 |
Error | misc | FinalParameters | Parameter startDate should be final. | 26 |
Error | misc | FinalParameters | Parameter endDate should be final. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | design | DesignForExtension | Method 'commit' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 36 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 38 |
Error | design | DesignForExtension | Method 'setReservationist' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | misc | FinalParameters | Parameter reservationist should be final. | 48 |
Error | coding | HiddenField | 'reservationist' hides a field. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 6 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 14 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | misc | FinalParameters | Parameter id should be final. | 15 |
Error | coding | HiddenField | 'id' hides a field. | 15 |
Error | misc | FinalParameters | Parameter version should be final. | 15 |
Error | coding | HiddenField | 'version' hides a field. | 15 |
Error | misc | FinalParameters | Parameter firstName should be final. | 15 |
Error | coding | HiddenField | 'firstName' hides a field. | 15 |
Error | misc | FinalParameters | Parameter lastName should be final. | 15 |
Error | coding | HiddenField | 'lastName' hides a field. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | misc | FinalParameters | Parameter id should be final. | 25 |
Error | coding | HiddenField | 'id' hides a field. | 25 |
Error | design | DesignForExtension | Method 'getFirstName' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Error | design | DesignForExtension | Method 'setFirstName' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | misc | FinalParameters | Parameter firstName should be final. | 31 |
Error | coding | HiddenField | 'firstName' hides a field. | 31 |
Error | design | DesignForExtension | Method 'getLastName' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | design | DesignForExtension | Method 'setLastName' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | misc | FinalParameters | Parameter lastName should be final. | 37 |
Error | coding | HiddenField | 'lastName' hides a field. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | design | DesignForExtension | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | design | DesignForExtension | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Error | misc | FinalParameters | Parameter version should be final. | 43 |
Error | coding | HiddenField | 'version' hides a field. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 48 |
Error | misc | FinalParameters | Parameter obj should be final. | 48 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 50 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 50 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 50 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 51 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 52 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 52 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 52 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 53 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 64 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 8 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 17 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 17 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
Error | misc | FinalParameters | Parameter id should be final. | 19 |
Error | coding | HiddenField | 'id' hides a field. | 19 |
Error | misc | FinalParameters | Parameter version should be final. | 19 |
Error | coding | HiddenField | 'version' hides a field. | 19 |
Error | misc | FinalParameters | Parameter confirmation should be final. | 19 |
Error | coding | HiddenField | 'confirmation' hides a field. | 19 |
Error | misc | FinalParameters | Parameter person should be final. | 19 |
Error | coding | HiddenField | 'person' hides a field. | 19 |
Error | misc | FinalParameters | Parameter startDate should be final. | 20 |
Error | coding | HiddenField | 'startDate' hides a field. | 20 |
Error | misc | FinalParameters | Parameter endDate should be final. | 20 |
Error | coding | HiddenField | 'endDate' hides a field. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | misc | FinalParameters | Parameter id should be final. | 32 |
Error | coding | HiddenField | 'id' hides a field. | 32 |
Error | design | DesignForExtension | Method 'getConfirmation' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | design | DesignForExtension | Method 'setConfirmation' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | misc | FinalParameters | Parameter confirmation should be final. | 38 |
Error | coding | HiddenField | 'confirmation' hides a field. | 38 |
Error | design | DesignForExtension | Method 'getPerson' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | design | DesignForExtension | Method 'setPerson' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | misc | FinalParameters | Parameter person should be final. | 44 |
Error | coding | HiddenField | 'person' hides a field. | 44 |
Error | design | DesignForExtension | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | design | DesignForExtension | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Error | misc | FinalParameters | Parameter version should be final. | 50 |
Error | coding | HiddenField | 'version' hides a field. | 50 |
Error | design | DesignForExtension | Method 'getEndDate' is not designed for extension - needs to be abstract, final or empty. | 53 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
Error | design | DesignForExtension | Method 'setEndDate' is not designed for extension - needs to be abstract, final or empty. | 56 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
Error | misc | FinalParameters | Parameter endDate should be final. | 56 |
Error | coding | HiddenField | 'endDate' hides a field. | 56 |
Error | design | DesignForExtension | Method 'getStartDate' is not designed for extension - needs to be abstract, final or empty. | 59 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
Error | design | DesignForExtension | Method 'setStartDate' is not designed for extension - needs to be abstract, final or empty. | 62 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
Error | misc | FinalParameters | Parameter startDate should be final. | 62 |
Error | coding | HiddenField | 'startDate' hides a field. | 62 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 65 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 66 |
Error | misc | FinalParameters | Parameter obj should be final. | 66 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 68 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 68 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 68 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 69 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 70 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 71 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 72 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 73 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 73 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
Error | misc | FinalParameters | Parameter lhsDate should be final. | 78 |
Error | misc | FinalParameters | Parameter rhsDate should be final. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 79 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 79 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 79 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 79 |
Error | blocks | RightCurly | '}' at column 6 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). | 81 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 82 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 82 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 82 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 90 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 90 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 91 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 91 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 91 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 94 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 97 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 97 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 97 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 97 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 97 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 99 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 100 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 3 |
Error | misc | FinalParameters | Parameter msg should be final. | 5 |
Error | blocks | LeftCurly | '{' at column 37 should have line break after. | 5 |
Error | misc | FinalParameters | Parameter ex should be final. | 6 |
Error | blocks | LeftCurly | '{' at column 39 should have line break after. | 6 |
Error | misc | FinalParameters | Parameter msg should be final. | 7 |
Error | misc | FinalParameters | Parameter ex should be final. | 7 |
Error | blocks | LeftCurly | '{' at column 51 should have line break after. | 7 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 8 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 35 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 57 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 67 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 69 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | design | DesignForExtension | Method 'cancelReservation' is not designed for extension - needs to be abstract, final or empty. | 76 |
Error | misc | FinalParameters | Parameter reservation should be final. | 76 |
Error | javadoc | JavadocMethod | Expected @param tag for 'reservation'. | 76 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'HotelReservationException'. | 77 |
Error | 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). | 80 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 92 |
Error | design | DesignForExtension | Method 'commitReservation' is not designed for extension - needs to be abstract, final or empty. | 92 |
Error | misc | FinalParameters | Parameter reservation should be final. | 92 |
Error | javadoc | JavadocMethod | Expected @param tag for 'reservation'. | 92 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'HotelReservationException'. | 93 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 101 |
Error | design | DesignForExtension | Method 'createReservation' is not designed for extension - needs to be abstract, final or empty. | 101 |
Error | misc | FinalParameters | Parameter person should be final. | 101 |
Error | javadoc | JavadocMethod | Expected @param tag for 'person'. | 101 |
Error | misc | FinalParameters | Parameter startDate should be final. | 101 |
Error | javadoc | JavadocMethod | Expected @param tag for 'startDate'. | 101 |
Error | misc | FinalParameters | Parameter endDate should be final. | 102 |
Error | javadoc | JavadocMethod | Expected @param tag for 'endDate'. | 102 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'HotelReservationException'. | 102 |
Error | 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). | 105 |
Error | design | DesignForExtension | Method 'getReservations' is not designed for extension - needs to be abstract, final or empty. | 114 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
Error | misc | FinalParameters | Parameter index should be final. | 114 |
Error | misc | FinalParameters | Parameter count should be final. | 114 |
Error | design | DesignForExtension | Method 'getReservationsForPerson' is not designed for extension - needs to be abstract, final or empty. | 119 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
Error | misc | FinalParameters | Parameter person should be final. | 119 |
Error | misc | FinalParameters | Parameter index should be final. | 119 |
Error | misc | FinalParameters | Parameter count should be final. | 120 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 124 |
Error | design | DesignForExtension | Method 'getReservationByConfirmation' is not designed for extension - needs to be abstract, final or empty. | 124 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 124 |
Error | misc | FinalParameters | Parameter confirmation should be final. | 124 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 129 |
Error | design | DesignForExtension | Method 'cleanupReservation' is not designed for extension - needs to be abstract, final or empty. | 129 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 129 |
Error | misc | FinalParameters | Parameter confirmation should be final. | 129 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 59 |
Error | coding | MagicNumber | '3' is a magic number. | 59 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 59 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 59 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 63 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Error | naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 63 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 89 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 91 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 94 |
Error | design | DesignForExtension | Method 'closing' is not designed for extension - needs to be abstract, final or empty. | 96 |
Error | design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 104 |
Error | design | DesignForExtension | Method 'createReservation' is not designed for extension - needs to be abstract, final or empty. | 110 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
Error | misc | FinalParameters | Parameter person should be final. | 110 |
Error | misc | FinalParameters | Parameter startDate should be final. | 110 |
Error | misc | FinalParameters | Parameter endDate should be final. | 110 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 114 |
Error | design | DesignForExtension | Method 'cancelReservations' is not designed for extension - needs to be abstract, final or empty. | 115 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
Error | design | DesignForExtension | Method 'commit' is not designed for extension - needs to be abstract, final or empty. | 119 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 124 |
Error | design | DesignForExtension | Method 'afterBegin' is not designed for extension - needs to be abstract, final or empty. | 127 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 128 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 131 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 132 |
Error | design | DesignForExtension | Method 'beforeCompletion' is not designed for extension - needs to be abstract, final or empty. | 134 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'EJBException'. | 134 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'RemoteException'. | 134 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 135 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 135 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 137 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 139 |
Error | design | DesignForExtension | Method 'afterCompletion' is not designed for extension - needs to be abstract, final or empty. | 141 |
Error | misc | FinalParameters | Parameter status should be final. | 141 |
Error | javadoc | JavadocMethod | Expected @param tag for 'status'. | 141 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 142 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | design | DesignForExtension | Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 20 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 21 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 10 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 18 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 19 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
Error | naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | design | DesignForExtension | Method 'setEntityManager' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | misc | FinalParameters | Parameter em should be final. | 23 |
Error | coding | HiddenField | 'em' hides a field. | 23 |
Error | design | DesignForExtension | Method 'createReservation' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Error | misc | FinalParameters | Parameter reservation should be final. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | 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). | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 46 |
Error | design | DesignForExtension | Method 'getReservation' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | misc | FinalParameters | Parameter id should be final. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 54 |
Error | 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). | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | design | DesignForExtension | Method 'getReservations' is not designed for extension - needs to be abstract, final or empty. | 64 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
Error | misc | FinalParameters | Parameter index should be final. | 64 |
Error | misc | FinalParameters | Parameter count should be final. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | design | DesignForExtension | Method 'getReservations' is not designed for extension - needs to be abstract, final or empty. | 69 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | misc | FinalParameters | Parameter queryName should be final. | 71 |
Error | misc | FinalParameters | Parameter params should be final. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | misc | FinalParameters | Parameter index should be final. | 72 |
Error | misc | FinalParameters | Parameter count should be final. | 72 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | 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). | 86 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 90 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Error | design | DesignForExtension | Method 'removeReservation' is not designed for extension - needs to be abstract, final or empty. | 95 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
Error | misc | FinalParameters | Parameter reservation should be final. | 95 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 99 |
Error | 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). | 104 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 107 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 112 |
Error | design | DesignForExtension | Method 'updateReservation' is not designed for extension - needs to be abstract, final or empty. | 112 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 112 |
Error | misc | FinalParameters | Parameter reservation should be final. | 112 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 115 |
Error | 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). | 118 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 121 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 121 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 126 |
Error | design | DesignForExtension | Method 'getReservationByConfirmation' is not designed for extension - needs to be abstract, final or empty. | 126 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
Error | misc | FinalParameters | Parameter confirmation should be final. | 126 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 128 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 132 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 9 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 3 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 5 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 5 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 5 |
Error | misc | FinalParameters | Parameter msg should be final. | 6 |
Error | blocks | LeftCurly | '{' at column 43 should have line break after. | 6 |
Error | misc | FinalParameters | Parameter msg should be final. | 7 |
Error | misc | FinalParameters | Parameter th should be final. | 7 |
Error | blocks | LeftCurly | '{' at column 57 should have line break after. | 7 |
Error | misc | FinalParameters | Parameter th should be final. | 8 |
Error | blocks | LeftCurly | '{' at column 45 should have line break after. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | design | VisibilityModifier | Variable 'logger' must be private and have accessor methods. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | design | DesignForExtension | Method 'setStudentDAO' is not designed for extension - needs to be abstract, final or empty. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | misc | FinalParameters | Parameter dao should be final. | 21 |
Error | coding | HiddenField | 'dao' hides a field. | 21 |
Error | design | DesignForExtension | Method 'addStudent' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | misc | FinalParameters | Parameter student should be final. | 25 |
Error | 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). | 28 |
Error | design | DesignForExtension | Method 'completeCourse' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | misc | FinalParameters | Parameter student should be final. | 34 |
Error | misc | FinalParameters | Parameter grade should be final. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | 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). | 39 |
Error | design | DesignForExtension | Method 'dropStudent' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | misc | FinalParameters | Parameter student should be final. | 45 |
Error | 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). | 50 |
Error | design | DesignForExtension | Method 'getStudents' is not designed for extension - needs to be abstract, final or empty. | 56 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
Error | misc | FinalParameters | Parameter index should be final. | 56 |
Error | misc | FinalParameters | Parameter count should be final. | 56 |
Error | 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). | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | design | DesignForExtension | Method 'getGraduatingStudents' is not designed for extension - needs to be abstract, final or empty. | 66 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Error | misc | FinalParameters | Parameter index should be final. | 66 |
Error | misc | FinalParameters | Parameter count should be final. | 66 |
Error | 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). | 70 |
Error | design | DesignForExtension | Method 'getNewStudents' is not designed for extension - needs to be abstract, final or empty. | 76 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
Error | misc | FinalParameters | Parameter index should be final. | 76 |
Error | misc | FinalParameters | Parameter count should be final. | 76 |
Error | 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). | 80 |
Error | design | DesignForExtension | Method 'getStudent' is not designed for extension - needs to be abstract, final or empty. | 86 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
Error | misc | FinalParameters | Parameter id should be final. | 86 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | 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). | 89 |
Error | design | DesignForExtension | Method 'getStudents' is not designed for extension - needs to be abstract, final or empty. | 95 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 96 |
Error | misc | FinalParameters | Parameter queryName should be final. | 96 |
Error | misc | FinalParameters | Parameter params should be final. | 96 |
Error | misc | FinalParameters | Parameter index should be final. | 96 |
Error | misc | FinalParameters | Parameter count should be final. | 96 |
Error | 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). | 100 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 8 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 15 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Error | misc | FinalParameters | Parameter id should be final. | 16 |
Error | coding | HiddenField | 'id' hides a field. | 16 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | misc | FinalParameters | Parameter id should be final. | 19 |
Error | coding | HiddenField | 'id' hides a field. | 19 |
Error | misc | FinalParameters | Parameter course should be final. | 19 |
Error | coding | HiddenField | 'course' hides a field. | 19 |
Error | misc | FinalParameters | Parameter semester should be final. | 19 |
Error | coding | HiddenField | 'semester' hides a field. | 19 |
Error | misc | FinalParameters | Parameter grade should be final. | 19 |
Error | coding | HiddenField | 'grade' hides a field. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | misc | FinalParameters | Parameter id should be final. | 29 |
Error | coding | HiddenField | 'id' hides a field. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | design | DesignForExtension | Method 'getCourse' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | design | DesignForExtension | Method 'setCourse' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | misc | FinalParameters | Parameter course should be final. | 35 |
Error | coding | HiddenField | 'course' hides a field. | 35 |
Error | design | DesignForExtension | Method 'getGrade' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | design | DesignForExtension | Method 'setGrade' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | misc | FinalParameters | Parameter grade should be final. | 41 |
Error | coding | HiddenField | 'grade' hides a field. | 41 |
Error | design | DesignForExtension | Method 'getSemester' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | design | DesignForExtension | Method 'setSemester' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | misc | FinalParameters | Parameter semester should be final. | 47 |
Error | coding | HiddenField | 'semester' hides a field. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 11 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 11 |
Error | misc | FinalParameters | Parameter id should be final. | 12 |
Error | coding | HiddenField | 'id' hides a field. | 12 |
Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 12 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
Error | misc | FinalParameters | Parameter id should be final. | 13 |
Error | coding | HiddenField | 'id' hides a field. | 13 |
Error | misc | FinalParameters | Parameter firstName should be final. | 13 |
Error | coding | HiddenField | 'firstName' hides a field. | 13 |
Error | misc | FinalParameters | Parameter lastName should be final. | 13 |
Error | coding | HiddenField | 'lastName' hides a field. | 13 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 18 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | misc | FinalParameters | Parameter id should be final. | 21 |
Error | coding | HiddenField | 'id' hides a field. | 21 |
Error | design | DesignForExtension | Method 'getFirstName' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | design | DesignForExtension | Method 'setFirstName' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Error | misc | FinalParameters | Parameter firstName should be final. | 28 |
Error | coding | HiddenField | 'firstName' hides a field. | 28 |
Error | design | DesignForExtension | Method 'getLastName' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | design | DesignForExtension | Method 'setLastName' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | misc | FinalParameters | Parameter lastName should be final. | 34 |
Error | coding | HiddenField | 'lastName' hides a field. | 34 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 6 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 10 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 10 |
Error | misc | FinalParameters | Parameter id should be final. | 11 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 11 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
Error | misc | FinalParameters | Parameter id should be final. | 13 |
Error | misc | FinalParameters | Parameter firstName should be final. | 13 |
Error | misc | FinalParameters | Parameter lastName should be final. | 13 |
Error | misc | FinalParameters | Parameter grades should be final. | 13 |
Error | coding | HiddenField | 'grades' hides a field. | 13 |
Error | design | DesignForExtension | Method 'getGrades' is not designed for extension - needs to be abstract, final or empty. | 18 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
Error | design | DesignForExtension | Method 'setGrades' is not designed for extension - needs to be abstract, final or empty. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | misc | FinalParameters | Parameter grades should be final. | 21 |
Error | coding | HiddenField | 'grades' hides a field. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 8 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 9 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 10 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 11 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 12 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 14 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 15 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 15 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 3 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 5 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 5 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 5 |
Error | misc | FinalParameters | Parameter message should be final. | 6 |
Error | blocks | LeftCurly | '{' at column 48 should have line break after. | 6 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
Error | misc | FinalParameters | Parameter message should be final. | 7 |
Error | misc | FinalParameters | Parameter th should be final. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
Error | misc | FinalParameters | Parameter th should be final. | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | design | DesignForExtension | Method 'setEntityManager' is not designed for extension - needs to be abstract, final or empty. | 20 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Error | misc | FinalParameters | Parameter em should be final. | 20 |
Error | coding | HiddenField | 'em' hides a field. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Error | misc | FinalParameters | Parameter student should be final. | 24 |
Error | design | DesignForExtension | Method 'find' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | misc | FinalParameters | Parameter index should be final. | 30 |
Error | misc | FinalParameters | Parameter count should be final. | 30 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 33 |
Error | design | DesignForExtension | Method 'find' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | misc | FinalParameters | Parameter name should be final. | 40 |
Error | misc | FinalParameters | Parameter args should be final. | 40 |
Error | misc | FinalParameters | Parameter index should be final. | 40 |
Error | misc | FinalParameters | Parameter count should be final. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 41 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 44 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 44 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 45 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 45 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 45 |
Error | design | DesignForExtension | Method 'find' is not designed for extension - needs to be abstract, final or empty. | 58 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
Error | misc | FinalParameters | Parameter name should be final. | 58 |
Error | misc | FinalParameters | Parameter index should be final. | 58 |
Error | misc | FinalParameters | Parameter count should be final. | 58 |
Error | design | DesignForExtension | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 62 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
Error | misc | FinalParameters | Parameter id should be final. | 62 |
Error | design | DesignForExtension | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 66 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Error | misc | FinalParameters | Parameter student should be final. | 66 |
Error | design | DesignForExtension | Method 'update' is not designed for extension - needs to be abstract, final or empty. | 71 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
Error | misc | FinalParameters | Parameter student should be final. | 71 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 19 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | design | DesignForExtension | Method 'doGet' is not designed for extension - needs to be abstract, final or empty. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | misc | FinalParameters | Parameter request should be final. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | misc | FinalParameters | Parameter response should be final. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 |
Error | 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). | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - java.util.HashMap. | 4 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 29 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | misc | FinalParameters | Parameter config should be final. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 37 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 37 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 40 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | design | DesignForExtension | Method 'doFilter' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | misc | FinalParameters | Parameter request should be final. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | misc | FinalParameters | Parameter response should be final. | 45 |
Error | misc | FinalParameters | Parameter chain should be final. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 60 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 60 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 60 |
Error | blocks | RightCurly | '}' at column 13 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). | 63 |
Error | 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). | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | design | DesignForExtension | Method 'destroy' is not designed for extension - needs to be abstract, final or empty. | 76 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 84 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 93 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 96 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 102 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
Error | misc | FinalParameters | Parameter context should be final. | 104 |
Error | misc | FinalParameters | Parameter name should be final. | 104 |
Error | 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). | 108 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 109 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 109 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 113 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
Error | misc | FinalParameters | Parameter level should be final. | 113 |
Error | misc | FinalParameters | Parameter text should be final. | 113 |
Error | misc | FinalParameters | Parameter context should be final. | 113 |
Error | misc | FinalParameters | Parameter name should be final. | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 115 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 124 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 128 |
Error | design | DesignForExtension | Method 'isContext' is not designed for extension - needs to be abstract, final or empty. | 129 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 129 |
Error | misc | FinalParameters | Parameter className should be final. | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 131 |
Error | 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). | 134 |
Error | design | DesignForExtension | Method 'getPad' is not designed for extension - needs to be abstract, final or empty. | 141 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 141 |
Error | misc | FinalParameters | Parameter level should be final. | 141 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | 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). | 42 |
Error | blocks | EmptyBlock | Must have at least one statement. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | 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). | 45 |
Error | blocks | EmptyBlock | Must have at least one statement. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 57 |
Error | design | DesignForExtension | Method 'getRegistrar' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 60 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | design | DesignForExtension | Method 'doGet' is not designed for extension - needs to be abstract, final or empty. | 66 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Error | misc | FinalParameters | Parameter request should be final. | 66 |
Error | misc | FinalParameters | Parameter response should be final. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | blocks | RightCurly | '}' at column 13 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). | 74 |
Error | 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). | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | design | DesignForExtension | Method 'doPost' is not designed for extension - needs to be abstract, final or empty. | 90 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
Error | misc | FinalParameters | Parameter request should be final. | 90 |
Error | misc | FinalParameters | Parameter response should be final. | 91 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 95 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 100 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 101 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
Error | misc | FinalParameters | Parameter request should be final. | 102 |
Error | misc | FinalParameters | Parameter response should be final. | 103 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 114 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 125 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 126 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 128 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 129 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 130 |
Error | misc | FinalParameters | Parameter request should be final. | 130 |
Error | misc | FinalParameters | Parameter response should be final. | 131 |
Error | coding | MagicNumber | '100' is a magic number. | 134 |
Error | blocks | LeftCurly | '{' at column 17 should have line break after. | 135 |
Error | blocks | RightCurly | '}' at column 55 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). | 135 |
Error | whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 136 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 136 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 136 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 137 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 141 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 141 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 141 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 141 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 141 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 156 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 167 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 168 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 171 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 172 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 173 |
Error | misc | FinalParameters | Parameter request should be final. | 173 |
Error | misc | FinalParameters | Parameter response should be final. | 174 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 178 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 179 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 180 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 181 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 182 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 186 |
Error | blocks | LeftCurly | '{' at column 17 should have line break after. | 188 |
Error | blocks | RightCurly | '}' at column 55 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). | 188 |
Error | whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 189 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 190 |
Error | coding | MagicNumber | '20' is a magic number. | 193 |
Error | blocks | LeftCurly | '{' at column 17 should have line break after. | 194 |
Error | blocks | RightCurly | '}' at column 55 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). | 194 |
Error | whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 195 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 196 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 198 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 199 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 201 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 203 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 204 |
Error | whitespace | OperatorWrap | '?' should be on a new line. | 206 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 206 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 215 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 226 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 227 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 229 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 230 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 231 |
Error | misc | FinalParameters | Parameter request should be final. | 231 |
Error | misc | FinalParameters | Parameter response should be final. | 232 |
Error | blocks | LeftCurly | '{' at column 17 should have line break after. | 236 |
Error | blocks | RightCurly | '}' at column 47 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). | 236 |
Error | whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 237 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 244 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 245 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 246 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 252 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 263 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 264 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 267 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 268 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 269 |
Error | misc | FinalParameters | Parameter request should be final. | 269 |
Error | misc | FinalParameters | Parameter response should be final. | 270 |
Error | blocks | LeftCurly | '{' at column 17 should have line break after. | 274 |
Error | blocks | RightCurly | '}' at column 47 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). | 274 |
Error | whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 275 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 282 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 283 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 286 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 291 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 302 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 303 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 305 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | coding | MagicNumber | '32' is a magic number. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 |
Error | coding | MagicNumber | '32' is a magic number. | 22 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 24 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 27 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 27 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 27 |
Error | coding | MagicNumber | '20' is a magic number. | 27 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 27 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 27 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 27 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 29 |
Error | coding | MagicNumber | '20' is a magic number. | 29 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 29 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 29 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 29 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 29 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 30 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 30 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 30 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 30 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 31 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 34 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 34 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 34 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 34 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 34 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 34 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 35 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 35 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 36 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 36 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 36 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 36 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 36 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 36 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 36 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 37 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 37 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 37 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 37 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 38 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 41 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 41 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 41 |
Error | coding | MagicNumber | '5' is a magic number. | 41 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 41 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 41 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 41 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 42 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 42 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 43 |
Error | coding | MagicNumber | '5' is a magic number. | 43 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 43 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 43 |
Error | coding | MagicNumber | '5' is a magic number. | 43 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 43 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 43 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 43 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 43 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 44 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 44 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 44 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 44 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 45 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 49 |
Error | design | DesignForExtension | Method 'getStreet' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 51 |
Error | design | DesignForExtension | Method 'setStreet' is not designed for extension - needs to be abstract, final or empty. | 52 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Error | misc | FinalParameters | Parameter street should be final. | 52 |
Error | coding | HiddenField | 'street' hides a field. | 52 |
Error | design | DesignForExtension | Method 'getCity' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 57 |
Error | design | DesignForExtension | Method 'setCity' is not designed for extension - needs to be abstract, final or empty. | 58 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
Error | misc | FinalParameters | Parameter city should be final. | 58 |
Error | coding | HiddenField | 'city' hides a field. | 58 |
Error | design | DesignForExtension | Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 63 |
Error | design | DesignForExtension | Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 64 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
Error | misc | FinalParameters | Parameter state should be final. | 64 |
Error | coding | HiddenField | 'state' hides a field. | 64 |
Error | design | DesignForExtension | Method 'getZip' is not designed for extension - needs to be abstract, final or empty. | 69 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 69 |
Error | design | DesignForExtension | Method 'setZip' is not designed for extension - needs to be abstract, final or empty. | 70 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
Error | misc | FinalParameters | Parameter zip should be final. | 70 |
Error | coding | HiddenField | 'zip' hides a field. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 77 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 77 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 77 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 77 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 77 |
Error | whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 77 |
Error | whitespace | WhitespaceAround | ':' is not followed by whitespace. | 77 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 78 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 78 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 78 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 78 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 78 |
Error | whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 78 |
Error | whitespace | WhitespaceAround | ':' is not followed by whitespace. | 78 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 79 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 79 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 79 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 79 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 79 |
Error | whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 79 |
Error | whitespace | WhitespaceAround | ':' is not followed by whitespace. | 79 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 79 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 80 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 80 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 80 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 80 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 80 |
Error | whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 80 |
Error | whitespace | WhitespaceAround | ':' is not followed by whitespace. | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 |
Error | coding | MagicNumber | '32' is a magic number. | 25 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 27 |
Error | coding | MagicNumber | '32' is a magic number. | 27 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 27 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 27 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 27 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 27 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 29 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 32 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 32 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 32 |
Error | coding | MagicNumber | '20' is a magic number. | 32 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 32 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 32 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 32 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 33 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 34 |
Error | coding | MagicNumber | '20' is a magic number. | 34 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 34 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 34 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 34 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 34 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 35 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 35 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 35 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 35 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 36 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 39 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 39 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 39 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 40 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 40 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 41 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 41 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 41 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 41 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 41 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 41 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 41 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 42 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 42 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 42 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 42 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 43 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 46 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 46 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 46 |
Error | coding | MagicNumber | '5' is a magic number. | 46 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 46 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 46 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 46 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 47 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 47 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 48 |
Error | coding | MagicNumber | '5' is a magic number. | 48 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 48 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 48 |
Error | coding | MagicNumber | '5' is a magic number. | 48 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 48 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 48 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 48 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 48 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 49 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 49 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 49 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 49 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 50 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 54 |
Error | design | DesignForExtension | Method 'getStreet' is not designed for extension - needs to be abstract, final or empty. | 56 |
Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 56 |
Error | design | DesignForExtension | Method 'setStreet' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Error | misc | FinalParameters | Parameter street should be final. | 57 |
Error | coding | HiddenField | 'street' hides a field. | 57 |
Error | design | DesignForExtension | Method 'getCity' is not designed for extension - needs to be abstract, final or empty. | 62 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 62 |
Error | design | DesignForExtension | Method 'setCity' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
Error | misc | FinalParameters | Parameter city should be final. | 63 |
Error | coding | HiddenField | 'city' hides a field. | 63 |
Error | design | DesignForExtension | Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 68 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 68 |
Error | design | DesignForExtension | Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 69 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
Error | misc | FinalParameters | Parameter state should be final. | 69 |
Error | coding | HiddenField | 'state' hides a field. | 69 |
Error | design | DesignForExtension | Method 'getZip' is not designed for extension - needs to be abstract, final or empty. | 74 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 74 |
Error | design | DesignForExtension | Method 'setZip' is not designed for extension - needs to be abstract, final or empty. | 75 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
Error | misc | FinalParameters | Parameter zip should be final. | 75 |
Error | coding | HiddenField | 'zip' hides a field. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 82 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 82 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 82 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 82 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 82 |
Error | whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 82 |
Error | whitespace | WhitespaceAround | ':' is not followed by whitespace. | 82 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 83 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 83 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 83 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 83 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 83 |
Error | whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 83 |
Error | whitespace | WhitespaceAround | ':' is not followed by whitespace. | 83 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 83 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 84 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 84 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 84 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 84 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 84 |
Error | whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 84 |
Error | whitespace | WhitespaceAround | ':' is not followed by whitespace. | 84 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 84 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 85 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 85 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 85 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 85 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 85 |
Error | whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 85 |
Error | whitespace | WhitespaceAround | ':' is not followed by whitespace. | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 8 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 16 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 16 |
Error | design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 18 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 18 |
Error | design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | misc | FinalParameters | Parameter title should be final. | 19 |
Error | coding | HiddenField | 'title' hides a field. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | design | DesignForExtension | Method 'getPages' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 24 |
Error | design | DesignForExtension | Method 'setPages' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | misc | FinalParameters | Parameter pages should be final. | 25 |
Error | coding | HiddenField | 'pages' hides a field. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.ElementType.*. | 7 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.RetentionPolicy.*. | 8 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 10 |
Error | whitespace | GenericWhitespace | '>' is followed by an illegal character. | 10 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 10 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 |
Error | misc | FinalParameters | Parameter constraintAnnotation should be final. | 13 |
Error | design | DesignForExtension | Method 'isValid' is not designed for extension - needs to be abstract, final or empty. | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 17 |
Error | misc | FinalParameters | Parameter address should be final. | 17 |
Error | misc | FinalParameters | Parameter context should be final. | 17 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 18 |
Error | blocks | LeftCurly | '{' at column 22 should have line break after. | 18 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 19 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 19 |
Error | whitespace | OperatorWrap | '||' should be on a new line. | 19 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 4 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 4 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 4 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 4 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 4 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 4 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 3 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 3 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 3 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.ElementType.*. | 7 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.RetentionPolicy.*. | 8 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 20 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 10 |
Error | whitespace | GenericWhitespace | '>' is followed by an illegal character. | 10 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 10 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | design | VisibilityModifier | Variable 'minAge' must be private and have accessor methods. | 11 |
Error | design | DesignForExtension | Method 'initialize' is not designed for extension - needs to be abstract, final or empty. | 13 |
Error | misc | FinalParameters | Parameter constraint should be final. | 14 |
Error | design | DesignForExtension | Method 'isValid' is not designed for extension - needs to be abstract, final or empty. | 18 |
Error | misc | FinalParameters | Parameter date should be final. | 19 |
Error | misc | FinalParameters | Parameter ctx should be final. | 19 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 20 |
Error | blocks | LeftCurly | '{' at column 19 should have line break after. | 20 |
Error | whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 24 |
Error | whitespace | WhitespaceAround | '*' is not followed by whitespace. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Error | misc | FinalParameters | Parameter birth should be final. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 46 |
Error | blocks | LeftCurly | '{' at column 19 should have line break after. | 47 |
Error | blocks | RightCurly | '}' at column 33 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). | 47 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 48 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 49 |
Error | blocks | LeftCurly | '{' at column 18 should have line break after. | 50 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 5 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 5 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 8 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 14 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 24 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 24 |
Error | coding | MagicNumber | '12' is a magic number. | 24 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 24 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 28 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
Error | coding | MagicNumber | '12' is a magic number. | 28 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 31 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 31 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 31 |
Error | coding | MagicNumber | '20' is a magic number. | 31 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 31 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 31 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 35 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 35 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 35 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 35 |
Error | coding | MagicNumber | '20' is a magic number. | 35 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 35 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 35 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 35 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 35 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 39 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 40 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 40 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 42 |
Error | coding | MagicNumber | '18' is a magic number. | 42 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 42 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 42 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 42 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 43 |
Error | coding | MagicNumber | '16' is a magic number. | 43 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 43 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 43 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 47 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 47 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 47 |
Error | coding | MagicNumber | '50' is a magic number. | 47 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 47 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 48 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 48 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 49 |
Error | coding | MagicNumber | '7' is a magic number. | 49 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 49 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 49 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 49 |
Error | coding | MagicNumber | '50' is a magic number. | 49 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 49 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 50 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 53 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | design | DesignForExtension | Method 'getFirstName' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 55 |
Error | design | DesignForExtension | Method 'setFirstName' is not designed for extension - needs to be abstract, final or empty. | 56 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
Error | misc | FinalParameters | Parameter firstName should be final. | 56 |
Error | coding | HiddenField | 'firstName' hides a field. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | design | DesignForExtension | Method 'getLastName' is not designed for extension - needs to be abstract, final or empty. | 61 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 61 |
Error | design | DesignForExtension | Method 'setLastName' is not designed for extension - needs to be abstract, final or empty. | 62 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
Error | misc | FinalParameters | Parameter lastName should be final. | 62 |
Error | coding | HiddenField | 'lastName' hides a field. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | design | DesignForExtension | Method 'getBirthDate' is not designed for extension - needs to be abstract, final or empty. | 67 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 67 |
Error | design | DesignForExtension | Method 'setBirthDate' is not designed for extension - needs to be abstract, final or empty. | 68 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
Error | misc | FinalParameters | Parameter birthDate should be final. | 68 |
Error | coding | HiddenField | 'birthDate' hides a field. | 68 |
Error | design | DesignForExtension | Method 'getEmail' is not designed for extension - needs to be abstract, final or empty. | 73 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 73 |
Error | design | DesignForExtension | Method 'setEmail' is not designed for extension - needs to be abstract, final or empty. | 74 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
Error | misc | FinalParameters | Parameter email should be final. | 74 |
Error | coding | HiddenField | 'email' hides a field. | 74 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 82 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 82 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 82 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 83 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 83 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 83 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 84 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 84 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 84 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 84 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 85 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 85 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 85 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 86 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 4 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 6 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 6 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 11 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.CascadeType.*. | 12 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 24 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 29 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 29 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 33 |
Error | design | DesignForExtension | Method 'getDate' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 35 |
Error | design | DesignForExtension | Method 'setDate' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | misc | FinalParameters | Parameter date should be final. | 36 |
Error | coding | HiddenField | 'date' hides a field. | 36 |
Error | design | DesignForExtension | Method 'getItems' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 42 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | design | DesignForExtension | Method 'setItems' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | misc | FinalParameters | Parameter items should be final. | 47 |
Error | coding | HiddenField | 'items' hides a field. | 47 |
Error | design | DesignForExtension | Method 'addItem' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | misc | FinalParameters | Parameter item should be final. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | design | DesignForExtension | Method 'getTotal' is not designed for extension - needs to be abstract, final or empty. | 56 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 64 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 70 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 70 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 70 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 70 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 6 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 11 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | coding | MagicNumber | '20' is a magic number. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | coding | MagicNumber | '20' is a magic number. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 |
Error | coding | MagicNumber | '7' is a magic number. | 22 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 27 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 27 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 27 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 27 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 30 |
Error | design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | blocks | LeftCurly | '{' at column 33 should have line break after. | 32 |
Error | design | DesignForExtension | Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | misc | FinalParameters | Parameter description should be final. | 33 |
Error | coding | HiddenField | 'description' hides a field. | 33 |
Error | design | DesignForExtension | Method 'getAmount' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 38 |
Error | design | DesignForExtension | Method 'setAmount' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | misc | FinalParameters | Parameter amount should be final. | 39 |
Error | coding | HiddenField | 'amount' hides a field. | 39 |
Error | design | DesignForExtension | Method 'getCount' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 44 |
Error | design | DesignForExtension | Method 'setCount' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | misc | FinalParameters | Parameter count should be final. | 45 |
Error | coding | HiddenField | 'count' hides a field. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | design | DesignForExtension | Method 'getTotal' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.ElementType.*. | 7 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.RetentionPolicy.*. | 8 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 26 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 33 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 33 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 34 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 34 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 34 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 35 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 35 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 35 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 8 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 12 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 12 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 10 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 11 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 11 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 |
Error | coding | MagicNumber | '32' is a magic number. | 16 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | coding | MagicNumber | '32' is a magic number. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 |
Error | coding | MagicNumber | '10' is a magic number. | 22 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 25 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | misc | FinalParameters | Parameter id should be final. | 26 |
Error | coding | HiddenField | 'id' hides a field. | 26 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 26 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 26 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | design | DesignForExtension | Method 'getStreet' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 29 |
Error | design | DesignForExtension | Method 'setStreet' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | misc | FinalParameters | Parameter street should be final. | 30 |
Error | coding | HiddenField | 'street' hides a field. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | design | DesignForExtension | Method 'getCity' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 34 |
Error | design | DesignForExtension | Method 'setCity' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | misc | FinalParameters | Parameter city should be final. | 35 |
Error | coding | HiddenField | 'city' hides a field. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | design | DesignForExtension | Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 39 |
Error | design | DesignForExtension | Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | misc | FinalParameters | Parameter state should be final. | 40 |
Error | coding | HiddenField | 'state' hides a field. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | design | DesignForExtension | Method 'getZip' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 44 |
Error | design | DesignForExtension | Method 'setZip' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | misc | FinalParameters | Parameter zip should be final. | 45 |
Error | coding | HiddenField | 'zip' hides a field. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 8 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 9 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 9 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 11 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 11 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | coding | MagicNumber | '10' is a magic number. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 |
Error | coding | MagicNumber | '32' is a magic number. | 16 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 19 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Error | misc | FinalParameters | Parameter zip should be final. | 20 |
Error | coding | HiddenField | 'zip' hides a field. | 20 |
Error | misc | FinalParameters | Parameter city should be final. | 20 |
Error | coding | HiddenField | 'city' hides a field. | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | misc | FinalParameters | Parameter zip should be final. | 25 |
Error | coding | HiddenField | 'zip' hides a field. | 25 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 26 |
Error | design | DesignForExtension | Method 'getZip' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 28 |
Error | design | DesignForExtension | Method 'getCity' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 38 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 38 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 38 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | misc | FinalParameters | Parameter obj should be final. | 42 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 43 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 43 |
Error | blocks | LeftCurly | '{' at column 18 should have line break after. | 43 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 44 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 44 |
Error | blocks | LeftCurly | '{' at column 18 should have line break after. | 44 |
Error | blocks | LeftCurly | '{' at column 37 should have line break after. | 45 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 47 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 47 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 47 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 47 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 47 |
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 7 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 9 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 9 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 9 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 27 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 31 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 31 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 31 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 32 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 36 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 39 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 39 |
Error | coding | MagicNumber | '16' is a magic number. | 39 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 39 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 42 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 42 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 42 |
Error | coding | MagicNumber | '16' is a magic number. | 42 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 42 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 42 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 46 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 46 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 46 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 50 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 50 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 50 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 53 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 53 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 53 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 53 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 56 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 56 |
Error | design | DesignForExtension | Method 'getSales' is not designed for extension - needs to be abstract, final or empty. | 58 |
Error | blocks | LeftCurly | '{' at column 40 should have line break after. | 58 |
Error | design | DesignForExtension | Method 'setSales' is not designed for extension - needs to be abstract, final or empty. | 59 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
Error | misc | FinalParameters | Parameter sales should be final. | 59 |
Error | coding | HiddenField | 'sales' hides a field. | 59 |
Error | design | DesignForExtension | Method 'addSale' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
Error | misc | FinalParameters | Parameter sale should be final. | 63 |
Error | blocks | LeftCurly | '{' at column 23 should have line break after. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | design | DesignForExtension | Method 'getHireDate' is not designed for extension - needs to be abstract, final or empty. | 72 |
Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 72 |
Error | design | DesignForExtension | Method 'setHireDate' is not designed for extension - needs to be abstract, final or empty. | 73 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
Error | misc | FinalParameters | Parameter hireDate should be final. | 73 |
Error | coding | HiddenField | 'hireDate' hides a field. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | design | DesignForExtension | Method 'getTermDate' is not designed for extension - needs to be abstract, final or empty. | 78 |
Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 78 |
Error | design | DesignForExtension | Method 'setTermDate' is not designed for extension - needs to be abstract, final or empty. | 79 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
Error | misc | FinalParameters | Parameter termDate should be final. | 79 |
Error | coding | HiddenField | 'termDate' hides a field. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | design | DesignForExtension | Method 'getFirstName' is not designed for extension - needs to be abstract, final or empty. | 84 |
Error | blocks | LeftCurly | '{' at column 34 should have line break after. | 84 |
Error | design | DesignForExtension | Method 'setFirstName' is not designed for extension - needs to be abstract, final or empty. | 85 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
Error | misc | FinalParameters | Parameter firstName should be final. | 85 |
Error | coding | HiddenField | 'firstName' hides a field. | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | design | DesignForExtension | Method 'getLastName' is not designed for extension - needs to be abstract, final or empty. | 90 |
Error | blocks | LeftCurly | '{' at column 33 should have line break after. | 90 |
Error | design | DesignForExtension | Method 'setLastName' is not designed for extension - needs to be abstract, final or empty. | 91 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
Error | misc | FinalParameters | Parameter lastName should be final. | 91 |
Error | coding | HiddenField | 'lastName' hides a field. | 91 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 96 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 103 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 6 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 6 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 8 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 8 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 9 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 9 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 9 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 11 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 11 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 24 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 27 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 27 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 27 |
Error | coding | MagicNumber | '16' is a magic number. | 27 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 27 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 27 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 30 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 30 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 30 |
Error | coding | MagicNumber | '16' is a magic number. | 30 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 30 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 30 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 33 |
Error | design | DesignForExtension | Method 'getFirstName' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | blocks | LeftCurly | '{' at column 34 should have line break after. | 35 |
Error | design | DesignForExtension | Method 'setFirstName' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | misc | FinalParameters | Parameter firstName should be final. | 36 |
Error | coding | HiddenField | 'firstName' hides a field. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | design | DesignForExtension | Method 'getLastName' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | blocks | LeftCurly | '{' at column 33 should have line break after. | 41 |
Error | design | DesignForExtension | Method 'setLastName' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | misc | FinalParameters | Parameter lastName should be final. | 42 |
Error | coding | HiddenField | 'lastName' hides a field. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | misc | FinalParameters | Parameter saleId should be final. | 19 |
Error | coding | HiddenField | 'saleId' hides a field. | 19 |
Error | misc | FinalParameters | Parameter customerId should be final. | 19 |
Error | coding | HiddenField | 'customerId' hides a field. | 19 |
Error | misc | FinalParameters | Parameter date should be final. | 19 |
Error | coding | HiddenField | 'date' hides a field. | 19 |
Error | misc | FinalParameters | Parameter amount should be final. | 19 |
Error | coding | HiddenField | 'amount' hides a field. | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Error | misc | FinalParameters | Parameter saleId should be final. | 22 |
Error | coding | HiddenField | 'saleId' hides a field. | 22 |
Error | misc | FinalParameters | Parameter customerId should be final. | 22 |
Error | coding | HiddenField | 'customerId' hides a field. | 22 |
Error | misc | FinalParameters | Parameter date should be final. | 22 |
Error | coding | HiddenField | 'date' hides a field. | 22 |
Error | misc | FinalParameters | Parameter amount should be final. | 22 |
Error | coding | HiddenField | 'amount' hides a field. | 22 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 29 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 34 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 34 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 34 |
Error | design | DesignForExtension | Method 'getAmount' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | design | DesignForExtension | Method 'getCustomerId' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | design | DesignForExtension | Method 'getDate' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | design | DesignForExtension | Method 'getSaleId' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 13 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 |
Error | coding | MagicNumber | '5' is a magic number. | 25 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 32 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 32 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 32 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 35 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 35 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 36 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 40 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 40 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 41 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 41 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 41 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 41 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 42 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 42 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 42 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 46 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | design | DesignForExtension | Method 'getClerks' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | blocks | LeftCurly | '{' at column 36 should have line break after. | 48 |
Error | design | DesignForExtension | Method 'setClerks' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Error | misc | FinalParameters | Parameter clerks should be final. | 49 |
Error | coding | HiddenField | 'clerks' hides a field. | 49 |
Error | design | DesignForExtension | Method 'addClerk' is not designed for extension - needs to be abstract, final or empty. | 53 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
Error | misc | FinalParameters | Parameter clerk should be final. | 53 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 54 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 54 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 54 |
Error | blocks | LeftCurly | '{' at column 23 should have line break after. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | design | DesignForExtension | Method 'getStore' is not designed for extension - needs to be abstract, final or empty. | 62 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 62 |
Error | design | DesignForExtension | Method 'setStore' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
Error | misc | FinalParameters | Parameter store should be final. | 63 |
Error | coding | HiddenField | 'store' hides a field. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | design | DesignForExtension | Method 'getAmount' is not designed for extension - needs to be abstract, final or empty. | 68 |
Error | blocks | LeftCurly | '{' at column 35 should have line break after. | 68 |
Error | design | DesignForExtension | Method 'setAmount' is not designed for extension - needs to be abstract, final or empty. | 69 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
Error | misc | FinalParameters | Parameter amount should be final. | 69 |
Error | coding | HiddenField | 'amount' hides a field. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | design | DesignForExtension | Method 'getBuyerId' is not designed for extension - needs to be abstract, final or empty. | 74 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 74 |
Error | design | DesignForExtension | Method 'setBuyerId' is not designed for extension - needs to be abstract, final or empty. | 75 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
Error | misc | FinalParameters | Parameter buyerId should be final. | 75 |
Error | coding | HiddenField | 'buyerId' hides a field. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | design | DesignForExtension | Method 'getDate' is not designed for extension - needs to be abstract, final or empty. | 80 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 80 |
Error | design | DesignForExtension | Method 'setDate' is not designed for extension - needs to be abstract, final or empty. | 81 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
Error | misc | FinalParameters | Parameter date should be final. | 81 |
Error | coding | HiddenField | 'date' hides a field. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 86 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 90 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 90 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 90 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 94 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 96 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 7 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 9 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 9 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 9 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | coding | MagicNumber | '20' is a magic number. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | design | DesignForExtension | Method 'getSales' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | blocks | LeftCurly | '{' at column 34 should have line break after. | 25 |
Error | design | DesignForExtension | Method 'setSales' is not designed for extension - needs to be abstract, final or empty. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | misc | FinalParameters | Parameter sales should be final. | 26 |
Error | coding | HiddenField | 'sales' hides a field. | 26 |
Error | design | DesignForExtension | Method 'addSale' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | misc | FinalParameters | Parameter sale should be final. | 30 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 31 |
Error | blocks | LeftCurly | '{' at column 23 should have line break after. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 39 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | misc | FinalParameters | Parameter name should be final. | 40 |
Error | coding | HiddenField | 'name' hides a field. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 49 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 19 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 31 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 31 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 32 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 33 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 33 |
Error | misc | FinalParameters | Parameter lhs should be final. | 35 |
Error | misc | FinalParameters | Parameter rhs should be final. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 43 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 43 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | misc | FinalParameters | Parameter person should be final. | 44 |
Error | coding | HiddenField | 'person' hides a field. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | design | DesignForExtension | Method 'getPerson' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 49 |
Error | design | DesignForExtension | Method 'getFirstName' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 49 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 49 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 49 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 49 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 49 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 50 |
Error | design | DesignForExtension | Method 'getLastName' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 50 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 50 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 50 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 50 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 50 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 51 |
Error | design | DesignForExtension | Method 'getModName' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 51 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 51 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 51 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 51 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 51 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 52 |
Error | design | DesignForExtension | Method 'getBirthDate' is not designed for extension - needs to be abstract, final or empty. | 52 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 52 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 52 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 52 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 52 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 52 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 53 |
Error | design | DesignForExtension | Method 'setFirstName' is not designed for extension - needs to be abstract, final or empty. | 53 |
Error | misc | FinalParameters | Parameter name should be final. | 53 |
Error | blocks | LeftCurly | '{' at column 41 should have line break after. | 53 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 53 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 53 |
Error | blocks | LeftCurly | '{' at column 60 should have line break after. | 53 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 53 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 53 |
Error | blocks | RightCurly | '}' at column 88 should be alone on a line. | 53 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 53 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 53 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 54 |
Error | design | DesignForExtension | Method 'setLastName' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | misc | FinalParameters | Parameter name should be final. | 54 |
Error | blocks | LeftCurly | '{' at column 40 should have line break after. | 54 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 54 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 54 |
Error | blocks | LeftCurly | '{' at column 59 should have line break after. | 54 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 54 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 54 |
Error | blocks | RightCurly | '}' at column 86 should be alone on a line. | 54 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 54 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 54 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 55 |
Error | design | DesignForExtension | Method 'setModName' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | misc | FinalParameters | Parameter name should be final. | 55 |
Error | blocks | LeftCurly | '{' at column 39 should have line break after. | 55 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 55 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 55 |
Error | blocks | LeftCurly | '{' at column 58 should have line break after. | 55 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 55 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 55 |
Error | blocks | RightCurly | '}' at column 84 should be alone on a line. | 55 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 55 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 55 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 56 |
Error | design | DesignForExtension | Method 'setBirthDate' is not designed for extension - needs to be abstract, final or empty. | 56 |
Error | misc | FinalParameters | Parameter date should be final. | 56 |
Error | blocks | LeftCurly | '{' at column 39 should have line break after. | 56 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 56 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 56 |
Error | blocks | LeftCurly | '{' at column 58 should have line break after. | 56 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 56 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 56 |
Error | blocks | RightCurly | '}' at column 86 should be alone on a line. | 56 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 56 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 56 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 56 |
Error | design | DesignForExtension | Method 'getRoles' is not designed for extension - needs to be abstract, final or empty. | 58 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
Error | design | DesignForExtension | Method 'setRoles' is not designed for extension - needs to be abstract, final or empty. | 62 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
Error | misc | FinalParameters | Parameter roles should be final. | 62 |
Error | coding | HiddenField | 'roles' hides a field. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 66 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 68 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 68 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 71 |
Error | misc | FinalParameters | Parameter obj should be final. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 74 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 74 |
Error | blocks | LeftCurly | '{' at column 19 should have line break after. | 74 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 75 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 75 |
Error | blocks | LeftCurly | '{' at column 19 should have line break after. | 75 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 76 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 78 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 83 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 86 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 7 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 9 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 10 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 10 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 25 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | misc | FinalParameters | Parameter person should be final. | 26 |
Error | coding | HiddenField | 'person' hides a field. | 26 |
Error | design | DesignForExtension | Method 'getPerson' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 31 |
Error | design | DesignForExtension | Method 'getFirstName' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 31 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 31 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 31 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 31 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 31 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 32 |
Error | design | DesignForExtension | Method 'getLastName' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 32 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 32 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 32 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 32 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 32 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 33 |
Error | design | DesignForExtension | Method 'getModName' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 33 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 33 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 33 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 33 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 34 |
Error | design | DesignForExtension | Method 'getBirthDate' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 34 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 34 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 34 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 34 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 34 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 35 |
Error | design | DesignForExtension | Method 'setFirstName' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | misc | FinalParameters | Parameter name should be final. | 35 |
Error | blocks | LeftCurly | '{' at column 44 should have line break after. | 35 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 35 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 35 |
Error | blocks | LeftCurly | '{' at column 63 should have line break after. | 35 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 35 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 35 |
Error | blocks | RightCurly | '}' at column 91 should be alone on a line. | 35 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 35 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 35 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 36 |
Error | design | DesignForExtension | Method 'setLastName' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | misc | FinalParameters | Parameter name should be final. | 36 |
Error | blocks | LeftCurly | '{' at column 43 should have line break after. | 36 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 36 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 36 |
Error | blocks | LeftCurly | '{' at column 62 should have line break after. | 36 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 36 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 36 |
Error | blocks | RightCurly | '}' at column 89 should be alone on a line. | 36 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 36 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 36 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 37 |
Error | design | DesignForExtension | Method 'setModName' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | misc | FinalParameters | Parameter name should be final. | 37 |
Error | blocks | LeftCurly | '{' at column 42 should have line break after. | 37 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 37 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 37 |
Error | blocks | LeftCurly | '{' at column 61 should have line break after. | 37 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 37 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 37 |
Error | blocks | RightCurly | '}' at column 87 should be alone on a line. | 37 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 37 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 37 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 38 |
Error | design | DesignForExtension | Method 'setBirthDate' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | misc | FinalParameters | Parameter date should be final. | 38 |
Error | blocks | LeftCurly | '{' at column 42 should have line break after. | 38 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 38 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 38 |
Error | blocks | LeftCurly | '{' at column 61 should have line break after. | 38 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 38 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 38 |
Error | blocks | RightCurly | '}' at column 89 should be alone on a line. | 38 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 38 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 38 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 38 |
Error | design | DesignForExtension | Method 'getMovies' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | design | DesignForExtension | Method 'setMovies' is not designed for extension - needs to be abstract, final or empty. | 46 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
Error | misc | FinalParameters | Parameter movies should be final. | 46 |
Error | coding | HiddenField | 'movies' hides a field. | 46 |
Error | design | DesignForExtension | Method 'addMovie' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Error | misc | FinalParameters | Parameter movie should be final. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 58 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 60 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 60 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | misc | FinalParameters | Parameter obj should be final. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 66 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 66 |
Error | blocks | LeftCurly | '{' at column 19 should have line break after. | 66 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 67 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 67 |
Error | blocks | LeftCurly | '{' at column 19 should have line break after. | 67 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 68 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 70 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 10 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 12 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 27 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 27 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 29 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 29 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 29 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 30 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 30 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 30 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 30 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 31 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 31 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 31 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 31 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 32 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 32 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 32 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 32 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 32 |
Error | whitespace | GenericWhitespace | '>' is followed by an illegal character. | 36 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 38 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 38 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 38 |
Error | coding | MagicNumber | '36' is a magic number. | 38 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 41 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 41 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 41 |
Error | coding | MagicNumber | '32' is a magic number. | 41 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 41 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 41 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 45 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 48 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 48 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 48 |
Error | coding | MagicNumber | '6' is a magic number. | 48 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 53 |
Error | blocks | LeftCurly | '{' at column 34 should have line break after. | 53 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 53 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 55 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 58 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 58 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 58 |
Error | coding | MagicNumber | '4000' is a magic number. | 58 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 61 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 61 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 63 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 64 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 64 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 64 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 65 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 65 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 65 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 65 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 65 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 66 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 66 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 66 |
Error | coding | MagicNumber | '20' is a magic number. | 66 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 66 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 69 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 69 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 70 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 70 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 71 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 74 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 74 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 74 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 75 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 75 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 79 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 79 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
Error | misc | FinalParameters | Parameter id should be final. | 80 |
Error | coding | HiddenField | 'id' hides a field. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 83 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
Error | misc | FinalParameters | Parameter id should be final. | 83 |
Error | coding | HiddenField | 'id' hides a field. | 83 |
Error | misc | FinalParameters | Parameter minutes should be final. | 83 |
Error | coding | HiddenField | 'minutes' hides a field. | 83 |
Error | misc | FinalParameters | Parameter rating should be final. | 83 |
Error | coding | HiddenField | 'rating' hides a field. | 83 |
Error | misc | FinalParameters | Parameter releaseDate should be final. | 83 |
Error | coding | HiddenField | 'releaseDate' hides a field. | 83 |
Error | misc | FinalParameters | Parameter title should be final. | 83 |
Error | coding | HiddenField | 'title' hides a field. | 83 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 84 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 84 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 86 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 86 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 87 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 87 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 89 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 89 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 91 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 92 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 92 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 93 |
Error | design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 94 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 94 |
Error | design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 95 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
Error | misc | FinalParameters | Parameter title should be final. | 95 |
Error | coding | HiddenField | 'title' hides a field. | 95 |
Error | design | DesignForExtension | Method 'getReleaseDate' is not designed for extension - needs to be abstract, final or empty. | 100 |
Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 100 |
Error | design | DesignForExtension | Method 'setReleaseDate' is not designed for extension - needs to be abstract, final or empty. | 101 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
Error | misc | FinalParameters | Parameter releaseDate should be final. | 101 |
Error | coding | HiddenField | 'releaseDate' hides a field. | 101 |
Error | design | DesignForExtension | Method 'getRating' is not designed for extension - needs to be abstract, final or empty. | 106 |
Error | blocks | LeftCurly | '{' at column 33 should have line break after. | 106 |
Error | design | DesignForExtension | Method 'setRating' is not designed for extension - needs to be abstract, final or empty. | 107 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 107 |
Error | misc | FinalParameters | Parameter rating should be final. | 107 |
Error | coding | HiddenField | 'rating' hides a field. | 107 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 109 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 109 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 109 |
Error | design | DesignForExtension | Method 'getMinutes' is not designed for extension - needs to be abstract, final or empty. | 113 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 113 |
Error | design | DesignForExtension | Method 'setMinutes' is not designed for extension - needs to be abstract, final or empty. | 114 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
Error | misc | FinalParameters | Parameter minutes should be final. | 114 |
Error | coding | HiddenField | 'minutes' hides a field. | 114 |
Error | design | DesignForExtension | Method 'getGenres' is not designed for extension - needs to be abstract, final or empty. | 119 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 123 |
Error | design | DesignForExtension | Method 'setGenres' is not designed for extension - needs to be abstract, final or empty. | 125 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
Error | misc | FinalParameters | Parameter genres should be final. | 125 |
Error | coding | HiddenField | 'genres' hides a field. | 125 |
Error | design | DesignForExtension | Method 'addGenres' is not designed for extension - needs to be abstract, final or empty. | 129 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 129 |
Error | misc | FinalParameters | Parameter genre should be final. | 129 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 130 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 130 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 137 |
Error | design | DesignForExtension | Method 'getPlot' is not designed for extension - needs to be abstract, final or empty. | 138 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 138 |
Error | design | DesignForExtension | Method 'setPlot' is not designed for extension - needs to be abstract, final or empty. | 139 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 139 |
Error | misc | FinalParameters | Parameter plot should be final. | 139 |
Error | coding | HiddenField | 'plot' hides a field. | 139 |
Error | design | DesignForExtension | Method 'getDirector' is not designed for extension - needs to be abstract, final or empty. | 144 |
Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 144 |
Error | design | DesignForExtension | Method 'setDirector' is not designed for extension - needs to be abstract, final or empty. | 145 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 145 |
Error | misc | FinalParameters | Parameter director should be final. | 145 |
Error | coding | HiddenField | 'director' hides a field. | 145 |
Error | design | DesignForExtension | Method 'getCast' is not designed for extension - needs to be abstract, final or empty. | 150 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 150 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 151 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 151 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 152 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 152 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 154 |
Error | design | DesignForExtension | Method 'setCast' is not designed for extension - needs to be abstract, final or empty. | 156 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 156 |
Error | misc | FinalParameters | Parameter cast should be final. | 156 |
Error | coding | HiddenField | 'cast' hides a field. | 156 |
Error | design | DesignForExtension | Method 'addRole' is not designed for extension - needs to be abstract, final or empty. | 159 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 159 |
Error | misc | FinalParameters | Parameter role should be final. | 159 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 160 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 160 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 160 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 168 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 170 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 170 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 170 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 171 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 171 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 171 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 171 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 172 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 172 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 172 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 172 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 172 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 173 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 173 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 173 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 173 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 173 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 173 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 174 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 174 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 174 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 176 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 177 |
Error | misc | FinalParameters | Parameter obj should be final. | 178 |
Error | blocks | LeftCurly | '{' at column 20 should have line break after. | 179 |
Error | blocks | LeftCurly | '{' at column 20 should have line break after. | 180 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 181 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 182 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 183 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 183 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 184 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 188 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 189 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 189 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 190 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 194 |
Error | blocks | LeftCurly | '{' at column 33 should have line break after. | 196 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 200 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 202 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 204 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 205 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 206 |
Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 208 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 212 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 213 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 215 |
Error | design | DesignForExtension | Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. | 216 |
Error | misc | FinalParameters | Parameter rhs should be final. | 217 |
Error | blocks | LeftCurly | '{' at column 20 should have line break after. | 218 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 219 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 220 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 220 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 220 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 223 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 223 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 223 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 228 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 229 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 232 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 232 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 232 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 232 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 232 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 6 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 7 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 11 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 11 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
Error | misc | FinalParameters | Parameter title should be final. | 12 |
Error | coding | HiddenField | 'title' hides a field. | 12 |
Error | misc | FinalParameters | Parameter releaseDate should be final. | 12 |
Error | coding | HiddenField | 'releaseDate' hides a field. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 17 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 17 |
Error | design | DesignForExtension | Method 'getReleaseDate' is not designed for extension - needs to be abstract, final or empty. | 18 |
Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 20 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 22 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 22 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 22 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 22 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 22 |
Error | whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 22 |
Error | whitespace | WhitespaceAround | ':' is not followed by whitespace. | 22 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 22 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 23 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 23 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 23 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 23 |
Error | whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | ':' is not followed by whitespace. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 26 |
Error | misc | FinalParameters | Parameter obj should be final. | 27 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 29 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 30 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 33 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 35 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 35 |
Error | blocks | LeftCurly | '{' at column 42 should have line break after. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 36 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 36 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 36 |
Error | blocks | LeftCurly | '{' at column 54 should have line break after. | 36 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 3 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 4 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 5 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
Error | blocks | LeftCurly | '{' at column 15 should have line break after. | 11 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 11 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 11 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 11 |
Error | misc | FinalParameters | Parameter alt should be final. | 12 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 12 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | blocks | LeftCurly | '{' at column 23 should have line break after. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | misc | FinalParameters | Parameter mpaa should be final. | 15 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 16 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 16 |
Error | blocks | LeftCurly | '{' at column 19 should have line break after. | 16 |
Error | blocks | LeftCurly | '{' at column 36 should have line break after. | 18 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 5 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 8 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 8 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | coding | MagicNumber | '36' is a magic number. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | coding | MagicNumber | '32' is a magic number. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 24 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 24 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 30 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | misc | FinalParameters | Parameter id should be final. | 32 |
Error | coding | HiddenField | 'id' hides a field. | 32 |
Error | misc | FinalParameters | Parameter movie should be final. | 32 |
Error | coding | HiddenField | 'movie' hides a field. | 32 |
Error | misc | FinalParameters | Parameter role should be final. | 32 |
Error | coding | HiddenField | 'role' hides a field. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | misc | FinalParameters | Parameter movie should be final. | 37 |
Error | coding | HiddenField | 'movie' hides a field. | 37 |
Error | misc | FinalParameters | Parameter role should be final. | 37 |
Error | coding | HiddenField | 'role' hides a field. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 43 |
Error | design | DesignForExtension | Method 'getMovie' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 45 |
Error | design | DesignForExtension | Method 'setMovie' is not designed for extension - needs to be abstract, final or empty. | 46 |
Error | misc | FinalParameters | Parameter movie should be final. | 46 |
Error | coding | HiddenField | 'movie' hides a field. | 46 |
Error | blocks | LeftCurly | '{' at column 34 should have line break after. | 46 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 46 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 46 |
Error | design | DesignForExtension | Method 'getRole' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 47 |
Error | design | DesignForExtension | Method 'getActor' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 49 |
Error | design | DesignForExtension | Method 'setActor' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Error | misc | FinalParameters | Parameter actor should be final. | 50 |
Error | coding | HiddenField | 'actor' hides a field. | 50 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 6 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 10 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | design | DesignForExtension | Method 'getMovie' is not designed for extension - needs to be abstract, final or empty. | 12 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 12 |
Error | design | DesignForExtension | Method 'setMovie' is not designed for extension - needs to be abstract, final or empty. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
Error | misc | FinalParameters | Parameter movie should be final. | 13 |
Error | coding | HiddenField | 'movie' hides a field. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | design | DesignForExtension | Method 'getRole' is not designed for extension - needs to be abstract, final or empty. | 18 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 18 |
Error | design | DesignForExtension | Method 'setRole' is not designed for extension - needs to be abstract, final or empty. | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | misc | FinalParameters | Parameter role should be final. | 19 |
Error | coding | HiddenField | 'role' hides a field. | 19 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 26 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 26 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | ':' is not followed by whitespace. | 26 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 26 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 27 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 27 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 27 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 27 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 27 |
Error | whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 27 |
Error | whitespace | WhitespaceAround | ':' is not followed by whitespace. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | misc | FinalParameters | Parameter obj should be final. | 31 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 33 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 33 |
Error | blocks | LeftCurly | '{' at column 19 should have line break after. | 33 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 34 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 34 |
Error | blocks | LeftCurly | '{' at column 19 should have line break after. | 34 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 36 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 36 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 36 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 37 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 39 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 39 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 39 |
Error | blocks | LeftCurly | '{' at column 40 should have line break after. | 39 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 40 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 40 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 40 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 40 |
Error | blocks | LeftCurly | '{' at column 38 should have line break after. | 40 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 5 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 8 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 8 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 9 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 9 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 9 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 10 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 10 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 10 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 10 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 10 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 10 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | coding | MagicNumber | '36' is a magic number. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | coding | MagicNumber | '128' is a magic number. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | coding | MagicNumber | '128' is a magic number. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
Error | coding | MagicNumber | '32' is a magic number. | 23 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 27 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 30 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 30 |
Error | misc | FinalParameters | Parameter id should be final. | 31 |
Error | coding | HiddenField | 'id' hides a field. | 31 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | design | DesignForExtension | Method 'getFirstName' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 36 |
Error | design | DesignForExtension | Method 'setFirstName' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | misc | FinalParameters | Parameter firstName should be final. | 37 |
Error | coding | HiddenField | 'firstName' hides a field. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | design | DesignForExtension | Method 'getLastName' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 42 |
Error | design | DesignForExtension | Method 'setLastName' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Error | misc | FinalParameters | Parameter lastName should be final. | 43 |
Error | coding | HiddenField | 'lastName' hides a field. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | design | DesignForExtension | Method 'getModName' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 48 |
Error | design | DesignForExtension | Method 'setModName' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Error | misc | FinalParameters | Parameter modName should be final. | 49 |
Error | coding | HiddenField | 'modName' hides a field. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | design | DesignForExtension | Method 'getBirthDate' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 54 |
Error | design | DesignForExtension | Method 'setBirthDate' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Error | misc | FinalParameters | Parameter birthDate should be final. | 55 |
Error | coding | HiddenField | 'birthDate' hides a field. | 55 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 62 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 62 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 62 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 62 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 62 |
Error | whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 62 |
Error | whitespace | WhitespaceAround | ':' is not followed by whitespace. | 62 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 62 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 63 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 63 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 63 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 63 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 63 |
Error | whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 63 |
Error | whitespace | WhitespaceAround | ':' is not followed by whitespace. | 63 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 63 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 64 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 64 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 64 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 64 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 64 |
Error | whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 64 |
Error | whitespace | WhitespaceAround | ':' is not followed by whitespace. | 64 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 64 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 65 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 65 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 65 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 65 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 65 |
Error | whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 65 |
Error | whitespace | WhitespaceAround | ':' is not followed by whitespace. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 68 |
Error | misc | FinalParameters | Parameter obj should be final. | 69 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 71 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 72 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 72 |
Error | blocks | LeftCurly | '{' at column 19 should have line break after. | 72 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 74 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 74 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 74 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 74 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 74 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 74 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 74 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 74 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 75 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 76 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 78 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 78 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 79 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 79 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 79 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 79 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 79 |
Error | whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 79 |
Error | whitespace | WhitespaceAround | ':' is not followed by whitespace. | 79 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 81 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 81 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 81 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 81 |
Error | whitespace | OperatorWrap | '||' should be on a new line. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 82 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 82 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 82 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 82 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 82 |
Error | whitespace | OperatorWrap | '||' should be on a new line. | 82 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 83 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 83 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 83 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 83 |
Error | whitespace | OperatorWrap | '||' should be on a new line. | 83 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 84 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 84 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 84 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 84 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 87 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 87 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 87 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 87 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 87 |
Error | whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 87 |
Error | whitespace | WhitespaceAround | ':' is not followed by whitespace. | 87 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 91 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 94 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 95 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 95 |
Error | blocks | LeftCurly | '{' at column 44 should have line break after. | 95 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 97 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 97 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 100 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 35 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | design | DesignForExtension | Method 'setEntityManager' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | misc | FinalParameters | Parameter em should be final. | 38 |
Error | coding | HiddenField | 'em' hides a field. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | design | VisibilityModifier | Variable 'date' must be private and have accessor methods. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | design | VisibilityModifier | Variable 'ttype' must be private and have accessor methods. | 44 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 45 |
Error | misc | FinalParameters | Parameter date should be final. | 45 |
Error | coding | HiddenField | 'date' hides a field. | 45 |
Error | misc | FinalParameters | Parameter ttype should be final. | 45 |
Error | coding | HiddenField | 'ttype' hides a field. | 45 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 51 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 51 |
Error | blocks | LeftCurly | '{' at column 20 should have line break after. | 51 |
Error | coding | MissingSwitchDefault | switch without "default" clause. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 58 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 63 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 69 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 71 |
Error | misc | FinalParameters | Parameter jpaql should be final. | 71 |
Error | coding | HiddenField | 'jpaql' hides a field. | 71 |
Error | misc | FinalParameters | Parameter resultType should be final. | 71 |
Error | coding | HiddenField | 'resultType' hides a field. | 71 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
Error | misc | FinalParameters | Parameter key should be final. | 75 |
Error | misc | FinalParameters | Parameter value should be final. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 79 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
Error | misc | FinalParameters | Parameter key should be final. | 79 |
Error | misc | FinalParameters | Parameter value should be final. | 79 |
Error | misc | FinalParameters | Parameter ttype should be final. | 79 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
Error | misc | FinalParameters | Parameter offset should be final. | 83 |
Error | coding | HiddenField | 'offset' hides a field. | 83 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
Error | misc | FinalParameters | Parameter limit should be final. | 87 |
Error | coding | HiddenField | 'limit' hides a field. | 87 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 88 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 88 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
Error | misc | FinalParameters | Parameter orderBy should be final. | 91 |
Error | coding | HiddenField | 'orderBy' hides a field. | 91 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 103 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 103 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 103 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 107 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 110 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 121 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 140 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 147 |
Error | design | DesignForExtension | Method 'createQuery' is not designed for extension - needs to be abstract, final or empty. | 147 |
Error | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 147 |
Error | misc | FinalParameters | Parameter jpaql should be final. | 147 |
Error | javadoc | JavadocMethod | Expected @param tag for 'jpaql'. | 147 |
Error | misc | FinalParameters | Parameter resultClass should be final. | 147 |
Error | javadoc | JavadocMethod | Expected @param tag for 'resultClass'. | 147 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 150 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 151 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 158 |
Error | design | DesignForExtension | Method 'withPaging' is not designed for extension - needs to be abstract, final or empty. | 158 |
Error | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 158 |
Error | misc | FinalParameters | Parameter query should be final. | 158 |
Error | javadoc | JavadocMethod | Expected @param tag for 'query'. | 158 |
Error | misc | FinalParameters | Parameter offset should be final. | 158 |
Error | javadoc | JavadocMethod | Expected @param tag for 'offset'. | 158 |
Error | misc | FinalParameters | Parameter limit should be final. | 158 |
Error | javadoc | JavadocMethod | Expected @param tag for 'limit'. | 158 |
Error | misc | FinalParameters | Parameter orderBy should be final. | 158 |
Error | javadoc | JavadocMethod | Expected @param tag for 'orderBy'. | 158 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 176 |
Error | design | DesignForExtension | Method 'getKevinBacon' is not designed for extension - needs to be abstract, final or empty. | 176 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 178 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 179 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 180 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 181 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 185 |
Error | design | DesignForExtension | Method 'getKevinBaconMovieIds' is not designed for extension - needs to be abstract, final or empty. | 186 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 186 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 187 |
Error | misc | FinalParameters | Parameter offset should be final. | 187 |
Error | misc | FinalParameters | Parameter limit should be final. | 187 |
Error | misc | FinalParameters | Parameter orderBy should be final. | 187 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 188 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 190 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 191 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 191 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 192 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 192 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 193 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 194 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 194 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 195 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 195 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 195 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 195 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 197 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 197 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 200 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 200 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 213 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 213 |
Error | design | DesignForExtension | Method 'oneStepFromPerson0' is not designed for extension - needs to be abstract, final or empty. | 213 |
Error | misc | FinalParameters | Parameter p should be final. | 213 |
Error | javadoc | JavadocMethod | Expected @param tag for 'p'. | 213 |
Error | misc | FinalParameters | Parameter offset should be final. | 213 |
Error | javadoc | JavadocMethod | Expected @param tag for 'offset'. | 213 |
Error | misc | FinalParameters | Parameter limit should be final. | 213 |
Error | javadoc | JavadocMethod | Expected @param tag for 'limit'. | 213 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 215 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 216 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 217 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 218 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 219 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 220 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 221 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 222 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 227 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 236 |
Error | design | DesignForExtension | Method 'oneStepFromPersonByDAO' is not designed for extension - needs to be abstract, final or empty. | 236 |
Error | misc | FinalParameters | Parameter p should be final. | 236 |
Error | javadoc | JavadocMethod | Expected @param tag for 'p'. | 236 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 240 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 244 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 248 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 255 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 256 |
Error | design | DesignForExtension | Method 'oneStepFromPersonByDAO' is not designed for extension - needs to be abstract, final or empty. | 256 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 256 |
Error | misc | FinalParameters | Parameter p should be final. | 256 |
Error | misc | FinalParameters | Parameter offset should be final. | 256 |
Error | misc | FinalParameters | Parameter limit should be final. | 256 |
Error | misc | FinalParameters | Parameter orderBy should be final. | 256 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 260 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 264 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 266 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 266 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 269 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 273 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 273 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 273 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 273 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 273 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 273 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 274 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 275 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 275 |
Error | whitespace | WhitespaceAround | '>=' is not preceded with whitespace. | 275 |
Error | whitespace | WhitespaceAround | '>=' is not followed by whitespace. | 275 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 277 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 277 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 277 |
Error | blocks | LeftCurly | '{' at column 62 should have line break after. | 277 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 279 |
Error | whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 279 |
Error | whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 279 |
Error | whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 282 |
Error | whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 282 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 284 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 284 |
Error | blocks | LeftCurly | '{' at column 53 should have line break after. | 284 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 297 |
Error | design | DesignForExtension | Method 'oneStepFromPersonByDB' is not designed for extension - needs to be abstract, final or empty. | 297 |
Error | misc | FinalParameters | Parameter p should be final. | 297 |
Error | javadoc | JavadocMethod | Expected @param tag for 'p'. | 297 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 299 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 299 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 300 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 301 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 302 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 307 |
Error | design | DesignForExtension | Method 'oneStepFromPersonByDB' is not designed for extension - needs to be abstract, final or empty. | 307 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 307 |
Error | misc | FinalParameters | Parameter p should be final. | 307 |
Error | misc | FinalParameters | Parameter offset should be final. | 307 |
Error | misc | FinalParameters | Parameter limit should be final. | 307 |
Error | misc | FinalParameters | Parameter orderBy should be final. | 307 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 309 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 309 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 310 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 311 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 312 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 313 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 318 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 319 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 320 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 320 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 321 |
Error | design | VisibilityModifier | Variable 'query' must be private and have accessor methods. | 321 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 322 |
Error | design | VisibilityModifier | Variable 'queryTerm' must be private and have accessor methods. | 322 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 323 |
Error | misc | FinalParameters | Parameter first should be final. | 323 |
Error | misc | FinalParameters | Parameter second should be final. | 323 |
Error | blocks | LeftCurly | '{' at column 37 should have line break after. | 323 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 323 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 323 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 323 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 323 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 327 |
Error | design | DesignForExtension | Method 'getMoviesForPerson' is not designed for extension - needs to be abstract, final or empty. | 327 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 327 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 327 |
Error | misc | FinalParameters | Parameter parentQuery should be final. | 327 |
Error | misc | FinalParameters | Parameter person should be final. | 327 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 336 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 336 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 340 |
Error | design | DesignForExtension | Method 'getMoviesForPersonIds' is not designed for extension - needs to be abstract, final or empty. | 340 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 340 |
Error | misc | FinalParameters | Parameter parentQuery should be final. | 340 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 347 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 349 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 352 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 353 |
Error | design | DesignForExtension | Method 'getPersonIdsInMovie' is not designed for extension - needs to be abstract, final or empty. | 353 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 353 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 353 |
Error | misc | FinalParameters | Parameter parentQuery should be final. | 353 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 354 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 355 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 360 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 362 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 362 |
Error | design | DesignForExtension | Method 'nthRemoved' is not designed for extension - needs to be abstract, final or empty. | 365 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 365 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 365 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 366 |
Error | misc | FinalParameters | Parameter parentQuery should be final. | 366 |
Error | misc | FinalParameters | Parameter parentTerm should be final. | 366 |
Error | misc | FinalParameters | Parameter person should be final. | 366 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 370 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 370 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 372 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 374 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 374 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 379 |
Error | design | DesignForExtension | Method 'getPeopleQuery2' is not designed for extension - needs to be abstract, final or empty. | 380 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 380 |
Error | misc | FinalParameters | Parameter person should be final. | 380 |
Error | misc | FinalParameters | Parameter steps should be final. | 380 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 387 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 387 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 387 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 387 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 391 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 391 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 391 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 391 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 392 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 392 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 392 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 392 |
Error | whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 392 |
Error | whitespace | WhitespaceAround | '-' is not followed by whitespace. | 392 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 393 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 395 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 397 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 398 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 399 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 402 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 403 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 404 |
Error | design | DesignForExtension | Method 'getPeopleQuery' is not designed for extension - needs to be abstract, final or empty. | 405 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 405 |
Error | misc | FinalParameters | Parameter person should be final. | 405 |
Error | misc | FinalParameters | Parameter steps should be final. | 405 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 410 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 413 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 413 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 415 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 417 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 417 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 419 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 422 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 422 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 426 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 426 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 428 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 431 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 431 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 433 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 435 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 437 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 440 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 441 |
Error | design | DesignForExtension | Method 'stepsFromPerson' is not designed for extension - needs to be abstract, final or empty. | 441 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 441 |
Error | misc | FinalParameters | Parameter person should be final. | 441 |
Error | misc | FinalParameters | Parameter steps should be final. | 441 |
Error | misc | FinalParameters | Parameter offset should be final. | 441 |
Error | misc | FinalParameters | Parameter limit should be final. | 441 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 442 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 444 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 444 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 444 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 445 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 445 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 445 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 448 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 457 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 457 |
Error | design | DesignForExtension | Method 'getMovies' is not designed for extension - needs to be abstract, final or empty. | 457 |
Error | misc | FinalParameters | Parameter offset should be final. | 457 |
Error | javadoc | JavadocMethod | Expected @param tag for 'offset'. | 457 |
Error | misc | FinalParameters | Parameter limit should be final. | 457 |
Error | javadoc | JavadocMethod | Expected @param tag for 'limit'. | 457 |
Error | misc | FinalParameters | Parameter orderBy should be final. | 457 |
Error | javadoc | JavadocMethod | Expected @param tag for 'orderBy'. | 457 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 459 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 462 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 464 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 465 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 465 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 472 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 472 |
Error | design | DesignForExtension | Method 'getMoviesByRatingUpperFunction' is not designed for extension - needs to be abstract, final or empty. | 472 |
Error | misc | FinalParameters | Parameter rating should be final. | 472 |
Error | javadoc | JavadocMethod | Expected @param tag for 'rating'. | 472 |
Error | misc | FinalParameters | Parameter offset should be final. | 472 |
Error | javadoc | JavadocMethod | Expected @param tag for 'offset'. | 472 |
Error | misc | FinalParameters | Parameter limit should be final. | 472 |
Error | javadoc | JavadocMethod | Expected @param tag for 'limit'. | 472 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 474 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 476 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 476 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 481 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 482 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 489 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 489 |
Error | design | DesignForExtension | Method 'getMoviesByRatingLowerFunction' is not designed for extension - needs to be abstract, final or empty. | 489 |
Error | misc | FinalParameters | Parameter rating should be final. | 489 |
Error | javadoc | JavadocMethod | Expected @param tag for 'rating'. | 489 |
Error | misc | FinalParameters | Parameter offset should be final. | 489 |
Error | javadoc | JavadocMethod | Expected @param tag for 'offset'. | 489 |
Error | misc | FinalParameters | Parameter limit should be final. | 489 |
Error | javadoc | JavadocMethod | Expected @param tag for 'limit'. | 489 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 491 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 493 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 493 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 499 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 500 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 507 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 507 |
Error | design | DesignForExtension | Method 'getMoviesByRatingValue' is not designed for extension - needs to be abstract, final or empty. | 507 |
Error | misc | FinalParameters | Parameter rating should be final. | 507 |
Error | javadoc | JavadocMethod | Expected @param tag for 'rating'. | 507 |
Error | misc | FinalParameters | Parameter offset should be final. | 507 |
Error | javadoc | JavadocMethod | Expected @param tag for 'offset'. | 507 |
Error | misc | FinalParameters | Parameter limit should be final. | 507 |
Error | javadoc | JavadocMethod | Expected @param tag for 'limit'. | 507 |
Error | misc | FinalParameters | Parameter orderBy should be final. | 507 |
Error | javadoc | JavadocMethod | Expected @param tag for 'orderBy'. | 507 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 509 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 511 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 516 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 517 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 517 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 525 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 525 |
Error | design | DesignForExtension | Method 'getMoviesLikeTitle' is not designed for extension - needs to be abstract, final or empty. | 525 |
Error | misc | FinalParameters | Parameter title should be final. | 525 |
Error | javadoc | JavadocMethod | Expected @param tag for 'title'. | 525 |
Error | misc | FinalParameters | Parameter offset should be final. | 525 |
Error | javadoc | JavadocMethod | Expected @param tag for 'offset'. | 525 |
Error | misc | FinalParameters | Parameter limit should be final. | 525 |
Error | javadoc | JavadocMethod | Expected @param tag for 'limit'. | 525 |
Error | misc | FinalParameters | Parameter orderBy should be final. | 525 |
Error | javadoc | JavadocMethod | Expected @param tag for 'orderBy'. | 525 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 527 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 529 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 540 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 540 |
Error | design | DesignForExtension | Method 'getMoviesEqualsTitle' is not designed for extension - needs to be abstract, final or empty. | 540 |
Error | misc | FinalParameters | Parameter title should be final. | 540 |
Error | javadoc | JavadocMethod | Expected @param tag for 'title'. | 540 |
Error | misc | FinalParameters | Parameter offset should be final. | 540 |
Error | javadoc | JavadocMethod | Expected @param tag for 'offset'. | 540 |
Error | misc | FinalParameters | Parameter limit should be final. | 540 |
Error | javadoc | JavadocMethod | Expected @param tag for 'limit'. | 540 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 542 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 544 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 549 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 556 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 556 |
Error | design | DesignForExtension | Method 'getRatingsByTitle' is not designed for extension - needs to be abstract, final or empty. | 556 |
Error | misc | FinalParameters | Parameter title should be final. | 556 |
Error | javadoc | JavadocMethod | Expected @param tag for 'title'. | 556 |
Error | misc | FinalParameters | Parameter offset should be final. | 556 |
Error | javadoc | JavadocMethod | Expected @param tag for 'offset'. | 556 |
Error | misc | FinalParameters | Parameter limit should be final. | 556 |
Error | javadoc | JavadocMethod | Expected @param tag for 'limit'. | 556 |
Error | misc | FinalParameters | Parameter orderBy should be final. | 556 |
Error | javadoc | JavadocMethod | Expected @param tag for 'orderBy'. | 556 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 558 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 560 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 572 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 572 |
Error | design | DesignForExtension | Method 'getRatingsLikeTitle' is not designed for extension - needs to be abstract, final or empty. | 572 |
Error | misc | FinalParameters | Parameter title should be final. | 572 |
Error | javadoc | JavadocMethod | Expected @param tag for 'title'. | 572 |
Error | misc | FinalParameters | Parameter offset should be final. | 572 |
Error | javadoc | JavadocMethod | Expected @param tag for 'offset'. | 572 |
Error | misc | FinalParameters | Parameter limit should be final. | 572 |
Error | javadoc | JavadocMethod | Expected @param tag for 'limit'. | 572 |
Error | misc | FinalParameters | Parameter orderBy should be final. | 572 |
Error | javadoc | JavadocMethod | Expected @param tag for 'orderBy'. | 572 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 574 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 576 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 581 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 582 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 583 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 589 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 589 |
Error | design | DesignForExtension | Method 'getTitlesByRating' is not designed for extension - needs to be abstract, final or empty. | 589 |
Error | misc | FinalParameters | Parameter rating should be final. | 589 |
Error | javadoc | JavadocMethod | Expected @param tag for 'rating'. | 589 |
Error | misc | FinalParameters | Parameter offset should be final. | 589 |
Error | javadoc | JavadocMethod | Expected @param tag for 'offset'. | 589 |
Error | misc | FinalParameters | Parameter limit should be final. | 589 |
Error | javadoc | JavadocMethod | Expected @param tag for 'limit'. | 589 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 591 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 593 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 598 |
Error | design | DesignForExtension | Method 'getMoviesByTitleAndReleaseDate' is not designed for extension - needs to be abstract, final or empty. | 598 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 598 |
Error | misc | FinalParameters | Parameter title should be final. | 598 |
Error | misc | FinalParameters | Parameter releaseDate should be final. | 598 |
Error | misc | FinalParameters | Parameter offset should be final. | 598 |
Error | misc | FinalParameters | Parameter limit should be final. | 598 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 600 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 601 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 602 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 603 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 607 |
Error | design | DesignForExtension | Method 'getMoviesByReleaseDateAndTitle' is not designed for extension - needs to be abstract, final or empty. | 607 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 607 |
Error | misc | FinalParameters | Parameter title should be final. | 607 |
Error | misc | FinalParameters | Parameter releaseDate should be final. | 607 |
Error | misc | FinalParameters | Parameter offset should be final. | 607 |
Error | misc | FinalParameters | Parameter limit should be final. | 607 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 609 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 610 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 612 |
Error | sizes | LineLength | Line is longer than 80 characters (found 151). | 616 |
Error | design | DesignForExtension | Method 'getMoviesByTitleAndReleaseDateAndRating' is not designed for extension - needs to be abstract, final or empty. | 616 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 616 |
Error | misc | FinalParameters | Parameter title should be final. | 616 |
Error | misc | FinalParameters | Parameter releaseDate should be final. | 616 |
Error | misc | FinalParameters | Parameter rating should be final. | 616 |
Error | misc | FinalParameters | Parameter offset should be final. | 616 |
Error | misc | FinalParameters | Parameter limit should be final. | 616 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 618 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 619 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 620 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 621 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 626 |
Error | design | DesignForExtension | Method 'getMoviesByReleaseDate' is not designed for extension - needs to be abstract, final or empty. | 626 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 626 |
Error | misc | FinalParameters | Parameter releaseDate should be final. | 626 |
Error | misc | FinalParameters | Parameter offset should be final. | 626 |
Error | misc | FinalParameters | Parameter limit should be final. | 626 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 628 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 629 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 630 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 634 |
Error | design | DesignForExtension | Method 'getMoviesByReleaseDateAndRating' is not designed for extension - needs to be abstract, final or empty. | 634 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 634 |
Error | misc | FinalParameters | Parameter releaseDate should be final. | 634 |
Error | misc | FinalParameters | Parameter rating should be final. | 634 |
Error | misc | FinalParameters | Parameter offset should be final. | 634 |
Error | misc | FinalParameters | Parameter limit should be final. | 634 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 636 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 637 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 638 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 642 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 643 |
Error | design | DesignForExtension | Method 'getMoviesByRole' is not designed for extension - needs to be abstract, final or empty. | 643 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 643 |
Error | misc | FinalParameters | Parameter role should be final. | 643 |
Error | misc | FinalParameters | Parameter offset should be final. | 643 |
Error | misc | FinalParameters | Parameter limit should be final. | 643 |
Error | misc | FinalParameters | Parameter orderBy should be final. | 643 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 645 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 646 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 652 |
Error | design | DesignForExtension | Method 'getMoviesByLikeRole' is not designed for extension - needs to be abstract, final or empty. | 652 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 652 |
Error | misc | FinalParameters | Parameter role should be final. | 652 |
Error | misc | FinalParameters | Parameter offset should be final. | 652 |
Error | misc | FinalParameters | Parameter limit should be final. | 652 |
Error | misc | FinalParameters | Parameter orderBy should be final. | 652 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 654 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 655 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 661 |
Error | design | DesignForExtension | Method 'getRolesByMovie' is not designed for extension - needs to be abstract, final or empty. | 661 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 661 |
Error | misc | FinalParameters | Parameter title should be final. | 661 |
Error | misc | FinalParameters | Parameter releaseDate should be final. | 661 |
Error | misc | FinalParameters | Parameter offset should be final. | 661 |
Error | misc | FinalParameters | Parameter limit should be final. | 661 |
Error | misc | FinalParameters | Parameter orderBy should be final. | 661 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 663 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 664 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 665 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 667 |
Error | design | DesignForExtension | Method 'getMovieById' is not designed for extension - needs to be abstract, final or empty. | 671 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 671 |
Error | misc | FinalParameters | Parameter id should be final. | 671 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 674 |
Error | design | DesignForExtension | Method 'getMovieByIdUnfetched' is not designed for extension - needs to be abstract, final or empty. | 675 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 675 |
Error | misc | FinalParameters | Parameter id should be final. | 675 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 676 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 676 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 677 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 677 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 678 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 682 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 684 |
Error | design | DesignForExtension | Method 'getMovieFetchedByIdFetched' is not designed for extension - needs to be abstract, final or empty. | 685 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 685 |
Error | misc | FinalParameters | Parameter id should be final. | 685 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 687 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 688 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 689 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 690 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 691 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 692 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 693 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 697 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 699 |
Error | design | DesignForExtension | Method 'getMovieCastCountByDAORelation' is not designed for extension - needs to be abstract, final or empty. | 700 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 700 |
Error | misc | FinalParameters | Parameter movieId should be final. | 700 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 702 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 702 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 702 |
Error | design | DesignForExtension | Method 'getMovieCastCountByDAO' is not designed for extension - needs to be abstract, final or empty. | 705 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 705 |
Error | misc | FinalParameters | Parameter movieId should be final. | 705 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 707 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 708 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 709 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 714 |
Error | design | DesignForExtension | Method 'getMovieCastCountByDB' is not designed for extension - needs to be abstract, final or empty. | 715 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 715 |
Error | misc | FinalParameters | Parameter movieId should be final. | 715 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 717 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 718 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 719 |
Error | design | DesignForExtension | Method 'getCastCountForMovie' is not designed for extension - needs to be abstract, final or empty. | 725 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 725 |
Error | misc | FinalParameters | Parameter movieId should be final. | 725 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 727 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 728 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 734 |
Error | design | DesignForExtension | Method 'getMovieAndDirector' is not designed for extension - needs to be abstract, final or empty. | 734 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 734 |
Error | misc | FinalParameters | Parameter offset should be final. | 734 |
Error | misc | FinalParameters | Parameter limit should be final. | 734 |
Error | misc | FinalParameters | Parameter orderBy should be final. | 734 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 736 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 737 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 738 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 743 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 744 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 745 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 746 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 3 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 5 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 5 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 5 |
Error | misc | FinalParameters | Parameter message should be final. | 6 |
Error | blocks | LeftCurly | '{' at column 42 should have line break after. | 6 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 20 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 22 |
Error | naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | naming | ConstantName | Name 'jdbcDriver' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | naming | ConstantName | Name 'jdbcURL' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | naming | ConstantName | Name 'jdbcUser' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | naming | ConstantName | Name 'jdbcPassword' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | naming | ConstantName | Name 'inputFile' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
Error | misc | FinalParameters | Parameter args should be final. | 80 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 92 |
Error | blocks | RightCurly | '}' at column 7 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). | 98 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 100 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 101 |
Error | blocks | RightCurly | '}' at column 6 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). | 103 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 27 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | design | VisibilityModifier | Variable 'is' must be private and have accessor methods. | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | design | VisibilityModifier | Variable 'personDAO' must be private and have accessor methods. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | design | VisibilityModifier | Variable 'vehicleDAO' must be private and have accessor methods. | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | design | VisibilityModifier | Variable 'parser' must be private and have accessor methods. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | design | VisibilityModifier | Variable 'dto2bo' must be private and have accessor methods. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | design | DesignForExtension | Method 'setInputStream' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | misc | FinalParameters | Parameter is should be final. | 35 |
Error | coding | HiddenField | 'is' hides a field. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | design | DesignForExtension | Method 'setPersonDAO' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | misc | FinalParameters | Parameter personDAO should be final. | 39 |
Error | coding | HiddenField | 'personDAO' hides a field. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | design | DesignForExtension | Method 'setVehicleDAO' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Error | misc | FinalParameters | Parameter vehicleDAO should be final. | 43 |
Error | coding | HiddenField | 'vehicleDAO' hides a field. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | design | DesignForExtension | Method 'ingest' is not designed for extension - needs to be abstract, final or empty. | 59 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'JAXBException'. | 60 |
Error | javadoc | JavadocMethod | Unable to get class information for @throws tag 'JAXBException'. | 60 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'XMLStreamException'. | 60 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 60 |
Error | coding | HiddenField | 'parser' hides a field. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 67 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 70 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | misc | FinalParameters | Parameter personDTO should be final. | 84 |
Error | javadoc | JavadocMethod | Expected @param tag for 'personDTO'. | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 103 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 105 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Error | misc | FinalParameters | Parameter registrationDTO should be final. | 108 |
Error | javadoc | JavadocMethod | Expected @param tag for 'registrationDTO'. | 108 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 109 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 114 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 116 |
Error | whitespace | OperatorWrap | ':' should be on a new line. | 116 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 119 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 120 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 123 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 125 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 128 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 33 |
Error | misc | FinalParameters | Parameter personMgmt should be final. | 33 |
Error | misc | FinalParameters | Parameter vehicleMgmt should be final. | 33 |
Error | blocks | RightCurly | '}' at column 3 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). | 36 |
Error | blocks | RightCurly | '}' at column 3 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). | 39 |
Error | 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). | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | misc | FinalParameters | Parameter personMgmt should be final. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
Error | misc | FinalParameters | Parameter vehicleMgmt should be final. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | whitespace | OperatorWrap | ':' should be on a new line. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
Error | misc | FinalParameters | Parameter args should be final. | 71 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 88 |
Error | blocks | RightCurly | '}' at column 4 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). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 93 |
Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 93 |
Error | blocks | RightCurly | '}' at column 49 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). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 94 |
Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 94 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 96 |
Error | blocks | LeftCurly | '{' at column 22 should have line break after. | 96 |
Error | blocks | RightCurly | '}' at column 3 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). | 98 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | design | DesignForExtension | Method 'setPersonDAO' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Error | misc | FinalParameters | Parameter personDAO should be final. | 28 |
Error | coding | HiddenField | 'personDAO' hides a field. | 28 |
Error | design | DesignForExtension | Method 'setVehicleDAO' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | misc | FinalParameters | Parameter vehicleDAO should be final. | 31 |
Error | coding | HiddenField | 'vehicleDAO' hides a field. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | design | DesignForExtension | Method 'getPeople' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | misc | FinalParameters | Parameter index should be final. | 35 |
Error | misc | FinalParameters | Parameter count should be final. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | 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). | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | design | DesignForExtension | Method 'getRegistrations' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Error | misc | FinalParameters | Parameter index should be final. | 49 |
Error | misc | FinalParameters | Parameter count should be final. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | 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). | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 5 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | coding | MagicNumber | '20' is a magic number. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 23 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Error | misc | FinalParameters | Parameter id should be final. | 24 |
Error | coding | HiddenField | 'id' hides a field. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | misc | FinalParameters | Parameter id should be final. | 33 |
Error | coding | HiddenField | 'id' hides a field. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | design | DesignForExtension | Method 'getLastName' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | design | DesignForExtension | Method 'setLastName' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | misc | FinalParameters | Parameter lastName should be final. | 40 |
Error | coding | HiddenField | 'lastName' hides a field. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | coding | MagicNumber | '20' is a magic number. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 27 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 27 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 27 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 32 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | misc | FinalParameters | Parameter id should be final. | 33 |
Error | coding | HiddenField | 'id' hides a field. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | misc | FinalParameters | Parameter id should be final. | 42 |
Error | coding | HiddenField | 'id' hides a field. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | design | DesignForExtension | Method 'getVin' is not designed for extension - needs to be abstract, final or empty. | 46 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
Error | design | DesignForExtension | Method 'setVin' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Error | misc | FinalParameters | Parameter vin should be final. | 49 |
Error | coding | HiddenField | 'vin' hides a field. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | design | DesignForExtension | Method 'getOwners' is not designed for extension - needs to be abstract, final or empty. | 53 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
Error | design | DesignForExtension | Method 'setOwners' is not designed for extension - needs to be abstract, final or empty. | 56 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
Error | misc | FinalParameters | Parameter owners should be final. | 56 |
Error | coding | HiddenField | 'owners' hides a field. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Error | misc | FinalParameters | Parameter message should be final. | 9 |
Error | blocks | LeftCurly | '{' at column 41 should have line break after. | 9 |
Error | misc | FinalParameters | Parameter message should be final. | 10 |
Error | misc | FinalParameters | Parameter ex should be final. | 10 |
Error | blocks | LeftCurly | '{' at column 55 should have line break after. | 10 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - junit.framework.TestCase.*. | 7 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 27 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 29 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | design | DesignForExtension | Method 'ingest' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 55 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 55 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 60 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 63 |
Error | blocks | RightCurly | '}' at column 11 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). | 64 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 66 |
Error | blocks | RightCurly | '}' at column 11 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). | 67 |
Error | blocks | RightCurly | '}' at column 3 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). | 72 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 74 |
Error | design | DesignForExtension | Method 'check' is not designed for extension - needs to be abstract, final or empty. | 78 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
Error | misc | FinalParameters | Parameter p should be final. | 78 |
Error | misc | FinalParameters | Parameter people should be final. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 118 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 120 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 123 |
Error | design | DesignForExtension | Method 'check' is not designed for extension - needs to be abstract, final or empty. | 124 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 124 |
Error | misc | FinalParameters | Parameter r should be final. | 124 |
Error | misc | FinalParameters | Parameter people should be final. | 124 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 126 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 154 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 159 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 24 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | design | DesignForExtension | Method 'setConnection' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Error | misc | FinalParameters | Parameter connection should be final. | 27 |
Error | coding | HiddenField | 'connection' hides a field. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | design | DesignForExtension | Method 'createPerson' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | misc | FinalParameters | Parameter person should be final. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 39 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | blocks | RightCurly | '}' at column 3 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). | 56 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 59 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 59 |
Error | blocks | RightCurly | '}' at column 3 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). | 60 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 63 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 63 |
Error | blocks | RightCurly | '}' at column 3 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). | 64 |
Error | blocks | LeftCurly | '{' at column 8 should have line break after. | 66 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 66 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 66 |
Error | blocks | LeftCurly | '{' at column 8 should have line break after. | 67 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 67 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 67 |
Error | blocks | LeftCurly | '{' at column 8 should have line break after. | 68 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 68 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 68 |
Error | design | DesignForExtension | Method 'getPerson' is not designed for extension - needs to be abstract, final or empty. | 72 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
Error | misc | FinalParameters | Parameter id should be final. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | design | DesignForExtension | Method 'getPeople' is not designed for extension - needs to be abstract, final or empty. | 77 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
Error | misc | FinalParameters | Parameter index should be final. | 77 |
Error | misc | FinalParameters | Parameter count should be final. | 77 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 25 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | design | DesignForExtension | Method 'setConnection' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Error | misc | FinalParameters | Parameter connection should be final. | 28 |
Error | coding | HiddenField | 'connection' hides a field. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | design | DesignForExtension | Method 'createRegistration' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | misc | FinalParameters | Parameter registration should be final. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 40 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | blocks | RightCurly | '}' at column 7 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). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 62 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 62 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 62 |
Error | blocks | LeftCurly | '{' at column 9 should have line break after. | 64 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 64 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 72 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 73 |
Error | blocks | RightCurly | '}' at column 3 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). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 82 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 82 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 82 |
Error | blocks | RightCurly | '}' at column 3 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). | 83 |
Error | blocks | LeftCurly | '{' at column 8 should have line break after. | 85 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 85 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 85 |
Error | blocks | LeftCurly | '{' at column 8 should have line break after. | 86 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 86 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 86 |
Error | blocks | LeftCurly | '{' at column 8 should have line break after. | 87 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 87 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 87 |
Error | design | DesignForExtension | Method 'getRegistrations' is not designed for extension - needs to be abstract, final or empty. | 91 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
Error | misc | FinalParameters | Parameter index should be final. | 91 |
Error | misc | FinalParameters | Parameter count should be final. | 91 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | design | DesignForExtension | Method 'setEntityManager' is not designed for extension - needs to be abstract, final or empty. | 18 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
Error | misc | FinalParameters | Parameter em should be final. | 18 |
Error | coding | HiddenField | 'em' hides a field. | 18 |
Error | design | DesignForExtension | Method 'createPerson' is not designed for extension - needs to be abstract, final or empty. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Error | misc | FinalParameters | Parameter person should be final. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | design | DesignForExtension | Method 'getPerson' is not designed for extension - needs to be abstract, final or empty. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | misc | FinalParameters | Parameter id should be final. | 26 |
Error | design | DesignForExtension | Method 'getPeople' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | misc | FinalParameters | Parameter index should be final. | 31 |
Error | misc | FinalParameters | Parameter count should be final. | 31 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | design | DesignForExtension | Method 'setEntityManager' is not designed for extension - needs to be abstract, final or empty. | 18 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
Error | misc | FinalParameters | Parameter em should be final. | 18 |
Error | coding | HiddenField | 'em' hides a field. | 18 |
Error | design | DesignForExtension | Method 'createRegistration' is not designed for extension - needs to be abstract, final or empty. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Error | misc | FinalParameters | Parameter registration should be final. | 22 |
Error | design | DesignForExtension | Method 'getRegistrations' is not designed for extension - needs to be abstract, final or empty. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | misc | FinalParameters | Parameter index should be final. | 27 |
Error | misc | FinalParameters | Parameter count should be final. | 27 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | design | VisibilityModifier | Variable 'xmlif' must be private and have accessor methods. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | design | VisibilityModifier | Variable 'um' must be private and have accessor methods. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | design | VisibilityModifier | Variable 'xmlr' must be private and have accessor methods. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | misc | FinalParameters | Parameter rootType should be final. | 47 |
Error | misc | FinalParameters | Parameter is should be final. | 47 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'JAXBException'. | 48 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'XMLStreamException'. | 48 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 62 |
Error | misc | FinalParameters | Parameter targetType should be final. | 62 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 66 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 66 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 66 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 73 |
Error | misc | FinalParameters | Parameter id should be final. | 73 |
Error | misc | FinalParameters | Parameter obj should be final. | 73 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 74 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 74 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 74 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 74 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 74 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
Error | misc | FinalParameters | Parameter rootTypes should be final. | 80 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 80 |
Error | misc | FinalParameters | Parameter is should be final. | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | design | DesignForExtension | Method 'setSchema' is not designed for extension - needs to be abstract, final or empty. | 88 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
Error | misc | FinalParameters | Parameter schema should be final. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 89 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 93 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
Error | misc | FinalParameters | Parameter elements should be final. | 94 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 94 |
Error | misc | FinalParameters | Parameter localName should be final. | 94 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 95 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 102 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 114 |
Error | design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 114 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 115 |
Error | misc | FinalParameters | Parameter elements should be final. | 115 |
Error | javadoc | JavadocMethod | Expected @param tag for 'elements'. | 115 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'XMLStreamException'. | 116 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'JAXBException'. | 116 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 119 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 119 |
Error | whitespace | OperatorWrap | '?' should be on a new line. | 122 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 122 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 123 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 127 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 128 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | design | DesignForExtension | Method 'createDmv' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | design | DesignForExtension | Method 'createPerson' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
Error | misc | FinalParameters | Parameter first should be final. | 60 |
Error | misc | FinalParameters | Parameter middle should be final. | 60 |
Error | misc | FinalParameters | Parameter last should be final. | 60 |
Error | misc | FinalParameters | Parameter suffix should be final. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | coding | MagicNumber | '1960' is a magic number. | 81 |
Error | coding | MagicNumber | '03' is a magic number. | 83 |
Error | coding | MagicNumber | '72' is a magic number. | 89 |
Error | coding | MagicNumber | '220' is a magic number. | 90 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 93 |
Error | coding | MagicNumber | '2000' is a magic number. | 104 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 109 |
Error | coding | MagicNumber | '2005' is a magic number. | 111 |
Error | coding | MagicNumber | '12' is a magic number. | 112 |
Error | coding | MagicNumber | '31' is a magic number. | 113 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 124 |
Error | design | DesignForExtension | Method 'createVehicleRegistration' is not designed for extension - needs to be abstract, final or empty. | 124 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 124 |
Error | misc | FinalParameters | Parameter owner should be final. | 124 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 127 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 129 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 132 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 133 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 134 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 145 |
Error | coding | MagicNumber | '2006' is a magic number. | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 149 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 150 |
Error | coding | MagicNumber | '1996' is a magic number. | 152 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 157 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 8 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 3 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 4 |
Error | misc | FinalParameters | Parameter message should be final. | 6 |
Error | blocks | LeftCurly | '{' at column 43 should have line break after. | 6 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 3 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 4 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | design | DesignForExtension | Method 'setClubDAO' is not designed for extension - needs to be abstract, final or empty. | 16 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Error | misc | FinalParameters | Parameter clubDAO should be final. | 16 |
Error | coding | HiddenField | 'clubDAO' hides a field. | 16 |
Error | coding | EmptyStatement | Empty statement. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | design | DesignForExtension | Method 'getVenues' is not designed for extension - needs to be abstract, final or empty. | 20 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Error | misc | FinalParameters | Parameter index should be final. | 20 |
Error | misc | FinalParameters | Parameter count should be final. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 17 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 18 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | design | DesignForExtension | Method 'setInputStream' is not designed for extension - needs to be abstract, final or empty. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Error | misc | FinalParameters | Parameter is should be final. | 22 |
Error | coding | HiddenField | 'is' hides a field. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | design | DesignForExtension | Method 'setClubDAO' is not designed for extension - needs to be abstract, final or empty. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | misc | FinalParameters | Parameter clubDAO should be final. | 26 |
Error | coding | HiddenField | 'clubDAO' hides a field. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 42 |
Error | design | DesignForExtension | Method 'ingest' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'JAXBException'. | 42 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'XMLStreamException'. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 49 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 49 |
Error | blocks | RightCurly | '}' at column 4 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). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 52 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
Error | misc | FinalParameters | Parameter season should be final. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 63 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 74 |
Error | misc | FinalParameters | Parameter clubDTO should be final. | 77 |
Error | javadoc | JavadocMethod | Expected @param tag for 'clubDTO'. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 89 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | design | DesignForExtension | Method 'setEntityManager' is not designed for extension - needs to be abstract, final or empty. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | misc | FinalParameters | Parameter em should be final. | 15 |
Error | coding | HiddenField | 'em' hides a field. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | design | DesignForExtension | Method 'getDBUtil' is not designed for extension - needs to be abstract, final or empty. | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | design | DesignForExtension | Method 'drop' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 33 |
Error | design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | misc | FinalParameters | Parameter sequenceVals should be final. | 33 |
Error | design | DesignForExtension | Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 26 |
Error | coding | MagicNumber | '20' is a magic number. | 26 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 29 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | misc | FinalParameters | Parameter id should be final. | 30 |
Error | coding | HiddenField | 'id' hides a field. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | misc | FinalParameters | Parameter id should be final. | 34 |
Error | coding | HiddenField | 'id' hides a field. | 34 |
Error | misc | FinalParameters | Parameter city should be final. | 34 |
Error | coding | HiddenField | 'city' hides a field. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | misc | FinalParameters | Parameter id should be final. | 42 |
Error | coding | HiddenField | 'id' hides a field. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | design | DesignForExtension | Method 'getCity' is not designed for extension - needs to be abstract, final or empty. | 46 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
Error | design | DesignForExtension | Method 'setCity' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Error | misc | FinalParameters | Parameter city should be final. | 49 |
Error | coding | HiddenField | 'city' hides a field. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 53 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 24 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 27 |
Error | coding | MagicNumber | '40' is a magic number. | 27 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 30 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 30 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 31 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 31 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 31 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 31 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 31 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 34 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | misc | FinalParameters | Parameter id should be final. | 35 |
Error | coding | HiddenField | 'id' hides a field. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | misc | FinalParameters | Parameter name should be final. | 39 |
Error | coding | HiddenField | 'name' hides a field. | 39 |
Error | misc | FinalParameters | Parameter address should be final. | 39 |
Error | coding | HiddenField | 'address' hides a field. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | misc | FinalParameters | Parameter id should be final. | 47 |
Error | coding | HiddenField | 'id' hides a field. | 47 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 53 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
Error | misc | FinalParameters | Parameter name should be final. | 53 |
Error | coding | HiddenField | 'name' hides a field. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | design | DesignForExtension | Method 'getAddress' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Error | design | DesignForExtension | Method 'setAddress' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
Error | misc | FinalParameters | Parameter address should be final. | 60 |
Error | coding | HiddenField | 'address' hides a field. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 64 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | javadoc | JavadocMethod | Expected @param tag for 'venue'. | 18 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'ClubDAOException'. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 28 |
Error | javadoc | JavadocMethod | Expected @param tag for 'start'. | 28 |
Error | javadoc | JavadocMethod | Expected @param tag for 'count'. | 28 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'ClubDAOException'. | 29 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
Error | misc | FinalParameters | Parameter message should be final. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Error | misc | FinalParameters | Parameter message should be final. | 14 |
Error | misc | FinalParameters | Parameter th should be final. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - junit.framework.TestCase.*. | 5 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 34 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 36 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | design | DesignForExtension | Method 'ingest' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 50 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 50 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 51 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 51 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 52 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 52 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 53 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 65 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 68 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 71 |
Error | blocks | RightCurly | '}' at column 11 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). | 73 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 76 |
Error | blocks | RightCurly | '}' at column 11 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). | 78 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 81 |
Error | blocks | RightCurly | '}' at column 11 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). | 83 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 86 |
Error | blocks | RightCurly | '}' at column 11 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). | 88 |
Error | blocks | RightCurly | '}' at column 3 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). | 93 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 95 |
Error | blocks | RightCurly | '}' at column 3 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). | 97 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 99 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 110 |
Error | design | DesignForExtension | Method 'testSeason' is not designed for extension - needs to be abstract, final or empty. | 111 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
Error | misc | FinalParameters | Parameter season should be final. | 111 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 133 |
Error | design | DesignForExtension | Method 'testDivision' is not designed for extension - needs to be abstract, final or empty. | 139 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 139 |
Error | misc | FinalParameters | Parameter d should be final. | 139 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 163 |
Error | design | DesignForExtension | Method 'testTeamSeason' is not designed for extension - needs to be abstract, final or empty. | 169 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 169 |
Error | misc | FinalParameters | Parameter ts should be final. | 169 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 176 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 181 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 182 |
Error | design | DesignForExtension | Method 'testLeagueMetadata' is not designed for extension - needs to be abstract, final or empty. | 185 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 185 |
Error | misc | FinalParameters | Parameter md should be final. | 185 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 190 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 193 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 194 |
Error | design | DesignForExtension | Method 'testContact' is not designed for extension - needs to be abstract, final or empty. | 197 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 197 |
Error | misc | FinalParameters | Parameter contact should be final. | 197 |
Error | design | DesignForExtension | Method 'testClub' is not designed for extension - needs to be abstract, final or empty. | 212 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 212 |
Error | misc | FinalParameters | Parameter club should be final. | 212 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 231 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 239 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 240 |
Error | misc | FinalParameters | Parameter venue should be final. | 240 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 251 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 251 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 251 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 251 |
Error | design | DesignForExtension | Method 'testTeam' is not designed for extension - needs to be abstract, final or empty. | 271 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 271 |
Error | misc | FinalParameters | Parameter team should be final. | 271 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 285 |
Error | design | DesignForExtension | Method 'testContactRole' is not designed for extension - needs to be abstract, final or empty. | 291 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 291 |
Error | misc | FinalParameters | Parameter role should be final. | 291 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 298 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 303 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 24 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | design | DesignForExtension | Method 'setConnection' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | misc | FinalParameters | Parameter connection should be final. | 31 |
Error | coding | HiddenField | 'connection' hides a field. | 31 |
Error | javadoc | JavadocMethod | Expected @param tag for 'connection'. | 31 |
Error | design | DesignForExtension | Method 'createVenue' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | misc | FinalParameters | Parameter venue should be final. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | blocks | RightCurly | '}' at column 3 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). | 86 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 89 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 89 |
Error | blocks | RightCurly | '}' at column 3 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). | 90 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 93 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 93 |
Error | blocks | RightCurly | '}' at column 3 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). | 94 |
Error | blocks | LeftCurly | '{' at column 8 should have line break after. | 96 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 96 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 96 |
Error | blocks | LeftCurly | '{' at column 8 should have line break after. | 97 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 97 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 97 |
Error | blocks | LeftCurly | '{' at column 8 should have line break after. | 98 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 98 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 98 |
Error | blocks | LeftCurly | '{' at column 8 should have line break after. | 99 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 99 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 99 |
Error | blocks | LeftCurly | '{' at column 8 should have line break after. | 100 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 100 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 100 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 104 |
Error | design | DesignForExtension | Method 'getVenues' is not designed for extension - needs to be abstract, final or empty. | 107 |
Error | misc | FinalParameters | Parameter index should be final. | 108 |
Error | misc | FinalParameters | Parameter count should be final. | 108 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | design | DesignForExtension | Method 'setEntityManager' is not designed for extension - needs to be abstract, final or empty. | 22 |
Error | misc | FinalParameters | Parameter em should be final. | 22 |
Error | coding | HiddenField | 'em' hides a field. | 22 |
Error | javadoc | JavadocMethod | Expected @param tag for 'em'. | 22 |
Error | design | DesignForExtension | Method 'createVenue' is not designed for extension - needs to be abstract, final or empty. | 26 |
Error | misc | FinalParameters | Parameter venue should be final. | 27 |
Error | design | DesignForExtension | Method 'getVenues' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | misc | FinalParameters | Parameter index should be final. | 32 |
Error | misc | FinalParameters | Parameter count should be final. | 32 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Error | misc | FinalParameters | Parameter s should be final. | 14 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | misc | FinalParameters | Parameter dt should be final. | 17 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | design | VisibilityModifier | Variable 'xmlif' must be private and have accessor methods. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | design | VisibilityModifier | Variable 'um' must be private and have accessor methods. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | design | VisibilityModifier | Variable 'xmlr' must be private and have accessor methods. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | misc | FinalParameters | Parameter rootType should be final. | 48 |
Error | misc | FinalParameters | Parameter is should be final. | 48 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'JAXBException'. | 49 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'XMLStreamException'. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 63 |
Error | misc | FinalParameters | Parameter targetType should be final. | 63 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 75 |
Error | misc | FinalParameters | Parameter id should be final. | 75 |
Error | misc | FinalParameters | Parameter obj should be final. | 75 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 76 |
Error | design | DesignForExtension | Method 'setSchema' is not designed for extension - needs to be abstract, final or empty. | 84 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
Error | misc | FinalParameters | Parameter schema should be final. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 86 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
Error | misc | FinalParameters | Parameter elements should be final. | 91 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 91 |
Error | misc | FinalParameters | Parameter localName should be final. | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 103 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 107 |
Error | design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 111 |
Error | misc | FinalParameters | Parameter elements should be final. | 112 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'XMLStreamException'. | 112 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'JAXBException'. | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 119 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 119 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 27 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 |
Error | design | DesignForExtension | Method 'nextRefId' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | blocks | LeftCurly | '{' at column 34 should have line break after. | 30 |
Error | design | DesignForExtension | Method 'nextId' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 31 |
Error | design | DesignForExtension | Method 'createClub' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | misc | FinalParameters | Parameter league should be final. | 34 |
Error | misc | FinalParameters | Parameter name should be final. | 34 |
Error | misc | FinalParameters | Parameter rep should be final. | 34 |
Error | misc | FinalParameters | Parameter teams should be final. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 61 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 61 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 61 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 77 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 77 |
Error | blocks | RightCurly | '}' at column 13 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). | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 105 |
Error | design | DesignForExtension | Method 'createSeason' is not designed for extension - needs to be abstract, final or empty. | 106 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
Error | misc | FinalParameters | Parameter league should be final. | 107 |
Error | misc | FinalParameters | Parameter year should be final. | 107 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 112 |
Error | coding | MagicNumber | '2007' is a magic number. | 114 |
Error | coding | MagicNumber | '2007' is a magic number. | 116 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 118 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 119 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 119 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 120 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 120 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 120 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 120 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 121 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 121 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 122 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 122 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 122 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 122 |
Error | whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 129 |
Error | whitespace | WhitespaceAround | '*' is not followed by whitespace. | 129 |
Error | coding | MagicNumber | '10' is a magic number. | 129 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 130 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 137 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 140 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 143 |
Error | design | DesignForExtension | Method 'assignTeamsToDivision' is not designed for extension - needs to be abstract, final or empty. | 144 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 144 |
Error | misc | FinalParameters | Parameter club should be final. | 144 |
Error | misc | FinalParameters | Parameter season should be final. | 144 |
Error | coding | MagicNumber | '10000' is a magic number. | 145 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 152 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 157 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 159 |
Error | design | DesignForExtension | Method 'getField' is not designed for extension - needs to be abstract, final or empty. | 160 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 160 |
Error | misc | FinalParameters | Parameter league should be final. | 160 |
Error | misc | FinalParameters | Parameter team should be final. | 160 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 164 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 171 |
Error | design | DesignForExtension | Method 'scheduleSeason' is not designed for extension - needs to be abstract, final or empty. | 172 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 172 |
Error | misc | FinalParameters | Parameter league should be final. | 172 |
Error | misc | FinalParameters | Parameter season should be final. | 172 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 173 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 175 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 175 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 175 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 175 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 176 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 176 |
Error | whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 176 |
Error | whitespace | WhitespaceAround | '-' is not followed by whitespace. | 176 |
Error | whitespace | WhitespaceAround | '>=' is not preceded with whitespace. | 176 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 177 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 177 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 185 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 185 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 185 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 185 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 185 |
Error | coding | MagicNumber | '8' is a magic number. | 185 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 185 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 185 |
Error | whitespace | WhitespaceAround | '%' is not preceded with whitespace. | 185 |
Error | whitespace | WhitespaceAround | '%' is not followed by whitespace. | 185 |
Error | coding | MagicNumber | '12' is a magic number. | 185 |
Error | whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 185 |
Error | whitespace | WhitespaceAround | '*' is not followed by whitespace. | 185 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 185 |
Error | whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 191 |
Error | whitespace | WhitespaceAround | '*' is not followed by whitespace. | 191 |
Error | coding | MagicNumber | '3600' is a magic number. | 191 |
Error | whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 191 |
Error | whitespace | WhitespaceAround | '*' is not followed by whitespace. | 191 |
Error | coding | MagicNumber | '1000' is a magic number. | 191 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 193 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 201 |
Error | design | DesignForExtension | Method 'reportScores' is not designed for extension - needs to be abstract, final or empty. | 202 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 202 |
Error | misc | FinalParameters | Parameter season should be final. | 202 |
Error | coding | MagicNumber | '5' is a magic number. | 205 |
Error | coding | MagicNumber | '5' is a magic number. | 206 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 209 |
Error | design | DesignForExtension | Method 'createLeagueMetadata' is not designed for extension - needs to be abstract, final or empty. | 210 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 210 |
Error | misc | FinalParameters | Parameter league should be final. | 210 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 213 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 220 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 223 |
Error | design | DesignForExtension | Method 'createLeague' is not designed for extension - needs to be abstract, final or empty. | 224 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 224 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 226 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 230 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 234 |
Error | whitespace | NoWhitespaceAfter | 'String' is followed by whitespace. | 234 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 238 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 238 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 238 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 238 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 239 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 239 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 241 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 242 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 243 |
Error | coding | MagicNumber | '2005' is a magic number. | 243 |
Error | coding | MagicNumber | '2006' is a magic number. | 243 |
Error | coding | MagicNumber | '2007' is a magic number. | 243 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 247 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 248 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 251 |
Error | coding | MagicNumber | '2008' is a magic number. | 255 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 258 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 259 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 8 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 8 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 3 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 4 |
Error | misc | FinalParameters | Parameter message should be final. | 6 |
Error | blocks | LeftCurly | '{' at column 46 should have line break after. | 6 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 17 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 19 |
Error | naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 19 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | misc | FinalParameters | Parameter accountMgmt should be final. | 29 |
Error | blocks | RightCurly | '}' at column 3 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). | 32 |
Error | blocks | RightCurly | '}' at column 3 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). | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | misc | FinalParameters | Parameter accountMgmt should be final. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Error | misc | FinalParameters | Parameter args should be final. | 52 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | blocks | RightCurly | '}' at column 4 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). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 71 |
Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 71 |
Error | blocks | RightCurly | '}' at column 49 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). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 72 |
Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 74 |
Error | blocks | LeftCurly | '{' at column 22 should have line break after. | 74 |
Error | blocks | RightCurly | '}' at column 3 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). | 76 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | design | DesignForExtension | Method 'setAccountDAO' is not designed for extension - needs to be abstract, final or empty. | 17 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | misc | FinalParameters | Parameter accountDAO should be final. | 17 |
Error | coding | HiddenField | 'accountDAO' hides a field. | 17 |
Error | coding | EmptyStatement | Empty statement. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | design | DesignForExtension | Method 'getAccounts' is not designed for extension - needs to be abstract, final or empty. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | misc | FinalParameters | Parameter index should be final. | 21 |
Error | misc | FinalParameters | Parameter count should be final. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 14 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 14 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 16 |
Error | naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | naming | ConstantName | Name 'jdbcDriver' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
Error | naming | ConstantName | Name 'jdbcURL' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | naming | ConstantName | Name 'jdbcUser' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | naming | ConstantName | Name 'jdbcPassword' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | naming | ConstantName | Name 'inputFile' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
Error | misc | FinalParameters | Parameter args should be final. | 74 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | blocks | RightCurly | '}' at column 7 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). | 89 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 91 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 92 |
Error | blocks | RightCurly | '}' at column 6 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). | 94 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 15 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 16 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | design | VisibilityModifier | Variable 'is' must be private and have accessor methods. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | design | VisibilityModifier | Variable 'accountDAO' must be private and have accessor methods. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
Error | design | VisibilityModifier | Variable 'parser' must be private and have accessor methods. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | design | DesignForExtension | Method 'setInputStream' is not designed for extension - needs to be abstract, final or empty. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | misc | FinalParameters | Parameter is should be final. | 21 |
Error | coding | HiddenField | 'is' hides a field. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | design | DesignForExtension | Method 'setAccountDAO' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | misc | FinalParameters | Parameter accountDAO should be final. | 25 |
Error | coding | HiddenField | 'accountDAO' hides a field. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | design | DesignForExtension | Method 'ingest' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'JAXBException'. | 40 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'XMLStreamException'. | 40 |
Error | coding | HiddenField | 'parser' hides a field. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 47 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 59 |
Error | misc | FinalParameters | Parameter accountDTO should be final. | 59 |
Error | javadoc | JavadocMethod | Expected @param tag for 'accountDTO'. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 |
Error | coding | MagicNumber | '20' is a magic number. | 25 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
Error | coding | MagicNumber | '20' is a magic number. | 28 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 31 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 31 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 32 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 32 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 33 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 33 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 34 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 34 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 34 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 38 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | misc | FinalParameters | Parameter userId should be final. | 39 |
Error | coding | HiddenField | 'userId' hides a field. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | misc | FinalParameters | Parameter userId should be final. | 42 |
Error | coding | HiddenField | 'userId' hides a field. | 42 |
Error | misc | FinalParameters | Parameter firstName should be final. | 42 |
Error | coding | HiddenField | 'firstName' hides a field. | 42 |
Error | misc | FinalParameters | Parameter addresses should be final. | 42 |
Error | coding | HiddenField | 'addresses' hides a field. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | design | DesignForExtension | Method 'getUserId' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | misc | FinalParameters | Parameter userId should be final. | 51 |
Error | coding | HiddenField | 'userId' hides a field. | 51 |
Error | design | DesignForExtension | Method 'getFirstName' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Error | design | DesignForExtension | Method 'setFirstName' is not designed for extension - needs to be abstract, final or empty. | 58 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
Error | misc | FinalParameters | Parameter firstName should be final. | 58 |
Error | coding | HiddenField | 'firstName' hides a field. | 58 |
Error | design | DesignForExtension | Method 'getAddresses' is not designed for extension - needs to be abstract, final or empty. | 62 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
Error | design | DesignForExtension | Method 'setAddresses' is not designed for extension - needs to be abstract, final or empty. | 65 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
Error | misc | FinalParameters | Parameter addresses should be final. | 65 |
Error | coding | HiddenField | 'addresses' hides a field. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 69 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 |
Error | coding | MagicNumber | '10' is a magic number. | 25 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
Error | coding | MagicNumber | '20' is a magic number. | 28 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 31 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | misc | FinalParameters | Parameter id should be final. | 32 |
Error | coding | HiddenField | 'id' hides a field. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | misc | FinalParameters | Parameter id should be final. | 36 |
Error | coding | HiddenField | 'id' hides a field. | 36 |
Error | misc | FinalParameters | Parameter name should be final. | 36 |
Error | coding | HiddenField | 'name' hides a field. | 36 |
Error | misc | FinalParameters | Parameter city should be final. | 36 |
Error | coding | HiddenField | 'city' hides a field. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | misc | FinalParameters | Parameter id should be final. | 45 |
Error | coding | HiddenField | 'id' hides a field. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 52 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Error | misc | FinalParameters | Parameter name should be final. | 52 |
Error | coding | HiddenField | 'name' hides a field. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | design | DesignForExtension | Method 'getCity' is not designed for extension - needs to be abstract, final or empty. | 56 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
Error | design | DesignForExtension | Method 'setCity' is not designed for extension - needs to be abstract, final or empty. | 59 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
Error | misc | FinalParameters | Parameter city should be final. | 59 |
Error | coding | HiddenField | 'city' hides a field. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 8 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 8 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 3 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 4 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 6 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 6 |
Error | misc | FinalParameters | Parameter message should be final. | 6 |
Error | misc | FinalParameters | Parameter th should be final. | 6 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - junit.framework.TestCase.*. | 12 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 26 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | design | DesignForExtension | Method 'ingest' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 53 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 53 |
Error | blocks | RightCurly | '}' at column 11 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). | 59 |
Error | blocks | RightCurly | '}' at column 11 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). | 62 |
Error | blocks | RightCurly | '}' at column 11 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). | 65 |
Error | blocks | RightCurly | '}' at column 11 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). | 68 |
Error | blocks | RightCurly | '}' at column 3 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). | 73 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 75 |
Error | blocks | RightCurly | '}' at column 3 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). | 77 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 79 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 20 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | design | DesignForExtension | Method 'setConnection' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | misc | FinalParameters | Parameter connection should be final. | 23 |
Error | coding | HiddenField | 'connection' hides a field. | 23 |
Error | design | DesignForExtension | Method 'createAccount' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Error | misc | FinalParameters | Parameter account should be final. | 27 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 35 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 43 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 48 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | blocks | RightCurly | '}' at column 13 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). | 72 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 75 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 75 |
Error | blocks | RightCurly | '}' at column 13 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). | 76 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 79 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 79 |
Error | blocks | RightCurly | '}' at column 13 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). | 80 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 82 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 82 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 82 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 83 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 83 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 83 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 84 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 84 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 84 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 85 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 85 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 85 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 86 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 86 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 86 |
Error | design | DesignForExtension | Method 'getAccounts' is not designed for extension - needs to be abstract, final or empty. | 90 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
Error | misc | FinalParameters | Parameter index should be final. | 90 |
Error | misc | FinalParameters | Parameter count should be final. | 90 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | design | DesignForExtension | Method 'setEntityManager' is not designed for extension - needs to be abstract, final or empty. | 18 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
Error | misc | FinalParameters | Parameter em should be final. | 18 |
Error | coding | HiddenField | 'em' hides a field. | 18 |
Error | design | DesignForExtension | Method 'createAccount' is not designed for extension - needs to be abstract, final or empty. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Error | misc | FinalParameters | Parameter account should be final. | 22 |
Error | design | DesignForExtension | Method 'getAccounts' is not designed for extension - needs to be abstract, final or empty. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | misc | FinalParameters | Parameter index should be final. | 27 |
Error | misc | FinalParameters | Parameter count should be final. | 27 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 9 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 9 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
Error | misc | FinalParameters | Parameter s should be final. | 10 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
Error | misc | FinalParameters | Parameter dt should be final. | 13 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 33 |
Error | naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | design | VisibilityModifier | Variable 'xmlif' must be private and have accessor methods. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | design | VisibilityModifier | Variable 'um' must be private and have accessor methods. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | design | VisibilityModifier | Variable 'xmlr' must be private and have accessor methods. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | misc | FinalParameters | Parameter rootType should be final. | 48 |
Error | misc | FinalParameters | Parameter is should be final. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'JAXBException'. | 50 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'XMLStreamException'. | 50 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 60 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 64 |
Error | misc | FinalParameters | Parameter targetType should be final. | 64 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 67 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 67 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 67 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 74 |
Error | misc | FinalParameters | Parameter id should be final. | 74 |
Error | misc | FinalParameters | Parameter obj should be final. | 74 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 75 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 75 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 75 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 75 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 75 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | design | DesignForExtension | Method 'setSchema' is not designed for extension - needs to be abstract, final or empty. | 82 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
Error | misc | FinalParameters | Parameter schema should be final. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 83 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
Error | misc | FinalParameters | Parameter elements should be final. | 88 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 88 |
Error | misc | FinalParameters | Parameter localName should be final. | 88 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 89 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 96 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 102 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 108 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Error | design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 108 |
Error | misc | FinalParameters | Parameter elements should be final. | 108 |
Error | javadoc | JavadocMethod | Expected @param tag for 'elements'. | 108 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'XMLStreamException'. | 109 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'JAXBException'. | 109 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 112 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 112 |
Error | whitespace | OperatorWrap | '?' should be on a new line. | 115 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 115 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 116 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 120 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 122 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 123 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 12 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | design | VisibilityModifier | Variable 'addressId' must be private and have accessor methods. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | design | VisibilityModifier | Variable 'auctionId' must be private and have accessor methods. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | design | VisibilityModifier | Variable 'bidId' must be private and have accessor methods. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | design | VisibilityModifier | Variable 'accountId' must be private and have accessor methods. | 16 |
Error | design | DesignForExtension | Method 'createSales' is not designed for extension - needs to be abstract, final or empty. | 17 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 |
Error | design | DesignForExtension | Method 'createAuction' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Error | misc | FinalParameters | Parameter seller should be final. | 43 |
Error | misc | FinalParameters | Parameter bidder should be final. | 43 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 46 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 46 |
Error | whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 52 |
Error | whitespace | WhitespaceAround | '-' is not followed by whitespace. | 52 |
Error | coding | MagicNumber | '3' is a magic number. | 52 |
Error | whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 52 |
Error | whitespace | WhitespaceAround | '*' is not followed by whitespace. | 52 |
Error | coding | MagicNumber | '3600' is a magic number. | 52 |
Error | whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 52 |
Error | whitespace | WhitespaceAround | '*' is not followed by whitespace. | 52 |
Error | coding | MagicNumber | '1000' is a magic number. | 52 |
Error | design | DesignForExtension | Method 'createAddress1' is not designed for extension - needs to be abstract, final or empty. | 68 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
Error | misc | FinalParameters | Parameter addressee should be final. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | design | DesignForExtension | Method 'createAccount' is not designed for extension - needs to be abstract, final or empty. | 81 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
Error | misc | FinalParameters | Parameter firstName should be final. | 82 |
Error | misc | FinalParameters | Parameter middleName should be final. | 82 |
Error | misc | FinalParameters | Parameter lastName should be final. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 91 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 91 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 92 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 |
Error | misc | FinalParameters | Parameter earName should be final. | 25 |
Error | javadoc | JavadocMethod | Expected @param tag for 'earName'. | 25 |
Error | misc | FinalParameters | Parameter ejbModuleName should be final. | 26 |
Error | javadoc | JavadocMethod | Expected @param tag for 'ejbModuleName'. | 26 |
Error | misc | FinalParameters | Parameter distinctName should be final. | 27 |
Error | javadoc | JavadocMethod | Expected @param tag for 'distinctName'. | 27 |
Error | misc | FinalParameters | Parameter ejbClassName should be final. | 28 |
Error | javadoc | JavadocMethod | Expected @param tag for 'ejbClassName'. | 28 |
Error | misc | FinalParameters | Parameter remoteInterface should be final. | 29 |
Error | javadoc | JavadocMethod | Expected @param tag for 'remoteInterface'. | 29 |
Error | misc | FinalParameters | Parameter stateful should be final. | 30 |
Error | javadoc | JavadocMethod | Expected @param tag for 'stateful'. | 30 |
Error | misc | FinalParameters | Parameter version should be final. | 31 |
Error | javadoc | JavadocMethod | Expected @param tag for 'version'. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | misc | FinalParameters | Parameter earNameVersion should be final. | 66 |
Error | javadoc | JavadocMethod | Expected @param tag for 'earNameVersion'. | 66 |
Error | misc | FinalParameters | Parameter ejbModuleNameVersion should be final. | 67 |
Error | javadoc | JavadocMethod | Expected @param tag for 'ejbModuleNameVersion'. | 67 |
Error | misc | FinalParameters | Parameter distinctName should be final. | 68 |
Error | javadoc | JavadocMethod | Expected @param tag for 'distinctName'. | 68 |
Error | misc | FinalParameters | Parameter ejbClassName should be final. | 69 |
Error | javadoc | JavadocMethod | Expected @param tag for 'ejbClassName'. | 69 |
Error | misc | FinalParameters | Parameter remoteInterface should be final. | 70 |
Error | javadoc | JavadocMethod | Expected @param tag for 'remoteInterface'. | 70 |
Error | misc | FinalParameters | Parameter stateful should be final. | 71 |
Error | javadoc | JavadocMethod | Expected @param tag for 'stateful'. | 71 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 76 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 76 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 76 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 76 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 76 |
Error | whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 76 |
Error | whitespace | WhitespaceAround | ':' is not followed by whitespace. | 76 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 79 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 79 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 79 |
Error | javadoc | JavadocStyle | Extra HTML tag found: </p> | 90 |
Error | misc | FinalParameters | Parameter earNameVersion should be final. | 102 |
Error | javadoc | JavadocMethod | Expected @param tag for 'earNameVersion'. | 102 |
Error | misc | FinalParameters | Parameter ejbModuleNameVersion should be final. | 103 |
Error | javadoc | JavadocMethod | Expected @param tag for 'ejbModuleNameVersion'. | 103 |
Error | misc | FinalParameters | Parameter ejbClassName should be final. | 104 |
Error | javadoc | JavadocMethod | Expected @param tag for 'ejbClassName'. | 104 |
Error | misc | FinalParameters | Parameter remoteInterface should be final. | 105 |
Error | javadoc | JavadocMethod | Expected @param tag for 'remoteInterface'. | 105 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 114 |
Error | misc | FinalParameters | Parameter moduleNameVersion should be final. | 132 |
Error | javadoc | JavadocMethod | Expected @param tag for 'moduleNameVersion'. | 132 |
Error | misc | FinalParameters | Parameter ejbClassName should be final. | 133 |
Error | javadoc | JavadocMethod | Expected @param tag for 'ejbClassName'. | 133 |
Error | misc | FinalParameters | Parameter remoteInterface should be final. | 134 |
Error | javadoc | JavadocMethod | Expected @param tag for 'remoteInterface'. | 134 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 12 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 12 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
Error | misc | FinalParameters | Parameter object should be final. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | misc | FinalParameters | Parameter object should be final. | 21 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 22 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | misc | FinalParameters | Parameter string should be final. | 34 |
Error | misc | FinalParameters | Parameter type should be final. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | misc | FinalParameters | Parameter is should be final. | 42 |
Error | misc | FinalParameters | Parameter type should be final. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Error | misc | FinalParameters | Parameter string should be final. | 50 |
Error | misc | FinalParameters | Parameter type should be final. | 50 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 51 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 57 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Error | misc | FinalParameters | Parameter is should be final. | 57 |
Error | misc | FinalParameters | Parameter type should be final. | 57 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 58 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 58 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 10 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 23 |
Error | misc | FinalParameters | Parameter connFactory should be final. | 23 |
Error | javadoc | JavadocMethod | Expected @param tag for 'connFactory'. | 23 |
Error | misc | FinalParameters | Parameter user should be final. | 23 |
Error | javadoc | JavadocMethod | Expected @param tag for 'user'. | 23 |
Error | misc | FinalParameters | Parameter password should be final. | 23 |
Error | javadoc | JavadocMethod | Expected @param tag for 'password'. | 23 |
Error | misc | FinalParameters | Parameter waitSecs should be final. | 23 |
Error | javadoc | JavadocMethod | Expected @param tag for 'waitSecs'. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 27 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 27 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 29 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 29 |
Error | whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 29 |
Error | whitespace | WhitespaceAround | '*' is not followed by whitespace. | 29 |
Error | coding | MagicNumber | '1000' is a magic number. | 29 |
Error | whitespace | WhitespaceAround | '/' is not preceded with whitespace. | 29 |
Error | whitespace | WhitespaceAround | '/' is not followed by whitespace. | 29 |
Error | coding | MagicNumber | '10' is a magic number. | 29 |
Error | coding | MagicNumber | '1000' is a magic number. | 29 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 30 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 30 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 30 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 30 |
Error | whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 30 |
Error | whitespace | WhitespaceAround | '*' is not followed by whitespace. | 30 |
Error | coding | MagicNumber | '1000' is a magic number. | 30 |
Error | whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 31 |
Error | whitespace | WhitespaceAround | '*' is not followed by whitespace. | 31 |
Error | coding | MagicNumber | '1000' is a magic number. | 31 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 33 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 33 |
Error | whitespace | OperatorWrap | '?' should be on a new line. | 33 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 33 |
Error | whitespace | OperatorWrap | ':' should be on a new line. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 37 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 38 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 38 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 38 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 41 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 41 |
Error | whitespace | OperatorWrap | '?' should be on a new line. | 41 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 41 |
Error | whitespace | OperatorWrap | ':' should be on a new line. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 20 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | misc | FinalParameters | Parameter propertiesPath should be final. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 31 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 31 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 31 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 31 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 31 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 41 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 41 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 42 |
Error | whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 42 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 42 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 58 |
Error | misc | FinalParameters | Parameter prefix should be final. | 58 |
Error | javadoc | JavadocMethod | Expected @param tag for 'prefix'. | 58 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 58 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 60 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 60 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 60 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 60 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 60 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 60 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 64 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 64 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 64 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 64 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 64 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 70 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 78 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 78 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 78 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 83 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 96 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 99 |
Error | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 99 |
Error | misc | FinalParameters | Parameter ctx should be final. | 99 |
Error | javadoc | JavadocMethod | Expected @param tag for 'ctx'. | 99 |
Error | misc | FinalParameters | Parameter type should be final. | 99 |
Error | javadoc | JavadocMethod | Expected @param tag for 'type'. | 99 |
Error | misc | FinalParameters | Parameter name should be final. | 99 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 99 |
Error | misc | FinalParameters | Parameter waitSecs should be final. | 99 |
Error | javadoc | JavadocMethod | Expected @param tag for 'waitSecs'. | 99 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 102 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 103 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 103 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 105 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 105 |
Error | whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 105 |
Error | whitespace | WhitespaceAround | '*' is not followed by whitespace. | 105 |
Error | coding | MagicNumber | '1000' is a magic number. | 105 |
Error | whitespace | WhitespaceAround | '/' is not preceded with whitespace. | 105 |
Error | whitespace | WhitespaceAround | '/' is not followed by whitespace. | 105 |
Error | coding | MagicNumber | '10' is a magic number. | 105 |
Error | coding | MagicNumber | '1000' is a magic number. | 105 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 106 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 106 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 106 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 106 |
Error | whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 106 |
Error | whitespace | WhitespaceAround | '*' is not followed by whitespace. | 106 |
Error | coding | MagicNumber | '1000' is a magic number. | 106 |
Error | whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 107 |
Error | whitespace | WhitespaceAround | '*' is not followed by whitespace. | 107 |
Error | coding | MagicNumber | '1000' is a magic number. | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 112 |
Error | blocks | LeftCurly | '{' at column 10 should have line break after. | 112 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 112 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 112 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 121 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 123 |
Error | design | DesignForExtension | Method 'dump' is not designed for extension - needs to be abstract, final or empty. | 128 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NamingException'. | 128 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 129 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 133 |
Error | design | DesignForExtension | Method 'dump' is not designed for extension - needs to be abstract, final or empty. | 139 |
Error | misc | FinalParameters | Parameter context should be final. | 139 |
Error | javadoc | JavadocMethod | Expected @param tag for 'context'. | 139 |
Error | misc | FinalParameters | Parameter name should be final. | 139 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 139 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 141 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 141 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 141 |
Error | 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). | 145 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 146 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 146 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 150 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 150 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 150 |
Error | misc | FinalParameters | Parameter level should be final. | 150 |
Error | misc | FinalParameters | Parameter text should be final. | 150 |
Error | misc | FinalParameters | Parameter context should be final. | 150 |
Error | misc | FinalParameters | Parameter name should be final. | 150 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 152 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 174 |
Error | design | DesignForExtension | Method 'isContext' is not designed for extension - needs to be abstract, final or empty. | 175 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 175 |
Error | misc | FinalParameters | Parameter className should be final. | 175 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 177 |
Error | 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). | 180 |
Error | design | DesignForExtension | Method 'getPad' is not designed for extension - needs to be abstract, final or empty. | 187 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 187 |
Error | misc | FinalParameters | Parameter level should be final. | 187 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | design | VisibilityModifier | Variable 'logger' must be private and have accessor methods. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | design | VisibilityModifier | Variable 'em' must be private and have accessor methods. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | design | VisibilityModifier | Variable 'dropPaths' must be private and have accessor methods. | 27 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 27 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | design | VisibilityModifier | Variable 'createPaths' must be private and have accessor methods. | 28 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 30 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | misc | FinalParameters | Parameter em should be final. | 31 |
Error | coding | HiddenField | 'em' hides a field. | 31 |
Error | misc | FinalParameters | Parameter dropPath should be final. | 31 |
Error | misc | FinalParameters | Parameter createPath should be final. | 31 |
Error | design | DesignForExtension | Method 'setEntityManager' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | misc | FinalParameters | Parameter em should be final. | 37 |
Error | coding | HiddenField | 'em' hides a field. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | design | DesignForExtension | Method 'addDropPath' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | misc | FinalParameters | Parameter dropPath should be final. | 40 |
Error | design | DesignForExtension | Method 'addCreatePath' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Error | misc | FinalParameters | Parameter createPath should be final. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 53 |
Error | design | DesignForExtension | Method 'getInputStream' is not designed for extension - needs to be abstract, final or empty. | 53 |
Error | misc | FinalParameters | Parameter path should be final. | 53 |
Error | javadoc | JavadocMethod | Expected @param tag for 'path'. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 62 |
Error | 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). | 64 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | design | DesignForExtension | Method 'getString' is not designed for extension - needs to be abstract, final or empty. | 83 |
Error | misc | FinalParameters | Parameter is should be final. | 83 |
Error | javadoc | JavadocMethod | Expected @param tag for 'is'. | 83 |
Error | coding | MagicNumber | '4096' is a magic number. | 85 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 86 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 91 |
Error | design | DesignForExtension | Method 'getStatements' is not designed for extension - needs to be abstract, final or empty. | 98 |
Error | misc | FinalParameters | Parameter contents should be final. | 98 |
Error | javadoc | JavadocMethod | Expected @param tag for 'contents'. | 98 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 109 |
Error | design | DesignForExtension | Method 'executeScript' is not designed for extension - needs to be abstract, final or empty. | 115 |
Error | misc | FinalParameters | Parameter path should be final. | 115 |
Error | javadoc | JavadocMethod | Expected @param tag for 'path'. | 115 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 119 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 124 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 129 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 132 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 135 |
Error | design | DesignForExtension | Method 'getSequenceNextVals' is not designed for extension - needs to be abstract, final or empty. | 145 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 152 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 156 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 156 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 156 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 159 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 161 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 164 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 165 |
Error | design | DesignForExtension | Method 'setSequenceNextVals' is not designed for extension - needs to be abstract, final or empty. | 169 |
Error | misc | FinalParameters | Parameter sequenceVals should be final. | 169 |
Error | javadoc | JavadocMethod | Expected @param tag for 'sequenceVals'. | 169 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 172 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 174 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 176 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 180 |
Error | design | DesignForExtension | Method 'dropAll' is not designed for extension - needs to be abstract, final or empty. | 184 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 192 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 197 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 198 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 199 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 201 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 203 |
Error | design | DesignForExtension | Method 'createAll' is not designed for extension - needs to be abstract, final or empty. | 203 |
Error | misc | FinalParameters | Parameter sequenceVals should be final. | 203 |
Error | javadoc | JavadocMethod | Expected @param tag for 'sequenceVals'. | 203 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'RuntimeException'. | 203 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 204 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 204 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 210 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 8 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 9 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 9 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 15 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Error | misc | FinalParameters | Parameter id should be final. | 16 |
Error | coding | HiddenField | 'id' hides a field. | 16 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 20 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Error | design | DesignForExtension | Method 'getMaker' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Error | design | DesignForExtension | Method 'setMaker' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Error | misc | FinalParameters | Parameter maker should be final. | 27 |
Error | coding | HiddenField | 'maker' hides a field. | 27 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 10 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 10 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
Error | misc | FinalParameters | Parameter type should be final. | 11 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 14 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | misc | FinalParameters | Parameter object should be final. | 19 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | misc | FinalParameters | Parameter string should be final. | 29 |
Error | misc | FinalParameters | Parameter type should be final. | 29 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 30 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | misc | FinalParameters | Parameter is should be final. | 39 |
Error | misc | FinalParameters | Parameter type should be final. | 39 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 40 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 150). | 36 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 36 |
Error | whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 36 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 36 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 36 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 36 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 37 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 42 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 45 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 45 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 51 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 51 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 51 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 51 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 51 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 57 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 57 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 57 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 57 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 57 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 60 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 63 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 63 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 63 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 63 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 66 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 66 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 66 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 66 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 69 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 69 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 69 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 69 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 69 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 80 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 80 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 80 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 80 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 80 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 86 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 86 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 86 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 86 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 86 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 92 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 92 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 92 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 92 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 92 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 99 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 99 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 99 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 99 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 99 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 105 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 105 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 105 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 105 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 105 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 108 |
Error | design | DesignForExtension | Method 'getClassLoader' is not designed for extension - needs to be abstract, final or empty. | 108 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 111 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 111 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 111 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 116 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 122 |
Error | design | DesignForExtension | Method 'resolvePath' is not designed for extension - needs to be abstract, final or empty. | 123 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 123 |
Error | misc | FinalParameters | Parameter path should be final. | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 127 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 127 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 129 |
Error | design | DesignForExtension | Method 'configure' is not designed for extension - needs to be abstract, final or empty. | 130 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 136 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 137 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 140 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 141 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 145 |
Error | design | DesignForExtension | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 146 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 151 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 154 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 156 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 156 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 156 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 156 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 157 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 157 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 157 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 157 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 160 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 154). | 163 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 164 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 165 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 165 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 165 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 168 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 174 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 178 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 180 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 181 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 184 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 184 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 185 |
Error | blocks | LeftCurly | '{' at column 9 should have line break after. | 185 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 185 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 185 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 189 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 190 |
Error | design | DesignForExtension | Method 'findPersistenceUnit' is not designed for extension - needs to be abstract, final or empty. | 190 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 190 |
Error | misc | FinalParameters | Parameter clsLoader should be final. | 190 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 191 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 191 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 195 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 196 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 197 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 197 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 200 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 204 |
Error | whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 204 |
Error | whitespace | WhitespaceAround | '>' is not followed by whitespace. | 204 |
Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 204 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 207 |
Error | sizes | LineLength | Line is longer than 80 characters (found 176). | 207 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 212 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 213 |
Error | design | DesignForExtension | Method 'loadBeforeClosing' is not designed for extension - needs to be abstract, final or empty. | 217 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'MojoFailureException'. | 217 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 226 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 228 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 228 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 229 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 232 |
Error | design | DesignForExtension | Method 'setPersistenceUnit' is not designed for extension - needs to be abstract, final or empty. | 235 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 235 |
Error | misc | FinalParameters | Parameter puName should be final. | 235 |
Error | design | DesignForExtension | Method 'setProject' is not designed for extension - needs to be abstract, final or empty. | 238 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 238 |
Error | misc | FinalParameters | Parameter project should be final. | 238 |
Error | coding | HiddenField | 'project' hides a field. | 238 |
Error | design | DesignForExtension | Method 'setCreatePath' is not designed for extension - needs to be abstract, final or empty. | 242 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 242 |
Error | misc | FinalParameters | Parameter createPath should be final. | 242 |
Error | coding | HiddenField | 'createPath' hides a field. | 242 |
Error | design | DesignForExtension | Method 'setDropPath' is not designed for extension - needs to be abstract, final or empty. | 246 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 246 |
Error | misc | FinalParameters | Parameter dropPath should be final. | 246 |
Error | coding | HiddenField | 'dropPath' hides a field. | 246 |
Error | design | DesignForExtension | Method 'setDelimiter' is not designed for extension - needs to be abstract, final or empty. | 250 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 250 |
Error | misc | FinalParameters | Parameter delimiter should be final. | 250 |
Error | coding | HiddenField | 'delimiter' hides a field. | 250 |
Error | design | DesignForExtension | Method 'setFormat' is not designed for extension - needs to be abstract, final or empty. | 254 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 254 |
Error | misc | FinalParameters | Parameter format should be final. | 254 |
Error | coding | HiddenField | 'format' hides a field. | 254 |
Error | design | DesignForExtension | Method 'setScriptsAction' is not designed for extension - needs to be abstract, final or empty. | 258 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 258 |
Error | misc | FinalParameters | Parameter scriptsAction should be final. | 258 |
Error | coding | HiddenField | 'scriptsAction' hides a field. | 258 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | misc | FinalParameters | Parameter date should be final. | 15 |
Error | coding | HiddenField | 'date' hides a field. | 15 |
Error | misc | FinalParameters | Parameter message should be final. | 15 |
Error | coding | HiddenField | 'message' hides a field. | 15 |
Error | design | DesignForExtension | Method 'getGreeting' is not designed for extension - needs to be abstract, final or empty. | 20 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Error | misc | FinalParameters | Parameter firstName should be final. | 14 |
Error | coding | HiddenField | 'firstName' hides a field. | 14 |
Error | misc | FinalParameters | Parameter lastName should be final. | 14 |
Error | coding | HiddenField | 'lastName' hides a field. | 14 |
Error | design | DesignForExtension | Method 'getFirstName' is not designed for extension - needs to be abstract, final or empty. | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | design | DesignForExtension | Method 'setFirstName' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | misc | FinalParameters | Parameter firstName should be final. | 23 |
Error | coding | HiddenField | 'firstName' hides a field. | 23 |
Error | design | DesignForExtension | Method 'getLastName' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Error | design | DesignForExtension | Method 'setLastName' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | misc | FinalParameters | Parameter lastName should be final. | 31 |
Error | coding | HiddenField | 'lastName' hides a field. | 31 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
Error | misc | FinalParameters | Parameter message should be final. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 6 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 19 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 19 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | design | DesignForExtension | Method 'destroy' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | design | DesignForExtension | Method 'sayHello' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | misc | FinalParameters | Parameter name should be final. | 35 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 45 |
Error | design | DesignForExtension | Method 'sayHello' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | misc | FinalParameters | Parameter name should be final. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 17 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 19 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 19 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | design | DesignForExtension | Method 'sayHello' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | misc | FinalParameters | Parameter name should be final. | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 41 |
Error | design | DesignForExtension | Method 'sayHello' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | misc | FinalParameters | Parameter name should be final. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 3 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 5 |
Error | misc | FinalParameters | Parameter message should be final. | 5 |
Error | misc | FinalParameters | Parameter cause should be final. | 5 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
Error | misc | FinalParameters | Parameter message should be final. | 9 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 9 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.RetentionPolicy.*. | 5 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.ElementType.*. | 6 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 9 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 6 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
Error | design | DesignForExtension | Method 'setMember' is not designed for extension - needs to be abstract, final or empty. | 11 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
Error | misc | FinalParameters | Parameter member should be final. | 11 |
Error | coding | HiddenField | 'member' hides a field. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 16 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 16 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | design | DesignForExtension | Method 'getLogin' is not designed for extension - needs to be abstract, final or empty. | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 20 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 20 |
Error | design | DesignForExtension | Method 'getMember' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 5 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 8 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 9 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 9 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 11 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 11 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 |
Error | coding | MagicNumber | '16' is a magic number. | 22 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 26 |
Error | coding | MagicNumber | '32' is a magic number. | 26 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 29 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 29 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 29 |
Error | coding | MagicNumber | '32' is a magic number. | 29 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 32 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | misc | FinalParameters | Parameter id should be final. | 33 |
Error | coding | HiddenField | 'id' hides a field. | 33 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 34 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 37 |
Error | design | DesignForExtension | Method 'getLogin' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 39 |
Error | design | DesignForExtension | Method 'setLogin' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | misc | FinalParameters | Parameter login should be final. | 40 |
Error | coding | HiddenField | 'login' hides a field. | 40 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 44 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | misc | FinalParameters | Parameter name should be final. | 45 |
Error | coding | HiddenField | 'name' hides a field. | 45 |
Error | design | DesignForExtension | Method 'getEmail' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 49 |
Error | design | DesignForExtension | Method 'setEmail' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Error | misc | FinalParameters | Parameter email should be final. | 50 |
Error | coding | HiddenField | 'email' hides a field. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | design | DesignForExtension | Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | misc | FinalParameters | Parameter rhs should be final. | 55 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 56 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 56 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 56 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 56 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 56 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 56 |
Error | blocks | LeftCurly | '{' at column 56 should have line break after. | 56 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 57 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 57 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 57 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 57 |
Error | blocks | LeftCurly | '{' at column 43 should have line break after. | 57 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 61 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 65 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 68 |
Error | misc | FinalParameters | Parameter obj should be final. | 69 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 70 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 71 |
Error | blocks | LeftCurly | '{' at column 43 should have line break after. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 75 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 75 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 75 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 75 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 75 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 7 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 10 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 11 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 24 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 29 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 34 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 34 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 34 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 38 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 38 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 38 |
Error | coding | MagicNumber | '50' is a magic number. | 38 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 41 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 45 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 45 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 45 |
Error | coding | MagicNumber | '7' is a magic number. | 45 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 45 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 45 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 45 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 45 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 49 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 49 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 49 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 49 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 50 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 50 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 50 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 53 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 53 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 54 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | design | DesignForExtension | Method 'prePersist' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 58 |
Error | blocks | LeftCurly | '{' at column 33 should have line break after. | 58 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 58 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 58 |
Error | blocks | LeftCurly | '{' at column 58 should have line break after. | 58 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 58 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 58 |
Error | blocks | RightCurly | '}' at column 84 should be alone on a line. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 60 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 60 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Error | misc | FinalParameters | Parameter id should be final. | 61 |
Error | coding | HiddenField | 'id' hides a field. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 65 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 65 |
Error | design | DesignForExtension | Method 'getDateCreated' is not designed for extension - needs to be abstract, final or empty. | 66 |
Error | blocks | LeftCurly | '{' at column 34 should have line break after. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | design | DesignForExtension | Method 'getCategory' is not designed for extension - needs to be abstract, final or empty. | 68 |
Error | blocks | LeftCurly | '{' at column 42 should have line break after. | 68 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 68 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 68 |
Error | design | DesignForExtension | Method 'setCategory' is not designed for extension - needs to be abstract, final or empty. | 69 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
Error | misc | FinalParameters | Parameter category should be final. | 69 |
Error | coding | HiddenField | 'category' hides a field. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 73 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 73 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 74 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
Error | misc | FinalParameters | Parameter name should be final. | 74 |
Error | coding | HiddenField | 'name' hides a field. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | design | DesignForExtension | Method 'getYear' is not designed for extension - needs to be abstract, final or empty. | 78 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 78 |
Error | design | DesignForExtension | Method 'setYear' is not designed for extension - needs to be abstract, final or empty. | 79 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
Error | misc | FinalParameters | Parameter year should be final. | 79 |
Error | coding | HiddenField | 'year' hides a field. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | design | DesignForExtension | Method 'getPrice' is not designed for extension - needs to be abstract, final or empty. | 83 |
Error | blocks | LeftCurly | '{' at column 34 should have line break after. | 83 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 83 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 83 |
Error | design | DesignForExtension | Method 'setPrice' is not designed for extension - needs to be abstract, final or empty. | 84 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
Error | misc | FinalParameters | Parameter price should be final. | 84 |
Error | coding | HiddenField | 'price' hides a field. | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | design | DesignForExtension | Method 'getSeller' is not designed for extension - needs to be abstract, final or empty. | 88 |
Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 88 |
Error | design | DesignForExtension | Method 'setSeller' is not designed for extension - needs to be abstract, final or empty. | 89 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
Error | misc | FinalParameters | Parameter seller should be final. | 89 |
Error | coding | HiddenField | 'seller' hides a field. | 89 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 92 |
Error | design | DesignForExtension | Method 'getBuyer' is not designed for extension - needs to be abstract, final or empty. | 93 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 93 |
Error | design | DesignForExtension | Method 'setBuyer' is not designed for extension - needs to be abstract, final or empty. | 94 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
Error | misc | FinalParameters | Parameter buyer should be final. | 94 |
Error | coding | HiddenField | 'buyer' hides a field. | 94 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 97 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 98 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 109 |
Error | design | DesignForExtension | Method 'compare' is not designed for extension - needs to be abstract, final or empty. | 110 |
Error | misc | FinalParameters | Parameter lhs should be final. | 111 |
Error | misc | FinalParameters | Parameter rhs should be final. | 111 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 112 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 112 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 112 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 112 |
Error | blocks | LeftCurly | '{' at column 41 should have line break after. | 112 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 113 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 113 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 113 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 113 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 113 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 113 |
Error | blocks | LeftCurly | '{' at column 61 should have line break after. | 113 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 114 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 114 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 114 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 114 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 114 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 114 |
Error | blocks | LeftCurly | '{' at column 61 should have line break after. | 114 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 115 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 115 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 116 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 116 |
Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 116 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 118 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 118 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 118 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 118 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 118 |
Error | blocks | LeftCurly | '{' at column 65 should have line break after. | 118 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 119 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 119 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 119 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 119 |
Error | blocks | LeftCurly | '{' at column 65 should have line break after. | 119 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 120 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 120 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 120 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 120 |
Error | blocks | LeftCurly | '{' at column 65 should have line break after. | 120 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 122 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 3 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 4 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 5 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 5 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 6 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 8 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
Error | modifier | RedundantModifier | Redundant 'private' modifier. | 10 |
Error | misc | FinalParameters | Parameter prettyName should be final. | 10 |
Error | coding | HiddenField | 'prettyName' hides a field. | 10 |
Error | blocks | LeftCurly | '{' at column 48 should have line break after. | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | blocks | LeftCurly | '{' at column 35 should have line break after. | 12 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
Error | misc | FinalParameters | Parameter value should be final. | 13 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 14 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 14 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 9 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 10 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 10 |
Error | design | VisibilityModifier | Variable 'em' must be private and have accessor methods. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | design | DesignForExtension | Method 'getUserMgmtDAO' is not designed for extension - needs to be abstract, final or empty. | 14 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Error | misc | FinalParameters | Parameter em should be final. | 16 |
Error | coding | HiddenField | 'em' hides a field. | 16 |
Error | misc | FinalParameters | Parameter validator should be final. | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | UnusedImports | Unused import - javax.enterprise.inject.Alternative. | 10 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | design | DesignForExtension | Method 'addProduct' is not designed for extension - needs to be abstract, final or empty. | 26 |
Error | misc | FinalParameters | Parameter product should be final. | 27 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 28 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 28 |
Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 28 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 29 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 29 |
Error | design | DesignForExtension | Method 'getProductsForSale' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 34 |
Error | misc | FinalParameters | Parameter template should be final. | 34 |
Error | misc | FinalParameters | Parameter offset should be final. | 34 |
Error | misc | FinalParameters | Parameter limit should be final. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 43 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 43 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 46 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | design | DesignForExtension | Method 'getBuyerProducts' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | misc | FinalParameters | Parameter buyer should be final. | 64 |
Error | misc | FinalParameters | Parameter offset should be final. | 64 |
Error | misc | FinalParameters | Parameter limit should be final. | 64 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 66 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 66 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 67 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 68 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 69 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 70 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 73 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 82 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 82 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 82 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 82 |
Error | design | DesignForExtension | Method 'getSellerProducts' is not designed for extension - needs to be abstract, final or empty. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 86 |
Error | misc | FinalParameters | Parameter seller should be final. | 86 |
Error | misc | FinalParameters | Parameter offset should be final. | 86 |
Error | misc | FinalParameters | Parameter limit should be final. | 86 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 88 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 88 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 89 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 90 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 91 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 92 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 95 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 95 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 104 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 104 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 104 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 104 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Error | design | DesignForExtension | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 107 |
Error | misc | FinalParameters | Parameter product should be final. | 108 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 109 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 109 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 109 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 109 |
Error | blocks | LeftCurly | '{' at column 50 should have line break after. | 109 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 111 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 111 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - javax.enterprise.inject.Vetoed. | 11 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 19 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | design | DesignForExtension | Method 'setEntityManager' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | misc | FinalParameters | Parameter em should be final. | 25 |
Error | coding | HiddenField | 'em' hides a field. | 25 |
Error | design | DesignForExtension | Method 'setValidator' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Error | misc | FinalParameters | Parameter validator should be final. | 28 |
Error | coding | HiddenField | 'validator' hides a field. | 28 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 29 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 29 |
Error | design | DesignForExtension | Method 'createMember' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | misc | FinalParameters | Parameter member should be final. | 33 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 35 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 43 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | design | DesignForExtension | Method 'getMember' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | misc | FinalParameters | Parameter id should be final. | 52 |
Error | design | DesignForExtension | Method 'findMemberByLogin' is not designed for extension - needs to be abstract, final or empty. | 56 |
Error | misc | FinalParameters | Parameter login should be final. | 57 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 58 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 58 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 59 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 62 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 3 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 5 |
Error | misc | FinalParameters | Parameter message should be final. | 5 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | design | VisibilityModifier | Variable 'dao' must be private and have accessor methods. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | design | DesignForExtension | Method 'destroy' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | design | DesignForExtension | Method 'addProduct' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | misc | FinalParameters | Parameter product should be final. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 48 |
Error | design | DesignForExtension | Method 'getProductsForSale' is not designed for extension - needs to be abstract, final or empty. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 55 |
Error | misc | FinalParameters | Parameter template should be final. | 55 |
Error | misc | FinalParameters | Parameter offset should be final. | 55 |
Error | misc | FinalParameters | Parameter limit should be final. | 55 |
Error | design | DesignForExtension | Method 'getBuyerProducts' is not designed for extension - needs to be abstract, final or empty. | 59 |
Error | misc | FinalParameters | Parameter buyer should be final. | 61 |
Error | misc | FinalParameters | Parameter offset should be final. | 61 |
Error | misc | FinalParameters | Parameter limit should be final. | 61 |
Error | design | DesignForExtension | Method 'getSellerProducts' is not designed for extension - needs to be abstract, final or empty. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 67 |
Error | misc | FinalParameters | Parameter seller should be final. | 67 |
Error | misc | FinalParameters | Parameter offset should be final. | 67 |
Error | misc | FinalParameters | Parameter limit should be final. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | design | DesignForExtension | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 71 |
Error | misc | FinalParameters | Parameter product should be final. | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | design | DesignForExtension | Method 'destroy' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 39 |
Error | design | DesignForExtension | Method 'login' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | design | DesignForExtension | Method 'login' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Error | misc | FinalParameters | Parameter login should be final. | 49 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 51 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 51 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 53 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 53 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 58 |
Error | blocks | RightCurly | '}' at column 45 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). | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 60 |
Error | design | DesignForExtension | Method 'createMember' is not designed for extension - needs to be abstract, final or empty. | 69 |
Error | misc | FinalParameters | Parameter member should be final. | 71 |
Error | design | DesignForExtension | Method 'getMember' is not designed for extension - needs to be abstract, final or empty. | 75 |
Error | misc | FinalParameters | Parameter id should be final. | 77 |
Error | design | DesignForExtension | Method 'findMemberByLogin' is not designed for extension - needs to be abstract, final or empty. | 81 |
Error | misc | FinalParameters | Parameter login should be final. | 83 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 8 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | design | DesignForExtension | Method 'getError' is not designed for extension - needs to be abstract, final or empty. | 18 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
Error | design | DesignForExtension | Method 'setError' is not designed for extension - needs to be abstract, final or empty. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | misc | FinalParameters | Parameter error should be final. | 21 |
Error | coding | HiddenField | 'error' hides a field. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | design | DesignForExtension | Method 'getStackTrace' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | design | DesignForExtension | Method 'getException' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | design | DesignForExtension | Method 'setException' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | misc | FinalParameters | Parameter exception should be final. | 38 |
Error | coding | HiddenField | 'exception' hides a field. | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 94 |
Error | javadoc | JavadocStyle | Unclosed HTML tag found: <pre> | 96 |
Error | javadoc | JavadocStyle | Unclosed HTML tag found: <pre> | 104 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 105 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 109 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 110 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
Error | design | DesignForExtension | Method 'destroy' is not designed for extension - needs to be abstract, final or empty. | 116 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 120 |
Error | design | DesignForExtension | Method 'getSeller' is not designed for extension - needs to be abstract, final or empty. | 122 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
Error | design | DesignForExtension | Method 'getProducts' is not designed for extension - needs to be abstract, final or empty. | 125 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 127 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 127 |
Error | design | DesignForExtension | Method 'setProducts' is not designed for extension - needs to be abstract, final or empty. | 132 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 132 |
Error | misc | FinalParameters | Parameter products should be final. | 132 |
Error | coding | HiddenField | 'products' hides a field. | 132 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 134 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 134 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 136 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 138 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 144 |
Error | design | DesignForExtension | Method 'getProduct' is not designed for extension - needs to be abstract, final or empty. | 144 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 146 |
Error | design | DesignForExtension | Method 'setProduct' is not designed for extension - needs to be abstract, final or empty. | 148 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 148 |
Error | misc | FinalParameters | Parameter product should be final. | 148 |
Error | coding | HiddenField | 'product' hides a field. | 148 |
Error | design | DesignForExtension | Method 'getCategories' is not designed for extension - needs to be abstract, final or empty. | 152 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 154 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 160 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 161 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 162 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 164 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 167 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 168 |
Error | javadoc | JavadocStyle | Extra HTML tag found: </h:form> | 170 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 172 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 173 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 176 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 176 |
Error | design | DesignForExtension | Method 'getAddCommand' is not designed for extension - needs to be abstract, final or empty. | 176 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 178 |
Error | design | DesignForExtension | Method 'setAddCommand' is not designed for extension - needs to be abstract, final or empty. | 180 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 180 |
Error | misc | FinalParameters | Parameter addCommand should be final. | 180 |
Error | coding | HiddenField | 'addCommand' hides a field. | 180 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 184 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 186 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 187 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 188 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 189 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 190 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 193 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 195 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 197 |
Error | design | DesignForExtension | Method 'addNew' is not designed for extension - needs to be abstract, final or empty. | 197 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 200 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 201 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 204 |
Error | coding | MagicNumber | '100' is a magic number. | 205 |
Error | coding | MagicNumber | '1980' is a magic number. | 206 |
Error | coding | MagicNumber | '30' is a magic number. | 206 |
Error | coding | MagicNumber | '10000' is a magic number. | 207 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 208 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 209 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 209 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 210 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 212 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 213 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 214 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 218 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 221 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 224 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 227 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 230 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 235 |
Error | design | DesignForExtension | Method 'getForm' is not designed for extension - needs to be abstract, final or empty. | 235 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 235 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 236 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 236 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 236 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 236 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 236 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 236 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 237 |
Error | design | DesignForExtension | Method 'setForm' is not designed for extension - needs to be abstract, final or empty. | 239 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 239 |
Error | misc | FinalParameters | Parameter form should be final. | 239 |
Error | coding | HiddenField | 'form' hides a field. | 239 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 240 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 240 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 240 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 240 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 240 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 243 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 245 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 246 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 247 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 248 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 248 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 249 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 251 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 252 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 254 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 258 |
Error | design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 258 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 266 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 267 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 279 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 287 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 288 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 289 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 294 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 298 |
Error | design | DesignForExtension | Method 'getTableForm' is not designed for extension - needs to be abstract, final or empty. | 298 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 298 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 299 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 299 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 299 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 299 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 299 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 299 |
Error | whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 299 |
Error | whitespace | WhitespaceAround | ':' is not followed by whitespace. | 299 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 300 |
Error | design | DesignForExtension | Method 'setTableForm' is not designed for extension - needs to be abstract, final or empty. | 302 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 302 |
Error | misc | FinalParameters | Parameter tableForm should be final. | 302 |
Error | coding | HiddenField | 'tableForm' hides a field. | 302 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 303 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 303 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 303 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 303 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 310 |
Error | design | DesignForExtension | Method 'delete' is not designed for extension - needs to be abstract, final or empty. | 314 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 314 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 320 |
Error | design | DesignForExtension | Method 'save' is not designed for extension - needs to be abstract, final or empty. | 321 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 321 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 9 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | design | DesignForExtension | Method 'setHotelDao' is not designed for extension - needs to be abstract, final or empty. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
Error | misc | FinalParameters | Parameter dao should be final. | 13 |
Error | coding | HiddenField | 'dao' hides a field. | 13 |
Error | design | DesignForExtension | Method 'getRoom' is not designed for extension - needs to be abstract, final or empty. | 17 |
Error | misc | FinalParameters | Parameter number should be final. | 18 |
Error | design | DesignForExtension | Method 'getFloor' is not designed for extension - needs to be abstract, final or empty. | 22 |
Error | misc | FinalParameters | Parameter level should be final. | 23 |
Error | design | DesignForExtension | Method 'getFloors' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | misc | FinalParameters | Parameter offset should be final. | 28 |
Error | misc | FinalParameters | Parameter limit should be final. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | design | DesignForExtension | Method 'getAvailableRooms' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | misc | FinalParameters | Parameter level should be final. | 33 |
Error | misc | FinalParameters | Parameter offset should be final. | 33 |
Error | misc | FinalParameters | Parameter limit should be final. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | design | DesignForExtension | Method 'checkIn' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 38 |
Error | misc | FinalParameters | Parameter guest should be final. | 38 |
Error | misc | FinalParameters | Parameter room should be final. | 38 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 39 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 44 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 48 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | design | DesignForExtension | Method 'checkout' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | misc | FinalParameters | Parameter guest should be final. | 58 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 59 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 59 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 60 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 60 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 3 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 6 |
Error | misc | FinalParameters | Parameter message should be final. | 6 |
Error | misc | FinalParameters | Parameter cause should be final. | 6 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
Error | misc | FinalParameters | Parameter message should be final. | 10 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 24 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 33 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 33 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 33 |
Error | design | VisibilityModifier | Variable 'level' must be private and have accessor methods. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 36 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 36 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 37 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 38 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 38 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 38 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 39 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 39 |
Error | design | VisibilityModifier | Variable 'rooms' must be private and have accessor methods. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 43 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 43 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | misc | FinalParameters | Parameter level should be final. | 44 |
Error | coding | HiddenField | 'level' hides a field. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | design | DesignForExtension | Method 'getLevel' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 48 |
Error | design | DesignForExtension | Method 'getRooms' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | blocks | LeftCurly | '{' at column 34 should have line break after. | 50 |
Error | design | DesignForExtension | Method 'setRooms' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | misc | FinalParameters | Parameter rooms should be final. | 51 |
Error | coding | HiddenField | 'rooms' hides a field. | 51 |
Error | design | DesignForExtension | Method 'withRoom' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Error | misc | FinalParameters | Parameter room should be final. | 54 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 55 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 55 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 58 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 58 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 64 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 69 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 69 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 69 |
Error | whitespace | WhitespaceAround | '}' is not followed by whitespace. | 71 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 71 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 11 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | coding | MagicNumber | '60' is a magic number. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 23 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Error | misc | FinalParameters | Parameter id should be final. | 24 |
Error | coding | HiddenField | 'id' hides a field. | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Error | misc | FinalParameters | Parameter name should be final. | 27 |
Error | coding | HiddenField | 'name' hides a field. | 27 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 31 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 33 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | misc | FinalParameters | Parameter name should be final. | 34 |
Error | coding | HiddenField | 'name' hides a field. | 34 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 29 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 29 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 29 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 29 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 30 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 33 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 33 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 34 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 37 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | misc | FinalParameters | Parameter floor should be final. | 38 |
Error | coding | HiddenField | 'floor' hides a field. | 38 |
Error | misc | FinalParameters | Parameter number should be final. | 38 |
Error | coding | HiddenField | 'number' hides a field. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | design | DesignForExtension | Method 'getNumber' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 43 |
Error | design | DesignForExtension | Method 'getFloor' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 44 |
Error | design | DesignForExtension | Method 'getOccupant' is not designed for extension - needs to be abstract, final or empty. | 46 |
Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 46 |
Error | design | DesignForExtension | Method 'setOccupant' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | misc | FinalParameters | Parameter occupant should be final. | 47 |
Error | coding | HiddenField | 'occupant' hides a field. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 9 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | design | DesignForExtension | Method 'setEntityManager' is not designed for extension - needs to be abstract, final or empty. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | misc | FinalParameters | Parameter em should be final. | 21 |
Error | coding | HiddenField | 'em' hides a field. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | misc | FinalParameters | Parameter query should be final. | 25 |
Error | misc | FinalParameters | Parameter offset should be final. | 25 |
Error | misc | FinalParameters | Parameter limit should be final. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | design | DesignForExtension | Method 'populate' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 37 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 37 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 38 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 38 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 38 |
Error | coding | MagicNumber | '3' is a magic number. | 38 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 38 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 40 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 40 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 40 |
Error | coding | MagicNumber | '3' is a magic number. | 40 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 40 |
Error | whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 41 |
Error | whitespace | WhitespaceAround | '*' is not followed by whitespace. | 41 |
Error | coding | MagicNumber | '100' is a magic number. | 41 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 43 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | design | DesignForExtension | Method 'clearAll' is not designed for extension - needs to be abstract, final or empty. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | design | DesignForExtension | Method 'addFloor' is not designed for extension - needs to be abstract, final or empty. | 61 |
Error | misc | FinalParameters | Parameter floor should be final. | 62 |
Error | design | DesignForExtension | Method 'getFloor' is not designed for extension - needs to be abstract, final or empty. | 66 |
Error | misc | FinalParameters | Parameter level should be final. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | design | DesignForExtension | Method 'fetchFloor' is not designed for extension - needs to be abstract, final or empty. | 71 |
Error | misc | FinalParameters | Parameter level should be final. | 72 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 77 |
Error | design | DesignForExtension | Method 'getFloors' is not designed for extension - needs to be abstract, final or empty. | 80 |
Error | misc | FinalParameters | Parameter offset should be final. | 81 |
Error | misc | FinalParameters | Parameter limit should be final. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | design | DesignForExtension | Method 'getRoom' is not designed for extension - needs to be abstract, final or empty. | 88 |
Error | misc | FinalParameters | Parameter number should be final. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 93 |
Error | design | DesignForExtension | Method 'getAvailableRoomsQuery' is not designed for extension - needs to be abstract, final or empty. | 93 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
Error | misc | FinalParameters | Parameter level should be final. | 93 |
Error | misc | FinalParameters | Parameter offset should be final. | 93 |
Error | misc | FinalParameters | Parameter limit should be final. | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 97 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 101 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 101 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 104 |
Error | design | DesignForExtension | Method 'getAvailableRooms' is not designed for extension - needs to be abstract, final or empty. | 110 |
Error | misc | FinalParameters | Parameter level should be final. | 111 |
Error | misc | FinalParameters | Parameter offset should be final. | 111 |
Error | misc | FinalParameters | Parameter limit should be final. | 111 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 115 |
Error | design | DesignForExtension | Method 'getAvailableRoomsForUpdate' is not designed for extension - needs to be abstract, final or empty. | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 117 |
Error | misc | FinalParameters | Parameter level should be final. | 117 |
Error | misc | FinalParameters | Parameter offset should be final. | 117 |
Error | misc | FinalParameters | Parameter limit should be final. | 117 |
Error | coding | MagicNumber | '5000' is a magic number. | 120 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 123 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 124 |
Error | design | DesignForExtension | Method 'findRoomByGuest' is not designed for extension - needs to be abstract, final or empty. | 125 |
Error | misc | FinalParameters | Parameter guest should be final. | 126 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 127 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 131 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 133 |
Error | design | DesignForExtension | Method 'addGuest' is not designed for extension - needs to be abstract, final or empty. | 134 |
Error | misc | FinalParameters | Parameter guest should be final. | 135 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 12 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 12 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
Error | misc | FinalParameters | Parameter level should be final. | 13 |
Error | coding | HiddenField | 'level' hides a field. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | design | DesignForExtension | Method 'getLevel' is not designed for extension - needs to be abstract, final or empty. | 18 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 18 |
Error | design | DesignForExtension | Method 'setLevel' is not designed for extension - needs to be abstract, final or empty. | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | misc | FinalParameters | Parameter level should be final. | 19 |
Error | coding | HiddenField | 'level' hides a field. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | design | DesignForExtension | Method 'getRooms' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | blocks | LeftCurly | '{' at column 37 should have line break after. | 23 |
Error | design | DesignForExtension | Method 'setRooms' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Error | misc | FinalParameters | Parameter rooms should be final. | 24 |
Error | coding | HiddenField | 'rooms' hides a field. | 24 |
Error | design | DesignForExtension | Method 'withRoom' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Error | misc | FinalParameters | Parameter room should be final. | 27 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 41 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 41 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 41 |
Error | whitespace | WhitespaceAround | '}' is not followed by whitespace. | 43 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 10 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 10 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
Error | misc | FinalParameters | Parameter number should be final. | 11 |
Error | coding | HiddenField | 'number' hides a field. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | design | DesignForExtension | Method 'getNumber' is not designed for extension - needs to be abstract, final or empty. | 15 |
Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 15 |
Error | design | DesignForExtension | Method 'setNumber' is not designed for extension - needs to be abstract, final or empty. | 16 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Error | misc | FinalParameters | Parameter number should be final. | 16 |
Error | coding | HiddenField | 'number' hides a field. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | design | DesignForExtension | Method 'isOccupied' is not designed for extension - needs to be abstract, final or empty. | 20 |
Error | blocks | LeftCurly | '{' at column 33 should have line break after. | 20 |
Error | design | DesignForExtension | Method 'setOccupied' is not designed for extension - needs to be abstract, final or empty. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | misc | FinalParameters | Parameter occupied should be final. | 21 |
Error | coding | HiddenField | 'occupied' hides a field. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 25 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 32 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 35 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | design | VisibilityModifier | Variable 'hotelMgmt' must be private and have accessor methods. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | design | DesignForExtension | Method 'clearAll' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 58 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 63 |
Error | blocks | RightCurly | '}' at column 13 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). | 73 |
Error | blocks | EmptyBlock | Must have at least one statement. | 74 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 74 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 74 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 76 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 76 |
Error | design | DesignForExtension | Method 'populate' is not designed for extension - needs to be abstract, final or empty. | 82 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 85 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 90 |
Error | blocks | RightCurly | '}' at column 13 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). | 100 |
Error | blocks | EmptyBlock | Must have at least one statement. | 101 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 101 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 101 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 103 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 103 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 30 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 33 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | design | VisibilityModifier | Variable 'hotelMgmt' must be private and have accessor methods. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | design | DesignForExtension | Method 'clearAll' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 53 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 58 |
Error | blocks | RightCurly | '}' at column 13 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). | 71 |
Error | blocks | EmptyBlock | Must have at least one statement. | 72 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 72 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 72 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 74 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 74 |
Error | design | DesignForExtension | Method 'populate' is not designed for extension - needs to be abstract, final or empty. | 80 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 83 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 88 |
Error | blocks | RightCurly | '}' at column 13 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). | 101 |
Error | blocks | EmptyBlock | Must have at least one statement. | 102 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 102 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 102 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 104 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 104 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 35 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 348). | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 |
Error | design | DesignForExtension | Method 'destroy' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Error | design | DesignForExtension | Method 'getRoom' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | misc | FinalParameters | Parameter number should be final. | 57 |
Error | design | DesignForExtension | Method 'getFloor' is not designed for extension - needs to be abstract, final or empty. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | misc | FinalParameters | Parameter level should be final. | 63 |
Error | design | DesignForExtension | Method 'getTouchedFloor' is not designed for extension - needs to be abstract, final or empty. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | misc | FinalParameters | Parameter level should be final. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 79 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 92 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 98 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 99 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 103 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 105 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 113 |
Error | design | DesignForExtension | Method 'getFetchedFloor' is not designed for extension - needs to be abstract, final or empty. | 123 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 124 |
Error | misc | FinalParameters | Parameter level should be final. | 125 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 136 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 138 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 140 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 141 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 143 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 144 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 146 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 151 |
Error | design | DesignForExtension | Method 'getFetchedFloorDTO' is not designed for extension - needs to be abstract, final or empty. | 152 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 153 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 154 |
Error | misc | FinalParameters | Parameter level should be final. | 154 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 157 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 158 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 160 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 162 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 166 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 167 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 170 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 171 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 173 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 175 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 180 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 181 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 182 |
Error | misc | FinalParameters | Parameter floor should be final. | 182 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 183 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 183 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 183 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 185 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 185 |
Error | blocks | LeftCurly | '{' at column 37 should have line break after. | 185 |
Error | whitespace | WhitespaceAround | '}' is not followed by whitespace. | 187 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 187 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 190 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 191 |
Error | misc | FinalParameters | Parameter room should be final. | 191 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 192 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 192 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 192 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 195 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 195 |
Error | design | DesignForExtension | Method 'getFloors' is not designed for extension - needs to be abstract, final or empty. | 199 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 200 |
Error | misc | FinalParameters | Parameter offset should be final. | 201 |
Error | misc | FinalParameters | Parameter limit should be final. | 201 |
Error | design | DesignForExtension | Method 'getAvailableRooms' is not designed for extension - needs to be abstract, final or empty. | 205 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 206 |
Error | misc | FinalParameters | Parameter level should be final. | 207 |
Error | misc | FinalParameters | Parameter offset should be final. | 207 |
Error | misc | FinalParameters | Parameter limit should be final. | 207 |
Error | design | DesignForExtension | Method 'getCleanAvailableRooms' is not designed for extension - needs to be abstract, final or empty. | 211 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 212 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 213 |
Error | misc | FinalParameters | Parameter level should be final. | 213 |
Error | misc | FinalParameters | Parameter offset should be final. | 213 |
Error | misc | FinalParameters | Parameter limit should be final. | 213 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 220 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 220 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 223 |
Error | misc | FinalParameters | Parameter rooms should be final. | 223 |
Error | javadoc | JavadocMethod | Expected @param tag for 'rooms'. | 223 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 224 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 224 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 224 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 229 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 232 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 232 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 241 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 243 |
Error | design | DesignForExtension | Method 'getAvailableRoomsForUpdate' is not designed for extension - needs to be abstract, final or empty. | 246 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 247 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 248 |
Error | misc | FinalParameters | Parameter level should be final. | 248 |
Error | misc | FinalParameters | Parameter offset should be final. | 248 |
Error | misc | FinalParameters | Parameter limit should be final. | 248 |
Error | design | DesignForExtension | Method 'checkIn' is not designed for extension - needs to be abstract, final or empty. | 252 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 253 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 254 |
Error | misc | FinalParameters | Parameter guest should be final. | 254 |
Error | misc | FinalParameters | Parameter room should be final. | 254 |
Error | design | DesignForExtension | Method 'checkout' is not designed for extension - needs to be abstract, final or empty. | 259 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 260 |
Error | misc | FinalParameters | Parameter guest should be final. | 261 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | javadoc | JavadocMethod | Expected @param tag for 'level'. | 22 |
Error | javadoc | JavadocMethod | Expected @param tag for 'offser'. | 22 |
Error | javadoc | JavadocMethod | Expected @param tag for 'limit'. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | javadoc | JavadocMethod | Expected @param tag for 'level'. | 33 |
Error | javadoc | JavadocMethod | Expected @param tag for 'level'. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | javadoc | JavadocMethod | Expected @param tag for 'level'. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 32 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 32 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 32 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | design | DesignForExtension | Method 'destroy' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | design | DesignForExtension | Method 'addGuest' is not designed for extension - needs to be abstract, final or empty. | 53 |
Error | misc | FinalParameters | Parameter guest should be final. | 55 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 57 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 64 |
Error | design | DesignForExtension | Method 'reserveRooms' is not designed for extension - needs to be abstract, final or empty. | 64 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
Error | misc | FinalParameters | Parameter rooms should be final. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 91 |
Error | design | DesignForExtension | Method 'reserveRooms' is not designed for extension - needs to be abstract, final or empty. | 92 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 96 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 101 |
Error | design | DesignForExtension | Method 'reserveRoomsPessimistic' is not designed for extension - needs to be abstract, final or empty. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 105 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 107 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 3 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 26 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 30 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 30 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 31 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 39 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 42 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 43 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 43 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 43 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 43 |
Error | coding | MagicNumber | '32' is a magic number. | 43 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 43 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 43 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 43 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 45 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 45 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 45 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 46 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 46 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 46 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 46 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 46 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 48 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 48 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 48 |
Error | coding | MagicNumber | '32' is a magic number. | 48 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 48 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 48 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 51 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 51 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 51 |
Error | coding | MagicNumber | '32' is a magic number. | 51 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 51 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 51 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 62 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 62 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 62 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 62 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 62 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 62 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 63 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 67 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 67 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 69 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 69 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 70 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
Error | misc | FinalParameters | Parameter name should be final. | 70 |
Error | coding | HiddenField | 'name' hides a field. | 70 |
Error | design | DesignForExtension | Method 'withName' is not designed for extension - needs to be abstract, final or empty. | 73 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
Error | misc | FinalParameters | Parameter name should be final. | 73 |
Error | coding | HiddenField | 'name' hides a field. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | design | DesignForExtension | Method 'getContactInfo' is not designed for extension - needs to be abstract, final or empty. | 78 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 91 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 92 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 27 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 27 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 27 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 27 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 31 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 31 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 33 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 33 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 38 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | misc | FinalParameters | Parameter contact should be final. | 39 |
Error | coding | HiddenField | 'contact' hides a field. | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | misc | FinalParameters | Parameter id should be final. | 42 |
Error | coding | HiddenField | 'id' hides a field. | 42 |
Error | misc | FinalParameters | Parameter contact should be final. | 42 |
Error | coding | HiddenField | 'contact' hides a field. | 42 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 46 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | design | DesignForExtension | Method 'getContact' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | blocks | LeftCurly | '{' at column 33 should have line break after. | 48 |
Error | design | DesignForExtension | Method 'setContact' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Error | misc | FinalParameters | Parameter contact should be final. | 49 |
Error | coding | HiddenField | 'contact' hides a field. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | design | DesignForExtension | Method 'getRole' is not designed for extension - needs to be abstract, final or empty. | 53 |
Error | blocks | LeftCurly | '{' at column 34 should have line break after. | 53 |
Error | design | DesignForExtension | Method 'setRole' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Error | misc | FinalParameters | Parameter role should be final. | 54 |
Error | coding | HiddenField | 'role' hides a field. | 54 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 3 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 5 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 10 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | coding | MagicNumber | '12' is a magic number. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | coding | MagicNumber | '12' is a magic number. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | coding | MagicNumber | '12' is a magic number. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
Error | design | DesignForExtension | Method 'getContactType' is not designed for extension - needs to be abstract, final or empty. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | design | DesignForExtension | Method 'getPhoneNumber' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | blocks | LeftCurly | '{' at column 36 should have line break after. | 31 |
Error | design | DesignForExtension | Method 'setPhoneNumber' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | misc | FinalParameters | Parameter phoneNumber should be final. | 32 |
Error | coding | HiddenField | 'phoneNumber' hides a field. | 32 |
Error | design | DesignForExtension | Method 'getExtension' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | blocks | LeftCurly | '{' at column 35 should have line break after. | 36 |
Error | design | DesignForExtension | Method 'setExtension' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | misc | FinalParameters | Parameter extension should be final. | 37 |
Error | coding | HiddenField | 'extension' hides a field. | 37 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 4 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | coding | MagicNumber | '30' is a magic number. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | coding | MagicNumber | '30' is a magic number. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 24 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 24 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 24 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 25 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 27 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 27 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 27 |
Error | coding | MagicNumber | '30' is a magic number. | 27 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 30 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 30 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 32 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 32 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 32 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 33 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 33 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 33 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 37 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 38 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 38 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 38 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 38 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 38 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 38 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 38 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 40 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 40 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 40 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 40 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 41 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 41 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 41 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 45 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 46 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 46 |
Error | coding | MagicNumber | '5' is a magic number. | 46 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 46 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 46 |
Error | coding | MagicNumber | '10' is a magic number. | 46 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 46 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 46 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 46 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 47 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 47 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 47 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 47 |
Error | design | DesignForExtension | Method 'getStreet1' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 50 |
Error | design | DesignForExtension | Method 'setStreet1' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | misc | FinalParameters | Parameter street1 should be final. | 51 |
Error | coding | HiddenField | 'street1' hides a field. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | design | DesignForExtension | Method 'getStreet2' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 55 |
Error | design | DesignForExtension | Method 'setStreet2' is not designed for extension - needs to be abstract, final or empty. | 56 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
Error | misc | FinalParameters | Parameter street2 should be final. | 56 |
Error | coding | HiddenField | 'street2' hides a field. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | design | DesignForExtension | Method 'getCity' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 60 |
Error | design | DesignForExtension | Method 'setCity' is not designed for extension - needs to be abstract, final or empty. | 61 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Error | misc | FinalParameters | Parameter city should be final. | 61 |
Error | coding | HiddenField | 'city' hides a field. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | design | DesignForExtension | Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 65 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 65 |
Error | design | DesignForExtension | Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 66 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Error | misc | FinalParameters | Parameter state should be final. | 66 |
Error | coding | HiddenField | 'state' hides a field. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | design | DesignForExtension | Method 'getZip' is not designed for extension - needs to be abstract, final or empty. | 70 |
Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 70 |
Error | design | DesignForExtension | Method 'setZip' is not designed for extension - needs to be abstract, final or empty. | 71 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
Error | misc | FinalParameters | Parameter zip should be final. | 71 |
Error | coding | HiddenField | 'zip' hides a field. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 76 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 12 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | coding | MagicNumber | '10' is a magic number. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | design | DesignForExtension | Method 'getContactType' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | design | DesignForExtension | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | blocks | LeftCurly | '{' at column 34 should have line break after. | 30 |
Error | design | DesignForExtension | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | misc | FinalParameters | Parameter type should be final. | 31 |
Error | coding | HiddenField | 'type' hides a field. | 31 |
Error | design | DesignForExtension | Method 'getAddress' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | blocks | LeftCurly | '{' at column 39 should have line break after. | 35 |
Error | design | DesignForExtension | Method 'setAddress' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | misc | FinalParameters | Parameter address should be final. | 36 |
Error | coding | HiddenField | 'address' hides a field. | 36 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 4 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 3 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 5 |
Error | design | VisibilityModifier | Variable 'contactId' must be private and have accessor methods. | 5 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 6 |
Error | misc | FinalParameters | Parameter contactId should be final. | 6 |
Error | coding | HiddenField | 'contactId' hides a field. | 6 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 33 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 33 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 38 |
Error | design | DesignForExtension | Method 'destroy' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | design | DesignForExtension | Method 'cleanup' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 49 |
Error | whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 49 |
Error | whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | design | DesignForExtension | Method 'createContact' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | misc | FinalParameters | Parameter contact should be final. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | design | DesignForExtension | Method 'createNormalizedContact' is not designed for extension - needs to be abstract, final or empty. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 66 |
Error | misc | FinalParameters | Parameter contact should be final. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | design | DesignForExtension | Method 'addContactInfo' is not designed for extension - needs to be abstract, final or empty. | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 75 |
Error | misc | FinalParameters | Parameter contactId should be final. | 75 |
Error | misc | FinalParameters | Parameter contactInfo should be final. | 75 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 78 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | design | DesignForExtension | Method 'getContacts' is not designed for extension - needs to be abstract, final or empty. | 85 |
Error | misc | FinalParameters | Parameter name should be final. | 86 |
Error | misc | FinalParameters | Parameter offset should be final. | 86 |
Error | misc | FinalParameters | Parameter limit should be final. | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 88 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 88 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 88 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 88 |
Error | whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 89 |
Error | whitespace | WhitespaceAround | '>' is not followed by whitespace. | 89 |
Error | whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 92 |
Error | whitespace | WhitespaceAround | '>' is not followed by whitespace. | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 96 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 100 |
Error | design | DesignForExtension | Method 'timeout' is not designed for extension - needs to be abstract, final or empty. | 100 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 100 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 100 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 100 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 100 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 100 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 100 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 100 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 100 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 100 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 100 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 100 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 100 |
Error | misc | FinalParameters | Parameter timer should be final. | 101 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 17 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
Error | misc | FinalParameters | Parameter param should be final. | 9 |
Error | coding | HiddenField | 'param' hides a field. | 9 |
Error | misc | FinalParameters | Parameter errors should be final. | 9 |
Error | coding | HiddenField | 'errors' hides a field. | 9 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | design | DesignForExtension | Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 14 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 17 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 17 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 25 |
Error | design | DesignForExtension | Method 'destroy' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | design | DesignForExtension | Method 'invoke' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | misc | FinalParameters | Parameter ctx should be final. | 33 |
Error | blocks | EmptyBlock | Must have at least one statement. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 16 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | design | DesignForExtension | Method 'ctor' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | misc | FinalParameters | Parameter ctx should be final. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 26 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | misc | FinalParameters | Parameter ctx should be final. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | design | DesignForExtension | Method 'invoke' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Error | misc | FinalParameters | Parameter ctx should be final. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | design | DesignForExtension | Method 'timeout' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | misc | FinalParameters | Parameter ctx should be final. | 52 |
Error | design | DesignForExtension | Method 'destory' is not designed for extension - needs to be abstract, final or empty. | 58 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
Error | misc | FinalParameters | Parameter ctx should be final. | 59 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 10 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 29 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | misc | FinalParameters | Parameter groups should be final. | 30 |
Error | coding | HiddenField | 'groups' hides a field. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 36 |
Error | design | DesignForExtension | Method 'destroy' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | design | DesignForExtension | Method 'invoke' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Error | misc | FinalParameters | Parameter ctx should be final. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 53 |
Error | blocks | EmptyBlock | Must have at least one statement. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 63 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
Error | misc | FinalParameters | Parameter violations should be final. | 63 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 8 |
Error | design | DesignForExtension | Method 'normalize' is not designed for extension - needs to be abstract, final or empty. | 9 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
Error | misc | FinalParameters | Parameter contact should be final. | 9 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 10 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 10 |
Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | design | DesignForExtension | Method 'normalize' is not designed for extension - needs to be abstract, final or empty. | 18 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
Error | misc | FinalParameters | Parameter address should be final. | 18 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 19 |
Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | design | DesignForExtension | Method 'normalize' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | misc | FinalParameters | Parameter pi should be final. | 30 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 31 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 31 |
Error | blocks | LeftCurly | '{' at column 23 should have line break after. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | design | DesignForExtension | Method 'normalize' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | misc | FinalParameters | Parameter pi should be final. | 37 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 38 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 38 |
Error | blocks | LeftCurly | '{' at column 23 should have line break after. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 6 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 10 |
Error | design | DesignForExtension | Method 'normalizeName' is not designed for extension - needs to be abstract, final or empty. | 10 |
Error | misc | FinalParameters | Parameter name should be final. | 10 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 10 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 11 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 11 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | design | DesignForExtension | Method 'toUpper' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Error | misc | FinalParameters | Parameter value should be final. | 27 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 28 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 28 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | design | DesignForExtension | Method 'toLower' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | misc | FinalParameters | Parameter value should be final. | 32 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 33 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 33 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 33 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 8 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 9 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 9 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | coding | MagicNumber | '32' is a magic number. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | design | VisibilityModifier | Variable 'count' must be private and have accessor methods. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 18 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 18 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | misc | FinalParameters | Parameter beanName should be final. | 19 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 22 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | design | DesignForExtension | Method 'getCount' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 24 |
Error | design | DesignForExtension | Method 'setCount' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | misc | FinalParameters | Parameter count should be final. | 25 |
Error | coding | HiddenField | 'count' hides a field. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 29 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 24 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 27 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 29 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 29 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 30 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 34 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 35 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 35 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 39 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 42 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 42 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 42 |
Error | coding | MagicNumber | '16' is a magic number. | 42 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 42 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 42 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 45 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 48 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 48 |
Error | misc | FinalParameters | Parameter id should be final. | 49 |
Error | coding | HiddenField | 'id' hides a field. | 49 |
Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 49 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 49 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 49 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Error | misc | FinalParameters | Parameter name should be final. | 50 |
Error | coding | HiddenField | 'name' hides a field. | 50 |
Error | misc | FinalParameters | Parameter quantity should be final. | 50 |
Error | coding | HiddenField | 'quantity' hides a field. | 50 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 51 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 51 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 52 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 52 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Error | misc | FinalParameters | Parameter p should be final. | 54 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 60 |
Error | design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 61 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Error | misc | FinalParameters | Parameter id should be final. | 61 |
Error | coding | HiddenField | 'id' hides a field. | 61 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 65 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 65 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 66 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Error | misc | FinalParameters | Parameter name should be final. | 66 |
Error | coding | HiddenField | 'name' hides a field. | 66 |
Error | design | DesignForExtension | Method 'getQuantity' is not designed for extension - needs to be abstract, final or empty. | 70 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 70 |
Error | design | DesignForExtension | Method 'setQuantity' is not designed for extension - needs to be abstract, final or empty. | 71 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
Error | misc | FinalParameters | Parameter quantity should be final. | 71 |
Error | coding | HiddenField | 'quantity' hides a field. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 13 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
Error | coding | MagicNumber | '16' is a magic number. | 28 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 31 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | misc | FinalParameters | Parameter location should be final. | 32 |
Error | coding | HiddenField | 'location' hides a field. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 36 |
Error | design | DesignForExtension | Method 'getProductId' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 37 |
Error | design | DesignForExtension | Method 'setProductId' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | misc | FinalParameters | Parameter productId should be final. | 38 |
Error | coding | HiddenField | 'productId' hides a field. | 38 |
Error | design | DesignForExtension | Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | blocks | LeftCurly | '{' at column 33 should have line break after. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 43 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - javax.transaction.HeuristicMixedException. | 17 |
Error | imports | UnusedImports | Unused import - javax.transaction.HeuristicRollbackException. | 18 |
Error | imports | UnusedImports | Unused import - javax.transaction.NotSupportedException. | 19 |
Error | imports | UnusedImports | Unused import - javax.transaction.RollbackException. | 20 |
Error | imports | UnusedImports | Unused import - javax.transaction.Status. | 21 |
Error | imports | UnusedImports | Unused import - javax.transaction.SystemException. | 22 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 34 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 34 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 34 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 45 |
Error | design | DesignForExtension | Method 'destroy' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | design | DesignForExtension | Method 'createProduct' is not designed for extension - needs to be abstract, final or empty. | 52 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Error | misc | FinalParameters | Parameter product should be final. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | blocks | LeftCurly | '{' at column 17 should have line break after. | 62 |
Error | blocks | RightCurly | '}' at column 35 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). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 63 |
Error | blocks | LeftCurly | '{' at column 35 should have line break after. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | design | DesignForExtension | Method 'createShipment' is not designed for extension - needs to be abstract, final or empty. | 68 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
Error | misc | FinalParameters | Parameter shipment should be final. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | design | DesignForExtension | Method 'createShipment_RequiresNew' is not designed for extension - needs to be abstract, final or empty. | 75 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
Error | naming | MethodName | Name 'createShipment_RequiresNew' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
Error | misc | FinalParameters | Parameter shipment should be final. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | design | DesignForExtension | Method 'flush' is not designed for extension - needs to be abstract, final or empty. | 80 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | design | VisibilityModifier | Variable 'txWatcher' must be private and have accessor methods. | 29 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 33 |
Error | design | DesignForExtension | Method 'destroy' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | design | DesignForExtension | Method 'createProduct' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | misc | FinalParameters | Parameter product should be final. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | design | DesignForExtension | Method 'createShipment' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | misc | FinalParameters | Parameter shipment should be final. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | design | DesignForExtension | Method 'createShipment_RequiresNew' is not designed for extension - needs to be abstract, final or empty. | 56 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
Error | naming | MethodName | Name 'createShipment_RequiresNew' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
Error | misc | FinalParameters | Parameter shipment should be final. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | design | DesignForExtension | Method 'flush' is not designed for extension - needs to be abstract, final or empty. | 62 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | UnusedImports | Unused import - javax.persistence.Tuple. | 17 |
Error | imports | UnusedImports | Unused import - javax.persistence.TypedQuery. | 18 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | design | VisibilityModifier | Variable 'txWatcher' must be private and have accessor methods. | 32 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 36 |
Error | design | DesignForExtension | Method 'destroy' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | design | DesignForExtension | Method 'getRemainingQuantity' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Error | misc | FinalParameters | Parameter productId should be final. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 49 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 50 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 50 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 58 |
Error | design | DesignForExtension | Method 'getProduct' is not designed for extension - needs to be abstract, final or empty. | 58 |
Error | misc | FinalParameters | Parameter productId should be final. | 60 |
Error | javadoc | JavadocMethod | Expected @param tag for 'productId'. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 67 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 67 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 70 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | design | DesignForExtension | Method 'getProduct_NotSupported' is not designed for extension - needs to be abstract, final or empty. | 79 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
Error | naming | MethodName | Name 'getProduct_NotSupported' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
Error | misc | FinalParameters | Parameter productId should be final. | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | design | DesignForExtension | Method 'getProduct_RequiresNew' is not designed for extension - needs to be abstract, final or empty. | 84 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
Error | naming | MethodName | Name 'getProduct_RequiresNew' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 |
Error | misc | FinalParameters | Parameter productId should be final. | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | design | DesignForExtension | Method 'getProductCount' is not designed for extension - needs to be abstract, final or empty. | 89 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
Error | misc | FinalParameters | Parameter productId should be final. | 90 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 96 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 96 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 96 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 99 |
Error | design | DesignForExtension | Method 'getProductCount_RequiresNew' is not designed for extension - needs to be abstract, final or empty. | 99 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
Error | naming | MethodName | Name 'getProductCount_RequiresNew' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 100 |
Error | misc | FinalParameters | Parameter productId should be final. | 100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 103 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 104 |
Error | design | DesignForExtension | Method 'getProductCount_NotSupported' is not designed for extension - needs to be abstract, final or empty. | 104 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
Error | naming | MethodName | Name 'getProductCount_NotSupported' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 |
Error | misc | FinalParameters | Parameter productId should be final. | 105 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 109 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 110 |
Error | design | DesignForExtension | Method 'getShipmentCount' is not designed for extension - needs to be abstract, final or empty. | 110 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
Error | misc | FinalParameters | Parameter productId should be final. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 113 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 117 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 117 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 117 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 119 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 120 |
Error | design | DesignForExtension | Method 'getShipmentCount_RequiresNew' is not designed for extension - needs to be abstract, final or empty. | 120 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 120 |
Error | naming | MethodName | Name 'getShipmentCount_RequiresNew' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 121 |
Error | misc | FinalParameters | Parameter productId should be final. | 121 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 8 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 8 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
Error | misc | FinalParameters | Parameter product should be final. | 12 |
Error | coding | HiddenField | 'product' hides a field. | 12 |
Error | misc | FinalParameters | Parameter message should be final. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | design | DesignForExtension | Method 'getProduct' is not designed for extension - needs to be abstract, final or empty. | 17 |
Error | blocks | LeftCurly | '{' at column 33 should have line break after. | 17 |
Error | design | DesignForExtension | Method 'setProduct' is not designed for extension - needs to be abstract, final or empty. | 18 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
Error | misc | FinalParameters | Parameter product should be final. | 18 |
Error | coding | HiddenField | 'product' hides a field. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 8 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 8 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
Error | misc | FinalParameters | Parameter product should be final. | 12 |
Error | coding | HiddenField | 'product' hides a field. | 12 |
Error | misc | FinalParameters | Parameter message should be final. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | design | DesignForExtension | Method 'getProduct' is not designed for extension - needs to be abstract, final or empty. | 17 |
Error | blocks | LeftCurly | '{' at column 33 should have line break after. | 17 |
Error | design | DesignForExtension | Method 'setProduct' is not designed for extension - needs to be abstract, final or empty. | 18 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
Error | misc | FinalParameters | Parameter product should be final. | 18 |
Error | coding | HiddenField | 'product' hides a field. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | design | DesignForExtension | Method 'destroy' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 36 |
Error | design | DesignForExtension | Method 'watchTransaction' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | misc | FinalParameters | Parameter clazz should be final. | 39 |
Error | javadoc | JavadocMethod | Expected @param tag for 'clazz'. | 39 |
Error | misc | FinalParameters | Parameter hashCode should be final. | 39 |
Error | javadoc | JavadocMethod | Expected @param tag for 'hashCode'. | 39 |
Error | coding | HiddenField | 'txName' hides a field. | 40 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 41 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 43 |
Error | design | DesignForExtension | Method 'afterBegin' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | design | DesignForExtension | Method 'beforeCompletion' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | design | DesignForExtension | Method 'afterCompletion' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
Error | misc | FinalParameters | Parameter committed should be final. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 62 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 3 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 5 |
Error | misc | FinalParameters | Parameter stateName should be final. | 5 |
Error | misc | FinalParameters | Parameter expected should be final. | 5 |
Error | misc | FinalParameters | Parameter actual should be final. | 5 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 6 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | design | VisibilityModifier | Variable 'txWatcher' must be private and have accessor methods. | 30 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 34 |
Error | design | DesignForExtension | Method 'destroy' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | design | DesignForExtension | Method 'addQuantity' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | misc | FinalParameters | Parameter productId should be final. | 44 |
Error | misc | FinalParameters | Parameter quantity should be final. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 47 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 53 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 53 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 53 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 53 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 53 |
Error | coding | MagicNumber | '5' is a magic number. | 53 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 53 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 55 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 56 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 56 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 58 |
Error | coding | MagicNumber | '200' is a magic number. | 58 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 58 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 46 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 48 |
Error | design | DesignForExtension | Method 'destroy' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | design | DesignForExtension | Method 'cleanup' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | design | DesignForExtension | Method 'getProduct' is not designed for extension - needs to be abstract, final or empty. | 62 |
Error | misc | FinalParameters | Parameter productId should be final. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | design | DesignForExtension | Method 'createProductAndShipments' is not designed for extension - needs to be abstract, final or empty. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 78 |
Error | misc | FinalParameters | Parameter product should be final. | 78 |
Error | misc | FinalParameters | Parameter shipments should be final. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 83 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 83 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 87 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 102 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 104 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 104 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Error | design | DesignForExtension | Method 'createProductAndShipments_NotSupported' is not designed for extension - needs to be abstract, final or empty. | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 114 |
Error | misc | FinalParameters | Parameter product should be final. | 114 |
Error | misc | FinalParameters | Parameter shipments should be final. | 114 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 117 |
Error | design | DesignForExtension | Method 'createProductAndShipments_RequiresNew' is not designed for extension - needs to be abstract, final or empty. | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 120 |
Error | misc | FinalParameters | Parameter product should be final. | 120 |
Error | misc | FinalParameters | Parameter shipments should be final. | 120 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 123 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 125 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 125 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 128 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 130 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 130 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 141 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 146 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 148 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 148 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 155 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 156 |
Error | design | DesignForExtension | Method 'createProductAndShipments_Async' is not designed for extension - needs to be abstract, final or empty. | 157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 159 |
Error | misc | FinalParameters | Parameter product should be final. | 159 |
Error | misc | FinalParameters | Parameter quantity should be final. | 159 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 162 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 164 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 164 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 165 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 166 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 169 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 174 |
Error | design | DesignForExtension | Method 'createProductAndThrowChecked' is not designed for extension - needs to be abstract, final or empty. | 175 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 177 |
Error | misc | FinalParameters | Parameter product should be final. | 177 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 180 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 182 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 182 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 185 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 188 |
Error | design | DesignForExtension | Method 'createProductAndThrowCheckedRollback' is not designed for extension - needs to be abstract, final or empty. | 189 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 191 |
Error | misc | FinalParameters | Parameter product should be final. | 191 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 194 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 196 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 196 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 199 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 200 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 201 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 203 |
Error | design | DesignForExtension | Method 'createProductAndRollback' is not designed for extension - needs to be abstract, final or empty. | 204 |
Error | misc | FinalParameters | Parameter product should be final. | 206 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 209 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 211 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 211 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 217 |
Error | design | DesignForExtension | Method 'createProductBmt' is not designed for extension - needs to be abstract, final or empty. | 218 |
Error | misc | FinalParameters | Parameter product should be final. | 220 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 223 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 225 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 225 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 229 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 229 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 230 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 16 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Error | naming | MethodName | Name 'createProductAndShipments_NotSupported' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 17 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | naming | MethodName | Name 'createProductAndShipments_RequiresNew' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 18 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
Error | naming | MethodName | Name 'createProductAndShipments_Async' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 18 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 20 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - javax.ejb.Stateless. | 9 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | design | DesignForExtension | Method 'destroy' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 51 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 54 |
Error | design | DesignForExtension | Method 'cleanup' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 56 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 56 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 57 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 59 |
Error | whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 59 |
Error | whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
Error | misc | FinalParameters | Parameter value should be final. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 66 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 69 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 69 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 70 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 76 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 14 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 |
Error | coding | MagicNumber | '32' is a magic number. | 25 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 31 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 31 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 31 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 31 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 32 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 32 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 32 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 32 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 32 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | misc | FinalParameters | Parameter id should be final. | 38 |
Error | coding | HiddenField | 'id' hides a field. | 38 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | misc | FinalParameters | Parameter name should be final. | 44 |
Error | coding | HiddenField | 'name' hides a field. | 44 |
Error | design | DesignForExtension | Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | design | DesignForExtension | Method 'setPriority' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Error | misc | FinalParameters | Parameter priority should be final. | 50 |
Error | coding | HiddenField | 'priority' hides a field. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | design | DesignForExtension | Method 'setTodoList' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Error | misc | FinalParameters | Parameter todoList should be final. | 54 |
Error | coding | HiddenField | 'todoList' hides a field. | 54 |
Error | design | DesignForExtension | Method 'getTodoList' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 24 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 27 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 30 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 30 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 30 |
Error | coding | MagicNumber | '32' is a magic number. | 30 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 30 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 30 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 30 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 30 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 33 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 34 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 34 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 39 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 39 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Error | design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | misc | FinalParameters | Parameter id should be final. | 47 |
Error | coding | HiddenField | 'id' hides a field. | 47 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Error | misc | FinalParameters | Parameter name should be final. | 55 |
Error | coding | HiddenField | 'name' hides a field. | 55 |
Error | design | DesignForExtension | Method 'getTodoItems' is not designed for extension - needs to be abstract, final or empty. | 59 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 60 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 60 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 61 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 61 |
Error | design | DesignForExtension | Method 'setTodoItems' is not designed for extension - needs to be abstract, final or empty. | 66 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Error | misc | FinalParameters | Parameter todoItems should be final. | 66 |
Error | coding | HiddenField | 'todoItems' hides a field. | 66 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 70 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 76 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 76 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 78 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 80 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 5 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 6 |
Error | misc | FinalParameters | Parameter response should be final. | 6 |
Error | misc | FinalParameters | Parameter type should be final. | 6 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 7 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 10 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
Error | misc | FinalParameters | Parameter message should be final. | 18 |
Error | misc | FinalParameters | Parameter response should be final. | 18 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 8 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 9 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | misc | FinalParameters | Parameter client should be final. | 26 |
Error | coding | HiddenField | 'client' hides a field. | 26 |
Error | misc | FinalParameters | Parameter baseUrl should be final. | 26 |
Error | coding | HiddenField | 'baseUrl' hides a field. | 26 |
Error | misc | FinalParameters | Parameter mediaType should be final. | 26 |
Error | coding | HiddenField | 'mediaType' hides a field. | 26 |
Error | design | DesignForExtension | Method 'setMediaType' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | misc | FinalParameters | Parameter mediaType should be final. | 31 |
Error | coding | HiddenField | 'mediaType' hides a field. | 31 |
Error | design | DesignForExtension | Method 'setMediaType' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | misc | FinalParameters | Parameter mediaType should be final. | 34 |
Error | coding | HiddenField | 'mediaType' hides a field. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | misc | FinalParameters | Parameter path should be final. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 40 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | misc | FinalParameters | Parameter object should be final. | 48 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 50 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | design | DesignForExtension | Method 'deleteAll' is not designed for extension - needs to be abstract, final or empty. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | design | DesignForExtension | Method 'getTodoLists' is not designed for extension - needs to be abstract, final or empty. | 75 |
Error | misc | FinalParameters | Parameter offset should be final. | 76 |
Error | misc | FinalParameters | Parameter limit should be final. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 80 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 80 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 81 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 81 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 83 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 83 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 84 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | design | DesignForExtension | Method 'createTodoList' is not designed for extension - needs to be abstract, final or empty. | 93 |
Error | misc | FinalParameters | Parameter todoList should be final. | 94 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 99 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 103 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 105 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Error | design | DesignForExtension | Method 'getTodoList' is not designed for extension - needs to be abstract, final or empty. | 112 |
Error | misc | FinalParameters | Parameter listName should be final. | 113 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 117 |
Error | design | DesignForExtension | Method 'deleteTodoList' is not designed for extension - needs to be abstract, final or empty. | 123 |
Error | misc | FinalParameters | Parameter listName should be final. | 124 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 128 |
Error | design | DesignForExtension | Method 'renameTodoList' is not designed for extension - needs to be abstract, final or empty. | 134 |
Error | misc | FinalParameters | Parameter oldName should be final. | 135 |
Error | misc | FinalParameters | Parameter newName should be final. | 135 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 140 |
Error | design | DesignForExtension | Method 'addTodoItem' is not designed for extension - needs to be abstract, final or empty. | 146 |
Error | misc | FinalParameters | Parameter listName should be final. | 147 |
Error | misc | FinalParameters | Parameter item should be final. | 147 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 151 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 152 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 152 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 152 |
Error | whitespace | OperatorWrap | '?' should be on a new line. | 152 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 152 |
Error | whitespace | OperatorWrap | ':' should be on a new line. | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 154 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 155 |
Error | design | DesignForExtension | Method 'updateTodoItem' is not designed for extension - needs to be abstract, final or empty. | 161 |
Error | misc | FinalParameters | Parameter listName should be final. | 162 |
Error | misc | FinalParameters | Parameter item should be final. | 162 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 163 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 166 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 168 |
Error | design | DesignForExtension | Method 'deleteTodoItem' is not designed for extension - needs to be abstract, final or empty. | 172 |
Error | misc | FinalParameters | Parameter listName should be final. | 173 |
Error | misc | FinalParameters | Parameter itemName should be final. | 173 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 174 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 177 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 7 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 7 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 7 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 7 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 12 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 12 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
Error | misc | FinalParameters | Parameter message should be final. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | design | DesignForExtension | Method 'getText' is not designed for extension - needs to be abstract, final or empty. | 17 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | design | DesignForExtension | Method 'setText' is not designed for extension - needs to be abstract, final or empty. | 20 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Error | misc | FinalParameters | Parameter text should be final. | 20 |
Error | coding | HiddenField | 'text' hides a field. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 7 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 7 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 7 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 7 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 13 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Error | misc | FinalParameters | Parameter name should be final. | 14 |
Error | coding | HiddenField | 'name' hides a field. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 18 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | misc | FinalParameters | Parameter name should be final. | 21 |
Error | coding | HiddenField | 'name' hides a field. | 21 |
Error | design | DesignForExtension | Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | design | DesignForExtension | Method 'setPriority' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Error | misc | FinalParameters | Parameter priority should be final. | 28 |
Error | coding | HiddenField | 'priority' hides a field. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 32 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 12 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 18 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Error | misc | FinalParameters | Parameter name should be final. | 20 |
Error | coding | HiddenField | 'name' hides a field. | 20 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | misc | FinalParameters | Parameter name should be final. | 26 |
Error | coding | HiddenField | 'name' hides a field. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | design | DesignForExtension | Method 'getTodoItems' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | design | DesignForExtension | Method 'setTodoItems' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | misc | FinalParameters | Parameter todoItems should be final. | 33 |
Error | coding | HiddenField | 'todoItems' hides a field. | 33 |
Error | design | DesignForExtension | Method 'withTodoItem' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | misc | FinalParameters | Parameter todoItem should be final. | 36 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 37 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 37 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 37 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 40 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | design | DesignForExtension | Method 'getListItem' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | misc | FinalParameters | Parameter itemName should be final. | 47 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 48 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 48 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 48 |
Error | whitespace | WhitespaceAround | '->' is not preceded with whitespace. | 50 |
Error | whitespace | WhitespaceAround | '->' is not followed by whitespace. | 50 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 60 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 60 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 61 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 63 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 63 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 65 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 65 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 9 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 9 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 9 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 9 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 9 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 14 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 14 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | misc | FinalParameters | Parameter todoLists should be final. | 15 |
Error | coding | HiddenField | 'todoLists' hides a field. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | design | DesignForExtension | Method 'getTodoLists' is not designed for extension - needs to be abstract, final or empty. | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | design | DesignForExtension | Method 'setTodoLists' is not designed for extension - needs to be abstract, final or empty. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Error | misc | FinalParameters | Parameter todoLists should be final. | 22 |
Error | coding | HiddenField | 'todoLists' hides a field. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | design | DesignForExtension | Method 'withTodoList' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | misc | FinalParameters | Parameter todoList should be final. | 25 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 29 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 29 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 38 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 38 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 39 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 41 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 41 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 43 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | design | DesignForExtension | Method 'getCount' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 51 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 51 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
Error | misc | FinalParameters | Parameter count should be final. | 53 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 3 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 6 |
Error | misc | FinalParameters | Parameter msg should be final. | 6 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 12 |
Error | design | DesignForExtension | Method 'map' is not designed for extension - needs to be abstract, final or empty. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
Error | misc | FinalParameters | Parameter dto should be final. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | design | DesignForExtension | Method 'map' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Error | misc | FinalParameters | Parameter bo should be final. | 27 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 28 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 28 |
Error | blocks | LeftCurly | '{' at column 23 should have line break after. | 28 |
Error | whitespace | WhitespaceAround | '->' is not preceded with whitespace. | 32 |
Error | whitespace | WhitespaceAround | '->' is not followed by whitespace. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | design | DesignForExtension | Method 'map' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | misc | FinalParameters | Parameter bo should be final. | 45 |
Error | design | DesignForExtension | Method 'map' is not designed for extension - needs to be abstract, final or empty. | 52 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Error | misc | FinalParameters | Parameter bo should be final. | 52 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 53 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 53 |
Error | blocks | LeftCurly | '{' at column 23 should have line break after. | 53 |
Error | whitespace | WhitespaceAround | '->' is not preceded with whitespace. | 55 |
Error | whitespace | WhitespaceAround | '->' is not followed by whitespace. | 55 |
Error | design | DesignForExtension | Method 'map' is not designed for extension - needs to be abstract, final or empty. | 62 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
Error | misc | FinalParameters | Parameter dto should be final. | 62 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 63 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 63 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 63 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 66 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 66 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 6 |
Error | misc | FinalParameters | Parameter format should be final. | 6 |
Error | misc | FinalParameters | Parameter args should be final. | 6 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
Error | misc | FinalParameters | Parameter msg should be final. | 9 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
Error | misc | FinalParameters | Parameter ex should be final. | 12 |
Error | misc | FinalParameters | Parameter msg should be final. | 12 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | misc | FinalParameters | Parameter ex should be final. | 15 |
Error | misc | FinalParameters | Parameter format should be final. | 15 |
Error | misc | FinalParameters | Parameter args should be final. | 15 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 6 |
Error | misc | FinalParameters | Parameter format should be final. | 6 |
Error | misc | FinalParameters | Parameter args should be final. | 6 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
Error | misc | FinalParameters | Parameter msg should be final. | 9 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 6 |
Error | misc | FinalParameters | Parameter format should be final. | 6 |
Error | misc | FinalParameters | Parameter args should be final. | 6 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
Error | misc | FinalParameters | Parameter msg should be final. | 9 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 9 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 9 |
Error | design | VisibilityModifier | Variable 'em' must be private and have accessor methods. | 10 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | design | VisibilityModifier | Variable 'dtoMapper' must be private and have accessor methods. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | design | VisibilityModifier | Variable 'em' must be private and have accessor methods. | 24 |
Error | design | DesignForExtension | Method 'getTodoLists' is not designed for extension - needs to be abstract, final or empty. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | misc | FinalParameters | Parameter offset should be final. | 28 |
Error | misc | FinalParameters | Parameter limit should be final. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | design | DesignForExtension | Method 'getTodoListsLocal' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | misc | FinalParameters | Parameter offset should be final. | 34 |
Error | misc | FinalParameters | Parameter limit should be final. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 35 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 35 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 35 |
Error | whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 36 |
Error | whitespace | WhitespaceAround | '>' is not followed by whitespace. | 36 |
Error | whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 39 |
Error | whitespace | WhitespaceAround | '>' is not followed by whitespace. | 39 |
Error | design | DesignForExtension | Method 'createTodoList' is not designed for extension - needs to be abstract, final or empty. | 46 |
Error | misc | FinalParameters | Parameter todoList should be final. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | design | DesignForExtension | Method 'createTodoList' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Error | misc | FinalParameters | Parameter todoList should be final. | 58 |
Error | design | DesignForExtension | Method 'getTodoList' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 65 |
Error | misc | FinalParameters | Parameter listName should be final. | 65 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 68 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | design | DesignForExtension | Method 'getTodoListLocal' is not designed for extension - needs to be abstract, final or empty. | 77 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
Error | misc | FinalParameters | Parameter listName should be final. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 83 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | design | DesignForExtension | Method 'renameTodoList' is not designed for extension - needs to be abstract, final or empty. | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 88 |
Error | misc | FinalParameters | Parameter oldName should be final. | 88 |
Error | misc | FinalParameters | Parameter newName should be final. | 88 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 91 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 92 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 97 |
Error | design | DesignForExtension | Method 'deleteTodoList' is not designed for extension - needs to be abstract, final or empty. | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 103 |
Error | misc | FinalParameters | Parameter listName should be final. | 103 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 105 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 106 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 109 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 112 |
Error | design | DesignForExtension | Method 'deleteTodoListLocal' is not designed for extension - needs to be abstract, final or empty. | 113 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
Error | misc | FinalParameters | Parameter listName should be final. | 114 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 116 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 116 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 121 |
Error | design | DesignForExtension | Method 'addTodoListItem' is not designed for extension - needs to be abstract, final or empty. | 124 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 126 |
Error | misc | FinalParameters | Parameter listName should be final. | 126 |
Error | misc | FinalParameters | Parameter item should be final. | 126 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 130 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 131 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 134 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 134 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 137 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 140 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 140 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 143 |
Error | design | DesignForExtension | Method 'addTodoListItem' is not designed for extension - needs to be abstract, final or empty. | 144 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 144 |
Error | misc | FinalParameters | Parameter todoList should be final. | 145 |
Error | misc | FinalParameters | Parameter item should be final. | 145 |
Error | design | DesignForExtension | Method 'getTodoListItem' is not designed for extension - needs to be abstract, final or empty. | 152 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 152 |
Error | misc | FinalParameters | Parameter listName should be final. | 153 |
Error | misc | FinalParameters | Parameter itemName should be final. | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 154 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 158 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 160 |
Error | design | DesignForExtension | Method 'updateTodoListItem' is not designed for extension - needs to be abstract, final or empty. | 161 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 163 |
Error | misc | FinalParameters | Parameter listName should be final. | 163 |
Error | misc | FinalParameters | Parameter itemName should be final. | 163 |
Error | misc | FinalParameters | Parameter item should be final. | 163 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 167 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 167 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 168 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 170 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 173 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 176 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 179 |
Error | design | DesignForExtension | Method 'updateTodoListItem' is not designed for extension - needs to be abstract, final or empty. | 180 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 180 |
Error | misc | FinalParameters | Parameter item should be final. | 181 |
Error | design | DesignForExtension | Method 'deleteTodoListItem' is not designed for extension - needs to be abstract, final or empty. | 186 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 188 |
Error | misc | FinalParameters | Parameter listName should be final. | 188 |
Error | misc | FinalParameters | Parameter itemName should be final. | 188 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 191 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 191 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 192 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 196 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 196 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 199 |
Error | design | DesignForExtension | Method 'deleteTodoListItem' is not designed for extension - needs to be abstract, final or empty. | 200 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 200 |
Error | misc | FinalParameters | Parameter item should be final. | 201 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 207 |
Error | design | DesignForExtension | Method 'deleteAll' is not designed for extension - needs to be abstract, final or empty. | 208 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 210 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 211 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 9 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 12 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 14 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 20 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 10 |
Error | design | DesignForExtension | Method 'greet' is not designed for extension - needs to be abstract, final or empty. | 12 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
Error | misc | FinalParameters | Parameter name should be final. | 13 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 15 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 15 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 22 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | design | DesignForExtension | Method 'sayHi' is not designed for extension - needs to be abstract, final or empty. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | design | DesignForExtension | Method 'greet' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | misc | FinalParameters | Parameter name should be final. | 33 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 34 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 34 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 45 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 46 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | design | DesignForExtension | Method 'getTodoLists' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | misc | FinalParameters | Parameter offset should be final. | 47 |
Error | misc | FinalParameters | Parameter limit should be final. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 65 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
Error | misc | FinalParameters | Parameter message should be final. | 65 |
Error | misc | FinalParameters | Parameter ex should be final. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
Error | misc | FinalParameters | Parameter ex should be final. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
Error | misc | FinalParameters | Parameter ex should be final. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
Error | misc | FinalParameters | Parameter ex should be final. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | design | DesignForExtension | Method 'createTodoList' is not designed for extension - needs to be abstract, final or empty. | 87 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
Error | misc | FinalParameters | Parameter todoList should be final. | 90 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 106 |
Error | design | DesignForExtension | Method 'getTodoList' is not designed for extension - needs to be abstract, final or empty. | 111 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
Error | misc | FinalParameters | Parameter listName should be final. | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 124 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 126 |
Error | design | DesignForExtension | Method 'renameTodoList' is not designed for extension - needs to be abstract, final or empty. | 129 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 129 |
Error | misc | FinalParameters | Parameter oldName should be final. | 132 |
Error | misc | FinalParameters | Parameter newName should be final. | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 148 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 150 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 152 |
Error | design | DesignForExtension | Method 'deleteTodoList' is not designed for extension - needs to be abstract, final or empty. | 153 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 153 |
Error | misc | FinalParameters | Parameter listName should be final. | 154 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 164 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 166 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 169 |
Error | design | DesignForExtension | Method 'deleteAllTodos' is not designed for extension - needs to be abstract, final or empty. | 170 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 170 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 172 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 172 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 175 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 175 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 179 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 183 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 184 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 185 |
Error | design | DesignForExtension | Method 'addTodoItem' is not designed for extension - needs to be abstract, final or empty. | 186 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 186 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 190 |
Error | misc | FinalParameters | Parameter listName should be final. | 190 |
Error | misc | FinalParameters | Parameter item should be final. | 191 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 203 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 205 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 208 |
Error | design | DesignForExtension | Method 'updateTodoItem' is not designed for extension - needs to be abstract, final or empty. | 209 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 209 |
Error | misc | FinalParameters | Parameter listName should be final. | 213 |
Error | misc | FinalParameters | Parameter itemName should be final. | 214 |
Error | misc | FinalParameters | Parameter item should be final. | 215 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 218 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 227 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 229 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 232 |
Error | design | DesignForExtension | Method 'deleteTodoItem' is not designed for extension - needs to be abstract, final or empty. | 233 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 233 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 235 |
Error | misc | FinalParameters | Parameter listName should be final. | 235 |
Error | misc | FinalParameters | Parameter itemName should be final. | 236 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 246 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 248 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 6 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 24 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | misc | FinalParameters | Parameter value should be final. | 40 |
Error | misc | FinalParameters | Parameter defaultValue should be final. | 40 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 42 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 42 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | misc | FinalParameters | Parameter req should be final. | 48 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 53 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 53 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 53 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 53 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 54 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 56 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 56 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 56 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 56 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 61 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 61 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 63 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | design | DesignForExtension | Method 'doGet' is not designed for extension - needs to be abstract, final or empty. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 71 |
Error | misc | FinalParameters | Parameter req should be final. | 71 |
Error | misc | FinalParameters | Parameter resp should be final. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | design | DesignForExtension | Method 'doPost' is not designed for extension - needs to be abstract, final or empty. | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 91 |
Error | misc | FinalParameters | Parameter req should be final. | 91 |
Error | misc | FinalParameters | Parameter resp should be final. | 91 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 98 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 98 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 101 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 103 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 103 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 108 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 108 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 109 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 112 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 112 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 112 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 112 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 113 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 113 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 113 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 114 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 116 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 127 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 128 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 129 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 132 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 133 |
Error | misc | FinalParameters | Parameter req should be final. | 135 |
Error | misc | FinalParameters | Parameter resp should be final. | 135 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 136 |
Error | misc | FinalParameters | Parameter todoList should be final. | 136 |
Error | misc | FinalParameters | Parameter todoItem should be final. | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 137 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 140 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 145 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 147 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 148 |
Error | misc | FinalParameters | Parameter req should be final. | 150 |
Error | misc | FinalParameters | Parameter resp should be final. | 150 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 151 |
Error | misc | FinalParameters | Parameter todoList should be final. | 151 |
Error | misc | FinalParameters | Parameter todoItem should be final. | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 152 |
Error | coding | MagicNumber | '10' is a magic number. | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 155 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 158 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 165 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 166 |
Error | misc | FinalParameters | Parameter req should be final. | 168 |
Error | misc | FinalParameters | Parameter resp should be final. | 168 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 169 |
Error | misc | FinalParameters | Parameter todoList should be final. | 169 |
Error | misc | FinalParameters | Parameter todoItem should be final. | 169 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 170 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 171 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 174 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | UnusedImports | Unused import - info.ejava.examples.jaxrs.todos.bo.TodoItem. | 22 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 30 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | misc | FinalParameters | Parameter value should be final. | 39 |
Error | misc | FinalParameters | Parameter defaultValue should be final. | 39 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 41 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 41 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | design | DesignForExtension | Method 'doGet' is not designed for extension - needs to be abstract, final or empty. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 53 |
Error | misc | FinalParameters | Parameter req should be final. | 53 |
Error | misc | FinalParameters | Parameter resp should be final. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 61 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 61 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 61 |
Error | whitespace | OperatorWrap | '?' should be on a new line. | 61 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | design | DesignForExtension | Method 'doPost' is not designed for extension - needs to be abstract, final or empty. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 76 |
Error | misc | FinalParameters | Parameter req should be final. | 76 |
Error | misc | FinalParameters | Parameter resp should be final. | 76 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 79 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 79 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 79 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 80 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 80 |
Error | coding | MagicNumber | '404' is a magic number. | 83 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 96 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 97 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 97 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 100 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 101 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 104 |
Error | misc | FinalParameters | Parameter req should be final. | 104 |
Error | misc | FinalParameters | Parameter resp should be final. | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 105 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 108 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 108 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 108 |
Error | coding | MagicNumber | '20' is a magic number. | 108 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 108 |
Error | coding | MagicNumber | '10' is a magic number. | 110 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 112 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 112 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 112 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 112 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 113 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 113 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 113 |
Error | coding | MagicNumber | '10' is a magic number. | 114 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 120 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 120 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 120 |
Error | whitespace | OperatorWrap | '?' should be on a new line. | 120 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 120 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 124 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 9 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
Error | misc | FinalParameters | Parameter types should be final. | 12 |
Error | coding | HiddenField | 'types' hides a field. | 12 |
Error | design | DesignForExtension | Method 'filter' is not designed for extension - needs to be abstract, final or empty. | 16 |
Error | misc | FinalParameters | Parameter requestContext should be final. | 17 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 13 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | misc | FinalParameters | Parameter username should be final. | 19 |
Error | coding | HiddenField | 'username' hides a field. | 19 |
Error | misc | FinalParameters | Parameter password should be final. | 19 |
Error | coding | HiddenField | 'password' hides a field. | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 23 |
Error | design | DesignForExtension | Method 'filter' is not designed for extension - needs to be abstract, final or empty. | 26 |
Error | misc | FinalParameters | Parameter requestContext should be final. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Error | misc | FinalParameters | Parameter logger should be final. | 14 |
Error | coding | HiddenField | 'logger' hides a field. | 14 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | design | DesignForExtension | Method 'filter' is not designed for extension - needs to be abstract, final or empty. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 22 |
Error | misc | FinalParameters | Parameter requestContext should be final. | 22 |
Error | misc | FinalParameters | Parameter responseContext should be final. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 9 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
Error | misc | FinalParameters | Parameter client should be final. | 13 |
Error | coding | HiddenField | 'client' hides a field. | 13 |
Error | misc | FinalParameters | Parameter baseUrl should be final. | 13 |
Error | coding | HiddenField | 'baseUrl' hides a field. | 13 |
Error | design | DesignForExtension | Method 'whoAmI' is not designed for extension - needs to be abstract, final or empty. | 18 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
Error | design | DesignForExtension | Method 'isCallerInRole' is not designed for extension - needs to be abstract, final or empty. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Error | misc | FinalParameters | Parameter role should be final. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | design | DesignForExtension | Method 'ping' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Error | misc | FinalParameters | Parameter context should be final. | 27 |
Error | misc | FinalParameters | Parameter targetResource should be final. | 27 |
Error | design | DesignForExtension | Method 'pingAdmin' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | misc | FinalParameters | Parameter context should be final. | 35 |
Error | design | DesignForExtension | Method 'pingUser' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | misc | FinalParameters | Parameter context should be final. | 38 |
Error | design | DesignForExtension | Method 'pingAll' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | misc | FinalParameters | Parameter context should be final. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | misc | FinalParameters | Parameter context should be final. | 45 |
Error | misc | FinalParameters | Parameter targetResource should be final. | 45 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 47 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 47 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 5 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 5 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 5 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 5 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 13 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 13 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 14 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Error | misc | FinalParameters | Parameter context should be final. | 14 |
Error | coding | HiddenField | 'context' hides a field. | 14 |
Error | misc | FinalParameters | Parameter user should be final. | 14 |
Error | misc | FinalParameters | Parameter isAdmin should be final. | 14 |
Error | coding | HiddenField | 'isAdmin' hides a field. | 14 |
Error | misc | FinalParameters | Parameter isUser should be final. | 14 |
Error | coding | HiddenField | 'isUser' hides a field. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | design | DesignForExtension | Method 'setServiceResult' is not designed for extension - needs to be abstract, final or empty. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | misc | FinalParameters | Parameter serviceResult should be final. | 21 |
Error | coding | HiddenField | 'serviceResult' hides a field. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | design | DesignForExtension | Method 'getContext' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Error | design | DesignForExtension | Method 'setContext' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Error | misc | FinalParameters | Parameter context should be final. | 27 |
Error | coding | HiddenField | 'context' hides a field. | 27 |
Error | design | DesignForExtension | Method 'getUserName' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | design | DesignForExtension | Method 'setUserName' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | misc | FinalParameters | Parameter userName should be final. | 33 |
Error | coding | HiddenField | 'userName' hides a field. | 33 |
Error | design | DesignForExtension | Method 'getIsAdmin' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | design | DesignForExtension | Method 'setIsAdmin' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | misc | FinalParameters | Parameter isAdmin should be final. | 39 |
Error | coding | HiddenField | 'isAdmin' hides a field. | 39 |
Error | design | DesignForExtension | Method 'getIsUser' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | design | DesignForExtension | Method 'setIsUser' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | misc | FinalParameters | Parameter isUser should be final. | 45 |
Error | coding | HiddenField | 'isUser' hides a field. | 45 |
Error | design | DesignForExtension | Method 'getServiceResult' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 3 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 4 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 5 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 6 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 3 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 4 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 5 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 6 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | RedundantImport | Redundant import from the same package - info.ejava.examples.secureping.ejb.SecurePingRemote. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | design | VisibilityModifier | Variable 'ctx' must be private and have accessor methods. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 30 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 30 |
Error | design | VisibilityModifier | Variable 'securePingServer' must be private and have accessor methods. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 42 |
Error | misc | FinalParameters | Parameter prefix should be final. | 42 |
Error | javadoc | JavadocMethod | Expected @param tag for 'prefix'. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 49 |
Error | 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). | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 65 |
Error | design | DesignForExtension | Method 'pingAll' is not designed for extension - needs to be abstract, final or empty. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 66 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 73 |
Error | design | DesignForExtension | Method 'pingUser' is not designed for extension - needs to be abstract, final or empty. | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 74 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | design | DesignForExtension | Method 'pingAdmin' is not designed for extension - needs to be abstract, final or empty. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 82 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 89 |
Error | design | DesignForExtension | Method 'pingExcluded' is not designed for extension - needs to be abstract, final or empty. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 90 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 94 |
Error | design | DesignForExtension | Method 'whoAmI' is not designed for extension - needs to be abstract, final or empty. | 96 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 101 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 107 |
Error | design | DesignForExtension | Method 'isCallerInRole' is not designed for extension - needs to be abstract, final or empty. | 107 |
Error | misc | FinalParameters | Parameter role should be final. | 107 |
Error | javadoc | JavadocMethod | Expected @param tag for 'role'. | 107 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 109 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 109 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 110 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 110 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | design | VisibilityModifier | Variable 'ctx' must be private and have accessor methods. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 36 |
Error | misc | FinalParameters | Parameter prefix should be final. | 36 |
Error | javadoc | JavadocMethod | Expected @param tag for 'prefix'. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 43 |
Error | 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). | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 58 |
Error | design | DesignForExtension | Method 'pingAll' is not designed for extension - needs to be abstract, final or empty. | 58 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 66 |
Error | design | DesignForExtension | Method 'pingUser' is not designed for extension - needs to be abstract, final or empty. | 66 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 74 |
Error | design | DesignForExtension | Method 'pingAdmin' is not designed for extension - needs to be abstract, final or empty. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 82 |
Error | design | DesignForExtension | Method 'pingExcluded' is not designed for extension - needs to be abstract, final or empty. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 92 |
Error | design | DesignForExtension | Method 'isCallerInRole' is not designed for extension - needs to be abstract, final or empty. | 92 |
Error | misc | FinalParameters | Parameter role should be final. | 93 |
Error | javadoc | JavadocMethod | Expected @param tag for 'role'. | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 95 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | design | DesignForExtension | Method 'whoAmI' is not designed for extension - needs to be abstract, final or empty. | 99 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 101 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 6 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 34 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 38 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 38 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 38 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | design | DesignForExtension | Method 'whoAmI' is not designed for extension - needs to be abstract, final or empty. | 46 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 52 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 58 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | design | DesignForExtension | Method 'isCallerInRole' is not designed for extension - needs to be abstract, final or empty. | 64 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
Error | misc | FinalParameters | Parameter role should be final. | 67 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 70 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 76 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 83 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 87 |
Error | design | DesignForExtension | Method 'anonymous' is not designed for extension - needs to be abstract, final or empty. | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 94 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 97 |
Error | design | DesignForExtension | Method 'authenticated' is not designed for extension - needs to be abstract, final or empty. | 97 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 101 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 102 |
Error | design | DesignForExtension | Method 'pingAdmin' is not designed for extension - needs to be abstract, final or empty. | 103 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 109 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 109 |
Error | whitespace | OperatorWrap | '?' should be on a new line. | 109 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 109 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 111 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 111 |
Error | whitespace | OperatorWrap | '?' should be on a new line. | 111 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 111 |
Error | whitespace | OperatorWrap | ':' should be on a new line. | 112 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 116 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 118 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 118 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 120 |
Error | design | DesignForExtension | Method 'pingUser' is not designed for extension - needs to be abstract, final or empty. | 124 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 124 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 130 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 130 |
Error | whitespace | OperatorWrap | '?' should be on a new line. | 130 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 130 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 132 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 132 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 132 |
Error | whitespace | OperatorWrap | '?' should be on a new line. | 132 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 132 |
Error | whitespace | OperatorWrap | ':' should be on a new line. | 133 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 137 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 139 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 139 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 141 |
Error | design | DesignForExtension | Method 'pingAll' is not designed for extension - needs to be abstract, final or empty. | 145 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 145 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 151 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 151 |
Error | whitespace | OperatorWrap | '?' should be on a new line. | 151 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 151 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 153 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 153 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 153 |
Error | whitespace | OperatorWrap | '?' should be on a new line. | 153 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 153 |
Error | whitespace | OperatorWrap | ':' should be on a new line. | 154 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 158 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 158 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 160 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 164 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 166 |
Error | misc | FinalParameters | Parameter ex should be final. | 170 |
Error | javadoc | JavadocMethod | Expected @param tag for 'ex'. | 170 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 171 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 171 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 171 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 171 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 173 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 175 |
Error | misc | FinalParameters | Parameter ejbResponse should be final. | 181 |
Error | javadoc | JavadocMethod | Expected @param tag for 'ejbResponse'. | 181 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 183 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 183 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 183 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 183 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 186 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 30 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 30 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 30 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | 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). | 66 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | misc | FinalParameters | Parameter config should be final. | 74 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 79 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 79 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 79 |
Error | whitespace | EmptyForIteratorPad | ';' is followed by whitespace. | 80 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 81 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 82 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 82 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | blocks | LeftCurly | '{' at column 17 should have line break after. | 90 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 90 |
Error | blocks | RightCurly | '}' at column 78 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). | 90 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 94 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 97 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 100 |
Error | design | DesignForExtension | Method 'doGet' is not designed for extension - needs to be abstract, final or empty. | 100 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
Error | misc | FinalParameters | Parameter request should be final. | 100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 101 |
Error | misc | FinalParameters | Parameter response should be final. | 101 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Error | blocks | RightCurly | '}' at column 17 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). | 111 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 113 |
Error | blocks | RightCurly | '}' at column 13 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). | 118 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 120 |
Error | 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). | 122 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 131 |
Error | design | DesignForExtension | Method 'doPost' is not designed for extension - needs to be abstract, final or empty. | 131 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 131 |
Error | misc | FinalParameters | Parameter request should be final. | 131 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 132 |
Error | misc | FinalParameters | Parameter response should be final. | 132 |
Error | design | DesignForExtension | Method 'destroy' is not designed for extension - needs to be abstract, final or empty. | 138 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 138 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 141 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 142 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 143 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 144 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 145 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 145 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 147 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 147 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 149 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 149 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 150 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 151 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 153 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 154 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 155 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 155 |
Error | misc | FinalParameters | Parameter request should be final. | 155 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 156 |
Error | misc | FinalParameters | Parameter response should be final. | 156 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 159 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 161 |
Error | blocks | RightCurly | '}' at column 13 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). | 162 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 172 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 173 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 173 |
Error | misc | FinalParameters | Parameter request should be final. | 173 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 174 |
Error | misc | FinalParameters | Parameter response should be final. | 174 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 177 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 178 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 178 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 179 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 181 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 182 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 183 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 183 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 184 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 186 |
Error | blocks | RightCurly | '}' at column 13 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). | 187 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 195 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 196 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 197 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 198 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 199 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 199 |
Error | misc | FinalParameters | Parameter request should be final. | 199 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 200 |
Error | misc | FinalParameters | Parameter response should be final. | 200 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 204 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 205 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 206 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 208 |
Error | blocks | RightCurly | '}' at column 13 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). | 209 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 218 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 219 |
Error | blocks | LeftCurly | '{' at column 35 should have line break after. | 220 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 222 |
Error | blocks | LeftCurly | '{' at column 35 should have line break after. | 223 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 225 |
Error | blocks | LeftCurly | '{' at column 35 should have line break after. | 226 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 228 |
Error | blocks | LeftCurly | '{' at column 35 should have line break after. | 229 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 231 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 232 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 233 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 233 |
Error | misc | FinalParameters | Parameter request should be final. | 233 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 234 |
Error | misc | FinalParameters | Parameter response should be final. | 234 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 239 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 240 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 242 |
Error | blocks | RightCurly | '}' at column 13 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). | 243 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 13 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | misc | FinalParameters | Parameter id should be final. | 27 |
Error | coding | HiddenField | 'id' hides a field. | 27 |
Error | design | DesignForExtension | Method 'getMake' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | design | DesignForExtension | Method 'setMake' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | misc | FinalParameters | Parameter make should be final. | 33 |
Error | coding | HiddenField | 'make' hides a field. | 33 |
Error | design | DesignForExtension | Method 'getMileage' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | design | DesignForExtension | Method 'setMileage' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | misc | FinalParameters | Parameter mileage should be final. | 39 |
Error | coding | HiddenField | 'mileage' hides a field. | 39 |
Error | design | DesignForExtension | Method 'getModel' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | design | DesignForExtension | Method 'setModel' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | misc | FinalParameters | Parameter model should be final. | 45 |
Error | coding | HiddenField | 'model' hides a field. | 45 |
Error | design | DesignForExtension | Method 'getColor' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | design | DesignForExtension | Method 'setColor' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | misc | FinalParameters | Parameter color should be final. | 51 |
Error | coding | HiddenField | 'color' hides a field. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 55 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 8 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 11 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 11 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 11 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 11 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 11 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 11 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | coding | MagicNumber | '16' is a magic number. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 |
Error | coding | MagicNumber | '16' is a magic number. | 16 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 |
Error | design | DesignForExtension | Method 'getStreet' is not designed for extension - needs to be abstract, final or empty. | 19 |
Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 20 |
Error | design | DesignForExtension | Method 'setStreet' is not designed for extension - needs to be abstract, final or empty. | 20 |
Error | misc | FinalParameters | Parameter street should be final. | 20 |
Error | coding | HiddenField | 'street' hides a field. | 20 |
Error | blocks | LeftCurly | '{' at column 42 should have line break after. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | design | DesignForExtension | Method 'getCity' is not designed for extension - needs to be abstract, final or empty. | 22 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 22 |
Error | design | DesignForExtension | Method 'setCity' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | misc | FinalParameters | Parameter city should be final. | 23 |
Error | coding | HiddenField | 'city' hides a field. | 23 |
Error | blocks | LeftCurly | '{' at column 38 should have line break after. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | design | DesignForExtension | Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 26 |
Error | design | DesignForExtension | Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 26 |
Error | misc | FinalParameters | Parameter state should be final. | 26 |
Error | coding | HiddenField | 'state' hides a field. | 26 |
Error | blocks | LeftCurly | '{' at column 40 should have line break after. | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 7 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 13 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Error | misc | FinalParameters | Parameter name should be final. | 14 |
Error | coding | HiddenField | 'name' hides a field. | 14 |
Error | misc | FinalParameters | Parameter dob should be final. | 14 |
Error | coding | HiddenField | 'dob' hides a field. | 14 |
Error | misc | FinalParameters | Parameter weight should be final. | 14 |
Error | coding | HiddenField | 'weight' hides a field. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 20 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 20 |
Error | design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | misc | FinalParameters | Parameter id should be final. | 21 |
Error | coding | HiddenField | 'id' hides a field. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 25 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | misc | FinalParameters | Parameter name should be final. | 26 |
Error | coding | HiddenField | 'name' hides a field. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | design | DesignForExtension | Method 'getDob' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | blocks | LeftCurly | '{' at column 23 should have line break after. | 30 |
Error | design | DesignForExtension | Method 'setDob' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | misc | FinalParameters | Parameter dob should be final. | 31 |
Error | coding | HiddenField | 'dob' hides a field. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | design | DesignForExtension | Method 'getWeight' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 35 |
Error | design | DesignForExtension | Method 'setWeight' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | misc | FinalParameters | Parameter weight should be final. | 36 |
Error | coding | HiddenField | 'weight' hides a field. | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 6 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 6 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 8 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 9 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 9 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 12 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | coding | MagicNumber | '16' is a magic number. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | coding | MagicNumber | '16' is a magic number. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 22 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 22 |
Error | design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | misc | FinalParameters | Parameter id should be final. | 23 |
Error | coding | HiddenField | 'id' hides a field. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 27 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Error | misc | FinalParameters | Parameter name should be final. | 28 |
Error | coding | HiddenField | 'name' hides a field. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | design | DesignForExtension | Method 'getAddress' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 32 |
Error | design | DesignForExtension | Method 'setAddress' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | misc | FinalParameters | Parameter address should be final. | 33 |
Error | coding | HiddenField | 'address' hides a field. | 33 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 6 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 6 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 8 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 8 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 8 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 9 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 9 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | coding | MagicNumber | '16' is a magic number. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 |
Error | coding | MagicNumber | '16' is a magic number. | 16 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | coding | MagicNumber | '16' is a magic number. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | coding | MagicNumber | '16' is a magic number. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
Error | coding | MagicNumber | '16' is a magic number. | 23 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 |
Error | coding | MagicNumber | '16' is a magic number. | 25 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 28 |
Error | design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | misc | FinalParameters | Parameter id should be final. | 29 |
Error | coding | HiddenField | 'id' hides a field. | 29 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | design | DesignForExtension | Method 'getFirstName' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 31 |
Error | design | DesignForExtension | Method 'setFirstName' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | misc | FinalParameters | Parameter firstName should be final. | 32 |
Error | coding | HiddenField | 'firstName' hides a field. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | design | DesignForExtension | Method 'getLastName' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 36 |
Error | design | DesignForExtension | Method 'setLastName' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | misc | FinalParameters | Parameter lastName should be final. | 37 |
Error | coding | HiddenField | 'lastName' hides a field. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | design | DesignForExtension | Method 'getStreetNumber' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | design | DesignForExtension | Method 'setStreetNumber' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | misc | FinalParameters | Parameter streetNumber should be final. | 42 |
Error | coding | HiddenField | 'streetNumber' hides a field. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | design | DesignForExtension | Method 'getStreetName' is not designed for extension - needs to be abstract, final or empty. | 46 |
Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | design | DesignForExtension | Method 'setStreetName' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | misc | FinalParameters | Parameter streetName should be final. | 47 |
Error | coding | HiddenField | 'streetName' hides a field. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | design | DesignForExtension | Method 'getCity' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | design | DesignForExtension | Method 'setCity' is not designed for extension - needs to be abstract, final or empty. | 52 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Error | misc | FinalParameters | Parameter city should be final. | 52 |
Error | coding | HiddenField | 'city' hides a field. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | design | DesignForExtension | Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 56 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | design | DesignForExtension | Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Error | misc | FinalParameters | Parameter state should be final. | 57 |
Error | coding | HiddenField | 'state' hides a field. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 6 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 6 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 9 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 13 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 13 |
Error | design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 14 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Error | misc | FinalParameters | Parameter id should be final. | 14 |
Error | coding | HiddenField | 'id' hides a field. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 18 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 18 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | misc | FinalParameters | Parameter name should be final. | 19 |
Error | coding | HiddenField | 'name' hides a field. | 19 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 9 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 10 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 10 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | coding | MagicNumber | '20' is a magic number. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | misc | FinalParameters | Parameter name should be final. | 25 |
Error | coding | HiddenField | 'name' hides a field. | 25 |
Error | misc | FinalParameters | Parameter dob should be final. | 25 |
Error | coding | HiddenField | 'dob' hides a field. | 25 |
Error | misc | FinalParameters | Parameter weight should be final. | 25 |
Error | coding | HiddenField | 'weight' hides a field. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 31 |
Error | design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | misc | FinalParameters | Parameter id should be final. | 32 |
Error | coding | HiddenField | 'id' hides a field. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 36 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | misc | FinalParameters | Parameter name should be final. | 37 |
Error | coding | HiddenField | 'name' hides a field. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | design | DesignForExtension | Method 'getDob' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | blocks | LeftCurly | '{' at column 23 should have line break after. | 41 |
Error | design | DesignForExtension | Method 'setDob' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | misc | FinalParameters | Parameter dob should be final. | 42 |
Error | coding | HiddenField | 'dob' hides a field. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | design | DesignForExtension | Method 'getWeight' is not designed for extension - needs to be abstract, final or empty. | 46 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 46 |
Error | coding | MagicNumber | '3' is a magic number. | 46 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 46 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 46 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 46 |
Error | design | DesignForExtension | Method 'setWeight' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | misc | FinalParameters | Parameter weight should be final. | 51 |
Error | coding | HiddenField | 'weight' hides a field. | 51 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 53 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 53 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 53 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 6 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 6 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 8 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 10 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 10 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 10 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 10 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 10 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 10 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 10 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 10 |
Error | coding | MagicNumber | '16' is a magic number. | 10 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 15 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Error | misc | FinalParameters | Parameter cowPK should be final. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | design | DesignForExtension | Method 'getPk' is not designed for extension - needs to be abstract, final or empty. | 20 |
Error | blocks | LeftCurly | '{' at column 23 should have line break after. | 20 |
Error | design | DesignForExtension | Method 'setPk' is not designed for extension - needs to be abstract, final or empty. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | misc | FinalParameters | Parameter pk should be final. | 21 |
Error | coding | HiddenField | 'pk' hides a field. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | design | DesignForExtension | Method 'getWeight' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 25 |
Error | design | DesignForExtension | Method 'setWeight' is not designed for extension - needs to be abstract, final or empty. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | misc | FinalParameters | Parameter weight should be final. | 26 |
Error | coding | HiddenField | 'weight' hides a field. | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 6 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 6 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 9 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 9 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 9 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 9 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 9 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 9 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 9 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 9 |
Error | coding | MagicNumber | '16' is a magic number. | 9 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 9 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 18 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 18 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | misc | FinalParameters | Parameter herd should be final. | 19 |
Error | coding | HiddenField | 'herd' hides a field. | 19 |
Error | misc | FinalParameters | Parameter name should be final. | 19 |
Error | coding | HiddenField | 'name' hides a field. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | design | DesignForExtension | Method 'getHerd' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 24 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 25 |
Error | design | DesignForExtension | Method 'getWeight' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 27 |
Error | design | DesignForExtension | Method 'setWeight' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Error | misc | FinalParameters | Parameter weight should be final. | 28 |
Error | coding | HiddenField | 'weight' hides a field. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 8 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 11 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 11 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 11 |
Error | coding | MagicNumber | '16' is a magic number. | 11 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 15 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 15 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Error | misc | FinalParameters | Parameter herd should be final. | 16 |
Error | coding | HiddenField | 'herd' hides a field. | 16 |
Error | misc | FinalParameters | Parameter name should be final. | 16 |
Error | coding | HiddenField | 'name' hides a field. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | design | DesignForExtension | Method 'getHerd' is not designed for extension - needs to be abstract, final or empty. | 21 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 21 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 22 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 22 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | misc | FinalParameters | Parameter name should be final. | 23 |
Error | coding | HiddenField | 'name' hides a field. | 23 |
Error | blocks | LeftCurly | '{' at column 35 should have line break after. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | misc | FinalParameters | Parameter obj should be final. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 33 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 14 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 18 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 28 |
Error | modifier | RedundantModifier | Redundant 'private' modifier. | 28 |
Error | misc | FinalParameters | Parameter prettyName should be final. | 28 |
Error | coding | HiddenField | 'prettyName' hides a field. | 28 |
Error | blocks | LeftCurly | '{' at column 36 should have line break after. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | misc | FinalParameters | Parameter prettyName should be final. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 45 |
Error | coding | MagicNumber | '16' is a magic number. | 45 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 50 |
Error | design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | misc | FinalParameters | Parameter id should be final. | 51 |
Error | coding | HiddenField | 'id' hides a field. | 51 |
Error | design | DesignForExtension | Method 'getGender' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 55 |
Error | design | DesignForExtension | Method 'setGender' is not designed for extension - needs to be abstract, final or empty. | 56 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
Error | misc | FinalParameters | Parameter gender should be final. | 56 |
Error | coding | HiddenField | 'gender' hides a field. | 56 |
Error | design | DesignForExtension | Method 'getColor' is not designed for extension - needs to be abstract, final or empty. | 61 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 61 |
Error | design | DesignForExtension | Method 'setColor' is not designed for extension - needs to be abstract, final or empty. | 62 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
Error | misc | FinalParameters | Parameter color should be final. | 62 |
Error | coding | HiddenField | 'color' hides a field. | 62 |
Error | design | DesignForExtension | Method 'getBreed' is not designed for extension - needs to be abstract, final or empty. | 67 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
Error | design | DesignForExtension | Method 'setBreed' is not designed for extension - needs to be abstract, final or empty. | 70 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
Error | misc | FinalParameters | Parameter breed should be final. | 70 |
Error | coding | HiddenField | 'breed' hides a field. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | design | DesignForExtension | Method 'getDBBreed' is not designed for extension - needs to be abstract, final or empty. | 75 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 76 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 76 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 76 |
Error | coding | MagicNumber | '32' is a magic number. | 76 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 76 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 78 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 78 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 78 |
Error | design | DesignForExtension | Method 'setDBBreed' is not designed for extension - needs to be abstract, final or empty. | 80 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
Error | misc | FinalParameters | Parameter dbValue should be final. | 80 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 81 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 81 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 11 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 14 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 17 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 17 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 18 |
Error | misc | FinalParameters | Parameter name should be final. | 18 |
Error | coding | HiddenField | 'name' hides a field. | 18 |
Error | blocks | LeftCurly | '{' at column 36 should have line break after. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 32 |
Error | design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | misc | FinalParameters | Parameter id should be final. | 33 |
Error | coding | HiddenField | 'id' hides a field. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 37 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | misc | FinalParameters | Parameter name should be final. | 38 |
Error | coding | HiddenField | 'name' hides a field. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | blocks | LeftCurly | '{' at column 33 should have line break after. | 42 |
Error | design | DesignForExtension | Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Error | misc | FinalParameters | Parameter description should be final. | 43 |
Error | coding | HiddenField | 'description' hides a field. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | design | DesignForExtension | Method 'getHistory' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 47 |
Error | design | DesignForExtension | Method 'setHistory' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | misc | FinalParameters | Parameter history should be final. | 48 |
Error | coding | HiddenField | 'history' hides a field. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | design | DesignForExtension | Method 'getPhoto' is not designed for extension - needs to be abstract, final or empty. | 52 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 52 |
Error | design | DesignForExtension | Method 'setPhoto' is not designed for extension - needs to be abstract, final or empty. | 53 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
Error | misc | FinalParameters | Parameter photo should be final. | 53 |
Error | coding | HiddenField | 'photo' hides a field. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | design | DesignForExtension | Method 'getJockey' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 57 |
Error | design | DesignForExtension | Method 'setJockey' is not designed for extension - needs to be abstract, final or empty. | 58 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
Error | misc | FinalParameters | Parameter jockey should be final. | 58 |
Error | coding | HiddenField | 'jockey' hides a field. | 58 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 6 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 8 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 8 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 8 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 8 |
Error | coding | MagicNumber | '16' is a magic number. | 8 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 8 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
Error | design | DesignForExtension | Method 'getFirstName' is not designed for extension - needs to be abstract, final or empty. | 12 |
Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 12 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 13 |
Error | design | DesignForExtension | Method 'setFirstName' is not designed for extension - needs to be abstract, final or empty. | 13 |
Error | misc | FinalParameters | Parameter firstName should be final. | 13 |
Error | coding | HiddenField | 'firstName' hides a field. | 13 |
Error | blocks | LeftCurly | '{' at column 45 should have line break after. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | design | DesignForExtension | Method 'getLastName' is not designed for extension - needs to be abstract, final or empty. | 15 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 15 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 16 |
Error | design | DesignForExtension | Method 'setLastName' is not designed for extension - needs to be abstract, final or empty. | 16 |
Error | misc | FinalParameters | Parameter lastName should be final. | 16 |
Error | coding | HiddenField | 'lastName' hides a field. | 16 |
Error | blocks | LeftCurly | '{' at column 43 should have line break after. | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 5 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 8 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 8 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 19 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 19 |
Error | design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 20 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Error | misc | FinalParameters | Parameter id should be final. | 20 |
Error | coding | HiddenField | 'id' hides a field. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | design | DesignForExtension | Method 'getDate' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 24 |
Error | design | DesignForExtension | Method 'setDate' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | misc | FinalParameters | Parameter date should be final. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | design | DesignForExtension | Method 'getTime' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 29 |
Error | design | DesignForExtension | Method 'setTime' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | misc | FinalParameters | Parameter time should be final. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | design | DesignForExtension | Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 34 |
Error | design | DesignForExtension | Method 'setTimestamp' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | misc | FinalParameters | Parameter timestamp should be final. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 7 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | design | DesignForExtension | Method 'getNumber' is not designed for extension - needs to be abstract, final or empty. | 10 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 10 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 11 |
Error | design | DesignForExtension | Method 'setNumber' is not designed for extension - needs to be abstract, final or empty. | 11 |
Error | misc | FinalParameters | Parameter number should be final. | 11 |
Error | coding | HiddenField | 'number' hides a field. | 11 |
Error | blocks | LeftCurly | '{' at column 38 should have line break after. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 13 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 13 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 14 |
Error | misc | FinalParameters | Parameter name should be final. | 14 |
Error | coding | HiddenField | 'name' hides a field. | 14 |
Error | blocks | LeftCurly | '{' at column 37 should have line break after. | 14 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 6 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 7 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 12 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 12 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
Error | misc | FinalParameters | Parameter name should be final. | 13 |
Error | coding | HiddenField | 'name' hides a field. | 13 |
Error | misc | FinalParameters | Parameter dob should be final. | 13 |
Error | coding | HiddenField | 'dob' hides a field. | 13 |
Error | misc | FinalParameters | Parameter weight should be final. | 13 |
Error | coding | HiddenField | 'weight' hides a field. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 19 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 19 |
Error | design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 20 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Error | misc | FinalParameters | Parameter id should be final. | 20 |
Error | coding | HiddenField | 'id' hides a field. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 24 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | misc | FinalParameters | Parameter name should be final. | 25 |
Error | coding | HiddenField | 'name' hides a field. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | design | DesignForExtension | Method 'getDob' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | blocks | LeftCurly | '{' at column 23 should have line break after. | 29 |
Error | design | DesignForExtension | Method 'setDob' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | misc | FinalParameters | Parameter dob should be final. | 30 |
Error | coding | HiddenField | 'dob' hides a field. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | design | DesignForExtension | Method 'getWeight' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 34 |
Error | design | DesignForExtension | Method 'setWeight' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | misc | FinalParameters | Parameter weight should be final. | 35 |
Error | coding | HiddenField | 'weight' hides a field. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 9 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
Error | naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 16 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 16 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | misc | FinalParameters | Parameter name should be final. | 17 |
Error | coding | HiddenField | 'name' hides a field. | 17 |
Error | misc | FinalParameters | Parameter dob should be final. | 17 |
Error | coding | HiddenField | 'dob' hides a field. | 17 |
Error | misc | FinalParameters | Parameter weight should be final. | 17 |
Error | coding | HiddenField | 'weight' hides a field. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 23 |
Error | design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Error | misc | FinalParameters | Parameter id should be final. | 24 |
Error | coding | HiddenField | 'id' hides a field. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 28 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | misc | FinalParameters | Parameter name should be final. | 29 |
Error | coding | HiddenField | 'name' hides a field. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | design | DesignForExtension | Method 'getDob' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | blocks | LeftCurly | '{' at column 23 should have line break after. | 33 |
Error | design | DesignForExtension | Method 'setDob' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | misc | FinalParameters | Parameter dob should be final. | 34 |
Error | coding | HiddenField | 'dob' hides a field. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | design | DesignForExtension | Method 'getWeight' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | design | DesignForExtension | Method 'setWeight' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | misc | FinalParameters | Parameter weight should be final. | 42 |
Error | coding | HiddenField | 'weight' hides a field. | 42 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 44 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 44 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 44 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 10 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 10 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 20 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | misc | FinalParameters | Parameter id should be final. | 24 |
Error | coding | HiddenField | 'id' hides a field. | 24 |
Error | design | DesignForExtension | Method 'getMake' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | design | DesignForExtension | Method 'setMake' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | misc | FinalParameters | Parameter make should be final. | 32 |
Error | coding | HiddenField | 'make' hides a field. | 32 |
Error | design | DesignForExtension | Method 'getMileage' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | design | DesignForExtension | Method 'setMileage' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | misc | FinalParameters | Parameter mileage should be final. | 38 |
Error | coding | HiddenField | 'mileage' hides a field. | 38 |
Error | design | DesignForExtension | Method 'getModel' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | design | DesignForExtension | Method 'setModel' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | misc | FinalParameters | Parameter model should be final. | 44 |
Error | coding | HiddenField | 'model' hides a field. | 44 |
Error | design | DesignForExtension | Method 'getColor' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | design | DesignForExtension | Method 'setColor' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Error | misc | FinalParameters | Parameter color should be final. | 50 |
Error | coding | HiddenField | 'color' hides a field. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 11 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 11 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 21 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 21 |
Error | misc | FinalParameters | Parameter id should be final. | 22 |
Error | coding | HiddenField | 'id' hides a field. | 22 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 22 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 23 |
Error | design | DesignForExtension | Method 'getMake' is not designed for extension - needs to be abstract, final or empty. | 26 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 26 |
Error | design | DesignForExtension | Method 'setMake' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Error | misc | FinalParameters | Parameter make should be final. | 27 |
Error | coding | HiddenField | 'make' hides a field. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | design | DesignForExtension | Method 'getMileage' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 31 |
Error | design | DesignForExtension | Method 'setMileage' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | misc | FinalParameters | Parameter mileage should be final. | 32 |
Error | coding | HiddenField | 'mileage' hides a field. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | design | DesignForExtension | Method 'getModel' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 36 |
Error | design | DesignForExtension | Method 'setModel' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | misc | FinalParameters | Parameter model should be final. | 37 |
Error | coding | HiddenField | 'model' hides a field. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | design | DesignForExtension | Method 'getColor' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 41 |
Error | design | DesignForExtension | Method 'setColor' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | misc | FinalParameters | Parameter color should be final. | 42 |
Error | coding | HiddenField | 'color' hides a field. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 6 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | design | DesignForExtension | Method 'returnOne' is not designed for extension - needs to be abstract, final or empty. | 9 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 11 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 15 |
Error | misc | FinalParameters | Parameter args should be final. | 15 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 15 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 17 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 17 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 29 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 29 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 31 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 34 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 34 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 35 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 36 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 36 |
Error | misc | FinalParameters | Parameter lhs should be final. | 38 |
Error | misc | FinalParameters | Parameter rhs should be final. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 46 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 46 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | misc | FinalParameters | Parameter person should be final. | 47 |
Error | coding | HiddenField | 'person' hides a field. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | design | DesignForExtension | Method 'getPerson' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 52 |
Error | design | DesignForExtension | Method 'getFirstName' is not designed for extension - needs to be abstract, final or empty. | 52 |
Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 52 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 52 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 52 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 52 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 52 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 53 |
Error | design | DesignForExtension | Method 'getLastName' is not designed for extension - needs to be abstract, final or empty. | 53 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 53 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 53 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 53 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 53 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 53 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 54 |
Error | design | DesignForExtension | Method 'getBirthDate' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 54 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 54 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 54 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 54 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 54 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 55 |
Error | design | DesignForExtension | Method 'setFirstName' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | misc | FinalParameters | Parameter name should be final. | 55 |
Error | blocks | LeftCurly | '{' at column 41 should have line break after. | 55 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 55 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 55 |
Error | blocks | LeftCurly | '{' at column 60 should have line break after. | 55 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 55 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 55 |
Error | blocks | RightCurly | '}' at column 88 should be alone on a line. | 55 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 55 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 55 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 56 |
Error | design | DesignForExtension | Method 'setLastName' is not designed for extension - needs to be abstract, final or empty. | 56 |
Error | misc | FinalParameters | Parameter name should be final. | 56 |
Error | blocks | LeftCurly | '{' at column 40 should have line break after. | 56 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 56 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 56 |
Error | blocks | LeftCurly | '{' at column 59 should have line break after. | 56 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 56 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 56 |
Error | blocks | RightCurly | '}' at column 86 should be alone on a line. | 56 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 56 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 56 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 57 |
Error | design | DesignForExtension | Method 'setBirthDate' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | misc | FinalParameters | Parameter date should be final. | 57 |
Error | blocks | LeftCurly | '{' at column 39 should have line break after. | 57 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 57 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 57 |
Error | blocks | LeftCurly | '{' at column 58 should have line break after. | 57 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 57 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 57 |
Error | blocks | RightCurly | '}' at column 86 should be alone on a line. | 57 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 57 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 57 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 57 |
Error | design | DesignForExtension | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 58 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 58 |
Error | design | DesignForExtension | Method 'getRoles' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
Error | design | DesignForExtension | Method 'setRoles' is not designed for extension - needs to be abstract, final or empty. | 64 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
Error | misc | FinalParameters | Parameter roles should be final. | 64 |
Error | coding | HiddenField | 'roles' hides a field. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 68 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 70 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 70 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 73 |
Error | misc | FinalParameters | Parameter obj should be final. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 76 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 76 |
Error | blocks | LeftCurly | '{' at column 19 should have line break after. | 76 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 77 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 77 |
Error | blocks | LeftCurly | '{' at column 19 should have line break after. | 77 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 78 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 80 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 7 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 9 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 10 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 10 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 25 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | misc | FinalParameters | Parameter person should be final. | 26 |
Error | coding | HiddenField | 'person' hides a field. | 26 |
Error | design | DesignForExtension | Method 'getPerson' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 31 |
Error | design | DesignForExtension | Method 'getFirstName' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 31 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 31 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 31 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 31 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 31 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 32 |
Error | design | DesignForExtension | Method 'getLastName' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 32 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 32 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 32 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 32 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 32 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 33 |
Error | design | DesignForExtension | Method 'getBirthDate' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 33 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 33 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 33 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 33 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 34 |
Error | design | DesignForExtension | Method 'setFirstName' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | misc | FinalParameters | Parameter name should be final. | 34 |
Error | blocks | LeftCurly | '{' at column 44 should have line break after. | 34 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 34 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 34 |
Error | blocks | LeftCurly | '{' at column 63 should have line break after. | 34 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 34 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 34 |
Error | blocks | RightCurly | '}' at column 91 should be alone on a line. | 34 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 34 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 34 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 35 |
Error | design | DesignForExtension | Method 'setLastName' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | misc | FinalParameters | Parameter name should be final. | 35 |
Error | blocks | LeftCurly | '{' at column 43 should have line break after. | 35 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 35 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 35 |
Error | blocks | LeftCurly | '{' at column 62 should have line break after. | 35 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 35 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 35 |
Error | blocks | RightCurly | '}' at column 89 should be alone on a line. | 35 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 35 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 35 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 36 |
Error | design | DesignForExtension | Method 'setBirthDate' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | misc | FinalParameters | Parameter date should be final. | 36 |
Error | blocks | LeftCurly | '{' at column 42 should have line break after. | 36 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 36 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 36 |
Error | blocks | LeftCurly | '{' at column 61 should have line break after. | 36 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 36 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 36 |
Error | blocks | RightCurly | '}' at column 89 should be alone on a line. | 36 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 36 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 36 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 36 |
Error | design | DesignForExtension | Method 'getMovies' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | design | DesignForExtension | Method 'setMovies' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | misc | FinalParameters | Parameter movies should be final. | 44 |
Error | coding | HiddenField | 'movies' hides a field. | 44 |
Error | design | DesignForExtension | Method 'addMovie' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | misc | FinalParameters | Parameter movie should be final. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 56 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 58 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 58 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 61 |
Error | misc | FinalParameters | Parameter obj should be final. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 64 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 64 |
Error | blocks | LeftCurly | '{' at column 19 should have line break after. | 64 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 65 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 65 |
Error | blocks | LeftCurly | '{' at column 19 should have line break after. | 65 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 66 |
Error | blocks | LeftCurly | '{' at column 34 should have line break after. | 68 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 10 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 12 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 19 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 24 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 27 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 27 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 29 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 29 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 29 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 29 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 30 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 30 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 30 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 31 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 31 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 31 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 31 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 32 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 32 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 32 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 32 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 33 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 33 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 33 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 33 |
Error | whitespace | GenericWhitespace | '>' is followed by an illegal character. | 37 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 39 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 39 |
Error | coding | MagicNumber | '36' is a magic number. | 39 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 42 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 42 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 42 |
Error | coding | MagicNumber | '32' is a magic number. | 42 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 46 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 50 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 50 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 50 |
Error | coding | MagicNumber | '6' is a magic number. | 50 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 53 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 58 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 59 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 59 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 59 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 60 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 60 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 60 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 60 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 60 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 61 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 61 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 61 |
Error | coding | MagicNumber | '20' is a magic number. | 61 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 61 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 64 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 64 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 65 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 65 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 66 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 69 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 70 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 70 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 74 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 74 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
Error | misc | FinalParameters | Parameter id should be final. | 75 |
Error | coding | HiddenField | 'id' hides a field. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 79 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 81 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 81 |
Error | design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 82 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
Error | misc | FinalParameters | Parameter title should be final. | 82 |
Error | coding | HiddenField | 'title' hides a field. | 82 |
Error | design | DesignForExtension | Method 'getReleaseDate' is not designed for extension - needs to be abstract, final or empty. | 87 |
Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 87 |
Error | design | DesignForExtension | Method 'setReleaseDate' is not designed for extension - needs to be abstract, final or empty. | 88 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
Error | misc | FinalParameters | Parameter releaseDate should be final. | 88 |
Error | coding | HiddenField | 'releaseDate' hides a field. | 88 |
Error | design | DesignForExtension | Method 'getRating' is not designed for extension - needs to be abstract, final or empty. | 93 |
Error | blocks | LeftCurly | '{' at column 33 should have line break after. | 93 |
Error | design | DesignForExtension | Method 'setRating' is not designed for extension - needs to be abstract, final or empty. | 94 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
Error | misc | FinalParameters | Parameter rating should be final. | 94 |
Error | coding | HiddenField | 'rating' hides a field. | 94 |
Error | design | DesignForExtension | Method 'getMinutes' is not designed for extension - needs to be abstract, final or empty. | 99 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 99 |
Error | design | DesignForExtension | Method 'setMinutes' is not designed for extension - needs to be abstract, final or empty. | 100 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
Error | misc | FinalParameters | Parameter minutes should be final. | 100 |
Error | coding | HiddenField | 'minutes' hides a field. | 100 |
Error | design | DesignForExtension | Method 'getGenres' is not designed for extension - needs to be abstract, final or empty. | 105 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 109 |
Error | design | DesignForExtension | Method 'setGenres' is not designed for extension - needs to be abstract, final or empty. | 111 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
Error | misc | FinalParameters | Parameter genres should be final. | 111 |
Error | coding | HiddenField | 'genres' hides a field. | 111 |
Error | design | DesignForExtension | Method 'addGenres' is not designed for extension - needs to be abstract, final or empty. | 115 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
Error | misc | FinalParameters | Parameter genre should be final. | 115 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 116 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 116 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 123 |
Error | design | DesignForExtension | Method 'getDirector' is not designed for extension - needs to be abstract, final or empty. | 125 |
Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 125 |
Error | design | DesignForExtension | Method 'setDirector' is not designed for extension - needs to be abstract, final or empty. | 126 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
Error | misc | FinalParameters | Parameter director should be final. | 126 |
Error | coding | HiddenField | 'director' hides a field. | 126 |
Error | design | DesignForExtension | Method 'getCast' is not designed for extension - needs to be abstract, final or empty. | 131 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 131 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 132 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 132 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 133 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 133 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 135 |
Error | design | DesignForExtension | Method 'setCast' is not designed for extension - needs to be abstract, final or empty. | 137 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 137 |
Error | misc | FinalParameters | Parameter cast should be final. | 137 |
Error | coding | HiddenField | 'cast' hides a field. | 137 |
Error | design | DesignForExtension | Method 'addRole' is not designed for extension - needs to be abstract, final or empty. | 140 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 140 |
Error | misc | FinalParameters | Parameter role should be final. | 140 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 141 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 141 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 141 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 149 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 151 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 151 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 151 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 152 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 153 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 153 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 153 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 153 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 154 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 154 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 154 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 154 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 154 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 154 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 155 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 155 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 155 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 157 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 158 |
Error | misc | FinalParameters | Parameter obj should be final. | 159 |
Error | blocks | LeftCurly | '{' at column 20 should have line break after. | 160 |
Error | blocks | LeftCurly | '{' at column 20 should have line break after. | 161 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 162 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 163 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 164 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 164 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 165 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 169 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 170 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 170 |
Error | blocks | LeftCurly | '{' at column 35 should have line break after. | 171 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 175 |
Error | blocks | LeftCurly | '{' at column 33 should have line break after. | 177 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 181 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 183 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 184 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 185 |
Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 187 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 191 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 192 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 194 |
Error | design | DesignForExtension | Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. | 195 |
Error | misc | FinalParameters | Parameter rhs should be final. | 196 |
Error | blocks | LeftCurly | '{' at column 20 should have line break after. | 197 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 198 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 199 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 199 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 199 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 202 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 202 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 202 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 207 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 208 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 211 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 211 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 211 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 211 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 211 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 6 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 7 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 11 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 11 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
Error | misc | FinalParameters | Parameter title should be final. | 12 |
Error | coding | HiddenField | 'title' hides a field. | 12 |
Error | misc | FinalParameters | Parameter releaseDate should be final. | 12 |
Error | coding | HiddenField | 'releaseDate' hides a field. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 17 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 17 |
Error | design | DesignForExtension | Method 'getReleaseDate' is not designed for extension - needs to be abstract, final or empty. | 18 |
Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 20 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 22 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 22 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 22 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 22 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 22 |
Error | whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 22 |
Error | whitespace | WhitespaceAround | ':' is not followed by whitespace. | 22 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 22 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 23 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 23 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 23 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 23 |
Error | whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | ':' is not followed by whitespace. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 26 |
Error | misc | FinalParameters | Parameter obj should be final. | 27 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 29 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 30 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 33 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 35 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 35 |
Error | blocks | LeftCurly | '{' at column 42 should have line break after. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 36 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 36 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 36 |
Error | blocks | LeftCurly | '{' at column 54 should have line break after. | 36 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 3 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 4 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 6 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 6 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 9 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 10 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 10 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 10 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 10 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 11 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | coding | MagicNumber | '32' is a magic number. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 23 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 23 |
Error | misc | FinalParameters | Parameter role should be final. | 24 |
Error | coding | HiddenField | 'role' hides a field. | 24 |
Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | misc | FinalParameters | Parameter movie should be final. | 25 |
Error | coding | HiddenField | 'movie' hides a field. | 25 |
Error | misc | FinalParameters | Parameter role should be final. | 25 |
Error | coding | HiddenField | 'role' hides a field. | 25 |
Error | design | DesignForExtension | Method 'getMovie' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 30 |
Error | design | DesignForExtension | Method 'setMovie' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | misc | FinalParameters | Parameter movie should be final. | 31 |
Error | coding | HiddenField | 'movie' hides a field. | 31 |
Error | blocks | LeftCurly | '{' at column 34 should have line break after. | 31 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 31 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 31 |
Error | design | DesignForExtension | Method 'getRole' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 32 |
Error | design | DesignForExtension | Method 'getActor' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 34 |
Error | design | DesignForExtension | Method 'setActor' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | misc | FinalParameters | Parameter actor should be final. | 35 |
Error | coding | HiddenField | 'actor' hides a field. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 42 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 42 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 42 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 42 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 42 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 42 |
Error | whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 42 |
Error | whitespace | WhitespaceAround | ':' is not followed by whitespace. | 42 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 42 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 42 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 42 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 42 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 42 |
Error | whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 42 |
Error | whitespace | WhitespaceAround | ':' is not followed by whitespace. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | misc | FinalParameters | Parameter obj should be final. | 46 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 48 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 49 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 50 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 51 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 51 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 51 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 51 |
Error | blocks | LeftCurly | '{' at column 38 should have line break after. | 51 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 52 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 52 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 52 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 52 |
Error | blocks | LeftCurly | '{' at column 40 should have line break after. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 53 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 54 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 6 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 10 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | design | DesignForExtension | Method 'getMovie' is not designed for extension - needs to be abstract, final or empty. | 12 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 12 |
Error | design | DesignForExtension | Method 'setMovie' is not designed for extension - needs to be abstract, final or empty. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
Error | misc | FinalParameters | Parameter movie should be final. | 13 |
Error | coding | HiddenField | 'movie' hides a field. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | design | DesignForExtension | Method 'getRole' is not designed for extension - needs to be abstract, final or empty. | 18 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 18 |
Error | design | DesignForExtension | Method 'setRole' is not designed for extension - needs to be abstract, final or empty. | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | misc | FinalParameters | Parameter role should be final. | 19 |
Error | coding | HiddenField | 'role' hides a field. | 19 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 26 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 26 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | ':' is not followed by whitespace. | 26 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 26 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 27 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 27 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 27 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 27 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 27 |
Error | whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 27 |
Error | whitespace | WhitespaceAround | ':' is not followed by whitespace. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | misc | FinalParameters | Parameter obj should be final. | 31 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 33 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 33 |
Error | blocks | LeftCurly | '{' at column 19 should have line break after. | 33 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 34 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 34 |
Error | blocks | LeftCurly | '{' at column 19 should have line break after. | 34 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 36 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 36 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 36 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 37 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 39 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 39 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 39 |
Error | blocks | LeftCurly | '{' at column 40 should have line break after. | 39 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 40 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 40 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 40 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 40 |
Error | blocks | LeftCurly | '{' at column 38 should have line break after. | 40 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 5 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 8 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 11 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 11 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 11 |
Error | coding | MagicNumber | '36' is a magic number. | 11 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | coding | MagicNumber | '16' is a magic number. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | coding | MagicNumber | '16' is a magic number. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 24 |
Error | misc | FinalParameters | Parameter id should be final. | 25 |
Error | coding | HiddenField | 'id' hides a field. | 25 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Error | design | DesignForExtension | Method 'getFirstName' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 30 |
Error | design | DesignForExtension | Method 'setFirstName' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | misc | FinalParameters | Parameter firstName should be final. | 31 |
Error | coding | HiddenField | 'firstName' hides a field. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | design | DesignForExtension | Method 'getLastName' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 36 |
Error | design | DesignForExtension | Method 'setLastName' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | misc | FinalParameters | Parameter lastName should be final. | 37 |
Error | coding | HiddenField | 'lastName' hides a field. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | design | DesignForExtension | Method 'getBirthDate' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 42 |
Error | design | DesignForExtension | Method 'setBirthDate' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Error | misc | FinalParameters | Parameter birthDate should be final. | 43 |
Error | coding | HiddenField | 'birthDate' hides a field. | 43 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 50 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 50 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 50 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 50 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 50 |
Error | whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 50 |
Error | whitespace | WhitespaceAround | ':' is not followed by whitespace. | 50 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 50 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 51 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 51 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 51 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 51 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 51 |
Error | whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 51 |
Error | whitespace | WhitespaceAround | ':' is not followed by whitespace. | 51 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 51 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 52 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 52 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 52 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 52 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 52 |
Error | whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 52 |
Error | whitespace | WhitespaceAround | ':' is not followed by whitespace. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | misc | FinalParameters | Parameter obj should be final. | 56 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 58 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 59 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 59 |
Error | blocks | LeftCurly | '{' at column 19 should have line break after. | 59 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 61 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 61 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 61 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 61 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 61 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 61 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 62 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 64 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 64 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 65 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 65 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 65 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 65 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 65 |
Error | whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 65 |
Error | whitespace | WhitespaceAround | ':' is not followed by whitespace. | 65 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 67 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 67 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 67 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 67 |
Error | whitespace | OperatorWrap | '||' should be on a new line. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 68 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 68 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 68 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 68 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 68 |
Error | whitespace | OperatorWrap | '||' should be on a new line. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 69 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 69 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 69 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 69 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 72 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 72 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 72 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 72 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 72 |
Error | whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 72 |
Error | whitespace | WhitespaceAround | ':' is not followed by whitespace. | 72 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 13 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | misc | FinalParameters | Parameter id should be final. | 27 |
Error | coding | HiddenField | 'id' hides a field. | 27 |
Error | design | DesignForExtension | Method 'getMake' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | design | DesignForExtension | Method 'setMake' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | misc | FinalParameters | Parameter make should be final. | 33 |
Error | coding | HiddenField | 'make' hides a field. | 33 |
Error | design | DesignForExtension | Method 'getMileage' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | design | DesignForExtension | Method 'setMileage' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | misc | FinalParameters | Parameter mileage should be final. | 39 |
Error | coding | HiddenField | 'mileage' hides a field. | 39 |
Error | design | DesignForExtension | Method 'getModel' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | design | DesignForExtension | Method 'setModel' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | misc | FinalParameters | Parameter model should be final. | 45 |
Error | coding | HiddenField | 'model' hides a field. | 45 |
Error | design | DesignForExtension | Method 'getColor' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | design | DesignForExtension | Method 'setColor' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | misc | FinalParameters | Parameter color should be final. | 51 |
Error | coding | HiddenField | 'color' hides a field. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 55 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 7 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 10 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 11 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | coding | MagicNumber | '16' is a magic number. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 24 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 29 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 33 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 38 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 42 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 47 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 51 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 53 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 55 |
Error | design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 56 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
Error | misc | FinalParameters | Parameter id should be final. | 56 |
Error | coding | HiddenField | 'id' hides a field. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 60 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 60 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 60 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 61 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Error | misc | FinalParameters | Parameter name should be final. | 61 |
Error | coding | HiddenField | 'name' hides a field. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 65 |
Error | design | DesignForExtension | Method 'getShipsListByDefault' is not designed for extension - needs to be abstract, final or empty. | 65 |
Error | blocks | LeftCurly | '{' at column 53 should have line break after. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 66 |
Error | design | DesignForExtension | Method 'getShipsSetByDefault' is not designed for extension - needs to be abstract, final or empty. | 66 |
Error | blocks | LeftCurly | '{' at column 51 should have line break after. | 66 |
Error | design | DesignForExtension | Method 'getShipsListByPK' is not designed for extension - needs to be abstract, final or empty. | 68 |
Error | blocks | LeftCurly | '{' at column 43 should have line break after. | 68 |
Error | design | DesignForExtension | Method 'getShipsSetByPK' is not designed for extension - needs to be abstract, final or empty. | 69 |
Error | blocks | LeftCurly | '{' at column 41 should have line break after. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 71 |
Error | design | DesignForExtension | Method 'getShipsListBySwitch' is not designed for extension - needs to be abstract, final or empty. | 71 |
Error | blocks | LeftCurly | '{' at column 51 should have line break after. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 72 |
Error | design | DesignForExtension | Method 'getShipsSetBySwitch' is not designed for extension - needs to be abstract, final or empty. | 72 |
Error | blocks | LeftCurly | '{' at column 49 should have line break after. | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 74 |
Error | design | DesignForExtension | Method 'getShipsListByBusinessId' is not designed for extension - needs to be abstract, final or empty. | 74 |
Error | blocks | LeftCurly | '{' at column 59 should have line break after. | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 75 |
Error | design | DesignForExtension | Method 'getShipsSetByBusinessId' is not designed for extension - needs to be abstract, final or empty. | 75 |
Error | blocks | LeftCurly | '{' at column 57 should have line break after. | 75 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 6 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 9 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 |
Error | coding | MagicNumber | '10' is a magic number. | 22 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 25 |
Error | design | DesignForExtension | Method 'getPositions' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 28 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 28 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 28 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | design | DesignForExtension | Method 'addPosition' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | misc | FinalParameters | Parameter position should be final. | 31 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 32 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 32 |
Error | blocks | LeftCurly | '{' at column 23 should have line break after. | 32 |
Error | design | DesignForExtension | Method 'getTeam' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 37 |
Error | design | DesignForExtension | Method 'setTeam' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | misc | FinalParameters | Parameter team should be final. | 38 |
Error | coding | HiddenField | 'team' hides a field. | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 7 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 10 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 24 |
Error | coding | MagicNumber | '16' is a magic number. | 24 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 24 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 27 |
Error | design | DesignForExtension | Method 'getSegments' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 30 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 30 |
Error | blocks | LeftCurly | '{' at column 23 should have line break after. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | design | DesignForExtension | Method 'addSegment' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | misc | FinalParameters | Parameter segment should be final. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 56 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 56 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Error | misc | FinalParameters | Parameter name should be final. | 57 |
Error | coding | HiddenField | 'name' hides a field. | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 6 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 10 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 10 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | coding | MagicNumber | '12' is a magic number. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | coding | MagicNumber | '32' is a magic number. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 21 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Error | misc | FinalParameters | Parameter position should be final. | 22 |
Error | coding | HiddenField | 'position' hides a field. | 22 |
Error | misc | FinalParameters | Parameter player should be final. | 22 |
Error | coding | HiddenField | 'player' hides a field. | 22 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 27 |
Error | design | DesignForExtension | Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 29 |
Error | design | DesignForExtension | Method 'setPosition' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | misc | FinalParameters | Parameter position should be final. | 30 |
Error | coding | HiddenField | 'position' hides a field. | 30 |
Error | blocks | LeftCurly | '{' at column 43 should have line break after. | 30 |
Error | design | DesignForExtension | Method 'getPlayer' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 32 |
Error | design | DesignForExtension | Method 'setPlayer' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | misc | FinalParameters | Parameter player should be final. | 33 |
Error | coding | HiddenField | 'player' hides a field. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 39 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 39 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 39 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 39 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 39 |
Error | whitespace | WhitespaceAround | ':' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 39 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 39 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 39 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 39 |
Error | whitespace | WhitespaceAround | ':' is not followed by whitespace. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | misc | FinalParameters | Parameter obj should be final. | 43 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 45 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 47 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 47 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 47 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 47 |
Error | blocks | LeftCurly | '{' at column 40 should have line break after. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 48 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 49 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 8 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 11 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 11 |
Error | whitespace | GenericWhitespace | '>' is followed by an illegal character. | 12 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 12 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 13 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | coding | MagicNumber | '16' is a magic number. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | coding | MagicNumber | '16' is a magic number. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 25 |
Error | design | DesignForExtension | Method 'getNumber' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 27 |
Error | design | DesignForExtension | Method 'setNumber' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Error | misc | FinalParameters | Parameter number should be final. | 28 |
Error | coding | HiddenField | 'number' hides a field. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | design | DesignForExtension | Method 'getTo' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 33 |
Error | design | DesignForExtension | Method 'setTo' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | misc | FinalParameters | Parameter to should be final. | 34 |
Error | coding | HiddenField | 'to' hides a field. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | design | DesignForExtension | Method 'getFrom' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 39 |
Error | design | DesignForExtension | Method 'setFrom' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | misc | FinalParameters | Parameter from should be final. | 40 |
Error | coding | HiddenField | 'from' hides a field. | 40 |
Error | design | DesignForExtension | Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | misc | FinalParameters | Parameter rhs should be final. | 46 |
Error | blocks | LeftCurly | '{' at column 20 should have line break after. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 64 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | design | VisibilityModifier | Variable 'log' must be private and have accessor methods. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | coding | MagicNumber | '16' is a magic number. | 33 |
Error | design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | design | VisibilityModifier | Variable 'created' must be private and have accessor methods. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 40 |
Error | design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | misc | FinalParameters | Parameter id should be final. | 41 |
Error | coding | HiddenField | 'id' hides a field. | 41 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 46 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 46 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | misc | FinalParameters | Parameter name should be final. | 47 |
Error | coding | HiddenField | 'name' hides a field. | 47 |
Error | design | DesignForExtension | Method 'getCreated' is not designed for extension - needs to be abstract, final or empty. | 52 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 52 |
Error | design | DesignForExtension | Method 'setCreated' is not designed for extension - needs to be abstract, final or empty. | 53 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
Error | misc | FinalParameters | Parameter created should be final. | 53 |
Error | coding | HiddenField | 'created' hides a field. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
Error | design | DesignForExtension | Method 'objectHashCode' is not designed for extension - needs to be abstract, final or empty. | 59 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | design | DesignForExtension | Method 'logHashCode' is not designed for extension - needs to be abstract, final or empty. | 68 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
Error | misc | FinalParameters | Parameter hashCode should be final. | 68 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | design | DesignForExtension | Method 'logEquals' is not designed for extension - needs to be abstract, final or empty. | 74 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
Error | misc | FinalParameters | Parameter obj should be final. | 74 |
Error | misc | FinalParameters | Parameter equals should be final. | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 78 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 78 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 78 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 78 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 78 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 78 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 78 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 85 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 86 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 4 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 7 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 8 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 14 |
Error | design | DesignForExtension | Method 'peekHashCode' is not designed for extension - needs to be abstract, final or empty. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 16 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 16 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 16 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 16 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 17 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 17 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 17 |
Error | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 20 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 20 |
Error | misc | FinalParameters | Parameter obj should be final. | 21 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 24 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 24 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 25 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 36 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 36 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 36 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 6 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 6 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 7 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 8 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 11 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 11 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 13 |
Error | design | DesignForExtension | Method 'peekHashCode' is not designed for extension - needs to be abstract, final or empty. | 13 |
Error | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 18 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 18 |
Error | misc | FinalParameters | Parameter obj should be final. | 19 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 21 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 4 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 8 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 8 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 9 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 10 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 15 |
Error | design | DesignForExtension | Method 'peekHashCode' is not designed for extension - needs to be abstract, final or empty. | 15 |
Error | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 20 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 20 |
Error | misc | FinalParameters | Parameter obj should be final. | 21 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 23 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 24 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 4 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 8 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 9 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 10 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | design | DesignForExtension | Method 'peekHashCode' is not designed for extension - needs to be abstract, final or empty. | 16 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 18 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 18 |
Error | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 21 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 21 |
Error | misc | FinalParameters | Parameter obj should be final. | 22 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 24 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 25 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 25 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 25 |
Error | whitespace | OperatorWrap | ':' should be on a new line. | 25 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 5 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 7 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 10 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 10 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | design | VisibilityModifier | Variable 'members' must be private and have accessor methods. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | coding | MagicNumber | '32' is a magic number. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | misc | FinalParameters | Parameter name should be final. | 25 |
Error | coding | HiddenField | 'name' hides a field. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 29 |
Error | design | DesignForExtension | Method 'getMembers' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 37 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | misc | FinalParameters | Parameter name should be final. | 38 |
Error | coding | HiddenField | 'name' hides a field. | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 5 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 6 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 9 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 9 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | coding | MagicNumber | '32' is a magic number. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 17 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 17 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
Error | misc | FinalParameters | Parameter name should be final. | 18 |
Error | coding | HiddenField | 'name' hides a field. | 18 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 22 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 22 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 24 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | misc | FinalParameters | Parameter name should be final. | 25 |
Error | coding | HiddenField | 'name' hides a field. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 31 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 31 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 31 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | misc | FinalParameters | Parameter obj should be final. | 35 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 37 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 39 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 39 |
Error | blocks | LeftCurly | '{' at column 40 should have line break after. | 39 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 7 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 11 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | coding | MagicNumber | '36' is a magic number. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 29 |
Error | coding | MagicNumber | '32' is a magic number. | 29 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 29 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 29 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | blocks | LeftCurly | '{' at column 16 should have line break after. | 32 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 32 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | misc | FinalParameters | Parameter name should be final. | 33 |
Error | coding | HiddenField | 'name' hides a field. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | misc | FinalParameters | Parameter parent should be final. | 37 |
Error | misc | FinalParameters | Parameter name should be final. | 37 |
Error | coding | HiddenField | 'name' hides a field. | 37 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 44 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 45 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 46 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
Error | misc | FinalParameters | Parameter name should be final. | 46 |
Error | coding | HiddenField | 'name' hides a field. | 46 |
Error | design | DesignForExtension | Method 'getChildren' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 51 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | design | DesignForExtension | Method 'getParents' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 64 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 66 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 66 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 66 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 66 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 66 |
Error | whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 66 |
Error | whitespace | WhitespaceAround | ':' is not followed by whitespace. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 68 |
Error | misc | FinalParameters | Parameter obj should be final. | 69 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 71 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 72 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 73 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 73 |
Error | blocks | LeftCurly | '{' at column 36 should have line break after. | 73 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 75 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 6 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 10 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 10 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 14 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | coding | MagicNumber | '20' is a magic number. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | coding | MagicNumber | '16' is a magic number. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 21 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Error | misc | FinalParameters | Parameter id should be final. | 22 |
Error | coding | HiddenField | 'id' hides a field. | 22 |
Error | misc | FinalParameters | Parameter name should be final. | 22 |
Error | coding | HiddenField | 'name' hides a field. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 27 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 29 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | misc | FinalParameters | Parameter name should be final. | 30 |
Error | coding | HiddenField | 'name' hides a field. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 4 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 7 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | coding | MagicNumber | '50' is a magic number. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 18 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 18 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | misc | FinalParameters | Parameter number should be final. | 19 |
Error | coding | HiddenField | 'number' hides a field. | 19 |
Error | misc | FinalParameters | Parameter street should be final. | 19 |
Error | coding | HiddenField | 'street' hides a field. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | design | DesignForExtension | Method 'getNumber' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 24 |
Error | design | DesignForExtension | Method 'setNumber' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | misc | FinalParameters | Parameter number should be final. | 25 |
Error | coding | HiddenField | 'number' hides a field. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | design | DesignForExtension | Method 'getStreet' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 29 |
Error | design | DesignForExtension | Method 'setStreet' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | misc | FinalParameters | Parameter street should be final. | 30 |
Error | coding | HiddenField | 'street' hides a field. | 30 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 36 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 36 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 36 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 36 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 36 |
Error | whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 36 |
Error | whitespace | WhitespaceAround | ':' is not followed by whitespace. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | misc | FinalParameters | Parameter obj should be final. | 40 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 42 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 42 |
Error | blocks | LeftCurly | '{' at column 19 should have line break after. | 42 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 44 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 44 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 44 |
Error | blocks | LeftCurly | '{' at column 44 should have line break after. | 44 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 45 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 45 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 5 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 8 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 8 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 25 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | misc | FinalParameters | Parameter itemType should be final. | 26 |
Error | coding | HiddenField | 'itemType' hides a field. | 26 |
Error | misc | FinalParameters | Parameter number should be final. | 26 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 32 |
Error | design | DesignForExtension | Method 'getItemType' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 33 |
Error | design | DesignForExtension | Method 'getCreated' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 35 |
Error | design | DesignForExtension | Method 'setCreated' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | misc | FinalParameters | Parameter created should be final. | 36 |
Error | coding | HiddenField | 'created' hides a field. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 42 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 42 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 42 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 42 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 42 |
Error | whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 42 |
Error | whitespace | WhitespaceAround | ':' is not followed by whitespace. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 4 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | design | DesignForExtension | Method 'getTypeId' is not designed for extension - needs to be abstract, final or empty. | 18 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 18 |
Error | design | DesignForExtension | Method 'setTypeId' is not designed for extension - needs to be abstract, final or empty. | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | misc | FinalParameters | Parameter typeId should be final. | 19 |
Error | coding | HiddenField | 'typeId' hides a field. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | design | DesignForExtension | Method 'getNumber' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 23 |
Error | design | DesignForExtension | Method 'setNumber' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Error | misc | FinalParameters | Parameter number should be final. | 24 |
Error | coding | HiddenField | 'number' hides a field. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | misc | FinalParameters | Parameter obj should be final. | 34 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 36 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 38 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 38 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 38 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 38 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 39 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 5 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 6 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 9 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 9 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | coding | MagicNumber | '20' is a magic number. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 17 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 17 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
Error | misc | FinalParameters | Parameter name should be final. | 18 |
Error | coding | HiddenField | 'name' hides a field. | 18 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 22 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 22 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 24 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | misc | FinalParameters | Parameter name should be final. | 25 |
Error | coding | HiddenField | 'name' hides a field. | 25 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 6 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 10 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 10 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 |
Error | coding | MagicNumber | '16' is a magic number. | 22 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 25 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 25 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | misc | FinalParameters | Parameter name should be final. | 26 |
Error | coding | HiddenField | 'name' hides a field. | 26 |
Error | misc | FinalParameters | Parameter residence should be final. | 26 |
Error | coding | HiddenField | 'residence' hides a field. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 31 |
Error | design | DesignForExtension | Method 'getResidence' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 33 |
Error | design | DesignForExtension | Method 'setResidence' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | misc | FinalParameters | Parameter residence should be final. | 34 |
Error | coding | HiddenField | 'residence' hides a field. | 34 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 38 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | misc | FinalParameters | Parameter name should be final. | 39 |
Error | coding | HiddenField | 'name' hides a field. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 6 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 7 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 8 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 11 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 11 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 |
Error | coding | MagicNumber | '20' is a magic number. | 16 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 19 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Error | misc | FinalParameters | Parameter id should be final. | 20 |
Error | coding | HiddenField | 'id' hides a field. | 20 |
Error | misc | FinalParameters | Parameter name should be final. | 20 |
Error | coding | HiddenField | 'name' hides a field. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 25 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 27 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Error | misc | FinalParameters | Parameter name should be final. | 28 |
Error | coding | HiddenField | 'name' hides a field. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 6 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 10 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 10 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 |
Error | coding | MagicNumber | '32' is a magic number. | 25 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | misc | FinalParameters | Parameter state should be final. | 29 |
Error | coding | HiddenField | 'state' hides a field. | 29 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 33 |
Error | design | DesignForExtension | Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 35 |
Error | design | DesignForExtension | Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | misc | FinalParameters | Parameter state should be final. | 36 |
Error | coding | HiddenField | 'state' hides a field. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 40 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | misc | FinalParameters | Parameter name should be final. | 41 |
Error | coding | HiddenField | 'name' hides a field. | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 6 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 9 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 10 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 23 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 24 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 24 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 24 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 24 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
Error | coding | MagicNumber | '16' is a magic number. | 28 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 31 |
Error | design | DesignForExtension | Method 'getContents' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 34 |
Error | design | DesignForExtension | Method 'setContents' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | misc | FinalParameters | Parameter contents should be final. | 37 |
Error | coding | HiddenField | 'contents' hides a field. | 37 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 41 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | misc | FinalParameters | Parameter name should be final. | 42 |
Error | coding | HiddenField | 'name' hides a field. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 6 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 9 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Error | misc | FinalParameters | Parameter number should be final. | 27 |
Error | coding | HiddenField | 'number' hides a field. | 27 |
Error | design | DesignForExtension | Method 'getNumber' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 31 |
Error | design | DesignForExtension | Method 'getPassengers' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 34 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 34 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | design | DesignForExtension | Method 'setPassengers' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | misc | FinalParameters | Parameter passengers should be final. | 37 |
Error | coding | HiddenField | 'passengers' hides a field. | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 5 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 8 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 13 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 13 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | coding | MagicNumber | '16' is a magic number. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | coding | MagicNumber | '10' is a magic number. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | misc | FinalParameters | Parameter name should be final. | 25 |
Error | coding | HiddenField | 'name' hides a field. | 25 |
Error | misc | FinalParameters | Parameter color should be final. | 25 |
Error | coding | HiddenField | 'color' hides a field. | 25 |
Error | misc | FinalParameters | Parameter expires should be final. | 25 |
Error | coding | HiddenField | 'expires' hides a field. | 25 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 31 |
Error | design | DesignForExtension | Method 'getColor' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 32 |
Error | design | DesignForExtension | Method 'getExpires' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 33 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 6 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 6 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 10 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | coding | MagicNumber | '32' is a magic number. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 17 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 17 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 17 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
Error | misc | FinalParameters | Parameter id should be final. | 18 |
Error | coding | HiddenField | 'id' hides a field. | 18 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 22 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 24 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | misc | FinalParameters | Parameter name should be final. | 25 |
Error | coding | HiddenField | 'name' hides a field. | 25 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 6 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 9 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 10 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 23 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 23 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Error | misc | FinalParameters | Parameter number should be final. | 24 |
Error | coding | HiddenField | 'number' hides a field. | 24 |
Error | design | DesignForExtension | Method 'getNumber' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 28 |
Error | design | DesignForExtension | Method 'getStops' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | blocks | LeftCurly | '{' at column 22 should have line break after. | 31 |
Error | design | DesignForExtension | Method 'setStops' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | misc | FinalParameters | Parameter stops should be final. | 34 |
Error | coding | HiddenField | 'stops' hides a field. | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 6 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 7 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 11 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | coding | MagicNumber | '16' is a magic number. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 18 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 18 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 20 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 20 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 21 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | misc | FinalParameters | Parameter name should be final. | 21 |
Error | coding | HiddenField | 'name' hides a field. | 21 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 5 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 8 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 9 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | coding | MagicNumber | '32' is a magic number. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 24 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 24 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 24 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 |
Error | coding | MagicNumber | '32' is a magic number. | 25 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 28 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 30 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | misc | FinalParameters | Parameter name should be final. | 31 |
Error | coding | HiddenField | 'name' hides a field. | 31 |
Error | design | DesignForExtension | Method 'getAliases' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 36 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 36 |
Error | blocks | LeftCurly | '{' at column 22 should have line break after. | 36 |
Error | design | DesignForExtension | Method 'setAliases' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | misc | FinalParameters | Parameter aliases should be final. | 39 |
Error | coding | HiddenField | 'aliases' hides a field. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 5 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 6 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 6 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 10 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 10 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | coding | MagicNumber | '32' is a magic number. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 18 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 18 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | misc | FinalParameters | Parameter title should be final. | 19 |
Error | coding | HiddenField | 'title' hides a field. | 19 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 23 |
Error | design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 25 |
Error | design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | misc | FinalParameters | Parameter title should be final. | 26 |
Error | coding | HiddenField | 'title' hides a field. | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 6 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 8 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 9 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 24 |
Error | design | DesignForExtension | Method 'getTodos' is not designed for extension - needs to be abstract, final or empty. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 27 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 27 |
Error | design | DesignForExtension | Method 'setTodos' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | misc | FinalParameters | Parameter todos should be final. | 32 |
Error | coding | HiddenField | 'todos' hides a field. | 32 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 6 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 9 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 10 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 19 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 20 |
Error | whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 26 |
Error | coding | MagicNumber | '12' is a magic number. | 26 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 26 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 29 |
Error | design | DesignForExtension | Method 'getLoans' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | design | DesignForExtension | Method 'setLoans' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | misc | FinalParameters | Parameter loans should be final. | 38 |
Error | coding | HiddenField | 'loans' hides a field. | 38 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 42 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Error | misc | FinalParameters | Parameter name should be final. | 43 |
Error | coding | HiddenField | 'name' hides a field. | 43 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 7 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 11 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 24 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 27 |
Error | coding | MagicNumber | '16' is a magic number. | 27 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 32 |
Error | design | DesignForExtension | Method 'getTires' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 34 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 34 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 35 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 35 |
Error | design | DesignForExtension | Method 'getModel' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 40 |
Error | design | DesignForExtension | Method 'setModel' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | misc | FinalParameters | Parameter model should be final. | 41 |
Error | coding | HiddenField | 'model' hides a field. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | design | DesignForExtension | Method 'getYear' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 45 |
Error | design | DesignForExtension | Method 'setYear' is not designed for extension - needs to be abstract, final or empty. | 46 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
Error | misc | FinalParameters | Parameter year should be final. | 46 |
Error | coding | HiddenField | 'year' hides a field. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 52 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 52 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 52 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 52 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 52 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 52 |
Error | whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 52 |
Error | whitespace | WhitespaceAround | ':' is not followed by whitespace. | 52 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 52 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 52 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 52 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 52 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 52 |
Error | whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 52 |
Error | whitespace | WhitespaceAround | ':' is not followed by whitespace. | 52 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | misc | FinalParameters | Parameter obj should be final. | 55 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 57 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 57 |
Error | blocks | LeftCurly | '{' at column 19 should have line break after. | 57 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 58 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 59 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 59 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 59 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 59 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 59 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 60 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 5 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 7 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 8 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 11 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Error | misc | FinalParameters | Parameter borrower should be final. | 27 |
Error | coding | HiddenField | 'borrower' hides a field. | 27 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 28 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 29 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 32 |
Error | design | DesignForExtension | Method 'isOut' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 33 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 33 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | design | DesignForExtension | Method 'getBorrower' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 35 |
Error | design | DesignForExtension | Method 'setBorrower' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | misc | FinalParameters | Parameter borrower should be final. | 36 |
Error | coding | HiddenField | 'borrower' hides a field. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | design | DesignForExtension | Method 'getCheckout' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 40 |
Error | design | DesignForExtension | Method 'setCheckout' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | misc | FinalParameters | Parameter checkout should be final. | 41 |
Error | coding | HiddenField | 'checkout' hides a field. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | design | DesignForExtension | Method 'getCheckin' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 45 |
Error | design | DesignForExtension | Method 'setCheckin' is not designed for extension - needs to be abstract, final or empty. | 46 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
Error | misc | FinalParameters | Parameter checkin should be final. | 46 |
Error | coding | HiddenField | 'checkin' hides a field. | 46 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 6 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 8 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 8 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | misc | FinalParameters | Parameter date should be final. | 29 |
Error | coding | HiddenField | 'date' hides a field. | 29 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 33 |
Error | design | DesignForExtension | Method 'getDate' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 34 |
Error | design | DesignForExtension | Method 'getItems' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | design | DesignForExtension | Method 'addItem' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | misc | FinalParameters | Parameter item should be final. | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 5 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 8 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 |
Error | coding | MagicNumber | '16' is a magic number. | 25 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 27 |
Error | coding | MagicNumber | '5' is a magic number. | 27 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 27 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 27 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 30 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | misc | FinalParameters | Parameter purchase should be final. | 31 |
Error | coding | HiddenField | 'purchase' hides a field. | 31 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | design | DesignForExtension | Method 'getPurchase' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 37 |
Error | design | DesignForExtension | Method 'setPurchase' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | misc | FinalParameters | Parameter purchase should be final. | 38 |
Error | coding | HiddenField | 'purchase' hides a field. | 38 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 42 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Error | misc | FinalParameters | Parameter name should be final. | 43 |
Error | coding | HiddenField | 'name' hides a field. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 47 |
Error | design | DesignForExtension | Method 'getPrice' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 47 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 47 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 47 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 47 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 47 |
Error | design | DesignForExtension | Method 'setPrice' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | misc | FinalParameters | Parameter price should be final. | 48 |
Error | coding | HiddenField | 'price' hides a field. | 48 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 6 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 6 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 7 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 11 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 11 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | coding | MagicNumber | '16' is a magic number. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 25 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | misc | FinalParameters | Parameter car should be final. | 26 |
Error | coding | HiddenField | 'car' hides a field. | 26 |
Error | misc | FinalParameters | Parameter position should be final. | 26 |
Error | coding | HiddenField | 'position' hides a field. | 26 |
Error | design | DesignForExtension | Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | blocks | LeftCurly | '{' at column 36 should have line break after. | 31 |
Error | design | DesignForExtension | Method 'getCar' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | blocks | LeftCurly | '{' at column 22 should have line break after. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | design | DesignForExtension | Method 'getMiles' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 34 |
Error | design | DesignForExtension | Method 'setMiles' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | misc | FinalParameters | Parameter miles should be final. | 35 |
Error | coding | HiddenField | 'miles' hides a field. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | misc | FinalParameters | Parameter obj should be final. | 44 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 46 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 46 |
Error | blocks | LeftCurly | '{' at column 19 should have line break after. | 46 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 48 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 48 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 49 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 5 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 6 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 15 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Error | misc | FinalParameters | Parameter carId should be final. | 16 |
Error | misc | FinalParameters | Parameter position should be final. | 16 |
Error | coding | HiddenField | 'position' hides a field. | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | design | DesignForExtension | Method 'getAutoId' is not designed for extension - needs to be abstract, final or empty. | 21 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 21 |
Error | design | DesignForExtension | Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 22 |
Error | blocks | LeftCurly | '{' at column 36 should have line break after. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 26 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 26 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | ':' is not followed by whitespace. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | misc | FinalParameters | Parameter obj should be final. | 30 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 32 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 32 |
Error | blocks | LeftCurly | '{' at column 19 should have line break after. | 32 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 34 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 34 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 34 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 34 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 3 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 4 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 5 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 10 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 10 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | coding | MagicNumber | '32' is a magic number. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 23 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Error | misc | FinalParameters | Parameter id should be final. | 24 |
Error | coding | HiddenField | 'id' hides a field. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 28 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 30 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | misc | FinalParameters | Parameter name should be final. | 31 |
Error | coding | HiddenField | 'name' hides a field. | 31 |
Error | design | DesignForExtension | Method 'getApplication' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | blocks | LeftCurly | '{' at column 38 should have line break after. | 35 |
Error | design | DesignForExtension | Method 'setApplication' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | misc | FinalParameters | Parameter application should be final. | 36 |
Error | coding | HiddenField | 'application' hides a field. | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 5 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | misc | FinalParameters | Parameter applicant should be final. | 25 |
Error | coding | HiddenField | 'applicant' hides a field. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 32 |
Error | design | DesignForExtension | Method 'getApplicant' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | blocks | LeftCurly | '{' at column 34 should have line break after. | 33 |
Error | design | DesignForExtension | Method 'getDesiredStartDate' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | blocks | LeftCurly | '{' at column 36 should have line break after. | 35 |
Error | design | DesignForExtension | Method 'setDesiredStartDate' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | misc | FinalParameters | Parameter desiredStartDate should be final. | 36 |
Error | coding | HiddenField | 'desiredStartDate' hides a field. | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 6 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 7 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 11 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 22 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 22 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 22 |
Error | design | DesignForExtension | Method 'getResidence' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | blocks | LeftCurly | '{' at column 34 should have line break after. | 24 |
Error | design | DesignForExtension | Method 'setResidence' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | misc | FinalParameters | Parameter residence should be final. | 25 |
Error | coding | HiddenField | 'residence' hides a field. | 25 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 29 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | misc | FinalParameters | Parameter name should be final. | 30 |
Error | coding | HiddenField | 'name' hides a field. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 6 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 9 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 9 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 10 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 10 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 12 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | coding | MagicNumber | '10' is a magic number. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 25 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 25 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 26 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 26 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 26 |
Error | design | DesignForExtension | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 28 |
Error | design | DesignForExtension | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | misc | FinalParameters | Parameter type should be final. | 29 |
Error | coding | HiddenField | 'type' hides a field. | 29 |
Error | design | DesignForExtension | Method 'getDriver' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 33 |
Error | design | DesignForExtension | Method 'setDriver' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | misc | FinalParameters | Parameter driver should be final. | 34 |
Error | coding | HiddenField | 'driver' hides a field. | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 6 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 9 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 9 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 10 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 10 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 12 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | coding | MagicNumber | '10' is a magic number. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 24 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 25 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 25 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 25 |
Error | design | DesignForExtension | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 27 |
Error | design | DesignForExtension | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Error | misc | FinalParameters | Parameter type should be final. | 28 |
Error | coding | HiddenField | 'type' hides a field. | 28 |
Error | design | DesignForExtension | Method 'getDriver' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 32 |
Error | design | DesignForExtension | Method 'setDriver' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | misc | FinalParameters | Parameter driver should be final. | 33 |
Error | coding | HiddenField | 'driver' hides a field. | 33 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 5 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 24 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 27 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 27 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Error | misc | FinalParameters | Parameter show should be final. | 28 |
Error | coding | HiddenField | 'show' hides a field. | 28 |
Error | design | DesignForExtension | Method 'getDate' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 32 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 32 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 32 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 32 |
Error | design | DesignForExtension | Method 'getTime' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 33 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 33 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 33 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 33 |
Error | design | DesignForExtension | Method 'getShow' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 34 |
Error | design | DesignForExtension | Method 'getTicketsLeft' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 36 |
Error | design | DesignForExtension | Method 'setTicketsLeft' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | misc | FinalParameters | Parameter ticketsLeft should be final. | 37 |
Error | coding | HiddenField | 'ticketsLeft' hides a field. | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 5 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 11 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 11 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 13 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 13 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | coding | MagicNumber | '16' is a magic number. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | misc | FinalParameters | Parameter person should be final. | 25 |
Error | coding | HiddenField | 'person' hides a field. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 29 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 29 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 29 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 29 |
Error | design | DesignForExtension | Method 'getPerson' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 30 |
Error | design | DesignForExtension | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 32 |
Error | design | DesignForExtension | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | misc | FinalParameters | Parameter type should be final. | 33 |
Error | coding | HiddenField | 'type' hides a field. | 33 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 10 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 10 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | coding | MagicNumber | '20' is a magic number. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 22 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | misc | FinalParameters | Parameter auto should be final. | 23 |
Error | coding | HiddenField | 'auto' hides a field. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 27 |
Error | design | DesignForExtension | Method 'getAuto' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 29 |
Error | design | DesignForExtension | Method 'setAuto' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | misc | FinalParameters | Parameter auto should be final. | 30 |
Error | coding | HiddenField | 'auto' hides a field. | 30 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 34 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | misc | FinalParameters | Parameter name should be final. | 35 |
Error | coding | HiddenField | 'name' hides a field. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 10 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 10 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | coding | MagicNumber | '20' is a magic number. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 17 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 22 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | misc | FinalParameters | Parameter auto should be final. | 23 |
Error | coding | HiddenField | 'auto' hides a field. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 27 |
Error | design | DesignForExtension | Method 'getAuto' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 29 |
Error | design | DesignForExtension | Method 'setAuto' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | misc | FinalParameters | Parameter auto should be final. | 30 |
Error | coding | HiddenField | 'auto' hides a field. | 30 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 34 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | misc | FinalParameters | Parameter name should be final. | 35 |
Error | coding | HiddenField | 'name' hides a field. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 5 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 8 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | misc | FinalParameters | Parameter person should be final. | 25 |
Error | coding | HiddenField | 'person' hides a field. | 25 |
Error | blocks | LeftCurly | '{' at column 23 should have line break after. | 27 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 30 |
Error | design | DesignForExtension | Method 'getPerson' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 31 |
Error | design | DesignForExtension | Method 'getHireDate' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 33 |
Error | design | DesignForExtension | Method 'setHireDate' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | misc | FinalParameters | Parameter hireDate should be final. | 34 |
Error | coding | HiddenField | 'hireDate' hides a field. | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 4 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 10 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 10 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 17 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 17 |
Error | design | DesignForExtension | Method 'getRenewal' is not designed for extension - needs to be abstract, final or empty. | 19 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 19 |
Error | design | DesignForExtension | Method 'setRenewal' is not designed for extension - needs to be abstract, final or empty. | 20 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Error | misc | FinalParameters | Parameter renewal should be final. | 20 |
Error | coding | HiddenField | 'renewal' hides a field. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 4 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 11 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 11 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | misc | FinalParameters | Parameter license should be final. | 29 |
Error | coding | HiddenField | 'license' hides a field. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 33 |
Error | design | DesignForExtension | Method 'getLicense' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 34 |
Error | design | DesignForExtension | Method 'getUpdated' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 36 |
Error | design | DesignForExtension | Method 'setUpdated' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | misc | FinalParameters | Parameter updated should be final. | 37 |
Error | coding | HiddenField | 'updated' hides a field. | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 6 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 10 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 10 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 12 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 22 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
Error | coding | MagicNumber | '16' is a magic number. | 28 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 31 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | misc | FinalParameters | Parameter person should be final. | 32 |
Error | coding | HiddenField | 'person' hides a field. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 36 |
Error | design | DesignForExtension | Method 'getPerson' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 37 |
Error | design | DesignForExtension | Method 'getRole' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 39 |
Error | design | DesignForExtension | Method 'setRole' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | misc | FinalParameters | Parameter role should be final. | 40 |
Error | coding | HiddenField | 'role' hides a field. | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 6 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 11 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | coding | MagicNumber | '32' is a magic number. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 22 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 22 |
Error | misc | FinalParameters | Parameter id should be final. | 23 |
Error | coding | HiddenField | 'id' hides a field. | 23 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 23 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Error | misc | FinalParameters | Parameter ticket should be final. | 24 |
Error | coding | HiddenField | 'ticket' hides a field. | 24 |
Error | misc | FinalParameters | Parameter name should be final. | 24 |
Error | coding | HiddenField | 'name' hides a field. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 29 |
Error | design | DesignForExtension | Method 'getTicket' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 31 |
Error | design | DesignForExtension | Method 'setTicket' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | misc | FinalParameters | Parameter ticket should be final. | 32 |
Error | coding | HiddenField | 'ticket' hides a field. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 36 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 36 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 36 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | misc | FinalParameters | Parameter name should be final. | 37 |
Error | coding | HiddenField | 'name' hides a field. | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 5 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 9 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 9 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 15 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 17 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 17 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 18 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
Error | misc | FinalParameters | Parameter name should be final. | 18 |
Error | coding | HiddenField | 'name' hides a field. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 6 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 10 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 10 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 12 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 |
Error | coding | MagicNumber | '16' is a magic number. | 16 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 23 |
Error | design | DesignForExtension | Method 'getPerson' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 25 |
Error | design | DesignForExtension | Method 'setPerson' is not designed for extension - needs to be abstract, final or empty. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | misc | FinalParameters | Parameter person should be final. | 26 |
Error | coding | HiddenField | 'person' hides a field. | 26 |
Error | design | DesignForExtension | Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 30 |
Error | design | DesignForExtension | Method 'setPosition' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | misc | FinalParameters | Parameter position should be final. | 31 |
Error | coding | HiddenField | 'position' hides a field. | 31 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 3 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 11 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 11 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | coding | MagicNumber | '16' is a magic number. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 20 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 20 |
Error | misc | FinalParameters | Parameter id should be final. | 21 |
Error | coding | HiddenField | 'id' hides a field. | 21 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Error | misc | FinalParameters | Parameter city should be final. | 22 |
Error | coding | HiddenField | 'city' hides a field. | 22 |
Error | misc | FinalParameters | Parameter state should be final. | 22 |
Error | coding | HiddenField | 'state' hides a field. | 22 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 27 |
Error | design | DesignForExtension | Method 'getCity' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 29 |
Error | design | DesignForExtension | Method 'setCity' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | misc | FinalParameters | Parameter city should be final. | 30 |
Error | coding | HiddenField | 'city' hides a field. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | design | DesignForExtension | Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 34 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 34 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 34 |
Error | design | DesignForExtension | Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | misc | FinalParameters | Parameter state should be final. | 35 |
Error | coding | HiddenField | 'state' hides a field. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 5 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
Error | coding | MagicNumber | '20' is a magic number. | 23 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Error | misc | FinalParameters | Parameter date should be final. | 27 |
Error | coding | HiddenField | 'date' hides a field. | 27 |
Error | misc | FinalParameters | Parameter time should be final. | 27 |
Error | coding | HiddenField | 'time' hides a field. | 27 |
Error | design | DesignForExtension | Method 'getDate' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 31 |
Error | design | DesignForExtension | Method 'getTime' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 32 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 34 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | misc | FinalParameters | Parameter name should be final. | 35 |
Error | coding | HiddenField | 'name' hides a field. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 18 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 18 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | misc | FinalParameters | Parameter date should be final. | 19 |
Error | coding | HiddenField | 'date' hides a field. | 19 |
Error | misc | FinalParameters | Parameter time should be final. | 19 |
Error | coding | HiddenField | 'time' hides a field. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | design | DesignForExtension | Method 'getDate' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 24 |
Error | design | DesignForExtension | Method 'getTime' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 28 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | misc | FinalParameters | Parameter obj should be final. | 30 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 32 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 32 |
Error | blocks | LeftCurly | '{' at column 19 should have line break after. | 32 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 33 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 5 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 28 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 29 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 29 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 29 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 29 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 33 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 36 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | misc | FinalParameters | Parameter show should be final. | 37 |
Error | coding | HiddenField | 'show' hides a field. | 37 |
Error | design | DesignForExtension | Method 'getDate' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 43 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 43 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 43 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 43 |
Error | design | DesignForExtension | Method 'getTime' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 44 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 44 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 44 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 44 |
Error | design | DesignForExtension | Method 'getShow' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 45 |
Error | design | DesignForExtension | Method 'getTicketsLeft' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 47 |
Error | design | DesignForExtension | Method 'setTicketsLeft' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | misc | FinalParameters | Parameter ticketsLeft should be final. | 48 |
Error | coding | HiddenField | 'ticketsLeft' hides a field. | 48 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 4 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 11 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 11 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | design | VisibilityModifier | Variable 'date' must be private and have accessor methods. | 27 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 29 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 29 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 29 |
Error | misc | FinalParameters | Parameter id should be final. | 30 |
Error | coding | HiddenField | 'id' hides a field. | 30 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 30 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 31 |
Error | design | DesignForExtension | Method 'getPassenger' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | blocks | LeftCurly | '{' at column 34 should have line break after. | 33 |
Error | design | DesignForExtension | Method 'setPassenger' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | misc | FinalParameters | Parameter passenger should be final. | 34 |
Error | coding | HiddenField | 'passenger' hides a field. | 34 |
Error | design | DesignForExtension | Method 'getDate' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 38 |
Error | design | DesignForExtension | Method 'setDate' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | misc | FinalParameters | Parameter date should be final. | 39 |
Error | coding | HiddenField | 'date' hides a field. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 10 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 14 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | design | DesignForExtension | Method 'destroy' is not designed for extension - needs to be abstract, final or empty. | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | design | DesignForExtension | Method 'ping' is not designed for extension - needs to be abstract, final or empty. | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | design | DesignForExtension | Method 'destroy' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | design | DesignForExtension | Method 'ping' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
Error | coding | MagicNumber | '200' is a magic number. | 23 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Error | misc | FinalParameters | Parameter timestamp should be final. | 27 |
Error | coding | HiddenField | 'timestamp' hides a field. | 27 |
Error | misc | FinalParameters | Parameter message should be final. | 27 |
Error | coding | HiddenField | 'message' hides a field. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 32 |
Error | design | DesignForExtension | Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 33 |
Error | design | DesignForExtension | Method 'setTimestamp' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | misc | FinalParameters | Parameter timestamp should be final. | 34 |
Error | coding | HiddenField | 'timestamp' hides a field. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | design | DesignForExtension | Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 38 |
Error | design | DesignForExtension | Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | misc | FinalParameters | Parameter message should be final. | 39 |
Error | coding | HiddenField | 'message' hides a field. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 46 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 46 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 46 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 46 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 46 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
Error | coding | MagicNumber | '200' is a magic number. | 23 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Error | misc | FinalParameters | Parameter timestamp should be final. | 27 |
Error | coding | HiddenField | 'timestamp' hides a field. | 27 |
Error | misc | FinalParameters | Parameter message should be final. | 27 |
Error | coding | HiddenField | 'message' hides a field. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 32 |
Error | design | DesignForExtension | Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 33 |
Error | design | DesignForExtension | Method 'setTimestamp' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | misc | FinalParameters | Parameter timestamp should be final. | 34 |
Error | coding | HiddenField | 'timestamp' hides a field. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | design | DesignForExtension | Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 38 |
Error | design | DesignForExtension | Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | misc | FinalParameters | Parameter message should be final. | 39 |
Error | coding | HiddenField | 'message' hides a field. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 46 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 46 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 46 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 46 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 46 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 20 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | naming | MemberName | Name 'log_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | naming | MemberName | Name 'publishJMS_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | naming | MemberName | Name 'em_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | naming | MemberName | Name 'cf_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | naming | MemberName | Name 'topic_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 25 |
Error | design | DesignForExtension | Method 'setLog' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | misc | FinalParameters | Parameter log should be final. | 27 |
Error | blocks | LeftCurly | '{' at column 33 should have line break after. | 27 |
Error | design | DesignForExtension | Method 'setEntityManager' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | misc | FinalParameters | Parameter em should be final. | 28 |
Error | blocks | LeftCurly | '{' at column 49 should have line break after. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 29 |
Error | design | DesignForExtension | Method 'setConnectionFactory' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | misc | FinalParameters | Parameter cf should be final. | 29 |
Error | blocks | LeftCurly | '{' at column 57 should have line break after. | 29 |
Error | design | DesignForExtension | Method 'setTopic' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | misc | FinalParameters | Parameter topic should be final. | 30 |
Error | blocks | LeftCurly | '{' at column 36 should have line break after. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | design | DesignForExtension | Method 'setPublishJMS' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | misc | FinalParameters | Parameter publishJMS should be final. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | design | DesignForExtension | Method 'audit' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | misc | FinalParameters | Parameter message should be final. | 34 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 36 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | design | DesignForExtension | Method 'persistRecord' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | misc | FinalParameters | Parameter rec should be final. | 47 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 48 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | design | DesignForExtension | Method 'publishRecord' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Error | misc | FinalParameters | Parameter rec should be final. | 57 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 58 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 65 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 71 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 77 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
Error | misc | FinalParameters | Parameter conn should be final. | 77 |
Error | misc | FinalParameters | Parameter session should be final. | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | blocks | LeftCurly | '{' at column 7 should have line break after. | 78 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 78 |
Error | blocks | RightCurly | '}' at column 49 should be alone on a line. | 78 |
Error | blocks | RightCurly | '}' at column 51 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). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 79 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 79 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | blocks | LeftCurly | '{' at column 7 should have line break after. | 80 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 80 |
Error | blocks | RightCurly | '}' at column 43 should be alone on a line. | 80 |
Error | blocks | RightCurly | '}' at column 45 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). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 81 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 81 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 81 |
Error | design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 83 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
Error | misc | FinalParameters | Parameter jndi should be final. | 83 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | blocks | LeftCurly | '{' at column 7 should have line break after. | 84 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 84 |
Error | blocks | RightCurly | '}' at column 43 should be alone on a line. | 84 |
Error | blocks | RightCurly | '}' at column 45 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). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 85 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 85 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 85 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 20 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | naming | MemberName | Name 'log_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | naming | MemberName | Name 'publishJMS_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | naming | MemberName | Name 'em_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | naming | MemberName | Name 'cf_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | naming | MemberName | Name 'topic_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 25 |
Error | design | DesignForExtension | Method 'setLog' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | misc | FinalParameters | Parameter log should be final. | 27 |
Error | blocks | LeftCurly | '{' at column 33 should have line break after. | 27 |
Error | design | DesignForExtension | Method 'setEntityManager' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | misc | FinalParameters | Parameter em should be final. | 28 |
Error | blocks | LeftCurly | '{' at column 49 should have line break after. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 29 |
Error | design | DesignForExtension | Method 'setConnectionFactory' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | misc | FinalParameters | Parameter cf should be final. | 29 |
Error | blocks | LeftCurly | '{' at column 57 should have line break after. | 29 |
Error | design | DesignForExtension | Method 'setTopic' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | misc | FinalParameters | Parameter topic should be final. | 30 |
Error | blocks | LeftCurly | '{' at column 36 should have line break after. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | design | DesignForExtension | Method 'setPublishJMS' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | misc | FinalParameters | Parameter publishJMS should be final. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | design | DesignForExtension | Method 'audit' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | misc | FinalParameters | Parameter message should be final. | 34 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 36 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | design | DesignForExtension | Method 'persistRecord' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | misc | FinalParameters | Parameter rec should be final. | 47 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 48 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | design | DesignForExtension | Method 'publishRecord' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Error | misc | FinalParameters | Parameter rec should be final. | 57 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 58 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 65 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 71 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 77 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
Error | misc | FinalParameters | Parameter conn should be final. | 77 |
Error | misc | FinalParameters | Parameter session should be final. | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | blocks | LeftCurly | '{' at column 7 should have line break after. | 78 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 78 |
Error | blocks | RightCurly | '}' at column 49 should be alone on a line. | 78 |
Error | blocks | RightCurly | '}' at column 51 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). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 79 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 79 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | blocks | LeftCurly | '{' at column 7 should have line break after. | 80 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 80 |
Error | blocks | RightCurly | '}' at column 43 should be alone on a line. | 80 |
Error | blocks | RightCurly | '}' at column 45 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). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 81 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 81 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 81 |
Error | design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 83 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
Error | misc | FinalParameters | Parameter jndi should be final. | 83 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | blocks | LeftCurly | '{' at column 7 should have line break after. | 84 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 84 |
Error | blocks | RightCurly | '}' at column 43 should be alone on a line. | 84 |
Error | blocks | RightCurly | '}' at column 45 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). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 85 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 85 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 85 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 7 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 7 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 6 |
Error | design | DesignForExtension | Method 'whoAreYou' is not designed for extension - needs to be abstract, final or empty. | 8 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 6 |
Error | design | DesignForExtension | Method 'whoAreYou' is not designed for extension - needs to be abstract, final or empty. | 8 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 6 |
Error | design | DesignForExtension | Method 'whoAreYou' is not designed for extension - needs to be abstract, final or empty. | 8 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 6 |
Error | design | DesignForExtension | Method 'whoAreYou' is not designed for extension - needs to be abstract, final or empty. | 8 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 6 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 9 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | design | DesignForExtension | Method 'haveNoIfaceEJB' is not designed for extension - needs to be abstract, final or empty. | 21 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | design | DesignForExtension | Method 'haveLocalEJB' is not designed for extension - needs to be abstract, final or empty. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 28 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | design | DesignForExtension | Method 'haveRemoteEJB' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 33 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 33 |
Error | imports | UnusedImports | Unused import - javax.ejb.Stateless. | 4 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 6 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 8 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 9 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | design | DesignForExtension | Method 'haveNoIfaceEJB' is not designed for extension - needs to be abstract, final or empty. | 21 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | design | DesignForExtension | Method 'haveLocalEJB' is not designed for extension - needs to be abstract, final or empty. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 28 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | design | DesignForExtension | Method 'haveRemoteEJB' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 33 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 33 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 24 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 27 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 27 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | design | DesignForExtension | Method 'isPublishJMS' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 41 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 41 |
Error | design | DesignForExtension | Method 'havePersistenceContext' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 45 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 45 |
Error | design | DesignForExtension | Method 'haveTopic' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 49 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 49 |
Error | design | DesignForExtension | Method 'haveConnectionFactory' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 53 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | design | DesignForExtension | Method 'audit' is not designed for extension - needs to be abstract, final or empty. | 56 |
Error | misc | FinalParameters | Parameter message should be final. | 57 |
Error | imports | UnusedImports | Unused import - javax.annotation.PostConstruct. | 3 |
Error | imports | UnusedImports | Unused import - javax.annotation.Resource. | 4 |
Error | imports | UnusedImports | Unused import - javax.persistence.PersistenceContext. | 9 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 17 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 34 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | design | DesignForExtension | Method 'isPublishJMS' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 46 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 46 |
Error | design | DesignForExtension | Method 'havePersistenceContext' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 50 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 50 |
Error | design | DesignForExtension | Method 'haveTopic' is not designed for extension - needs to be abstract, final or empty. | 52 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 54 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 54 |
Error | design | DesignForExtension | Method 'haveConnectionFactory' is not designed for extension - needs to be abstract, final or empty. | 56 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 58 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | design | DesignForExtension | Method 'audit' is not designed for extension - needs to be abstract, final or empty. | 61 |
Error | misc | FinalParameters | Parameter message should be final. | 62 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 32 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 39 |
Error | design | DesignForExtension | Method 'isPublishJMS' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 52 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 52 |
Error | design | DesignForExtension | Method 'havePersistenceContext' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 56 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 56 |
Error | design | DesignForExtension | Method 'haveTopic' is not designed for extension - needs to be abstract, final or empty. | 58 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 60 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 60 |
Error | design | DesignForExtension | Method 'haveConnectionFactory' is not designed for extension - needs to be abstract, final or empty. | 62 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 64 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | design | DesignForExtension | Method 'audit' is not designed for extension - needs to be abstract, final or empty. | 67 |
Error | misc | FinalParameters | Parameter message should be final. | 68 |
Error | imports | UnusedImports | Unused import - javax.annotation.PostConstruct. | 3 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 28 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 33 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 44 |
Error | design | DesignForExtension | Method 'isPublishJMS' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 57 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 57 |
Error | design | DesignForExtension | Method 'havePersistenceContext' is not designed for extension - needs to be abstract, final or empty. | 59 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 61 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 61 |
Error | design | DesignForExtension | Method 'haveTopic' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 65 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 65 |
Error | design | DesignForExtension | Method 'haveConnectionFactory' is not designed for extension - needs to be abstract, final or empty. | 67 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 69 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | design | DesignForExtension | Method 'audit' is not designed for extension - needs to be abstract, final or empty. | 72 |
Error | misc | FinalParameters | Parameter message should be final. | 73 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 24 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 27 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 27 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | design | DesignForExtension | Method 'isPublishJMS' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 41 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 41 |
Error | design | DesignForExtension | Method 'havePersistenceContext' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 45 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 45 |
Error | design | DesignForExtension | Method 'haveTopic' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 49 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 49 |
Error | design | DesignForExtension | Method 'haveConnectionFactory' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 53 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | design | DesignForExtension | Method 'audit' is not designed for extension - needs to be abstract, final or empty. | 56 |
Error | misc | FinalParameters | Parameter message should be final. | 57 |
Error | imports | UnusedImports | Unused import - javax.annotation.PostConstruct. | 3 |
Error | imports | UnusedImports | Unused import - javax.annotation.Resource. | 5 |
Error | imports | UnusedImports | Unused import - javax.persistence.PersistenceContext. | 10 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 17 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 18 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 35 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | design | DesignForExtension | Method 'isPublishJMS' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 47 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 47 |
Error | design | DesignForExtension | Method 'havePersistenceContext' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 51 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 51 |
Error | design | DesignForExtension | Method 'haveTopic' is not designed for extension - needs to be abstract, final or empty. | 53 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 55 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 55 |
Error | design | DesignForExtension | Method 'haveConnectionFactory' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 59 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | design | DesignForExtension | Method 'audit' is not designed for extension - needs to be abstract, final or empty. | 62 |
Error | misc | FinalParameters | Parameter message should be final. | 63 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 13 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | design | DesignForExtension | Method 'isPublishJMS' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 31 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 31 |
Error | design | DesignForExtension | Method 'havePersistenceContext' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 35 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 35 |
Error | design | DesignForExtension | Method 'haveTopic' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 39 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 39 |
Error | design | DesignForExtension | Method 'haveConnectionFactory' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 43 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | design | DesignForExtension | Method 'audit' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | misc | FinalParameters | Parameter message should be final. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 10 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | design | DesignForExtension | Method 'isPublishJMS' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 29 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 29 |
Error | design | DesignForExtension | Method 'havePersistenceContext' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 33 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 33 |
Error | design | DesignForExtension | Method 'haveTopic' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 37 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 37 |
Error | design | DesignForExtension | Method 'haveConnectionFactory' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 41 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | design | DesignForExtension | Method 'audit' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | misc | FinalParameters | Parameter message should be final. | 44 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | design | DesignForExtension | Method 'setEventDAO' is not designed for extension - needs to be abstract, final or empty. | 17 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | misc | FinalParameters | Parameter edao should be final. | 17 |
Error | coding | HiddenField | 'edao' hides a field. | 17 |
Error | design | DesignForExtension | Method 'setVenueDAO' is not designed for extension - needs to be abstract, final or empty. | 20 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Error | misc | FinalParameters | Parameter vdao should be final. | 20 |
Error | coding | HiddenField | 'vdao' hides a field. | 20 |
Error | design | DesignForExtension | Method 'createEvent' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 25 |
Error | misc | FinalParameters | Parameter event should be final. | 25 |
Error | misc | FinalParameters | Parameter venue should be final. | 25 |
Error | coding | MagicNumber | '1000' is a magic number. | 26 |
Error | whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 30 |
Error | whitespace | WhitespaceAround | '*' is not followed by whitespace. | 30 |
Error | coding | MagicNumber | '.1' is a magic number. | 30 |
Error | design | DesignForExtension | Method 'getEvent' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | misc | FinalParameters | Parameter id should be final. | 38 |
Error | design | DesignForExtension | Method 'fetchEventTickets' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | misc | FinalParameters | Parameter id should be final. | 42 |
Error | design | DesignForExtension | Method 'fetchEventTicketsSeats' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | misc | FinalParameters | Parameter id should be final. | 46 |
Error | design | DesignForExtension | Method 'findSeats' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 51 |
Error | misc | FinalParameters | Parameter event should be final. | 51 |
Error | misc | FinalParameters | Parameter section should be final. | 51 |
Error | misc | FinalParameters | Parameter row should be final. | 51 |
Error | misc | FinalParameters | Parameter position should be final. | 51 |
Error | misc | FinalParameters | Parameter offset should be final. | 51 |
Error | misc | FinalParameters | Parameter limit should be final. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | design | DesignForExtension | Method 'getTickets' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | misc | FinalParameters | Parameter event should be final. | 56 |
Error | misc | FinalParameters | Parameter seats should be final. | 56 |
Error | design | DesignForExtension | Method 'reserveSeats' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 61 |
Error | misc | FinalParameters | Parameter event should be final. | 61 |
Error | misc | FinalParameters | Parameter seats should be final. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 62 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 62 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 62 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 63 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 63 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 63 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 68 |
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | design | DesignForExtension | Method 'setEventDAO' is not designed for extension - needs to be abstract, final or empty. | 17 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | misc | FinalParameters | Parameter edao should be final. | 17 |
Error | coding | HiddenField | 'edao' hides a field. | 17 |
Error | design | DesignForExtension | Method 'setVenueDAO' is not designed for extension - needs to be abstract, final or empty. | 20 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Error | misc | FinalParameters | Parameter vdao should be final. | 20 |
Error | coding | HiddenField | 'vdao' hides a field. | 20 |
Error | design | DesignForExtension | Method 'createEvent' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 25 |
Error | misc | FinalParameters | Parameter event should be final. | 25 |
Error | misc | FinalParameters | Parameter venue should be final. | 25 |
Error | coding | MagicNumber | '1000' is a magic number. | 26 |
Error | whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 30 |
Error | whitespace | WhitespaceAround | '*' is not followed by whitespace. | 30 |
Error | coding | MagicNumber | '.1' is a magic number. | 30 |
Error | design | DesignForExtension | Method 'getEvent' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | misc | FinalParameters | Parameter id should be final. | 38 |
Error | design | DesignForExtension | Method 'fetchEventTickets' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | misc | FinalParameters | Parameter id should be final. | 42 |
Error | design | DesignForExtension | Method 'fetchEventTicketsSeats' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | misc | FinalParameters | Parameter id should be final. | 46 |
Error | design | DesignForExtension | Method 'findSeats' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 51 |
Error | misc | FinalParameters | Parameter event should be final. | 51 |
Error | misc | FinalParameters | Parameter section should be final. | 51 |
Error | misc | FinalParameters | Parameter row should be final. | 51 |
Error | misc | FinalParameters | Parameter position should be final. | 51 |
Error | misc | FinalParameters | Parameter offset should be final. | 51 |
Error | misc | FinalParameters | Parameter limit should be final. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | design | DesignForExtension | Method 'getTickets' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | misc | FinalParameters | Parameter event should be final. | 56 |
Error | misc | FinalParameters | Parameter seats should be final. | 56 |
Error | design | DesignForExtension | Method 'reserveSeats' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 61 |
Error | misc | FinalParameters | Parameter event should be final. | 61 |
Error | misc | FinalParameters | Parameter seats should be final. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 62 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 62 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 62 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 63 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 63 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 63 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 68 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 3 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 6 |
Error | misc | FinalParameters | Parameter message should be final. | 6 |
Error | misc | FinalParameters | Parameter cause should be final. | 6 |
Error | blocks | LeftCurly | '{' at column 66 should have line break after. | 6 |
Error | misc | FinalParameters | Parameter message should be final. | 8 |
Error | blocks | LeftCurly | '{' at column 49 should have line break after. | 8 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 3 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 6 |
Error | misc | FinalParameters | Parameter message should be final. | 6 |
Error | misc | FinalParameters | Parameter cause should be final. | 6 |
Error | blocks | LeftCurly | '{' at column 66 should have line break after. | 6 |
Error | misc | FinalParameters | Parameter message should be final. | 8 |
Error | blocks | LeftCurly | '{' at column 49 should have line break after. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 6 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 6 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | design | VisibilityModifier | Variable 'dao' must be private and have accessor methods. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | design | DesignForExtension | Method 'setDao' is not designed for extension - needs to be abstract, final or empty. | 14 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Error | misc | FinalParameters | Parameter dao should be final. | 14 |
Error | coding | HiddenField | 'dao' hides a field. | 14 |
Error | design | DesignForExtension | Method 'createVenue' is not designed for extension - needs to be abstract, final or empty. | 18 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 19 |
Error | misc | FinalParameters | Parameter venue should be final. | 19 |
Error | misc | FinalParameters | Parameter sections should be final. | 19 |
Error | misc | FinalParameters | Parameter positions should be final. | 19 |
Error | misc | FinalParameters | Parameter rows should be final. | 19 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 21 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 22 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 22 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 24 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 24 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 24 |
Error | design | DesignForExtension | Method 'getVenue' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | misc | FinalParameters | Parameter venueId should be final. | 35 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | design | VisibilityModifier | Variable 'dao' must be private and have accessor methods. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | design | DesignForExtension | Method 'setDao' is not designed for extension - needs to be abstract, final or empty. | 14 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Error | misc | FinalParameters | Parameter dao should be final. | 14 |
Error | coding | HiddenField | 'dao' hides a field. | 14 |
Error | design | DesignForExtension | Method 'createVenue' is not designed for extension - needs to be abstract, final or empty. | 18 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 19 |
Error | misc | FinalParameters | Parameter venue should be final. | 19 |
Error | misc | FinalParameters | Parameter sections should be final. | 19 |
Error | misc | FinalParameters | Parameter positions should be final. | 19 |
Error | misc | FinalParameters | Parameter rows should be final. | 19 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 21 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 22 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 22 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 24 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 24 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 24 |
Error | design | DesignForExtension | Method 'getVenue' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | misc | FinalParameters | Parameter venueId should be final. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 8 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 11 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 11 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 11 |
Error | coding | MagicNumber | '20' is a magic number. | 11 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 |
Error | coding | MagicNumber | '20' is a magic number. | 13 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | design | DesignForExtension | Method 'getStreet' is not designed for extension - needs to be abstract, final or empty. | 20 |
Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 20 |
Error | design | DesignForExtension | Method 'setStreet' is not designed for extension - needs to be abstract, final or empty. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | misc | FinalParameters | Parameter street should be final. | 21 |
Error | coding | HiddenField | 'street' hides a field. | 21 |
Error | design | DesignForExtension | Method 'withStreet' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Error | misc | FinalParameters | Parameter street should be final. | 24 |
Error | coding | HiddenField | 'street' hides a field. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | design | DesignForExtension | Method 'getCity' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 29 |
Error | design | DesignForExtension | Method 'setCity' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | misc | FinalParameters | Parameter city should be final. | 30 |
Error | coding | HiddenField | 'city' hides a field. | 30 |
Error | design | DesignForExtension | Method 'withCity' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | misc | FinalParameters | Parameter city should be final. | 33 |
Error | coding | HiddenField | 'city' hides a field. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | design | DesignForExtension | Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 38 |
Error | design | DesignForExtension | Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | misc | FinalParameters | Parameter state should be final. | 39 |
Error | coding | HiddenField | 'state' hides a field. | 39 |
Error | design | DesignForExtension | Method 'withState' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | misc | FinalParameters | Parameter state should be final. | 42 |
Error | coding | HiddenField | 'state' hides a field. | 42 |
Error | design | DesignForExtension | Method 'getZipCode' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 47 |
Error | design | DesignForExtension | Method 'setZipCode' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | misc | FinalParameters | Parameter zipCode should be final. | 48 |
Error | coding | HiddenField | 'zipCode' hides a field. | 48 |
Error | design | DesignForExtension | Method 'withZipCode' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | misc | FinalParameters | Parameter zipCode should be final. | 51 |
Error | coding | HiddenField | 'zipCode' hides a field. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 61 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 62 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 69 |
Error | misc | FinalParameters | Parameter obj should be final. | 70 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 71 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 72 |
Error | blocks | LeftCurly | '{' at column 43 should have line break after. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 76 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 76 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 77 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 78 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 78 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 8 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 11 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 11 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 11 |
Error | coding | MagicNumber | '20' is a magic number. | 11 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 |
Error | coding | MagicNumber | '20' is a magic number. | 13 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | design | DesignForExtension | Method 'getStreet' is not designed for extension - needs to be abstract, final or empty. | 20 |
Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 20 |
Error | design | DesignForExtension | Method 'setStreet' is not designed for extension - needs to be abstract, final or empty. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | misc | FinalParameters | Parameter street should be final. | 21 |
Error | coding | HiddenField | 'street' hides a field. | 21 |
Error | design | DesignForExtension | Method 'withStreet' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Error | misc | FinalParameters | Parameter street should be final. | 24 |
Error | coding | HiddenField | 'street' hides a field. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | design | DesignForExtension | Method 'getCity' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 29 |
Error | design | DesignForExtension | Method 'setCity' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | misc | FinalParameters | Parameter city should be final. | 30 |
Error | coding | HiddenField | 'city' hides a field. | 30 |
Error | design | DesignForExtension | Method 'withCity' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | misc | FinalParameters | Parameter city should be final. | 33 |
Error | coding | HiddenField | 'city' hides a field. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | design | DesignForExtension | Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 38 |
Error | design | DesignForExtension | Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | misc | FinalParameters | Parameter state should be final. | 39 |
Error | coding | HiddenField | 'state' hides a field. | 39 |
Error | design | DesignForExtension | Method 'withState' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | misc | FinalParameters | Parameter state should be final. | 42 |
Error | coding | HiddenField | 'state' hides a field. | 42 |
Error | design | DesignForExtension | Method 'getZipCode' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 47 |
Error | design | DesignForExtension | Method 'setZipCode' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | misc | FinalParameters | Parameter zipCode should be final. | 48 |
Error | coding | HiddenField | 'zipCode' hides a field. | 48 |
Error | design | DesignForExtension | Method 'withZipCode' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | misc | FinalParameters | Parameter zipCode should be final. | 51 |
Error | coding | HiddenField | 'zipCode' hides a field. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 61 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 62 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 69 |
Error | misc | FinalParameters | Parameter obj should be final. | 70 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 71 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 72 |
Error | blocks | LeftCurly | '{' at column 43 should have line break after. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 76 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 76 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 77 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 78 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 78 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 8 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 10 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 27 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 27 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 33 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 34 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 34 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 37 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 37 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 38 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 38 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 39 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 41 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 41 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 42 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 42 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 42 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 42 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 43 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 43 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 43 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 49 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 52 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 52 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 52 |
Error | coding | MagicNumber | '40' is a magic number. | 52 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 52 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 52 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 55 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 55 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 55 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 55 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 56 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 56 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 56 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 56 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 56 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 56 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 60 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 63 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 63 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 63 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 63 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
Error | misc | FinalParameters | Parameter venue should be final. | 67 |
Error | coding | HiddenField | 'venue' hides a field. | 67 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 68 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 68 |
Error | misc | FinalParameters | Parameter id should be final. | 70 |
Error | coding | HiddenField | 'id' hides a field. | 70 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 70 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 70 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 70 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 72 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 72 |
Error | design | DesignForExtension | Method 'getVenue' is not designed for extension - needs to be abstract, final or empty. | 73 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 73 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 75 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 75 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 76 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
Error | misc | FinalParameters | Parameter name should be final. | 76 |
Error | coding | HiddenField | 'name' hides a field. | 76 |
Error | design | DesignForExtension | Method 'withName' is not designed for extension - needs to be abstract, final or empty. | 79 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
Error | misc | FinalParameters | Parameter name should be final. | 79 |
Error | coding | HiddenField | 'name' hides a field. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | design | DesignForExtension | Method 'getStartTime' is not designed for extension - needs to be abstract, final or empty. | 84 |
Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 84 |
Error | design | DesignForExtension | Method 'setStartTime' is not designed for extension - needs to be abstract, final or empty. | 85 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
Error | misc | FinalParameters | Parameter startTime should be final. | 85 |
Error | coding | HiddenField | 'startTime' hides a field. | 85 |
Error | design | DesignForExtension | Method 'withStartTime' is not designed for extension - needs to be abstract, final or empty. | 88 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
Error | misc | FinalParameters | Parameter startTime should be final. | 88 |
Error | coding | HiddenField | 'startTime' hides a field. | 88 |
Error | design | DesignForExtension | Method 'getTickets' is not designed for extension - needs to be abstract, final or empty. | 93 |
Error | blocks | LeftCurly | '{' at column 38 should have line break after. | 93 |
Error | design | DesignForExtension | Method 'setTickets' is not designed for extension - needs to be abstract, final or empty. | 94 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
Error | misc | FinalParameters | Parameter tickets should be final. | 94 |
Error | coding | HiddenField | 'tickets' hides a field. | 94 |
Error | design | DesignForExtension | Method 'withTicket' is not designed for extension - needs to be abstract, final or empty. | 97 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 97 |
Error | misc | FinalParameters | Parameter ticket should be final. | 97 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 98 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 98 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 101 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 101 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 107 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 112 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 112 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 112 |
Error | imports | UnusedImports | Unused import - java.io.Serializable. | 3 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 8 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 10 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 27 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 27 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 33 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 34 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 34 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 37 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 37 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 38 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 38 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 39 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 41 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 41 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 42 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 42 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 42 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 42 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 43 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 43 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 43 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 49 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 52 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 52 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 52 |
Error | coding | MagicNumber | '40' is a magic number. | 52 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 52 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 52 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 55 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 55 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 55 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 55 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 56 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 56 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 56 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 56 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 56 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 56 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 60 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 63 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 63 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 63 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 63 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
Error | misc | FinalParameters | Parameter venue should be final. | 67 |
Error | coding | HiddenField | 'venue' hides a field. | 67 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 68 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 68 |
Error | misc | FinalParameters | Parameter id should be final. | 70 |
Error | coding | HiddenField | 'id' hides a field. | 70 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 70 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 70 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 70 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 72 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 72 |
Error | design | DesignForExtension | Method 'getVenue' is not designed for extension - needs to be abstract, final or empty. | 73 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 73 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 75 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 75 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 76 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
Error | misc | FinalParameters | Parameter name should be final. | 76 |
Error | coding | HiddenField | 'name' hides a field. | 76 |
Error | design | DesignForExtension | Method 'withName' is not designed for extension - needs to be abstract, final or empty. | 79 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
Error | misc | FinalParameters | Parameter name should be final. | 79 |
Error | coding | HiddenField | 'name' hides a field. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | design | DesignForExtension | Method 'getStartTime' is not designed for extension - needs to be abstract, final or empty. | 84 |
Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 84 |
Error | design | DesignForExtension | Method 'setStartTime' is not designed for extension - needs to be abstract, final or empty. | 85 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
Error | misc | FinalParameters | Parameter startTime should be final. | 85 |
Error | coding | HiddenField | 'startTime' hides a field. | 85 |
Error | design | DesignForExtension | Method 'withStartTime' is not designed for extension - needs to be abstract, final or empty. | 88 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
Error | misc | FinalParameters | Parameter startTime should be final. | 88 |
Error | coding | HiddenField | 'startTime' hides a field. | 88 |
Error | design | DesignForExtension | Method 'getTickets' is not designed for extension - needs to be abstract, final or empty. | 93 |
Error | blocks | LeftCurly | '{' at column 38 should have line break after. | 93 |
Error | design | DesignForExtension | Method 'setTickets' is not designed for extension - needs to be abstract, final or empty. | 94 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
Error | misc | FinalParameters | Parameter tickets should be final. | 94 |
Error | coding | HiddenField | 'tickets' hides a field. | 94 |
Error | design | DesignForExtension | Method 'withTicket' is not designed for extension - needs to be abstract, final or empty. | 97 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 97 |
Error | misc | FinalParameters | Parameter ticket should be final. | 97 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 98 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 98 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 101 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 101 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 107 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 112 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 112 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 112 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 5 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 9 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 9 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 23 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Error | misc | FinalParameters | Parameter venue should be final. | 24 |
Error | coding | HiddenField | 'venue' hides a field. | 24 |
Error | misc | FinalParameters | Parameter section should be final. | 24 |
Error | misc | FinalParameters | Parameter row should be final. | 24 |
Error | misc | FinalParameters | Parameter position should be final. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 26 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 26 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 26 |
Error | design | DesignForExtension | Method 'getVenue' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 29 |
Error | design | DesignForExtension | Method 'getVenueId' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 30 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 30 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 30 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 30 |
Error | design | DesignForExtension | Method 'getSection' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 31 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 31 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 31 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 31 |
Error | design | DesignForExtension | Method 'getRow' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 32 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 32 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 32 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 32 |
Error | design | DesignForExtension | Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 33 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 33 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 33 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 33 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 41 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 42 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 46 |
Error | misc | FinalParameters | Parameter obj should be final. | 47 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 48 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 49 |
Error | blocks | LeftCurly | '{' at column 43 should have line break after. | 50 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 52 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 54 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 54 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 54 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 54 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 55 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 55 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 55 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 55 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 5 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 9 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 9 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 23 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Error | misc | FinalParameters | Parameter venue should be final. | 24 |
Error | coding | HiddenField | 'venue' hides a field. | 24 |
Error | misc | FinalParameters | Parameter section should be final. | 24 |
Error | misc | FinalParameters | Parameter row should be final. | 24 |
Error | misc | FinalParameters | Parameter position should be final. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 26 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 26 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 26 |
Error | design | DesignForExtension | Method 'getVenue' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 29 |
Error | design | DesignForExtension | Method 'getVenueId' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 30 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 30 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 30 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 30 |
Error | design | DesignForExtension | Method 'getSection' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 31 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 31 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 31 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 31 |
Error | design | DesignForExtension | Method 'getRow' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 32 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 32 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 32 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 32 |
Error | design | DesignForExtension | Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 33 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 33 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 33 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 33 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 41 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 42 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 46 |
Error | misc | FinalParameters | Parameter obj should be final. | 47 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 48 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 49 |
Error | blocks | LeftCurly | '{' at column 43 should have line break after. | 50 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 52 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 54 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 54 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 54 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 54 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 55 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 55 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 55 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 55 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 8 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 |
Error | coding | MagicNumber | '6' is a magic number. | 13 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 20 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 20 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Error | misc | FinalParameters | Parameter venueId should be final. | 22 |
Error | coding | HiddenField | 'venueId' hides a field. | 22 |
Error | misc | FinalParameters | Parameter section should be final. | 22 |
Error | coding | HiddenField | 'section' hides a field. | 22 |
Error | misc | FinalParameters | Parameter row should be final. | 22 |
Error | coding | HiddenField | 'row' hides a field. | 22 |
Error | misc | FinalParameters | Parameter position should be final. | 22 |
Error | coding | HiddenField | 'position' hides a field. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | design | DesignForExtension | Method 'getVenueId' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 29 |
Error | design | DesignForExtension | Method 'getSection' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 30 |
Error | design | DesignForExtension | Method 'getRow' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 31 |
Error | design | DesignForExtension | Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 32 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 40 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 41 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | misc | FinalParameters | Parameter obj should be final. | 46 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 47 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 48 |
Error | blocks | LeftCurly | '{' at column 43 should have line break after. | 49 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 51 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 53 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 53 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 53 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 53 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 53 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 53 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 54 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 54 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 54 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 54 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 54 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 54 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 8 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 |
Error | coding | MagicNumber | '6' is a magic number. | 13 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 20 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 20 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Error | misc | FinalParameters | Parameter venueId should be final. | 22 |
Error | coding | HiddenField | 'venueId' hides a field. | 22 |
Error | misc | FinalParameters | Parameter section should be final. | 22 |
Error | coding | HiddenField | 'section' hides a field. | 22 |
Error | misc | FinalParameters | Parameter row should be final. | 22 |
Error | coding | HiddenField | 'row' hides a field. | 22 |
Error | misc | FinalParameters | Parameter position should be final. | 22 |
Error | coding | HiddenField | 'position' hides a field. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | design | DesignForExtension | Method 'getVenueId' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 29 |
Error | design | DesignForExtension | Method 'getSection' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 30 |
Error | design | DesignForExtension | Method 'getRow' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 31 |
Error | design | DesignForExtension | Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 32 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 40 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 41 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | misc | FinalParameters | Parameter obj should be final. | 46 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 47 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 48 |
Error | blocks | LeftCurly | '{' at column 43 should have line break after. | 49 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 51 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 53 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 53 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 53 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 53 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 53 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 53 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 54 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 54 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 54 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 54 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 54 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 54 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 6 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 8 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 10 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 29 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 29 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 30 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 30 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 31 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 35 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 35 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 35 |
Error | coding | MagicNumber | '7' is a magic number. | 35 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 35 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 35 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 38 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 38 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 38 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 41 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | misc | FinalParameters | Parameter event should be final. | 42 |
Error | coding | HiddenField | 'event' hides a field. | 42 |
Error | misc | FinalParameters | Parameter seat should be final. | 42 |
Error | coding | HiddenField | 'seat' hides a field. | 42 |
Error | design | DesignForExtension | Method 'getEvent' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 47 |
Error | design | DesignForExtension | Method 'getSeat' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | design | DesignForExtension | Method 'getPrice' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | blocks | LeftCurly | '{' at column 34 should have line break after. | 50 |
Error | design | DesignForExtension | Method 'setPrice' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | misc | FinalParameters | Parameter price should be final. | 51 |
Error | coding | HiddenField | 'price' hides a field. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | design | DesignForExtension | Method 'isSold' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 55 |
Error | design | DesignForExtension | Method 'setSold' is not designed for extension - needs to be abstract, final or empty. | 56 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
Error | misc | FinalParameters | Parameter sold should be final. | 56 |
Error | coding | HiddenField | 'sold' hides a field. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 6 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 8 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 10 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 13 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 29 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 29 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 30 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 30 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 31 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 35 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 35 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 35 |
Error | coding | MagicNumber | '7' is a magic number. | 35 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 35 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 35 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 38 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 38 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 38 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 41 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | misc | FinalParameters | Parameter event should be final. | 42 |
Error | coding | HiddenField | 'event' hides a field. | 42 |
Error | misc | FinalParameters | Parameter seat should be final. | 42 |
Error | coding | HiddenField | 'seat' hides a field. | 42 |
Error | design | DesignForExtension | Method 'getEvent' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 47 |
Error | design | DesignForExtension | Method 'getSeat' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | design | DesignForExtension | Method 'getPrice' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | blocks | LeftCurly | '{' at column 34 should have line break after. | 50 |
Error | design | DesignForExtension | Method 'setPrice' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | misc | FinalParameters | Parameter price should be final. | 51 |
Error | coding | HiddenField | 'price' hides a field. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | design | DesignForExtension | Method 'isSold' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 55 |
Error | design | DesignForExtension | Method 'setSold' is not designed for extension - needs to be abstract, final or empty. | 56 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
Error | misc | FinalParameters | Parameter sold should be final. | 56 |
Error | coding | HiddenField | 'sold' hides a field. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 10 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 10 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
Error | misc | FinalParameters | Parameter event should be final. | 11 |
Error | coding | HiddenField | 'event' hides a field. | 11 |
Error | misc | FinalParameters | Parameter seat should be final. | 11 |
Error | coding | HiddenField | 'seat' hides a field. | 11 |
Error | design | DesignForExtension | Method 'getEventId' is not designed for extension - needs to be abstract, final or empty. | 16 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 16 |
Error | design | DesignForExtension | Method 'getSeatId' is not designed for extension - needs to be abstract, final or empty. | 17 |
Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 20 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | misc | FinalParameters | Parameter obj should be final. | 30 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 32 |
Error | blocks | LeftCurly | '{' at column 43 should have line break after. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 36 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 10 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 10 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
Error | misc | FinalParameters | Parameter event should be final. | 11 |
Error | coding | HiddenField | 'event' hides a field. | 11 |
Error | misc | FinalParameters | Parameter seat should be final. | 11 |
Error | coding | HiddenField | 'seat' hides a field. | 11 |
Error | design | DesignForExtension | Method 'getEventId' is not designed for extension - needs to be abstract, final or empty. | 16 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 16 |
Error | design | DesignForExtension | Method 'getSeatId' is not designed for extension - needs to be abstract, final or empty. | 17 |
Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 20 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | misc | FinalParameters | Parameter obj should be final. | 30 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 32 |
Error | blocks | LeftCurly | '{' at column 43 should have line break after. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 36 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 5 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 9 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 9 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | coding | MagicNumber | '3' is a magic number. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | coding | MagicNumber | '20' is a magic number. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 21 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | misc | FinalParameters | Parameter id should be final. | 22 |
Error | coding | HiddenField | 'id' hides a field. | 22 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 22 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 23 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 25 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | misc | FinalParameters | Parameter name should be final. | 26 |
Error | coding | HiddenField | 'name' hides a field. | 26 |
Error | design | DesignForExtension | Method 'withName' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | misc | FinalParameters | Parameter name should be final. | 29 |
Error | coding | HiddenField | 'name' hides a field. | 29 |
Error | design | DesignForExtension | Method 'getAddress' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | blocks | LeftCurly | '{' at column 33 should have line break after. | 34 |
Error | design | DesignForExtension | Method 'setAddress' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | misc | FinalParameters | Parameter address should be final. | 35 |
Error | coding | HiddenField | 'address' hides a field. | 35 |
Error | design | DesignForExtension | Method 'withAddress' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | misc | FinalParameters | Parameter address should be final. | 38 |
Error | coding | HiddenField | 'address' hides a field. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 47 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 52 |
Error | misc | FinalParameters | Parameter obj should be final. | 53 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 54 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 55 |
Error | blocks | LeftCurly | '{' at column 43 should have line break after. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 59 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 59 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 5 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 9 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 9 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
Error | coding | MagicNumber | '3' is a magic number. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | coding | MagicNumber | '20' is a magic number. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 21 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | misc | FinalParameters | Parameter id should be final. | 22 |
Error | coding | HiddenField | 'id' hides a field. | 22 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 22 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 23 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 25 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | misc | FinalParameters | Parameter name should be final. | 26 |
Error | coding | HiddenField | 'name' hides a field. | 26 |
Error | design | DesignForExtension | Method 'withName' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | misc | FinalParameters | Parameter name should be final. | 29 |
Error | coding | HiddenField | 'name' hides a field. | 29 |
Error | design | DesignForExtension | Method 'getAddress' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | blocks | LeftCurly | '{' at column 33 should have line break after. | 34 |
Error | design | DesignForExtension | Method 'setAddress' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | misc | FinalParameters | Parameter address should be final. | 35 |
Error | coding | HiddenField | 'address' hides a field. | 35 |
Error | design | DesignForExtension | Method 'withAddress' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | misc | FinalParameters | Parameter address should be final. | 38 |
Error | coding | HiddenField | 'address' hides a field. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 47 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 52 |
Error | misc | FinalParameters | Parameter obj should be final. | 53 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 54 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 55 |
Error | blocks | LeftCurly | '{' at column 43 should have line break after. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 59 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 59 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 63 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | design | VisibilityModifier | Variable 'em' must be private and have accessor methods. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | design | DesignForExtension | Method 'setEntityManager' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | misc | FinalParameters | Parameter em should be final. | 23 |
Error | coding | HiddenField | 'em' hides a field. | 23 |
Error | design | DesignForExtension | Method 'createEvent' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | misc | FinalParameters | Parameter event should be final. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | design | DesignForExtension | Method 'getEvent' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | misc | FinalParameters | Parameter eventId should be final. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | design | DesignForExtension | Method 'fetchEventTickets' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | misc | FinalParameters | Parameter id should be final. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 40 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | design | DesignForExtension | Method 'fetchEventTicketsSeats' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | misc | FinalParameters | Parameter id should be final. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 49 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | design | DesignForExtension | Method 'fetchEventDTOData' is not designed for extension - needs to be abstract, final or empty. | 56 |
Error | misc | FinalParameters | Parameter eventId should be final. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | design | DesignForExtension | Method 'findSeats' is not designed for extension - needs to be abstract, final or empty. | 76 |
Error | misc | FinalParameters | Parameter event should be final. | 77 |
Error | misc | FinalParameters | Parameter section should be final. | 77 |
Error | misc | FinalParameters | Parameter row should be final. | 77 |
Error | misc | FinalParameters | Parameter position should be final. | 78 |
Error | misc | FinalParameters | Parameter offset should be final. | 78 |
Error | misc | FinalParameters | Parameter limit should be final. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 90 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 97 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 105 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Error | design | DesignForExtension | Method 'findTickets' is not designed for extension - needs to be abstract, final or empty. | 109 |
Error | misc | FinalParameters | Parameter event should be final. | 110 |
Error | misc | FinalParameters | Parameter seats should be final. | 110 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | design | VisibilityModifier | Variable 'em' must be private and have accessor methods. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | design | DesignForExtension | Method 'setEntityManager' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | misc | FinalParameters | Parameter em should be final. | 23 |
Error | coding | HiddenField | 'em' hides a field. | 23 |
Error | design | DesignForExtension | Method 'createEvent' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | misc | FinalParameters | Parameter event should be final. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | design | DesignForExtension | Method 'getEvent' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | misc | FinalParameters | Parameter eventId should be final. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | design | DesignForExtension | Method 'fetchEventTickets' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | misc | FinalParameters | Parameter id should be final. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 40 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | design | DesignForExtension | Method 'fetchEventTicketsSeats' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | misc | FinalParameters | Parameter id should be final. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 49 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | design | DesignForExtension | Method 'fetchEventDTOData' is not designed for extension - needs to be abstract, final or empty. | 56 |
Error | misc | FinalParameters | Parameter eventId should be final. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | design | DesignForExtension | Method 'findSeats' is not designed for extension - needs to be abstract, final or empty. | 76 |
Error | misc | FinalParameters | Parameter event should be final. | 77 |
Error | misc | FinalParameters | Parameter section should be final. | 77 |
Error | misc | FinalParameters | Parameter row should be final. | 77 |
Error | misc | FinalParameters | Parameter position should be final. | 78 |
Error | misc | FinalParameters | Parameter offset should be final. | 78 |
Error | misc | FinalParameters | Parameter limit should be final. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 90 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 97 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 105 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Error | design | DesignForExtension | Method 'findTickets' is not designed for extension - needs to be abstract, final or empty. | 109 |
Error | misc | FinalParameters | Parameter event should be final. | 110 |
Error | misc | FinalParameters | Parameter seats should be final. | 110 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 8 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 8 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | design | DesignForExtension | Method 'setEntityManager' is not designed for extension - needs to be abstract, final or empty. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | misc | FinalParameters | Parameter em should be final. | 15 |
Error | coding | HiddenField | 'em' hides a field. | 15 |
Error | design | DesignForExtension | Method 'saveVenue' is not designed for extension - needs to be abstract, final or empty. | 19 |
Error | misc | FinalParameters | Parameter venue should be final. | 20 |
Error | misc | FinalParameters | Parameter seats should be final. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | design | DesignForExtension | Method 'getVenue' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | misc | FinalParameters | Parameter venueId should be final. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | design | DesignForExtension | Method 'getSeatsForVenue' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | misc | FinalParameters | Parameter venue should be final. | 36 |
Error | misc | FinalParameters | Parameter offset should be final. | 36 |
Error | misc | FinalParameters | Parameter limit should be final. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 37 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 40 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 41 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | design | DesignForExtension | Method 'setEntityManager' is not designed for extension - needs to be abstract, final or empty. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | misc | FinalParameters | Parameter em should be final. | 15 |
Error | coding | HiddenField | 'em' hides a field. | 15 |
Error | design | DesignForExtension | Method 'saveVenue' is not designed for extension - needs to be abstract, final or empty. | 19 |
Error | misc | FinalParameters | Parameter venue should be final. | 20 |
Error | misc | FinalParameters | Parameter seats should be final. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | design | DesignForExtension | Method 'getVenue' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | misc | FinalParameters | Parameter venueId should be final. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | design | DesignForExtension | Method 'getSeatsForVenue' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | misc | FinalParameters | Parameter venue should be final. | 36 |
Error | misc | FinalParameters | Parameter offset should be final. | 36 |
Error | misc | FinalParameters | Parameter limit should be final. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 37 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 40 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 6 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 14 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 14 |
Error | design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | misc | FinalParameters | Parameter id should be final. | 15 |
Error | coding | HiddenField | 'id' hides a field. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | design | DesignForExtension | Method 'getEventName' is not designed for extension - needs to be abstract, final or empty. | 19 |
Error | blocks | LeftCurly | '{' at column 34 should have line break after. | 19 |
Error | design | DesignForExtension | Method 'setEventName' is not designed for extension - needs to be abstract, final or empty. | 20 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Error | misc | FinalParameters | Parameter eventName should be final. | 20 |
Error | coding | HiddenField | 'eventName' hides a field. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | design | DesignForExtension | Method 'getVenueName' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | blocks | LeftCurly | '{' at column 34 should have line break after. | 24 |
Error | design | DesignForExtension | Method 'setVenueName' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | misc | FinalParameters | Parameter venueName should be final. | 25 |
Error | coding | HiddenField | 'venueName' hides a field. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | design | DesignForExtension | Method 'getStartTime' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 29 |
Error | design | DesignForExtension | Method 'setStartTime' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | misc | FinalParameters | Parameter startTime should be final. | 30 |
Error | coding | HiddenField | 'startTime' hides a field. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | design | DesignForExtension | Method 'getNumTickets' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 34 |
Error | design | DesignForExtension | Method 'setNumTickets' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | misc | FinalParameters | Parameter numTickets should be final. | 35 |
Error | coding | HiddenField | 'numTickets' hides a field. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 6 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 14 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 14 |
Error | design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | misc | FinalParameters | Parameter id should be final. | 15 |
Error | coding | HiddenField | 'id' hides a field. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | design | DesignForExtension | Method 'getEventName' is not designed for extension - needs to be abstract, final or empty. | 19 |
Error | blocks | LeftCurly | '{' at column 34 should have line break after. | 19 |
Error | design | DesignForExtension | Method 'setEventName' is not designed for extension - needs to be abstract, final or empty. | 20 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Error | misc | FinalParameters | Parameter eventName should be final. | 20 |
Error | coding | HiddenField | 'eventName' hides a field. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | design | DesignForExtension | Method 'getVenueName' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | blocks | LeftCurly | '{' at column 34 should have line break after. | 24 |
Error | design | DesignForExtension | Method 'setVenueName' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | misc | FinalParameters | Parameter venueName should be final. | 25 |
Error | coding | HiddenField | 'venueName' hides a field. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | design | DesignForExtension | Method 'getStartTime' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 29 |
Error | design | DesignForExtension | Method 'setStartTime' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | misc | FinalParameters | Parameter startTime should be final. | 30 |
Error | coding | HiddenField | 'startTime' hides a field. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | design | DesignForExtension | Method 'getNumTickets' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 34 |
Error | design | DesignForExtension | Method 'setNumTickets' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | misc | FinalParameters | Parameter numTickets should be final. | 35 |
Error | coding | HiddenField | 'numTickets' hides a field. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 32 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 43 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | design | DesignForExtension | Method 'destroy' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | design | DesignForExtension | Method 'createEvent' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 59 |
Error | misc | FinalParameters | Parameter event should be final. | 59 |
Error | misc | FinalParameters | Parameter venue should be final. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | design | DesignForExtension | Method 'getEvent' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | misc | FinalParameters | Parameter id should be final. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | design | DesignForExtension | Method 'getEventCleansed' is not designed for extension - needs to be abstract, final or empty. | 70 |
Error | misc | FinalParameters | Parameter id should be final. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
Error | misc | FinalParameters | Parameter bo should be final. | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
Error | misc | FinalParameters | Parameter bo should be final. | 89 |
Error | misc | FinalParameters | Parameter event should be final. | 89 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 96 |
Error | design | DesignForExtension | Method 'getEventTouchedSome' is not designed for extension - needs to be abstract, final or empty. | 97 |
Error | misc | FinalParameters | Parameter id should be final. | 98 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 105 |
Error | design | DesignForExtension | Method 'getEventTouchedMore' is not designed for extension - needs to be abstract, final or empty. | 106 |
Error | misc | FinalParameters | Parameter id should be final. | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 110 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 118 |
Error | design | DesignForExtension | Method 'getEventFetchedSome' is not designed for extension - needs to be abstract, final or empty. | 119 |
Error | misc | FinalParameters | Parameter id should be final. | 120 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 125 |
Error | design | DesignForExtension | Method 'getEventFetchedMore' is not designed for extension - needs to be abstract, final or empty. | 126 |
Error | misc | FinalParameters | Parameter id should be final. | 127 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 132 |
Error | design | DesignForExtension | Method 'getEventLazyDTO' is not designed for extension - needs to be abstract, final or empty. | 133 |
Error | misc | FinalParameters | Parameter id should be final. | 134 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 139 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 140 |
Error | misc | FinalParameters | Parameter event should be final. | 140 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 149 |
Error | design | DesignForExtension | Method 'getEventFetchedDTO' is not designed for extension - needs to be abstract, final or empty. | 150 |
Error | misc | FinalParameters | Parameter eventId should be final. | 151 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 156 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 157 |
Error | misc | FinalParameters | Parameter dtoData should be final. | 157 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 169 |
Error | imports | UnusedImports | Unused import - javax.persistence.PersistenceContext. | 13 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 43 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | design | DesignForExtension | Method 'destroy' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | design | DesignForExtension | Method 'createEvent' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 59 |
Error | misc | FinalParameters | Parameter event should be final. | 59 |
Error | misc | FinalParameters | Parameter venue should be final. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | design | DesignForExtension | Method 'getEvent' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | misc | FinalParameters | Parameter id should be final. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | design | DesignForExtension | Method 'getEventCleansed' is not designed for extension - needs to be abstract, final or empty. | 70 |
Error | misc | FinalParameters | Parameter id should be final. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
Error | misc | FinalParameters | Parameter bo should be final. | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
Error | misc | FinalParameters | Parameter bo should be final. | 89 |
Error | misc | FinalParameters | Parameter event should be final. | 89 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 96 |
Error | design | DesignForExtension | Method 'getEventTouchedSome' is not designed for extension - needs to be abstract, final or empty. | 97 |
Error | misc | FinalParameters | Parameter id should be final. | 98 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 105 |
Error | design | DesignForExtension | Method 'getEventTouchedMore' is not designed for extension - needs to be abstract, final or empty. | 106 |
Error | misc | FinalParameters | Parameter id should be final. | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 110 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 118 |
Error | design | DesignForExtension | Method 'getEventFetchedSome' is not designed for extension - needs to be abstract, final or empty. | 119 |
Error | misc | FinalParameters | Parameter id should be final. | 120 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 125 |
Error | design | DesignForExtension | Method 'getEventFetchedMore' is not designed for extension - needs to be abstract, final or empty. | 126 |
Error | misc | FinalParameters | Parameter id should be final. | 127 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 132 |
Error | design | DesignForExtension | Method 'getEventLazyDTO' is not designed for extension - needs to be abstract, final or empty. | 133 |
Error | misc | FinalParameters | Parameter id should be final. | 134 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 139 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 140 |
Error | misc | FinalParameters | Parameter event should be final. | 140 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 149 |
Error | design | DesignForExtension | Method 'getEventFetchedDTO' is not designed for extension - needs to be abstract, final or empty. | 150 |
Error | misc | FinalParameters | Parameter eventId should be final. | 151 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 156 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 157 |
Error | misc | FinalParameters | Parameter dtoData should be final. | 157 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 169 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
Error | coding | MagicNumber | '3' is a magic number. | 23 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | design | DesignForExtension | Method 'resetDB' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
Error | coding | MagicNumber | '3' is a magic number. | 23 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | design | DesignForExtension | Method 'resetDB' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 30 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 33 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 33 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 39 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
Error | misc | FinalParameters | Parameter script should be final. | 65 |
Error | design | DesignForExtension | Method 'dropDB' is not designed for extension - needs to be abstract, final or empty. | 73 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 76 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 86 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 86 |
Error | blocks | LeftCurly | '{' at column 67 should have line break after. | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 96 |
Error | design | DesignForExtension | Method 'createDB' is not designed for extension - needs to be abstract, final or empty. | 97 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 97 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 100 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 112 |
Error | blocks | LeftCurly | '{' at column 17 should have line break after. | 112 |
Error | blocks | LeftCurly | '{' at column 59 should have line break after. | 112 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 30 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 33 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 33 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 39 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
Error | misc | FinalParameters | Parameter script should be final. | 65 |
Error | design | DesignForExtension | Method 'dropDB' is not designed for extension - needs to be abstract, final or empty. | 73 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 76 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 86 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 86 |
Error | blocks | LeftCurly | '{' at column 67 should have line break after. | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 96 |
Error | design | DesignForExtension | Method 'createDB' is not designed for extension - needs to be abstract, final or empty. | 97 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 97 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 100 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 112 |
Error | blocks | LeftCurly | '{' at column 17 should have line break after. | 112 |
Error | blocks | LeftCurly | '{' at column 59 should have line break after. | 112 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 17 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 19 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 32 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 32 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | design | DesignForExtension | Method 'destroy' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | design | DesignForExtension | Method 'createVenue' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 42 |
Error | misc | FinalParameters | Parameter venue should be final. | 42 |
Error | misc | FinalParameters | Parameter sections should be final. | 42 |
Error | misc | FinalParameters | Parameter positions should be final. | 42 |
Error | misc | FinalParameters | Parameter rows should be final. | 42 |
Error | design | DesignForExtension | Method 'getVenue' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | misc | FinalParameters | Parameter venueId should be final. | 52 |
Error | imports | UnusedImports | Unused import - javax.persistence.PersistenceContext. | 8 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 17 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 19 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 32 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 32 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | design | DesignForExtension | Method 'destroy' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | design | DesignForExtension | Method 'createVenue' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 42 |
Error | misc | FinalParameters | Parameter venue should be final. | 42 |
Error | misc | FinalParameters | Parameter sections should be final. | 42 |
Error | misc | FinalParameters | Parameter positions should be final. | 42 |
Error | misc | FinalParameters | Parameter rows should be final. | 42 |
Error | design | DesignForExtension | Method 'getVenue' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | misc | FinalParameters | Parameter venueId should be final. | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 34 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 34 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | design | DesignForExtension | Method 'destroy' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | design | DesignForExtension | Method 'createVenue' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 44 |
Error | misc | FinalParameters | Parameter venue should be final. | 44 |
Error | misc | FinalParameters | Parameter sections should be final. | 44 |
Error | misc | FinalParameters | Parameter positions should be final. | 44 |
Error | misc | FinalParameters | Parameter rows should be final. | 44 |
Error | design | DesignForExtension | Method 'getVenue' is not designed for extension - needs to be abstract, final or empty. | 53 |
Error | misc | FinalParameters | Parameter venueId should be final. | 54 |
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 34 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 34 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | design | DesignForExtension | Method 'destroy' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | design | DesignForExtension | Method 'createVenue' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 44 |
Error | misc | FinalParameters | Parameter venue should be final. | 44 |
Error | misc | FinalParameters | Parameter sections should be final. | 44 |
Error | misc | FinalParameters | Parameter positions should be final. | 44 |
Error | misc | FinalParameters | Parameter rows should be final. | 44 |
Error | design | DesignForExtension | Method 'getVenue' is not designed for extension - needs to be abstract, final or empty. | 53 |
Error | misc | FinalParameters | Parameter venueId should be final. | 54 |