The following document contains the results of Checkstyle 6.2 with sun_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | LeftCurly | 16 | Error |
RightCurly | 15 | Error | |
coding | AvoidInlineConditionals | 1 | Error |
HiddenField | 4 | Error | |
MagicNumber | 1 | Error | |
design | DesignForExtension | 45 | Error |
imports | UnusedImports | 8 | Error |
javadoc | JavadocMethod | 27 | Error |
JavadocPackage | 2 | Error | |
JavadocType | 14 | Error | |
JavadocVariable | 32 | Error | |
misc | FinalParameters | 19 | Error |
TodoComment | 17 | Error | |
modifier | ModifierOrder | 1 | Error |
naming | ConstantName | 4 | Error |
MemberName | 5 | Error | |
regexp | RegexpSingleline
|
47 | Error |
sizes | LineLength | 16 | Error |
whitespace | FileTabCharacter | 7 | Error |
OperatorWrap | 1 | Error | |
WhitespaceAround | 66 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 15 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
Error | coding | MagicNumber | '200' is a magic number. | 23 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 26 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Error | misc | FinalParameters | Parameter timestamp should be final. | 27 |
Error | coding | HiddenField | 'timestamp' hides a field. | 27 |
Error | misc | FinalParameters | Parameter message should be final. | 27 |
Error | coding | HiddenField | 'message' hides a field. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | blocks | LeftCurly | '{' should have line break after. | 32 |
Error | design | DesignForExtension | Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | blocks | LeftCurly | '{' should have line break after. | 33 |
Error | design | DesignForExtension | Method 'setTimestamp' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | misc | FinalParameters | Parameter timestamp should be final. | 34 |
Error | coding | HiddenField | 'timestamp' hides a field. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | design | DesignForExtension | Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | blocks | LeftCurly | '{' should have line break after. | 38 |
Error | design | DesignForExtension | Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | misc | FinalParameters | Parameter message should be final. | 39 |
Error | coding | HiddenField | 'message' hides a field. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 46 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 46 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 46 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 46 |
Error | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 46 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 46 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 20 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | naming | MemberName | Name 'log_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | naming | MemberName | Name 'publishJMS_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | naming | MemberName | Name 'em_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | naming | MemberName | Name 'cf_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | naming | MemberName | Name 'topic_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 25 |
Error | design | DesignForExtension | Method 'setLog' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | misc | FinalParameters | Parameter log should be final. | 27 |
Error | blocks | LeftCurly | '{' should have line break after. | 27 |
Error | design | DesignForExtension | Method 'setEntityManager' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | misc | FinalParameters | Parameter em should be final. | 28 |
Error | blocks | LeftCurly | '{' should have line break after. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 29 |
Error | design | DesignForExtension | Method 'setConnectionFactory' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | misc | FinalParameters | Parameter cf should be final. | 29 |
Error | blocks | LeftCurly | '{' should have line break after. | 29 |
Error | design | DesignForExtension | Method 'setTopic' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | misc | FinalParameters | Parameter topic should be final. | 30 |
Error | blocks | LeftCurly | '{' should have line break after. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | design | DesignForExtension | Method 'setPublishJMS' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | misc | FinalParameters | Parameter publishJMS should be final. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | design | DesignForExtension | Method 'audit' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | misc | FinalParameters | Parameter message should be final. | 34 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 36 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | design | DesignForExtension | Method 'persistRecord' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | misc | FinalParameters | Parameter rec should be final. | 47 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 48 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | design | DesignForExtension | Method 'publishRecord' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Error | misc | FinalParameters | Parameter rec should be final. | 57 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 58 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 65 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 71 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 77 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
Error | misc | FinalParameters | Parameter conn should be final. | 77 |
Error | misc | FinalParameters | Parameter session should be final. | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | blocks | LeftCurly | '{' should have line break after. | 78 |
Error | blocks | LeftCurly | '{' should have line break after. | 78 |
Error | blocks | RightCurly | '}' should be alone on a line. | 78 |
Error | blocks | RightCurly | '}' should have line break before. | 78 |
Error | blocks | RightCurly | '}' should be on the same line. | 78 |
Error | blocks | RightCurly | '}' should have line break before. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 79 |
Error | blocks | LeftCurly | '{' should have line break after. | 79 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 79 |
Error | blocks | RightCurly | '}' should have line break before. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | blocks | LeftCurly | '{' should have line break after. | 80 |
Error | blocks | LeftCurly | '{' should have line break after. | 80 |
Error | blocks | RightCurly | '}' should be alone on a line. | 80 |
Error | blocks | RightCurly | '}' should have line break before. | 80 |
Error | blocks | RightCurly | '}' should be on the same line. | 80 |
Error | blocks | RightCurly | '}' should have line break before. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 81 |
Error | blocks | LeftCurly | '{' should have line break after. | 81 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 81 |
Error | blocks | RightCurly | '}' should have line break before. | 81 |
Error | design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 83 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
Error | misc | FinalParameters | Parameter jndi should be final. | 83 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | blocks | LeftCurly | '{' should have line break after. | 84 |
Error | blocks | LeftCurly | '{' should have line break after. | 84 |
Error | blocks | RightCurly | '}' should be alone on a line. | 84 |
Error | blocks | RightCurly | '}' should have line break before. | 84 |
Error | blocks | RightCurly | '}' should be on the same line. | 84 |
Error | blocks | RightCurly | '}' should have line break before. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 85 |
Error | blocks | LeftCurly | '{' should have line break after. | 85 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 85 |
Error | blocks | RightCurly | '}' should have line break before. | 85 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 7 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 6 |
Error | design | DesignForExtension | Method 'whoAreYou' is not designed for extension - needs to be abstract, final or empty. | 8 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 6 |
Error | design | DesignForExtension | Method 'whoAreYou' is not designed for extension - needs to be abstract, final or empty. | 8 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - javax.ejb.Stateless. | 4 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 6 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 8 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 9 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | design | DesignForExtension | Method 'haveNoIfaceEJB' is not designed for extension - needs to be abstract, final or empty. | 21 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 23 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | design | DesignForExtension | Method 'haveLocalEJB' is not designed for extension - needs to be abstract, final or empty. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 28 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | design | DesignForExtension | Method 'haveRemoteEJB' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 33 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 33 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - javax.annotation.PostConstruct. | 3 |
Error | imports | UnusedImports | Unused import - javax.annotation.Resource. | 4 |
Error | imports | UnusedImports | Unused import - javax.persistence.PersistenceContext. | 9 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 17 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 34 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | design | DesignForExtension | Method 'isPublishJMS' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 46 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 46 |
Error | design | DesignForExtension | Method 'havePersistenceContext' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 50 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 50 |
Error | design | DesignForExtension | Method 'haveTopic' is not designed for extension - needs to be abstract, final or empty. | 52 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 54 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 54 |
Error | design | DesignForExtension | Method 'haveConnectionFactory' is not designed for extension - needs to be abstract, final or empty. | 56 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 58 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | design | DesignForExtension | Method 'audit' is not designed for extension - needs to be abstract, final or empty. | 61 |
Error | misc | FinalParameters | Parameter message should be final. | 62 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - javax.annotation.PostConstruct. | 3 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | modifier | ModifierOrder | '@Resource' annotation modifier does not preceed non-annotation modifiers. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 28 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 33 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 44 |
Error | design | DesignForExtension | Method 'isPublishJMS' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 57 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 57 |
Error | design | DesignForExtension | Method 'havePersistenceContext' is not designed for extension - needs to be abstract, final or empty. | 59 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 61 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 61 |
Error | design | DesignForExtension | Method 'haveTopic' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 65 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 65 |
Error | design | DesignForExtension | Method 'haveConnectionFactory' is not designed for extension - needs to be abstract, final or empty. | 67 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 69 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | design | DesignForExtension | Method 'audit' is not designed for extension - needs to be abstract, final or empty. | 72 |
Error | misc | FinalParameters | Parameter message should be final. | 73 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - javax.annotation.PostConstruct. | 3 |
Error | imports | UnusedImports | Unused import - javax.annotation.Resource. | 5 |
Error | imports | UnusedImports | Unused import - javax.persistence.PersistenceContext. | 10 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 17 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 18 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 35 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | design | DesignForExtension | Method 'isPublishJMS' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 47 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 47 |
Error | design | DesignForExtension | Method 'havePersistenceContext' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 51 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 51 |
Error | design | DesignForExtension | Method 'haveTopic' is not designed for extension - needs to be abstract, final or empty. | 53 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 55 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 55 |
Error | design | DesignForExtension | Method 'haveConnectionFactory' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 59 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | design | DesignForExtension | Method 'audit' is not designed for extension - needs to be abstract, final or empty. | 62 |
Error | misc | FinalParameters | Parameter message should be final. | 63 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 10 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | design | DesignForExtension | Method 'isPublishJMS' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 29 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 29 |
Error | design | DesignForExtension | Method 'havePersistenceContext' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 33 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 33 |
Error | design | DesignForExtension | Method 'haveTopic' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 37 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 37 |
Error | design | DesignForExtension | Method 'haveConnectionFactory' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 41 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | design | DesignForExtension | Method 'audit' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | misc | FinalParameters | Parameter message should be final. | 44 |