The following document contains the results of Checkstyle 6.2 with sun_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | LeftCurly | 13 | ![]() |
RightCurly | 3 | ![]() | |
coding | AvoidInlineConditionals | 5 | ![]() |
HiddenField | 14 | ![]() | |
MagicNumber | 3 | ![]() | |
design | DesignForExtension | 67 | ![]() |
VisibilityModifier | 5 | ![]() | |
imports | UnusedImports | 8 | ![]() |
javadoc | JavadocMethod | 67 | ![]() |
JavadocPackage | 2 | ![]() | |
JavadocStyle | 2 | ![]() | |
JavadocType | 13 | ![]() | |
JavadocVariable | 37 | ![]() | |
misc | ArrayTypeStyle | 1 | ![]() |
FinalParameters | 54 | ![]() | |
naming | ConstantName | 6 | ![]() |
MethodName | 13 | ![]() | |
regexp | RegexpSingleline
|
115 | ![]() |
sizes | LineLength | 50 | ![]() |
whitespace | NoWhitespaceAfter | 1 | ![]() |
WhitespaceAfter | 1 | ![]() | |
WhitespaceAround | 133 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 8 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 9 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 9 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 12 |
![]() |
coding | MagicNumber | '32' is a magic number. | 12 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 12 |
![]() |
design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 13 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
![]() |
design | VisibilityModifier | Variable 'count' must be private and have accessor methods. | 16 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 17 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 18 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 18 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
misc | FinalParameters | Parameter beanName should be final. | 19 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 22 |
![]() |
blocks | LeftCurly | '{' should have line break after. | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
design | DesignForExtension | Method 'getCount' is not designed for extension - needs to be abstract, final or empty. | 24 |
![]() |
blocks | LeftCurly | '{' should have line break after. | 24 |
![]() |
design | DesignForExtension | Method 'setCount' is not designed for extension - needs to be abstract, final or empty. | 25 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
misc | FinalParameters | Parameter count should be final. | 25 |
![]() |
coding | HiddenField | 'count' hides a field. | 25 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 28 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 29 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 15 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 17 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 17 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 17 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 19 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 19 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 19 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 20 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 20 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 24 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 26 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 26 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 26 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 27 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 27 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 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 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 34 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 34 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 35 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 35 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 39 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 42 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 42 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 42 |
![]() |
coding | MagicNumber | '16' is a magic number. | 42 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 42 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 42 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 42 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 45 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 45 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 48 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 48 |
![]() |
misc | FinalParameters | Parameter id should be final. | 49 |
![]() |
coding | HiddenField | 'id' hides a field. | 49 |
![]() |
blocks | LeftCurly | '{' should have line break after. | 49 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 49 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 49 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
![]() |
misc | FinalParameters | Parameter name should be final. | 50 |
![]() |
coding | HiddenField | 'name' hides a field. | 50 |
![]() |
misc | FinalParameters | Parameter quantity should be final. | 50 |
![]() |
coding | HiddenField | 'quantity' hides a field. | 50 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 51 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 51 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 52 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
![]() |
misc | FinalParameters | Parameter p should be final. | 54 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() |
blocks | LeftCurly | '{' should have line break after. | 60 |
![]() |
design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
misc | FinalParameters | Parameter id should be final. | 61 |
![]() |
coding | HiddenField | 'id' hides a field. | 61 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() |
blocks | LeftCurly | '{' should have line break after. | 65 |
![]() |
design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
![]() |
misc | FinalParameters | Parameter name should be final. | 66 |
![]() |
coding | HiddenField | 'name' hides a field. | 66 |
![]() |
design | DesignForExtension | Method 'getQuantity' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() |
blocks | LeftCurly | '{' should have line break after. | 70 |
![]() |
design | DesignForExtension | Method 'setQuantity' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
misc | FinalParameters | Parameter quantity should be final. | 71 |
![]() |
coding | HiddenField | 'quantity' hides a field. | 71 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 74 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 75 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 13 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 |
![]() |
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 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
![]() |
coding | MagicNumber | '16' is a magic number. | 28 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 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 | JavadocMethod | Missing a Javadoc comment. | 31 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 31 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 31 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
misc | FinalParameters | Parameter location should be final. | 32 |
![]() |
coding | HiddenField | 'location' hides a field. | 32 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 35 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 36 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() |
blocks | LeftCurly | '{' should have line break after. | 36 |
![]() |
design | DesignForExtension | Method 'getProductId' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() |
blocks | LeftCurly | '{' should have line break after. | 37 |
![]() |
design | DesignForExtension | Method 'setProductId' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
misc | FinalParameters | Parameter productId should be final. | 38 |
![]() |
coding | HiddenField | 'productId' hides a field. | 38 |
![]() |
design | DesignForExtension | Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() |
blocks | LeftCurly | '{' should have line break after. | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 42 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 43 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - javax.transaction.HeuristicMixedException. | 16 |
![]() |
imports | UnusedImports | Unused import - javax.transaction.HeuristicRollbackException. | 17 |
![]() |
imports | UnusedImports | Unused import - javax.transaction.NotSupportedException. | 18 |
![]() |
imports | UnusedImports | Unused import - javax.transaction.RollbackException. | 19 |
![]() |
imports | UnusedImports | Unused import - javax.transaction.Status. | 20 |
![]() |
imports | UnusedImports | Unused import - javax.transaction.SystemException. | 21 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 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 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 32 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 32 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 43 |
![]() |
design | DesignForExtension | Method 'destroy' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 47 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 49 |
![]() |
design | DesignForExtension | Method 'createProduct' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
![]() |
misc | FinalParameters | Parameter product should be final. | 50 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 60 |
![]() |
blocks | LeftCurly | '{' should have line break after. | 60 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 60 |
![]() |
blocks | RightCurly | '}' should have line break before. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 61 |
![]() |
blocks | LeftCurly | '{' should have line break after. | 61 |
![]() |
blocks | RightCurly | '}' should have line break before. | 61 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 65 |
![]() |
design | DesignForExtension | Method 'createShipment' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
![]() |
misc | FinalParameters | Parameter shipment should be final. | 66 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 72 |
![]() |
design | DesignForExtension | Method 'createShipment_RequiresNew' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
naming | MethodName | Name 'createShipment_RequiresNew' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 |
![]() |
misc | FinalParameters | Parameter shipment should be final. | 73 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 77 |
![]() |
design | DesignForExtension | Method 'flush' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 23 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
design | VisibilityModifier | Variable 'txWatcher' must be private and have accessor methods. | 29 |
![]() |
design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 33 |
![]() |
design | DesignForExtension | Method 'destroy' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 37 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 39 |
![]() |
design | DesignForExtension | Method 'createProduct' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
misc | FinalParameters | Parameter product should be final. | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 48 |
![]() |
design | DesignForExtension | Method 'createShipment' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
misc | FinalParameters | Parameter shipment should be final. | 49 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 55 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 56 |
![]() |
design | DesignForExtension | Method 'createShipment_RequiresNew' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
![]() |
naming | MethodName | Name 'createShipment_RequiresNew' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
![]() |
misc | FinalParameters | Parameter shipment should be final. | 57 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 61 |
![]() |
design | DesignForExtension | Method 'flush' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
imports | UnusedImports | Unused import - javax.persistence.Tuple. | 17 |
![]() |
imports | UnusedImports | Unused import - javax.persistence.TypedQuery. | 18 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 26 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 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 |
![]() |
design | VisibilityModifier | Variable 'txWatcher' must be private and have accessor methods. | 32 |
![]() |
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 90). | 36 |
![]() |
design | DesignForExtension | Method 'destroy' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 42 |
![]() |
design | DesignForExtension | Method 'getRemainingQuantity' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
misc | FinalParameters | Parameter productId should be final. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 49 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 50 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 50 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 50 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 53 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 58 |
![]() |
design | DesignForExtension | Method 'getProduct' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() |
misc | FinalParameters | Parameter productId should be final. | 60 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'productId'. | 60 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 66 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 67 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 67 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 70 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 70 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 74 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 78 |
![]() |
design | DesignForExtension | Method 'getProduct_NotSupported' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
![]() |
naming | MethodName | Name 'getProduct_NotSupported' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
![]() |
misc | FinalParameters | Parameter productId should be final. | 80 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 83 |
![]() |
design | DesignForExtension | Method 'getProduct_RequiresNew' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
naming | MethodName | Name 'getProduct_RequiresNew' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 |
![]() |
misc | FinalParameters | Parameter productId should be final. | 85 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 88 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 89 |
![]() |
design | DesignForExtension | Method 'getProductCount' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
![]() |
misc | FinalParameters | Parameter productId should be final. | 90 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 96 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 96 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 96 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 98 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 99 |
![]() |
design | DesignForExtension | Method 'getProductCount_RequiresNew' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
![]() |
naming | MethodName | Name 'getProductCount_RequiresNew' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 100 |
![]() |
misc | FinalParameters | Parameter productId should be final. | 100 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 103 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 104 |
![]() |
design | DesignForExtension | Method 'getProductCount_NotSupported' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
![]() |
naming | MethodName | Name 'getProductCount_NotSupported' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 |
![]() |
misc | FinalParameters | Parameter productId should be final. | 105 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 108 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 109 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 110 |
![]() |
design | DesignForExtension | Method 'getShipmentCount' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
![]() |
misc | FinalParameters | Parameter productId should be final. | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 113 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 117 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 117 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 117 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 119 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 120 |
![]() |
design | DesignForExtension | Method 'getShipmentCount_RequiresNew' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 120 |
![]() |
naming | MethodName | Name 'getShipmentCount_RequiresNew' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 121 |
![]() |
misc | FinalParameters | Parameter productId should be final. | 121 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 7 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 8 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 8 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 11 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
![]() |
misc | FinalParameters | Parameter product should be final. | 12 |
![]() |
coding | HiddenField | 'product' hides a field. | 12 |
![]() |
misc | FinalParameters | Parameter message should be final. | 12 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 16 |
![]() |
design | DesignForExtension | Method 'getProduct' is not designed for extension - needs to be abstract, final or empty. | 17 |
![]() |
blocks | LeftCurly | '{' should have line break after. | 17 |
![]() |
design | DesignForExtension | Method 'setProduct' is not designed for extension - needs to be abstract, final or empty. | 18 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
misc | FinalParameters | Parameter product should be final. | 18 |
![]() |
coding | HiddenField | 'product' hides a field. | 18 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 7 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 8 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 8 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 11 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
![]() |
misc | FinalParameters | Parameter product should be final. | 12 |
![]() |
coding | HiddenField | 'product' hides a field. | 12 |
![]() |
misc | FinalParameters | Parameter message should be final. | 12 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 16 |
![]() |
design | DesignForExtension | Method 'getProduct' is not designed for extension - needs to be abstract, final or empty. | 17 |
![]() |
blocks | LeftCurly | '{' should have line break after. | 17 |
![]() |
design | DesignForExtension | Method 'setProduct' is not designed for extension - needs to be abstract, final or empty. | 18 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
misc | FinalParameters | Parameter product should be final. | 18 |
![]() |
coding | HiddenField | 'product' hides a field. | 18 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 25 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
design | DesignForExtension | Method 'destroy' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 34 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 36 |
![]() |
design | DesignForExtension | Method 'watchTransaction' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() |
misc | FinalParameters | Parameter clazz should be final. | 39 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'clazz'. | 39 |
![]() |
misc | FinalParameters | Parameter hashCode should be final. | 39 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'hashCode'. | 39 |
![]() |
coding | HiddenField | 'txName' hides a field. | 40 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 41 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 43 |
![]() |
design | DesignForExtension | Method 'afterBegin' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 54 |
![]() |
design | DesignForExtension | Method 'beforeCompletion' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
design | DesignForExtension | Method 'afterCompletion' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
![]() |
misc | FinalParameters | Parameter committed should be final. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 62 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 5 |
![]() |
misc | FinalParameters | Parameter stateName should be final. | 5 |
![]() |
misc | FinalParameters | Parameter expected should be final. | 5 |
![]() |
misc | FinalParameters | Parameter actual should be final. | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 6 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 26 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 26 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
design | VisibilityModifier | Variable 'txWatcher' must be private and have accessor methods. | 30 |
![]() |
design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 34 |
![]() |
design | DesignForExtension | Method 'destroy' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
design | DesignForExtension | Method 'addQuantity' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
misc | FinalParameters | Parameter productId should be final. | 44 |
![]() |
misc | FinalParameters | Parameter quantity should be final. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 47 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 62 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 64 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 45 |
![]() |
design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 48 |
![]() |
design | DesignForExtension | Method 'destroy' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 54 |
![]() |
design | DesignForExtension | Method 'cleanup' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 61 |
![]() |
design | DesignForExtension | Method 'getProduct' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() |
misc | FinalParameters | Parameter productId should be final. | 64 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 68 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 72 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 74 |
![]() |
design | DesignForExtension | Method 'createProductAndShipments' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 78 |
![]() |
misc | FinalParameters | Parameter product should be final. | 78 |
![]() |
misc | FinalParameters | Parameter shipments should be final. | 78 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 81 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 83 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 83 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 84 |
![]() |
whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 87 |
![]() |
whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 87 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 100 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 102 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 104 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 104 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 111 |
![]() |
design | DesignForExtension | Method 'createProductAndShipments_NotSupported' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 125). | 114 |
![]() |
naming | MethodName | Name 'createProductAndShipments_NotSupported' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 114 |
![]() |
misc | FinalParameters | Parameter product should be final. | 114 |
![]() |
misc | FinalParameters | Parameter shipments should be final. | 114 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 117 |
![]() |
design | DesignForExtension | Method 'createProductAndShipments_RequiresNew' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 124). | 120 |
![]() |
naming | MethodName | Name 'createProductAndShipments_RequiresNew' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 120 |
![]() |
misc | FinalParameters | Parameter product should be final. | 120 |
![]() |
misc | FinalParameters | Parameter shipments should be final. | 120 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 123 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 125 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 125 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 128 |
![]() |
whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 130 |
![]() |
whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 130 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 133 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 141 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 146 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 148 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 148 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 155 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 156 |
![]() |
design | DesignForExtension | Method 'createProductAndShipments_Async' is not designed for extension - needs to be abstract, final or empty. | 157 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 159 |
![]() |
naming | MethodName | Name 'createProductAndShipments_Async' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 159 |
![]() |
misc | FinalParameters | Parameter product should be final. | 159 |
![]() |
misc | FinalParameters | Parameter quantity should be final. | 159 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 162 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 164 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 164 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 165 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 166 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 169 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 174 |
![]() |
design | DesignForExtension | Method 'createProductAndThrowChecked' is not designed for extension - needs to be abstract, final or empty. | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 177 |
![]() |
misc | FinalParameters | Parameter product should be final. | 177 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 180 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 182 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 182 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 185 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 188 |
![]() |
design | DesignForExtension | Method 'createProductAndThrowCheckedRollback' is not designed for extension - needs to be abstract, final or empty. | 189 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 191 |
![]() |
misc | FinalParameters | Parameter product should be final. | 191 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 194 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 196 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 196 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 199 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 200 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 201 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 203 |
![]() |
design | DesignForExtension | Method 'createProductAndRollback' is not designed for extension - needs to be abstract, final or empty. | 204 |
![]() |
misc | FinalParameters | Parameter product should be final. | 206 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 209 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 211 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 211 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 217 |
![]() |
design | DesignForExtension | Method 'createProductBmt' is not designed for extension - needs to be abstract, final or empty. | 218 |
![]() |
misc | FinalParameters | Parameter product should be final. | 220 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 223 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 225 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 225 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 229 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 229 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 230 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 15 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 16 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
![]() |
naming | MethodName | Name 'createProductAndShipments_NotSupported' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 17 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
naming | MethodName | Name 'createProductAndShipments_RequiresNew' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 18 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
naming | MethodName | Name 'createProductAndShipments_Async' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 18 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 19 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 20 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 23 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 34 |
![]() |
design | DesignForExtension | Method 'destroy' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 45 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 47 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 50 |
![]() |
design | DesignForExtension | Method 'cleanup' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() |
misc | ArrayTypeStyle | Array brackets at illegal position. | 52 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 52 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 53 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 55 |
![]() |
whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 55 |
![]() |
whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 55 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
![]() |
misc | FinalParameters | Parameter value should be final. | 60 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 62 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 62 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 62 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 63 |
![]() |
whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 65 |
![]() |
whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 65 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 66 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 72 |