The following document contains the results of Checkstyle 6.2 with sun_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | EmptyBlock | 2 | |
| LeftCurly | 12 | ||
| RightCurly | 48 | ||
| coding | AvoidInlineConditionals | 4 | |
| MagicNumber | 2 | ||
| design | DesignForExtension | 43 | |
| VisibilityModifier | 2 | ||
| imports | UnusedImports | 4 | |
| javadoc | JavadocMethod | 89 | |
| JavadocPackage | 2 | ||
| JavadocType | 16 | ||
| JavadocVariable | 34 | ||
| misc | FinalParameters | 86 | |
| modifier | ModifierOrder | 1 | |
| naming | ConstantName | 4 | |
| regexp | RegexpSingleline
|
123 | |
| sizes | LineLength | 16 | |
| whitespace | FileTabCharacter | 4 | |
| OperatorWrap | 9 | ||
| WhitespaceAfter | 16 | ||
| WhitespaceAround | 75 |
| 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 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 3 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 4 | |
| misc | FinalParameters | Parameter message should be final. | 5 | |
| blocks | LeftCurly | '{' should have line break after. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 7 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 8 | |
| javadoc | JavadocMethod | 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| 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 145). | 28 | |
| blocks | LeftCurly | '{' should have line break after. | 29 | |
| blocks | RightCurly | '}' should be on the same line. | 29 | |
| blocks | RightCurly | '}' should have line break before. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| 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 146). | 45 | |
| blocks | LeftCurly | '{' should have line break after. | 46 | |
| blocks | RightCurly | '}' should be on the same line. | 46 | |
| blocks | RightCurly | '}' should have line break before. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 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. | ||
| imports | UnusedImports | Unused import - java.util.concurrent.ExecutionException. | 10 | |
| imports | UnusedImports | Unused import - javax.ejb.AsyncResult. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 54 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| modifier | ModifierOrder | '@EJB' annotation modifier does not preceed non-annotation modifiers. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| design | VisibilityModifier | Variable 'checkItemInterval' must be private and have accessor methods. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 67 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 70 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 70 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 70 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| design | DesignForExtension | Method 'cancelTimers' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 90 | |
| design | DesignForExtension | Method 'initTimers' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter delay should be final. | 94 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 96 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 96 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 97 | |
| design | DesignForExtension | Method 'initTimers' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| misc | FinalParameters | Parameter schedule should be final. | 99 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 100 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 101 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| design | DesignForExtension | Method 'closeBidding' 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. | 105 | |
| blocks | RightCurly | '}' should be on the same line. | 114 | |
| design | DesignForExtension | Method 'getWinningBid' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| misc | FinalParameters | Parameter itemId should be final. | 121 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 122 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 122 | |
| blocks | RightCurly | '}' should be on the same line. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| misc | FinalParameters | Parameter bid should be final. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| misc | FinalParameters | Parameter person should be final. | 144 | |
| misc | FinalParameters | Parameter bid should be final. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| misc | FinalParameters | Parameter item should be final. | 153 | |
| misc | FinalParameters | Parameter bid should be final. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 165 | |
| design | DesignForExtension | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 166 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 166 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 167 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 167 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 167 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 167 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 167 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 167 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 167 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 167 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 167 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 167 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 167 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 167 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 167 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 167 | |
| misc | FinalParameters | Parameter timer should be final. | 168 | |
| blocks | RightCurly | '}' should be on the same line. | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 177 | |
| design | DesignForExtension | Method 'checkAuction' is not designed for extension - needs to be abstract, final or empty. | 178 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 187 | |
| coding | MagicNumber | '10' is a magic number. | 188 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 189 | |
| blocks | RightCurly | '}' should be on the same line. | 196 | |
| blocks | RightCurly | '}' should be on the same line. | 200 | |
| blocks | LeftCurly | '{' should have line break after. | 203 | |
| blocks | RightCurly | '}' should have line break before. | 203 | |
| blocks | LeftCurly | '{' should have line break after. | 204 | |
| blocks | RightCurly | '}' should have line break before. | 204 | |
| blocks | EmptyBlock | Must have at least one statement. | 205 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 205 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 205 | |
| design | DesignForExtension | Method 'publishAvailableItem' is not designed for extension - needs to be abstract, final or empty. | 209 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 209 | |
| misc | FinalParameters | Parameter session should be final. | 209 | |
| misc | FinalParameters | Parameter item should be final. | 209 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 223 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 224 | |
| whitespace | OperatorWrap | ':' should be on a new line. | 224 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 225 | |
| blocks | RightCurly | '}' should be on the same line. | 228 | |
| blocks | LeftCurly | '{' should have line break after. | 230 | |
| blocks | RightCurly | '}' should have line break before. | 230 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 234 | |
| design | DesignForExtension | Method 'removeBid' is not designed for extension - needs to be abstract, final or empty. | 235 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 235 | |
| misc | FinalParameters | Parameter bidId should be final. | 235 | |
| blocks | RightCurly | '}' should be on a new line. | 238 | |
| blocks | RightCurly | '}' should be on the same line. | 238 | |
| blocks | RightCurly | '}' should have line break before. | 238 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 244 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 245 | |
| design | DesignForExtension | Method 'getItems' is not designed for extension - needs to be abstract, final or empty. | 245 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 245 | |
| misc | FinalParameters | Parameter index should be final. | 245 | |
| misc | FinalParameters | Parameter count should be final. | 245 | |
| blocks | RightCurly | '}' should be on the same line. | 249 | |
| design | DesignForExtension | Method 'removeItem' is not designed for extension - needs to be abstract, final or empty. | 256 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 256 | |
| misc | FinalParameters | Parameter id should be final. | 256 | |
| blocks | RightCurly | '}' should be on the same line. | 259 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 265 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 266 | |
| misc | FinalParameters | Parameter items should be final. | 266 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 274 | |
| misc | FinalParameters | Parameter item should be final. | 274 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 287 | |
| misc | FinalParameters | Parameter bids should be final. | 287 | |
| misc | FinalParameters | Parameter item should be final. | 287 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 294 | |
| design | DesignForExtension | Method 'workSync' is not designed for extension - needs to be abstract, final or empty. | 303 | |
| misc | FinalParameters | Parameter count should be final. | 304 | |
| misc | FinalParameters | Parameter delay should be final. | 304 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 306 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 308 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 308 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 308 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 308 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 309 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 311 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 312 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 312 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 312 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 316 | |
| design | DesignForExtension | Method 'workAsync' is not designed for extension - needs to be abstract, final or empty. | 321 | |
| misc | FinalParameters | Parameter count should be final. | 322 | |
| misc | FinalParameters | Parameter delay should be final. | 322 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 324 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 327 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 327 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 327 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 327 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 328 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 331 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 331 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 331 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 334 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 339 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 340 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 340 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 340 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 342 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 346 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 7 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.Date. | 3 | |
| imports | UnusedImports | Unused import - java.util.concurrent.Future. | 4 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| javadoc | JavadocMethod | Unused @param tag for 'delay'. | 17 | |
| javadoc | JavadocMethod | Unused Javadoc tag. | 18 | |
| javadoc | JavadocMethod | Expected @param tag for 'msecs'. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| javadoc | JavadocMethod | Unused @param tag for 'delay'. | 26 | |
| javadoc | JavadocMethod | Expected @param tag for 'msecs'. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 33 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 53 | |
| design | DesignForExtension | Method 'bidProduct' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| misc | FinalParameters | Parameter itemId should be final. | 56 | |
| misc | FinalParameters | Parameter userId should be final. | 56 | |
| misc | FinalParameters | Parameter amount should be final. | 56 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 59 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| blocks | RightCurly | '}' should be on the same line. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| design | DesignForExtension | Method 'getAvailableItems' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| misc | FinalParameters | Parameter index should be final. | 85 | |
| misc | FinalParameters | Parameter count should be final. | 85 | |
| blocks | RightCurly | '}' should be on the same line. | 90 | |
| design | DesignForExtension | Method 'getItem' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| misc | FinalParameters | Parameter itemId should be final. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| blocks | RightCurly | '}' should be on the same line. | 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 | |
| blocks | RightCurly | '}' should be on the same line. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| design | DesignForExtension | Method 'placeOrder' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| misc | FinalParameters | Parameter productId should be final. | 122 | |
| misc | FinalParameters | Parameter userId should be final. | 122 | |
| misc | FinalParameters | Parameter maxAmount should be final. | 122 | |
| blocks | RightCurly | '}' should be on the same line. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| misc | FinalParameters | Parameter items should be final. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 | |
| misc | FinalParameters | Parameter item should be final. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 161 | |
| misc | FinalParameters | Parameter bids should be final. | 161 | |
| misc | FinalParameters | Parameter item should be final. | 161 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 168 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 174 | |
| misc | FinalParameters | Parameter bidder should be final. | 174 | |
| misc | FinalParameters | Parameter bid should be final. | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 180 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 181 | |
| misc | FinalParameters | Parameter order should be final. | 181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 189 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 190 | |
| misc | FinalParameters | Parameter buyer should be final. | 190 | |
| misc | FinalParameters | Parameter order should be final. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 197 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 198 | |
| misc | FinalParameters | Parameter item should be final. | 198 | |
| misc | FinalParameters | Parameter order should be final. | 198 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 207 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 211 | |
| misc | FinalParameters | Parameter owner should be final. | 211 | |
| misc | FinalParameters | Parameter item should be final. | 211 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 214 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 7 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 41 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 50 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 57 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 58 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 67 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 88 | |
| design | DesignForExtension | Method 'onMessage' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| misc | FinalParameters | Parameter message should be final. | 92 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 95 | |
| blocks | RightCurly | '}' should be on the same line. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| design | DesignForExtension | Method 'processAuctionItem' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| misc | FinalParameters | Parameter itemId should be final. | 104 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 105 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 105 | |
| coding | MagicNumber | '10' is a magic number. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| design | DesignForExtension | Method 'processOrder' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter order should be final. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| blocks | RightCurly | '}' should be on the same line. | 128 | |
| whitespace | OperatorWrap | '!=' should be on a new line. | 131 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| blocks | RightCurly | '}' should be on the same line. | 138 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 7 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| design | VisibilityModifier | Variable 'log' must be private and have accessor methods. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 46 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 48 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 48 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 48 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 55 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| design | DesignForExtension | Method 'sellProduct' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| misc | FinalParameters | Parameter sellerId should be final. | 78 | |
| misc | FinalParameters | Parameter item should be final. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| blocks | RightCurly | '}' should be on the same line. | 97 | |
| blocks | RightCurly | '}' should be on the same line. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 107 | |
| blocks | RightCurly | '}' should be on the same line. | 109 | |
| blocks | RightCurly | '}' should be on the same line. | 114 | |
| blocks | LeftCurly | '{' should have line break after. | 117 | |
| blocks | RightCurly | '}' should have line break before. | 117 | |
| blocks | LeftCurly | '{' should have line break after. | 118 | |
| blocks | RightCurly | '}' should have line break before. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| design | DesignForExtension | Method 'publishForSale' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| misc | FinalParameters | Parameter session should be final. | 125 | |
| misc | FinalParameters | Parameter item should be final. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 140 | |
| whitespace | OperatorWrap | ':' should be on a new line. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| blocks | RightCurly | '}' should be on the same line. | 144 | |
| blocks | LeftCurly | '{' should have line break after. | 146 | |
| blocks | RightCurly | '}' should have line break before. | 146 | |
| design | DesignForExtension | Method 'getItem' is not designed for extension - needs to be abstract, final or empty. | 151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 151 | |
| misc | FinalParameters | Parameter id should be final. | 151 | |
| blocks | RightCurly | '}' should be on the same line. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| design | DesignForExtension | Method 'makeDTO' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 | |
| misc | FinalParameters | Parameter item should be final. | 168 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| design | DesignForExtension | Method 'makeDTO' is not designed for extension - needs to be abstract, final or empty. | 182 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 182 | |
| misc | FinalParameters | Parameter bids should be final. | 182 | |
| misc | FinalParameters | Parameter item should be final. | 182 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| design | DesignForExtension | Method 'getWinningDTO' is not designed for extension - needs to be abstract, final or empty. | 195 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 195 | |
| misc | FinalParameters | Parameter winningBid should be final. | 195 | |
| misc | FinalParameters | Parameter item should be final. | 195 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 198 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 207 | |
| design | DesignForExtension | Method 'makeDTO' is not designed for extension - needs to be abstract, final or empty. | 208 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 208 | |
| misc | FinalParameters | Parameter person should be final. | 208 | |
| misc | FinalParameters | Parameter bid should be final. | 208 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 215 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 216 | |
| design | DesignForExtension | Method 'timeout' is not designed for extension - needs to be abstract, final or empty. | 217 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 217 | |
| misc | FinalParameters | Parameter timer should be final. | 218 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 220 | |
| blocks | RightCurly | '}' should be on the same line. | 222 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 227 | |
| design | DesignForExtension | Method 'endAuction' is not designed for extension - needs to be abstract, final or empty. | 228 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 228 | |
| misc | FinalParameters | Parameter itemId should be final. | 228 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 234 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 236 | |
| blocks | RightCurly | '}' should be on the same line. | 242 | |
| blocks | RightCurly | '}' should be on the same line. | 245 | |
| blocks | LeftCurly | '{' should have line break after. | 248 | |
| blocks | RightCurly | '}' should have line break before. | 248 | |
| blocks | LeftCurly | '{' should have line break after. | 249 | |
| blocks | RightCurly | '}' should have line break before. | 249 | |
| blocks | RightCurly | '}' should be on the same line. | 250 | |
| blocks | EmptyBlock | Must have at least one statement. | 251 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 251 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 251 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 254 | |
| design | DesignForExtension | Method 'publishSold' is not designed for extension - needs to be abstract, final or empty. | 255 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 255 | |
| misc | FinalParameters | Parameter session should be final. | 255 | |
| misc | FinalParameters | Parameter item should be final. | 255 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 269 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 270 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 270 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 271 | |
| whitespace | OperatorWrap | ':' should be on a new line. | 271 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 273 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 274 | |
| whitespace | OperatorWrap | ':' should be on a new line. | 274 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 275 | |
| blocks | RightCurly | '}' should be on the same line. | 278 | |
| blocks | LeftCurly | '{' should have line break after. | 280 | |
| blocks | RightCurly | '}' should have line break before. | 280 |
| 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. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 39 | |
| design | DesignForExtension | Method 'createUser' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| misc | FinalParameters | Parameter userId should be final. | 42 | |
| misc | FinalParameters | Parameter name should be final. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| blocks | RightCurly | '}' should be on the same line. | 48 | |
| design | DesignForExtension | Method 'getUsers' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| misc | FinalParameters | Parameter index should be final. | 55 | |
| misc | FinalParameters | Parameter count should be final. | 55 | |
| blocks | RightCurly | '}' should be on the same line. | 58 | |
| design | DesignForExtension | Method 'getUser' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| misc | FinalParameters | Parameter id should be final. | 65 | |
| blocks | RightCurly | '}' should be on the same line. | 68 | |
| design | DesignForExtension | Method 'getUserByUserId' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| misc | FinalParameters | Parameter userId should be final. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| blocks | RightCurly | '}' should be on the same line. | 80 | |
| design | DesignForExtension | Method 'removeUser' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| misc | FinalParameters | Parameter userId should be final. | 87 | |
| blocks | RightCurly | '}' should be on the same line. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| misc | FinalParameters | Parameter people should be final. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| misc | FinalParameters | Parameter user should be final. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| misc | FinalParameters | Parameter items should be final. | 116 | |
| misc | FinalParameters | Parameter owner should be final. | 116 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 142 | |
| misc | FinalParameters | Parameter bids should be final. | 142 | |
| misc | FinalParameters | Parameter item should be final. | 142 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| misc | FinalParameters | Parameter bid should be final. | 150 | |
| misc | FinalParameters | Parameter item should be final. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 | |
| misc | FinalParameters | Parameter bidder should be final. | 159 | |
| misc | FinalParameters | Parameter bid should be final. | 159 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 7 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 7 |