The following document contains the results of Checkstyle 6.18 with sun_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | EmptyBlock | 2 | |
| LeftCurly | 12 | ||
| RightCurly | 5 | ||
| coding | AvoidInlineConditionals | 13 | |
| HiddenField | 31 | ||
| MagicNumber | 1 | ||
| design | DesignForExtension | 95 | |
| HideUtilityClassConstructor | 1 | ||
| VisibilityModifier | 2 | ||
| imports | RedundantImport | 3 | |
| javadoc | JavadocMethod | 128 | |
| JavadocPackage | 8 | ||
| JavadocStyle | 9 | ||
| JavadocType | 3 | ||
| JavadocVariable | 47 | ||
| misc | FinalParameters | 144 | |
| NewlineAtEndOfFile | 2 | ||
| naming | ConstantName | 6 | |
| regexp | RegexpSingleline
|
146 | |
| sizes | LineLength | 109 | |
| whitespace | FileTabCharacter | 16 | |
| OperatorWrap | 5 | ||
| ParenPad | 1 | ||
| WhitespaceAfter | 6 | ||
| WhitespaceAround | 204 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| imports | RedundantImport | Redundant import from the same package - ejava.examples.ejbwar.inventory.bo.Category. | 13 | |
| imports | RedundantImport | Redundant import from the same package - ejava.examples.ejbwar.inventory.bo.InventoryRepresentation. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 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. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| misc | FinalParameters | Parameter categories should be final. | 31 | |
| coding | HiddenField | 'categories' hides a field. | 31 | |
| misc | FinalParameters | Parameter offset should be final. | 31 | |
| coding | HiddenField | 'offset' hides a field. | 31 | |
| misc | FinalParameters | Parameter limit should be final. | 31 | |
| coding | HiddenField | 'limit' hides a field. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| design | DesignForExtension | Method 'getOffset' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| design | DesignForExtension | Method 'setOffset' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| misc | FinalParameters | Parameter offset should be final. | 41 | |
| coding | HiddenField | 'offset' hides a field. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| design | DesignForExtension | Method 'getLimit' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| design | DesignForExtension | Method 'setLimit' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter limit should be final. | 49 | |
| coding | HiddenField | 'limit' hides a field. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| design | DesignForExtension | Method 'getCount' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| misc | FinalParameters | Parameter count should be final. | 57 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 57 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| design | DesignForExtension | Method 'getCategories' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| design | DesignForExtension | Method 'setCategories' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| misc | FinalParameters | Parameter categories should be final. | 64 | |
| coding | HiddenField | 'categories' hides a field. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 29 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 29 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 30 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 30 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 34 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 36 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 36 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 37 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 38 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 38 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 39 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 39 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 39 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 46 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 47 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 50 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 50 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 50 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 57 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 57 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 58 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 60 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| misc | FinalParameters | Parameter name should be final. | 61 | |
| coding | HiddenField | 'name' hides a field. | 61 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 62 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 65 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 65 | |
| blocks | LeftCurly | '{' at column 21 should have line break after. | 66 | |
| design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter id should be final. | 67 | |
| coding | HiddenField | 'id' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 71 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 71 | |
| blocks | LeftCurly | '{' at column 26 should have line break after. | 72 | |
| design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| misc | FinalParameters | Parameter name should be final. | 73 | |
| coding | HiddenField | 'name' hides a field. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| design | DesignForExtension | Method 'getProductCount' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 77 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 78 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 78 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 78 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 78 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 78 | |
| whitespace | WhitespaceAround | ':' is not followed by whitespace. | 78 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 78 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 78 | |
| design | DesignForExtension | Method 'setProductCount' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| misc | FinalParameters | Parameter productCount should be final. | 79 | |
| coding | HiddenField | 'productCount' hides a field. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| design | DesignForExtension | Method 'getProducts' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 83 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 83 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 84 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 84 | |
| blocks | LeftCurly | '{' at column 37 should have line break after. | 85 | |
| design | DesignForExtension | Method 'setProducts' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| misc | FinalParameters | Parameter products should be final. | 86 | |
| coding | HiddenField | 'products' hides a field. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 17 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| javadoc | JavadocMethod | Expected an @return tag. | 28 | |
| design | DesignForExtension | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 | |
| blocks | LeftCurly | '{' at column 26 should have line break after. | 29 | |
| design | DesignForExtension | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| misc | FinalParameters | Parameter version should be final. | 30 | |
| coding | HiddenField | 'version' hides a field. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| 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 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 49 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 49 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 49 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 49 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 49 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 49 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 49 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 50 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 55 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 58 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 60 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 61 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 61 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 67 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 67 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 68 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 71 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 71 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 71 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 74 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 74 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 74 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 77 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 77 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 77 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 80 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 80 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 80 | |
| coding | MagicNumber | '36' is a magic number. | 80 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 80 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 80 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 80 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 80 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 83 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| misc | FinalParameters | Parameter name should be final. | 84 | |
| coding | HiddenField | 'name' hides a field. | 84 | |
| misc | FinalParameters | Parameter quantity should be final. | 84 | |
| coding | HiddenField | 'quantity' hides a field. | 84 | |
| misc | FinalParameters | Parameter price should be final. | 84 | |
| coding | HiddenField | 'price' hides a field. | 84 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 85 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 85 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 86 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 86 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 87 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| misc | FinalParameters | Parameter name should be final. | 89 | |
| coding | HiddenField | 'name' hides a field. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 93 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 93 | |
| blocks | LeftCurly | '{' at column 21 should have line break after. | 94 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 94 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 94 | |
| design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| misc | FinalParameters | Parameter id should be final. | 95 | |
| coding | HiddenField | 'id' hides a field. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 99 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 99 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 99 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 99 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 101 | |
| blocks | LeftCurly | '{' at column 26 should have line break after. | 102 | |
| design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| misc | FinalParameters | Parameter name should be final. | 104 | |
| coding | HiddenField | 'name' hides a field. | 104 | |
| design | DesignForExtension | Method 'getQuantity' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 108 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 108 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 109 | |
| design | DesignForExtension | Method 'setQuantity' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter quantity should be final. | 110 | |
| coding | HiddenField | 'quantity' hides a field. | 110 | |
| design | DesignForExtension | Method 'getPrice' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 114 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 114 | |
| blocks | LeftCurly | '{' at column 27 should have line break after. | 115 | |
| design | DesignForExtension | Method 'setPrice' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter price should be final. | 116 | |
| coding | HiddenField | 'price' hides a field. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| design | DesignForExtension | Method 'getProtectedValue' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| blocks | LeftCurly | '{' at column 36 should have line break after. | 122 | |
| design | DesignForExtension | Method 'setProtectedValue' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| misc | FinalParameters | Parameter protectedValue should be final. | 125 | |
| coding | HiddenField | 'protectedValue' hides a field. | 125 | |
| design | DesignForExtension | Method 'withProtectedValue' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| misc | FinalParameters | Parameter string should be final. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | RedundantImport | Redundant import from the same package - ejava.examples.ejbwar.inventory.bo.InventoryRepresentation. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 25 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 30 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| misc | FinalParameters | Parameter products should be final. | 33 | |
| coding | HiddenField | 'products' hides a field. | 33 | |
| misc | FinalParameters | Parameter offset should be final. | 33 | |
| coding | HiddenField | 'offset' hides a field. | 33 | |
| misc | FinalParameters | Parameter limit should be final. | 33 | |
| coding | HiddenField | 'limit' hides a field. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| design | DesignForExtension | Method 'getOffset' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| design | DesignForExtension | Method 'setOffset' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter offset should be final. | 43 | |
| coding | HiddenField | 'offset' hides a field. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getLimit' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| design | DesignForExtension | Method 'setLimit' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter limit should be final. | 51 | |
| coding | HiddenField | 'limit' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getCount' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| misc | FinalParameters | Parameter count should be final. | 59 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 59 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| design | DesignForExtension | Method 'getProducts' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'setProducts' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| misc | FinalParameters | Parameter products should be final. | 66 | |
| coding | HiddenField | 'products' hides a field. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 8 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| sizes | LineLength | Line is longer than 80 characters (found 109). | 14 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 34 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| design | DesignForExtension | Method 'setClient' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| misc | FinalParameters | Parameter client should be final. | 50 | |
| coding | HiddenField | 'client' hides a field. | 50 | |
| design | DesignForExtension | Method 'setBaseUrl' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| misc | FinalParameters | Parameter baseUrl should be final. | 54 | |
| coding | HiddenField | 'baseUrl' hides a field. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setMediaType' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter mediaType should be final. | 58 | |
| coding | HiddenField | 'mediaType' hides a field. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| misc | FinalParameters | Parameter response should be final. | 62 | |
| misc | FinalParameters | Parameter resourcePath should be final. | 71 | |
| javadoc | JavadocMethod | Expected @param tag for 'resourcePath'. | 71 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 73 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| design | DesignForExtension | Method 'findCategoryByName' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 82 | |
| misc | FinalParameters | Parameter name should be final. | 82 | |
| misc | FinalParameters | Parameter offset should be final. | 82 | |
| misc | FinalParameters | Parameter limit should be final. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 100 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| design | DesignForExtension | Method 'getCategory' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| misc | FinalParameters | Parameter id should be final. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 122 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| design | DesignForExtension | Method 'deleteCategory' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| misc | FinalParameters | Parameter id should be final. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 139 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 144 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| design | DesignForExtension | Method 'createProduct' is not designed for extension - needs to be abstract, final or empty. | 155 | |
| misc | FinalParameters | Parameter product should be final. | 156 | |
| misc | FinalParameters | Parameter categoryName should be final. | 156 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 164 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 175 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 177 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 182 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 182 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| design | DesignForExtension | Method 'findProductsByName' is not designed for extension - needs to be abstract, final or empty. | 189 | |
| misc | FinalParameters | Parameter name should be final. | 190 | |
| misc | FinalParameters | Parameter offset should be final. | 190 | |
| misc | FinalParameters | Parameter limit should be final. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 199 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 202 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 204 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 204 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 207 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 209 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 209 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 211 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 215 | |
| design | DesignForExtension | Method 'getProduct' is not designed for extension - needs to be abstract, final or empty. | 216 | |
| misc | FinalParameters | Parameter id should be final. | 217 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 221 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 226 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 228 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 228 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 229 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 233 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 233 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 235 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 235 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 239 | |
| design | DesignForExtension | Method 'updateProduct' is not designed for extension - needs to be abstract, final or empty. | 240 | |
| misc | FinalParameters | Parameter product should be final. | 241 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 245 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 249 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 250 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 252 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 252 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 253 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 254 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 254 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 254 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 254 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 255 | |
| whitespace | OperatorWrap | ':' should be on a new line. | 255 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 256 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 261 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 261 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 261 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 262 | |
| whitespace | OperatorWrap | ':' should be on a new line. | 262 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 266 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 266 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 268 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 268 | |
| design | DesignForExtension | Method 'deleteProduct' is not designed for extension - needs to be abstract, final or empty. | 273 | |
| misc | FinalParameters | Parameter id should be final. | 274 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 278 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 285 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 285 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 286 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 290 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 290 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 292 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 292 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| design | DesignForExtension | Method 'setEntityManager' is not designed for extension - needs to be abstract, final or empty. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| misc | FinalParameters | Parameter em should be final. | 21 | |
| coding | HiddenField | 'em' hides a field. | 21 | |
| design | DesignForExtension | Method 'createCategory' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| misc | FinalParameters | Parameter category should be final. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| design | DesignForExtension | Method 'getCategory' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| misc | FinalParameters | Parameter id should be final. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| design | DesignForExtension | Method 'findCategoryByName' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 36 | |
| misc | FinalParameters | Parameter criteria should be final. | 36 | |
| misc | FinalParameters | Parameter offset should be final. | 36 | |
| misc | FinalParameters | Parameter limit should be final. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 38 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 38 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 38 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| design | DesignForExtension | Method 'detachCategory' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| misc | FinalParameters | Parameter category should be final. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| design | DesignForExtension | Method 'deleteCategory' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| misc | FinalParameters | Parameter category should be final. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| design | DesignForExtension | Method 'addProduct' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| misc | FinalParameters | Parameter p should be final. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'getProduct' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| misc | FinalParameters | Parameter id should be final. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'updateProduct' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| misc | FinalParameters | Parameter product should be final. | 64 | |
| design | DesignForExtension | Method 'findProductsByName' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 68 | |
| misc | FinalParameters | Parameter criteria should be final. | 68 | |
| misc | FinalParameters | Parameter offset should be final. | 68 | |
| misc | FinalParameters | Parameter limit should be final. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 70 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 70 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 70 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| design | DesignForExtension | Method 'deleteProduct' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| misc | FinalParameters | Parameter product should be final. | 76 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 81 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| misc | FinalParameters | Parameter query should be final. | 93 | |
| misc | FinalParameters | Parameter offset should be final. | 93 | |
| misc | FinalParameters | Parameter limit should be final. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 15 | |
| 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 'inventoryEM' must be private and have accessor methods. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| javadoc | JavadocMethod | Expected an @return tag. | 42 | |
| design | DesignForExtension | Method 'findCategoryByName' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 43 | |
| misc | FinalParameters | Parameter name should be final. | 43 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 43 | |
| misc | FinalParameters | Parameter offset should be final. | 43 | |
| javadoc | JavadocMethod | Expected @param tag for 'offset'. | 43 | |
| misc | FinalParameters | Parameter limit should be final. | 43 | |
| javadoc | JavadocMethod | Expected @param tag for 'limit'. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| design | DesignForExtension | Method 'createOrGetCategory' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| misc | FinalParameters | Parameter name should be final. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 57 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 57 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 58 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 58 | |
| blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 61 | |
| design | DesignForExtension | Method 'getCategory' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter id should be final. | 68 | |
| design | DesignForExtension | Method 'deleteCategory' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| misc | FinalParameters | Parameter id should be final. | 73 | |
| design | DesignForExtension | Method 'addProduct' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| misc | FinalParameters | Parameter product should be final. | 82 | |
| misc | FinalParameters | Parameter categoryName should be final. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| design | DesignForExtension | Method 'updateProduct' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| misc | FinalParameters | Parameter product should be final. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| design | DesignForExtension | Method 'findProductByName' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| misc | FinalParameters | Parameter name should be final. | 104 | |
| misc | FinalParameters | Parameter offset should be final. | 104 | |
| misc | FinalParameters | Parameter limit should be final. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 105 | |
| design | DesignForExtension | Method 'getProduct' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| misc | FinalParameters | Parameter id should be final. | 109 | |
| design | DesignForExtension | Method 'deleteProduct' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| misc | FinalParameters | Parameter product should be final. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 96). | 20 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| design | DesignForExtension | Method 'findCategoryByName' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 26 | |
| misc | FinalParameters | Parameter name should be final. | 26 | |
| misc | FinalParameters | Parameter offset should be final. | 26 | |
| misc | FinalParameters | Parameter limit should be final. | 26 | |
| design | DesignForExtension | Method 'deleteCategory' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| misc | FinalParameters | Parameter id should be final. | 32 | |
| design | DesignForExtension | Method 'findProductsByName' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| misc | FinalParameters | Parameter name should be final. | 39 | |
| misc | FinalParameters | Parameter offset should be final. | 39 | |
| misc | FinalParameters | Parameter limit should be final. | 39 | |
| design | DesignForExtension | Method 'deleteProduct' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| misc | FinalParameters | Parameter id should be final. | 45 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 48 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 48 | |
| design | DesignForExtension | Method 'createProduct' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| misc | FinalParameters | Parameter product should be final. | 55 | |
| misc | FinalParameters | Parameter category should be final. | 55 | |
| design | DesignForExtension | Method 'getProduct' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| misc | FinalParameters | Parameter id should be final. | 61 | |
| design | DesignForExtension | Method 'getCategory' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| misc | FinalParameters | Parameter id should be final. | 67 | |
| design | DesignForExtension | Method 'updateProduct' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| misc | FinalParameters | Parameter product should be final. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 31 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 31 | |
| 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 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| javadoc | JavadocMethod | Expected an @return tag. | 48 | |
| design | DesignForExtension | Method 'findCategoriesByName' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| misc | FinalParameters | Parameter name should be final. | 51 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 51 | |
| misc | FinalParameters | Parameter offset should be final. | 52 | |
| javadoc | JavadocMethod | Expected @param tag for 'offset'. | 52 | |
| misc | FinalParameters | Parameter limit should be final. | 53 | |
| javadoc | JavadocMethod | Expected @param tag for 'limit'. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| javadoc | JavadocMethod | Expected an @return tag. | 73 | |
| design | DesignForExtension | Method 'getCategory' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| misc | FinalParameters | Parameter id should be final. | 75 | |
| javadoc | JavadocMethod | Expected @param tag for 'id'. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 76 | |
| blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 92 | |
| javadoc | JavadocMethod | Expected an @return tag. | 102 | |
| design | DesignForExtension | Method 'deleteCategory' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| misc | FinalParameters | Parameter id should be final. | 103 | |
| javadoc | JavadocMethod | Expected @param tag for 'id'. | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| design | VisibilityModifier | Variable 'providers' must be private and have accessor methods. | 31 | |
| design | DesignForExtension | Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| misc | FinalParameters | Parameter object should be final. | 33 | |
| misc | FinalParameters | Parameter type should be final. | 33 | |
| misc | FinalParameters | Parameter genericType should be final. | 33 | |
| misc | FinalParameters | Parameter methodAnnotations should be final. | 34 | |
| misc | FinalParameters | Parameter mediaType should be final. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| javadoc | JavadocMethod | Expected an @return tag. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| design | DesignForExtension | Method 'isWriteable' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| misc | FinalParameters | Parameter type should be final. | 41 | |
| javadoc | JavadocMethod | Expected @param tag for 'type'. | 41 | |
| misc | FinalParameters | Parameter genericType should be final. | 41 | |
| javadoc | JavadocMethod | Expected @param tag for 'genericType'. | 41 | |
| misc | FinalParameters | Parameter methodAnnotations should be final. | 42 | |
| javadoc | JavadocMethod | Expected @param tag for 'methodAnnotations'. | 42 | |
| misc | FinalParameters | Parameter mediaType should be final. | 42 | |
| javadoc | JavadocMethod | Expected @param tag for 'mediaType'. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 44 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 44 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 44 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 44 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 44 | |
| design | DesignForExtension | Method 'writeTo' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| misc | FinalParameters | Parameter object should be final. | 56 | |
| javadoc | JavadocMethod | Expected @param tag for 'object'. | 56 | |
| misc | FinalParameters | Parameter type should be final. | 56 | |
| javadoc | JavadocMethod | Expected @param tag for 'type'. | 56 | |
| misc | FinalParameters | Parameter genericType should be final. | 56 | |
| javadoc | JavadocMethod | Expected @param tag for 'genericType'. | 56 | |
| misc | FinalParameters | Parameter methodAnnotations should be final. | 57 | |
| javadoc | JavadocMethod | Expected @param tag for 'methodAnnotations'. | 57 | |
| misc | FinalParameters | Parameter mediaType should be final. | 57 | |
| javadoc | JavadocMethod | Expected @param tag for 'mediaType'. | 57 | |
| misc | FinalParameters | Parameter httpHeaders should be final. | 58 | |
| javadoc | JavadocMethod | Expected @param tag for 'httpHeaders'. | 58 | |
| misc | FinalParameters | Parameter os should be final. | 58 | |
| javadoc | JavadocMethod | Expected @param tag for 'os'. | 58 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 59 | |
| javadoc | JavadocMethod | Expected @throws tag for 'WebApplicationException'. | 59 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| blocks | LeftCurly | '{' at column 17 should have line break after. | 71 | |
| blocks | RightCurly | '}' at column 56 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 72 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 72 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 72 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 72 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 72 | |
| blocks | EmptyBlock | Must have at least one statement. | 83 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 83 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 39 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| javadoc | JavadocMethod | Expected an @return tag. | 53 | |
| design | DesignForExtension | Method 'createProduct' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 56 | |
| misc | FinalParameters | Parameter name should be final. | 58 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 58 | |
| misc | FinalParameters | Parameter quantity should be final. | 59 | |
| javadoc | JavadocMethod | Expected @param tag for 'quantity'. | 59 | |
| misc | FinalParameters | Parameter price should be final. | 60 | |
| javadoc | JavadocMethod | Expected @param tag for 'price'. | 60 | |
| misc | FinalParameters | Parameter category should be final. | 61 | |
| javadoc | JavadocMethod | Expected @param tag for 'category'. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 81 | |
| javadoc | JavadocMethod | Expected an @return tag. | 86 | |
| design | DesignForExtension | Method 'getProduct' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 88 | |
| misc | FinalParameters | Parameter id should be final. | 89 | |
| javadoc | JavadocMethod | Expected @param tag for 'id'. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 90 | |
| blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 106 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 110 | |
| design | DesignForExtension | Method 'updateProduct' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| misc | FinalParameters | Parameter id should be final. | 120 | |
| javadoc | JavadocMethod | Expected @param tag for 'id'. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 121 | |
| misc | FinalParameters | Parameter product should be final. | 121 | |
| javadoc | JavadocMethod | Expected @param tag for 'product'. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 151 | |
| javadoc | JavadocMethod | Expected an @return tag. | 161 | |
| design | DesignForExtension | Method 'deleteProduct' is not designed for extension - needs to be abstract, final or empty. | 161 | |
| misc | FinalParameters | Parameter id should be final. | 162 | |
| javadoc | JavadocMethod | Expected @param tag for 'id'. | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 172 | |
| blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 182 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 186 | |
| javadoc | JavadocMethod | Expected an @return tag. | 191 | |
| design | DesignForExtension | Method 'findProductsByName' is not designed for extension - needs to be abstract, final or empty. | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 193 | |
| misc | FinalParameters | Parameter name should be final. | 195 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 195 | |
| misc | FinalParameters | Parameter offset should be final. | 196 | |
| javadoc | JavadocMethod | Expected @param tag for 'offset'. | 196 | |
| misc | FinalParameters | Parameter limit should be final. | 197 | |
| javadoc | JavadocMethod | Expected @param tag for 'limit'. | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 207 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 9 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 13 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| misc | FinalParameters | Parameter log should be final. | 13 | |
| misc | FinalParameters | Parameter context should be final. | 13 | |
| misc | FinalParameters | Parameter ex should be final. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 14 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 39 | |
| design | DesignForExtension | Method 'doFilter' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| misc | FinalParameters | Parameter request should be final. | 39 | |
| misc | FinalParameters | Parameter response should be final. | 39 | |
| misc | FinalParameters | Parameter chain should be final. | 39 | |
| design | DesignForExtension | Method 'begin' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| design | DesignForExtension | Method 'isActive' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| design | DesignForExtension | Method 'isRollbackOnly' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| design | DesignForExtension | Method 'commit' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 87 | |
| blocks | EmptyBlock | Must have at least one statement. | 91 | |
| design | DesignForExtension | Method 'rollback' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 98 | |
| misc | FinalParameters | Parameter arg0 should be final. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| design | DesignForExtension | Method 'getContext' is not designed for extension - needs to be abstract, final or empty. | 17 | |
| misc | FinalParameters | Parameter type should be final. | 18 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 28 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 29 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| misc | FinalParameters | Parameter object should be final. | 34 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 35 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter string should be final. | 51 | |
| misc | FinalParameters | Parameter type should be final. | 51 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 52 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter is should be final. | 58 | |
| misc | FinalParameters | Parameter type should be final. | 58 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 59 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| design | DesignForExtension | Method 'getContext' is not designed for extension - needs to be abstract, final or empty. | 15 | |
| misc | FinalParameters | Parameter type should be final. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 17 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 17 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 21 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 28 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 29 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| misc | FinalParameters | Parameter object should be final. | 34 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 35 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| misc | FinalParameters | Parameter string should be final. | 44 | |
| misc | FinalParameters | Parameter type should be final. | 44 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 45 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| misc | FinalParameters | Parameter is should be final. | 54 | |
| misc | FinalParameters | Parameter type should be final. | 54 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 55 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 |