The following document contains the results of Checkstyle 5.7. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | EmptyBlock | 1 | |
| NeedBraces | 7 | ||
| coding | HiddenField | 9 | |
| MagicNumber | 13 | ||
| design | DesignForExtension | 25 | |
| HideUtilityClassConstructor | 6 | ||
| VisibilityModifier | 1 | ||
| javadoc | JavadocMethod | 54 | |
JavadocPackage
|
3 | ||
| JavadocStyle | 1 | ||
| JavadocType | 14 | ||
| JavadocVariable | 16 | ||
| misc | FinalParameters | 48 | |
| NewlineAtEndOfFile | 1 | ||
| naming | ConstantName | 1 | |
| StaticVariableName | 1 | ||
| regexp | RegexpSingleline
|
7 | |
| sizes | LineLength | 47 | |
| whitespace | FileTabCharacter
|
246 | |
| WhitespaceAfter | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 14 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 16 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 17 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 18 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| misc | FinalParameters | Parameter is should be final. | 20 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 21 | |
| coding | MagicNumber | '8192' is a magic number. | 21 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 22 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 25 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 26 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 27 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 28 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 29 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 30 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 31 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 32 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 33 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 35 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 35 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 36 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 37 | |
| misc | FinalParameters | Parameter is should be final. | 37 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 38 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 39 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 41 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 41 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 42 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 43 | |
| misc | FinalParameters | Parameter is should be final. | 43 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 44 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 45 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 46 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 47 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 48 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 49 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 50 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 51 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 52 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 13 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 16 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 17 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 19 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 19 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 20 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 21 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 22 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 23 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 24 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 25 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 28 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 31 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 33 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 34 | |
| misc | FinalParameters | Parameter o should be final. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 35 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 35 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 38 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 38 | |
| misc | FinalParameters | Parameter filename should be final. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 39 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 40 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 40 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 43 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 43 | |
| misc | FinalParameters | Parameter bytes should be final. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 44 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 45 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 45 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 46 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 47 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 48 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 49 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 50 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 3 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 4 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 4 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 5 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 5 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 6 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 6 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 7 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 7 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| misc | FinalParameters | Parameter host should be final. | 9 | |
| coding | HiddenField | 'host' hides a field. | 9 | |
| misc | FinalParameters | Parameter port should be final. | 9 | |
| coding | HiddenField | 'port' hides a field. | 9 | |
| misc | FinalParameters | Parameter quietTimeoutMs should be final. | 9 | |
| coding | HiddenField | 'quietTimeoutMs' hides a field. | 9 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 10 | |
| misc | FinalParameters | Parameter reconnectDelayMs should be final. | 10 | |
| coding | HiddenField | 'reconnectDelayMs' hides a field. | 10 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 11 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 12 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 13 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 14 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 15 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 17 | |
| design | DesignForExtension | Method 'getHost' is not designed for extension - needs to be abstract, final or empty. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 18 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 19 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 21 | |
| design | DesignForExtension | Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 22 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 23 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 25 | |
| design | DesignForExtension | Method 'getQuietTimeoutMs' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 26 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 27 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 29 | |
| design | DesignForExtension | Method 'getReconnectDelayMs' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 30 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 33 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| misc | FinalParameters | Parameter host should be final. | 33 | |
| misc | FinalParameters | Parameter port should be final. | 33 | |
| misc | FinalParameters | Parameter quietTimeoutMs should be final. | 33 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 34 | |
| misc | FinalParameters | Parameter reconnectDelayMs should be final. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 35 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 8 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 10 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 10 | |
| misc | FinalParameters | Parameter args should be final. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 11 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 11 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 12 | |
| coding | MagicNumber | '9010' is a magic number. | 12 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 13 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 14 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 15 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 16 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 5 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 5 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 7 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| misc | FinalParameters | Parameter t should be final. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 10 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 10 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 88). | 11 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| misc | FinalParameters | Parameter is should be final. | 16 | |
| coding | HiddenField | 'is' hides a field. | 16 | |
| misc | FinalParameters | Parameter size should be final. | 16 | |
| coding | HiddenField | 'size' hides a field. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 27 | |
| misc | FinalParameters | Parameter is should be final. | 27 | |
| coding | HiddenField | 'is' hides a field. | 27 | |
| misc | FinalParameters | Parameter observer should be final. | 27 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 31 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 33 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 9 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 11 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| misc | FinalParameters | Parameter t should be final. | 13 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 14 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 15 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 17 | |
| design | DesignForExtension | Method 'call' is not designed for extension - needs to be abstract, final or empty. | 17 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 18 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 22 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 22 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 24 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 25 | |
| misc | FinalParameters | Parameter n should be final. | 25 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 27 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 27 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 28 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 29 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 30 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 31 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 32 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 33 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 10 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| misc | FinalParameters | Parameter reader should be final. | 16 | |
| coding | HiddenField | 'reader' hides a field. | 16 | |
| misc | FinalParameters | Parameter size should be final. | 16 | |
| misc | FinalParameters | Parameter reader should be final. | 27 | |
| coding | HiddenField | 'reader' hides a field. | 27 | |
| misc | FinalParameters | Parameter observer should be final. | 27 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 30 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | TreeWalker | Got an exception - expecting EOF, found '}' | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 9 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 9 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 11 | |
| naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 11 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| misc | FinalParameters | Parameter e should be final. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| extension | TreeWalker | Got an exception - expecting EOF, found '}' | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| extension | TreeWalker | Got an exception - expecting EOF, found 'socket' | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| design | DesignForExtension | Method 'testLinesFromARegularlyEmittingSource' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 26 | |
| coding | MagicNumber | '1000000' is a magic number. | 26 | |
| misc | FinalParameters | Parameter n should be final. | 28 | |
| coding | MagicNumber | '100' is a magic number. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 43 | |
| coding | MagicNumber | '1000' is a magic number. | 43 | |
| coding | MagicNumber | '1000' is a magic number. | 43 | |
| coding | MagicNumber | '5' is a magic number. | 44 | |
| coding | MagicNumber | '1000' is a magic number. | 47 | |
| design | DesignForExtension | Method 'testSocketObservableFactoryOnException' 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 83). | 54 | |
| design | DesignForExtension | Method 'testSocketDisposerOnException' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| coding | MagicNumber | '1234' is a magic number. | 63 | |
| design | DesignForExtension | Method 'testSocketCreatorThrowsException' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| coding | MagicNumber | '1234' is a magic number. | 70 | |
| coding | MagicNumber | '5000' is a magic number. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 10 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 12 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 13 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 14 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 15 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 16 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 17 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 18 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 19 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 20 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 21 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 22 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 24 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 24 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 26 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 26 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 27 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 28 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 29 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 31 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 31 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 32 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 34 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 34 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 35 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 36 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 37 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 38 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 41 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 44 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 46 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 47 | |
| misc | FinalParameters | Parameter o should be final. | 47 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 48 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 49 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 16 | |
| design | DesignForExtension | Method 'testNormal' is not designed for extension - needs to be abstract, final or empty. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| design | DesignForExtension | Method 'testNormalWithBackpressure' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| design | DesignForExtension | Method 'testEmptyProducesNothing' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| design | DesignForExtension | Method 'testEmptyProducesNothingWithBackpressure' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| design | DesignForExtension | Method 'testBlankProducesSingleBlank' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| design | DesignForExtension | Method 'testBlankProducesBlankWithBackpressure' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| design | DesignForExtension | Method 'testNoSeparatorProducesSingle' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| design | DesignForExtension | Method 'testNoSeparatorProducesSingleWithBackpressure' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| design | DesignForExtension | Method 'testSeparatorOnlyProducesTwoBlanks' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| design | DesignForExtension | Method 'testSeparatorOnlyProducesTwoBlanksWithBackpressure' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| design | DesignForExtension | Method 'testEmptyItemsAtEndEmitted' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 91 | |
| design | DesignForExtension | Method 'testEmptyItemsAtEndEmittedWithBackpressure' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 98 | |
| design | DesignForExtension | Method 'testSplitOperatorDoesNotStallDueToInsufficientUpstreamRequests' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 103 | |
| design | DesignForExtension | Method 'testBackpressureOneByOneWithBufferEmissions' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| misc | FinalParameters | Parameter o should be final. | 124 | |
| misc | FinalParameters | Parameter expected should be final. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| misc | FinalParameters | Parameter o should be final. | 131 | |
| misc | FinalParameters | Parameter expected should be final. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| misc | FinalParameters | Parameter e should be final. | 152 | |
| misc | FinalParameters | Parameter s should be final. | 158 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 10 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| naming | StaticVariableName | Name 'TRIM' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
| design | VisibilityModifier | Variable 'TRIM' must be private and have accessor methods. | 23 | |
| misc | FinalParameters | Parameter input should be final. | 26 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 27 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| misc | FinalParameters | Parameter reader should be final. | 39 | |
| coding | MagicNumber | '8192' is a magic number. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter reader should be final. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 44 | |
| coding | MagicNumber | '8192' is a magic number. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter file should be final. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter file should be final. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| misc | FinalParameters | Parameter o should be final. | 55 | |
| misc | FinalParameters | Parameter pattern should be final. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| misc | FinalParameters | Parameter o should be final. | 59 | |
| misc | FinalParameters | Parameter maxItemLength should be final. | 59 | |
| misc | FinalParameters | Parameter pattern should be final. | 59 | |
| misc | FinalParameters | Parameter maxPatternLength should be final. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 12 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 16 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 17 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 19 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 19 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 20 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 21 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 22 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 23 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 24 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 25 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 28 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 31 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 33 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 34 | |
| misc | FinalParameters | Parameter o should be final. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 35 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 35 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 38 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 38 | |
| misc | FinalParameters | Parameter filename should be final. | 38 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 39 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 40 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 41 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 42 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 7 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 9 | |
| design | DesignForExtension | Method 'testTrim' is not designed for extension - needs to be abstract, final or empty. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 11 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 11 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 12 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 14 | |
| design | DesignForExtension | Method 'testTrimOnNullInputReturnsNull' is not designed for extension - needs to be abstract, final or empty. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 15 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 16 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | TreeWalker | Got an exception - expecting EOF, found '}' | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 10 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 12 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 15 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 18 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 19 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 20 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 21 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 22 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 23 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 24 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 25 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 26 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 27 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 28 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 29 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 31 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 31 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 32 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 33 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 35 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 36 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 37 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 38 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 39 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 40 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 41 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 42 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 43 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 44 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 45 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 46 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 47 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 48 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 49 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 50 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 51 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 52 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 53 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 54 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 55 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 56 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 57 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 58 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 59 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 60 | |
| blocks | EmptyBlock | Must have at least one statement. | 60 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 61 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 62 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 63 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 64 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 65 |