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