The following document contains the results of Checkstyle 6.18 with sun_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | EmptyBlock | 1 | ![]() |
LeftCurly | 8 | ![]() | |
RightCurly | 24 | ![]() | |
coding | AvoidInlineConditionals | 4 | ![]() |
HiddenField | 3 | ![]() | |
MagicNumber | 3 | ![]() | |
design | DesignForExtension | 56 | ![]() |
VisibilityModifier | 3 | ![]() | |
javadoc | JavadocMethod | 92 | ![]() |
JavadocPackage | 2 | ![]() | |
JavadocStyle | 3 | ![]() | |
JavadocType | 22 | ![]() | |
JavadocVariable | 32 | ![]() | |
misc | FinalParameters | 85 | ![]() |
naming | ConstantName | 5 | ![]() |
regexp | RegexpSingleline
|
118 | ![]() |
sizes | LineLength | 46 | ![]() |
whitespace | EmptyForIteratorPad | 1 | ![]() |
FileTabCharacter | 4 | ![]() | |
OperatorWrap | 6 | ![]() | |
WhitespaceAfter | 4 | ![]() | |
WhitespaceAround | 102 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 15 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 21 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 13 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 15 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 17 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 6 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 7 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 9 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 |
![]() |
design | VisibilityModifier | Variable 'em' must be private and have accessor methods. | 17 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 18 |
![]() |
design | DesignForExtension | Method 'auctionItemDao' is not designed for extension - needs to be abstract, final or empty. | 19 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
misc | FinalParameters | Parameter em should be final. | 20 |
![]() |
coding | HiddenField | 'em' hides a field. | 20 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
design | DesignForExtension | Method 'userDao' is not designed for extension - needs to be abstract, final or empty. | 26 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
![]() |
misc | FinalParameters | Parameter em should be final. | 27 |
![]() |
coding | HiddenField | 'em' hides a field. | 27 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 32 |
![]() |
design | DesignForExtension | Method 'orderDao' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
misc | FinalParameters | Parameter em should be final. | 34 |
![]() |
coding | HiddenField | 'em' hides a field. | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 21 |
![]() |
whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 26 |
![]() |
design | DesignForExtension | Method 'doWorkSync' is not designed for extension - needs to be abstract, final or empty. | 26 |
![]() |
misc | FinalParameters | Parameter delay should be final. | 26 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'delay'. | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 133). | 28 |
![]() |
blocks | LeftCurly | '{' at column 7 should have line break after. | 29 |
![]() |
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 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 127). | 34 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 35 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 37 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 39 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 42 |
![]() |
design | DesignForExtension | Method 'doWorkAsync' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() |
misc | FinalParameters | Parameter delay should be final. | 43 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'delay'. | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 134). | 45 |
![]() |
blocks | LeftCurly | '{' at column 7 should have line break after. | 46 |
![]() |
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 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 128). | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 44 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
design | VisibilityModifier | Variable 'checkItemInterval' must be private and have accessor methods. | 56 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 60 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 60 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 60 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 60 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 62 |
![]() |
design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 71 |
![]() |
design | DesignForExtension | Method 'cancelTimers' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 74 |
![]() |
design | DesignForExtension | Method 'initTimers' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
![]() |
misc | FinalParameters | Parameter delay should be final. | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 81 |
![]() |
design | DesignForExtension | Method 'initTimers' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
![]() |
misc | FinalParameters | Parameter schedule should be final. | 83 |
![]() |
whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 86 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 88 |
![]() |
design | DesignForExtension | Method 'closeBidding' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
![]() |
misc | FinalParameters | Parameter itemId should be final. | 89 |
![]() |
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 |
![]() |
design | DesignForExtension | Method 'getWinningBid' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
![]() |
misc | FinalParameters | Parameter itemId should be final. | 106 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 107 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 107 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 108 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 108 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 115 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 119 |
![]() |
design | DesignForExtension | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 121 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 121 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 121 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 121 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 121 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 121 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 121 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 121 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 121 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 121 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 121 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 121 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 121 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 121 |
![]() |
misc | FinalParameters | Parameter timer should be final. | 123 |
![]() |
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 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 132 |
![]() |
design | DesignForExtension | Method 'checkAuction' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 133 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 138 |
![]() |
coding | MagicNumber | '10' is a magic number. | 138 |
![]() |
whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 138 |
![]() |
whitespace | WhitespaceAround | '>' is not followed by whitespace. | 138 |
![]() |
whitespace | EmptyForIteratorPad | ';' is followed by whitespace. | 138 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 139 |
![]() |
coding | MagicNumber | '10' is a magic number. | 143 |
![]() |
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 |
![]() |
design | DesignForExtension | Method 'publishAvailableItem' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 154 |
![]() |
misc | FinalParameters | Parameter item should be final. | 154 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 165 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 166 |
![]() |
whitespace | OperatorWrap | ':' should be on a new line. | 166 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 167 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 172 |
![]() |
design | DesignForExtension | Method 'removeBid' is not designed for extension - needs to be abstract, final or empty. | 173 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 173 |
![]() |
misc | FinalParameters | Parameter bidId should be final. | 173 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 175 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 175 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 178 |
![]() |
blocks | RightCurly | '}' at column 51 should have line break before. | 180 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 183 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 186 |
![]() |
design | DesignForExtension | Method 'getItems' is not designed for extension - needs to be abstract, final or empty. | 187 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 187 |
![]() |
misc | FinalParameters | Parameter index should be final. | 188 |
![]() |
misc | FinalParameters | Parameter count should be final. | 188 |
![]() |
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 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 194 |
![]() |
design | DesignForExtension | Method 'removeItem' is not designed for extension - needs to be abstract, final or empty. | 198 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 198 |
![]() |
misc | FinalParameters | Parameter itemId should be final. | 198 |
![]() |
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 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 204 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 208 |
![]() |
design | DesignForExtension | Method 'workSync' is not designed for extension - needs to be abstract, final or empty. | 211 |
![]() |
misc | FinalParameters | Parameter count should be final. | 213 |
![]() |
misc | FinalParameters | Parameter delay should be final. | 213 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 215 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 217 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 217 |
![]() |
whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 217 |
![]() |
whitespace | WhitespaceAround | '<' is not followed by whitespace. | 217 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 218 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 221 |
![]() |
whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 221 |
![]() |
whitespace | WhitespaceAround | '-' is not followed by whitespace. | 221 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 225 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 227 |
![]() |
design | DesignForExtension | Method 'workAsync' is not designed for extension - needs to be abstract, final or empty. | 230 |
![]() |
misc | FinalParameters | Parameter count should be final. | 232 |
![]() |
misc | FinalParameters | Parameter delay should be final. | 232 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 234 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 238 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 238 |
![]() |
whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 238 |
![]() |
whitespace | WhitespaceAround | '<' is not followed by whitespace. | 238 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 239 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 242 |
![]() |
whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 242 |
![]() |
whitespace | WhitespaceAround | '-' is not followed by whitespace. | 242 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 244 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 252 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 253 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 253 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 253 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 259 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 7 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 9 |
![]() |
whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 9 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'delay'. | 14 |
![]() |
javadoc | JavadocMethod | Unused Javadoc tag. | 15 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'msecs'. | 17 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 18 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'delay'. | 23 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'msecs'. | 25 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
design | VisibilityModifier | Variable 'em' must be private and have accessor methods. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 38 |
![]() |
design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
![]() |
design | DesignForExtension | Method 'bidProduct' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 45 |
![]() |
misc | FinalParameters | Parameter itemId should be final. | 45 |
![]() |
misc | FinalParameters | Parameter userId should be final. | 45 |
![]() |
misc | FinalParameters | Parameter amount should be final. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 47 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 48 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 50 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 50 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 54 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 56 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 56 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 57 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 60 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 61 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 72 |
![]() |
design | DesignForExtension | Method 'getAvailableItems' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
misc | FinalParameters | Parameter index should be final. | 81 |
![]() |
misc | FinalParameters | Parameter count should be final. | 81 |
![]() |
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 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 88 |
![]() |
design | DesignForExtension | Method 'getItem' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
![]() |
misc | FinalParameters | Parameter itemId should be final. | 92 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 94 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 94 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 97 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 99 |
![]() |
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 |
![]() |
design | DesignForExtension | Method 'getOrder' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 107 |
![]() |
misc | FinalParameters | Parameter orderId should be final. | 107 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 110 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 110 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 111 |
![]() |
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 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 122 |
![]() |
design | DesignForExtension | Method 'placeOrder' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 127 |
![]() |
misc | FinalParameters | Parameter productId should be final. | 127 |
![]() |
misc | FinalParameters | Parameter userId should be final. | 127 |
![]() |
misc | FinalParameters | Parameter maxAmount should be final. | 127 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 130 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 131 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 133 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 135 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 135 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 138 |
![]() |
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 |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 27 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 32 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 34 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 36 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 36 |
![]() |
whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 37 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 42 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 45 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 52 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 53 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 53 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 56 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 61 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 68 |
![]() |
design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
design | DesignForExtension | Method 'onMessage' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
![]() |
misc | FinalParameters | Parameter message should be final. | 78 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 81 |
![]() |
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 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 89 |
![]() |
design | DesignForExtension | Method 'processAuctionItem' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
![]() |
misc | FinalParameters | Parameter itemId should be final. | 90 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 91 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 91 |
![]() |
coding | MagicNumber | '10' is a magic number. | 94 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 98 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 99 |
![]() |
design | DesignForExtension | Method 'processOrder' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
![]() |
misc | FinalParameters | Parameter order should be final. | 102 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 109 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 110 |
![]() |
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 |
![]() |
whitespace | OperatorWrap | '!=' should be on a new line. | 117 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 118 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 119 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 120 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 128 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 128 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 128 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 6 |
![]() |
misc | FinalParameters | Parameter msg should be final. | 6 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 13 |
![]() |
design | DesignForExtension | Method 'toDTO' is not designed for extension - needs to be abstract, final or empty. | 15 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
![]() |
misc | FinalParameters | Parameter bid should be final. | 15 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 16 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 16 |
![]() |
blocks | LeftCurly | '{' at column 24 should have line break after. | 16 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
design | DesignForExtension | Method 'toDTO' is not designed for extension - needs to be abstract, final or empty. | 24 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
![]() |
misc | FinalParameters | Parameter person should be final. | 24 |
![]() |
misc | FinalParameters | Parameter bid should be final. | 24 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 25 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 25 |
![]() |
blocks | LeftCurly | '{' at column 27 should have line break after. | 25 |
![]() |
whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 28 |
![]() |
whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 28 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 31 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 35 |
![]() |
design | DesignForExtension | Method 'toDTO' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
misc | FinalParameters | Parameter item should be final. | 36 |
![]() |
misc | FinalParameters | Parameter bid should be final. | 36 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 37 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 37 |
![]() |
blocks | LeftCurly | '{' at column 25 should have line break after. | 37 |
![]() |
whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 44 |
![]() |
whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 44 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 51 |
![]() |
design | DesignForExtension | Method 'toDTO' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
misc | FinalParameters | Parameter items should be final. | 52 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 53 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 53 |
![]() |
blocks | LeftCurly | '{' at column 26 should have line break after. | 53 |
![]() |
whitespace | WhitespaceAround | '->' is not preceded with whitespace. | 55 |
![]() |
whitespace | WhitespaceAround | '->' is not followed by whitespace. | 55 |
![]() |
design | DesignForExtension | Method 'toDTO' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
misc | FinalParameters | Parameter item should be final. | 59 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 60 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 60 |
![]() |
blocks | LeftCurly | '{' at column 25 should have line break after. | 60 |
![]() |
design | DesignForExtension | Method 'toDTO' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
misc | FinalParameters | Parameter bids should be final. | 73 |
![]() |
misc | FinalParameters | Parameter item should be final. | 73 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 74 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 74 |
![]() |
blocks | LeftCurly | '{' at column 25 should have line break after. | 74 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 81 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 86 |
![]() |
design | DesignForExtension | Method 'toDTO' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
![]() |
misc | FinalParameters | Parameter order should be final. | 87 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 95 |
![]() |
design | DesignForExtension | Method 'toDTO' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
![]() |
misc | FinalParameters | Parameter buyer should be final. | 96 |
![]() |
misc | FinalParameters | Parameter order should be final. | 96 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 103 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
![]() |
misc | FinalParameters | Parameter item should be final. | 104 |
![]() |
misc | FinalParameters | Parameter order should be final. | 104 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 113 |
![]() |
design | DesignForExtension | Method 'toDTO' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 117 |
![]() |
misc | FinalParameters | Parameter owner should be final. | 117 |
![]() |
misc | FinalParameters | Parameter item should be final. | 117 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 120 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 125 |
![]() |
design | DesignForExtension | Method 'toDTOPeople' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
![]() |
misc | FinalParameters | Parameter people should be final. | 126 |
![]() |
design | DesignForExtension | Method 'toDTO' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 134 |
![]() |
misc | FinalParameters | Parameter user should be final. | 134 |
![]() |
design | DesignForExtension | Method 'toDTO' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 143 |
![]() |
misc | FinalParameters | Parameter items should be final. | 144 |
![]() |
misc | FinalParameters | Parameter owner should be final. | 144 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 146 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 156 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 158 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 166 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 169 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 173 |
![]() |
design | DesignForExtension | Method 'toDTO' is not designed for extension - needs to be abstract, final or empty. | 178 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 178 |
![]() |
misc | FinalParameters | Parameter bid should be final. | 178 |
![]() |
misc | FinalParameters | Parameter item should be final. | 178 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 5 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 6 |
![]() |
misc | FinalParameters | Parameter format should be final. | 6 |
![]() |
misc | FinalParameters | Parameter args should be final. | 6 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
![]() |
misc | FinalParameters | Parameter msg should be final. | 9 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
![]() |
misc | FinalParameters | Parameter ex should be final. | 12 |
![]() |
misc | FinalParameters | Parameter msg should be final. | 12 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
![]() |
misc | FinalParameters | Parameter ex should be final. | 15 |
![]() |
misc | FinalParameters | Parameter format should be final. | 15 |
![]() |
misc | FinalParameters | Parameter args should be final. | 15 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 5 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 6 |
![]() |
misc | FinalParameters | Parameter format should be final. | 6 |
![]() |
misc | FinalParameters | Parameter args should be final. | 6 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
![]() |
misc | FinalParameters | Parameter msg should be final. | 9 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 5 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 6 |
![]() |
misc | FinalParameters | Parameter format should be final. | 6 |
![]() |
misc | FinalParameters | Parameter args should be final. | 6 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
![]() |
misc | FinalParameters | Parameter msg should be final. | 9 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 36 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 40 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 40 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 40 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 54 |
![]() |
design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 63 |
![]() |
design | DesignForExtension | Method 'sellProduct' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 65 |
![]() |
misc | FinalParameters | Parameter sellerId should be final. | 65 |
![]() |
misc | FinalParameters | Parameter item should be final. | 65 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 67 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 69 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 70 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 72 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 77 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 80 |
![]() |
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 |
![]() |
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 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 93 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 94 |
![]() |
design | DesignForExtension | Method 'publishForSale' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
![]() |
misc | FinalParameters | Parameter item should be final. | 95 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 106 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 107 |
![]() |
whitespace | OperatorWrap | ':' should be on a new line. | 107 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 108 |
![]() |
design | DesignForExtension | Method 'getItem' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
![]() |
misc | FinalParameters | Parameter itemId should be final. | 114 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 116 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 116 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 117 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 119 |
![]() |
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 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 128 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 131 |
![]() |
design | DesignForExtension | Method 'getWinningDTO' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 132 |
![]() |
misc | FinalParameters | Parameter winningBid should be final. | 132 |
![]() |
misc | FinalParameters | Parameter item should be final. | 132 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 135 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 144 |
![]() |
design | DesignForExtension | Method 'timeout' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 145 |
![]() |
misc | FinalParameters | Parameter timer should be final. | 146 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 148 |
![]() |
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 |
![]() |
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 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 158 |
![]() |
design | DesignForExtension | Method 'endAuction' is not designed for extension - needs to be abstract, final or empty. | 159 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 159 |
![]() |
misc | FinalParameters | Parameter itemId should be final. | 159 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 161 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 161 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 164 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 166 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 167 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 171 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 174 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 177 |
![]() |
design | DesignForExtension | Method 'publishSold' is not designed for extension - needs to be abstract, final or empty. | 178 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 178 |
![]() |
misc | FinalParameters | Parameter item should be final. | 178 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 189 |
![]() |
whitespace | OperatorWrap | '?' should be on a new line. | 190 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 190 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 191 |
![]() |
whitespace | OperatorWrap | ':' should be on a new line. | 191 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 193 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 194 |
![]() |
whitespace | OperatorWrap | ':' should be on a new line. | 194 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 195 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 26 |
![]() |
design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 27 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
![]() |
design | DesignForExtension | Method 'createUser' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
misc | FinalParameters | Parameter userId should be final. | 32 |
![]() |
misc | FinalParameters | Parameter name should be final. | 32 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 38 |
![]() |
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 |
![]() |
design | DesignForExtension | Method 'getUsers' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
misc | FinalParameters | Parameter index should be final. | 45 |
![]() |
misc | FinalParameters | Parameter count should be final. | 45 |
![]() |
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 |
![]() |
design | DesignForExtension | Method 'getUser' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
misc | FinalParameters | Parameter id should be final. | 55 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 57 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 57 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 60 |
![]() |
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 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 70 |
![]() |
design | DesignForExtension | Method 'getUserByUserId' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
![]() |
misc | FinalParameters | Parameter userId should be final. | 70 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 72 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 72 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 76 |
![]() |
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 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 82 |
![]() |
design | DesignForExtension | Method 'removeUser' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
![]() |
misc | FinalParameters | Parameter userId should be final. | 86 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 88 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 88 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 89 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 91 |
![]() |
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 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 97 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 7 |