The following document contains the results of Checkstyle 6.16 with odl_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | EmptyBlock
|
1 | |
| coding | IllegalCatch | 9 | |
| IllegalThrows | 2 | ||
| OverloadMethodsDeclarationOrder | 1 | ||
| VariableDeclarationUsageDistance | 3 | ||
| indentation | Indentation
|
3 | |
| javadoc | JavadocParagraph
|
1 | |
JavadocStyle
|
3 | ||
| modifier | RedundantModifier | 4 | |
| naming | LocalVariableName
|
10 | |
MemberName
|
1 | ||
ParameterName
|
67 | ||
| regexp | RegexpSinglelineJava
|
2 | |
RegexpSinglelineJava
|
6 | ||
| sizes | LineLength
|
7 | |
| whitespace | EmptyLineSeparator
|
3 | |
OperatorWrap
|
1 | ||
| ParenPad | 759 | ||
WhitespaceAround
|
46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 46 | |
| naming | MemberName | Member name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 59 | |
| naming | ParameterName | Parameter name 'a' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 85 | |
| naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 98 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 103 | |
| naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 108 | |
| naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 119 | |
| naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 124 | |
| naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 129 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 166 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 48 | |
| naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 53 | |
| naming | ParameterName | Parameter name 'a' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 108 | |
| naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 113 | |
| naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 118 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 143 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 148 | |
| naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 153 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 27 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 28 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 29 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 29 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 60 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 122). | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 122 | |
| naming | ParameterName | Parameter name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 169 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 227 | |
| naming | ParameterName | Parameter name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 301 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 331 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'public' modifier. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 122). | 52 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 62 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 147 | |
| naming | ParameterName | Parameter name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 159 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 368 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 422 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 516 | |
| naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 531 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 538 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 97 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '73'. | 106 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | '(' is followed by whitespace. | 36 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 36 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 97 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 83 | |
| naming | ParameterName | Parameter name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 90 | |
| naming | ParameterName | Parameter name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 87 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 87 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 92 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 92 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 97 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 97 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 102 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 102 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 107 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 107 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 112 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 32 | |
| naming | ParameterName | Parameter name 'a' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 90 | |
| naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 100 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 105 | |
| naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 110 | |
| naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 122 | |
| naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 127 | |
| naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 132 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 174 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 76 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 76 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 82 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 82 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 88 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 88 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 94 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 94 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 100 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 100 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 106 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 88 | |
| naming | ParameterName | Parameter name 'a' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 98 | |
| naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 103 | |
| naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 108 | |
| naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 113 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 118 | |
| naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 123 | |
| naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | '(' is followed by whitespace. | 66 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 67 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 68 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 68 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 77 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 77 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 78 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 78 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 86 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 86 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 87 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 87 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 98 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 98 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 99 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 99 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 124 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 124 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 125 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 125 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 130 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 130 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 131 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 131 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 132 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 132 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 138 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 138 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 139 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 139 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 140 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 140 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 146 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 146 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 147 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 147 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 148 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 148 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 152 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 152 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 158 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 158 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 158 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 159 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 159 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 159 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 54 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 63 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 64 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 64 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 64 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 68 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 68 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 68 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 69 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 71 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 71 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 72 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 72 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 73 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 73 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 82 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 82 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 82 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 83 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 85 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 85 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 86 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 86 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 87 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 87 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 90 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 91 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 94 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 94 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 95 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 95 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 103 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 103 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 104 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 104 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 110 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 111 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 111 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 111 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 113 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 120 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 120 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 121 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 121 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 123 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 124 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 124 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 124 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 126 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 131 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 134 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 136 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 138 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 138 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 142 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 143 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 145 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 145 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 145 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'catch' is not followed by whitespace. | 146 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 146 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 146 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 147 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 147 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 154 | |
| naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 154 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 154 | |
| regexp | RegexpSinglelineJava | Line contains printStacktrace(). | 156 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 158 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 169 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 169 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 170 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 170 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 170 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 170 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 171 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 171 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 172 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 172 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 172 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 172 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 173 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 173 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 173 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 173 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 173 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 173 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 174 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 174 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 174 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 174 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 175 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 175 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 175 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 175 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 178 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 180 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 180 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 182 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 182 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 182 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 182 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 183 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 183 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 184 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 184 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 185 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 185 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 187 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 187 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 187 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 187 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 188 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 188 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 189 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 189 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 189 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 189 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 190 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 190 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 191 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 191 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 192 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 192 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | '(' is followed by whitespace. | 63 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 64 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 64 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 64 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 66 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 66 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 69 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 69 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 69 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 70 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 70 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 70 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 75 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 76 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 76 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 80 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 80 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 81 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 81 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 82 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 82 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 99 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 99 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 105 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 105 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 105 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 106 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 106 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 107 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 107 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 108 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 108 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 109 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 109 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 110 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 110 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 111 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 111 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 112 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 112 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 113 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 113 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 114 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 114 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 115 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 115 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 115 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 133 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 133 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 134 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 134 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 142 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 142 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 143 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 143 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 144 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 144 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 164 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 164 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 167 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 171 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 171 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 196 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 197 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 203 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 212 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 212 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 214 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 214 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 218 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 218 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | '(' is followed by whitespace. | 25 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 26 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 32 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 33 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 33 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 41 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 46 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 47 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 47 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | '(' is followed by whitespace. | 32 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 32 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 33 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 33 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | VariableDeclarationUsageDistance | Distance between variable 'nTasks' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 43 | |
| naming | LocalVariableName | Local variable name 'nTasks' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 43 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 44 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 44 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 47 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 48 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 48 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 52 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 52 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 54 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 54 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 54 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 54 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 57 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 57 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 57 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 57 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 60 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 60 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 64 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 64 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 64 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 64 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'nTasks' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 70 | |
| naming | LocalVariableName | Local variable name 'nTasks' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 70 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 71 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 71 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 72 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 72 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 74 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 75 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 75 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 79 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 79 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 81 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 81 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 81 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 81 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 85 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 85 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 85 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 85 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 86 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 86 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'catch' is not followed by whitespace. | 87 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 87 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 87 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 92 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 92 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 96 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 96 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 96 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | ')' is preceded with whitespace. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | '(' is followed by whitespace. | 87 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 87 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 102 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 114 | |
| naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 126 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'catch' is not followed by whitespace. | 164 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 166 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'catch' is not followed by whitespace. | 166 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 175 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 126). | 22 | |
| naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 74 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 77 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | '(' is followed by whitespace. | 43 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 43 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 44 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 62 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 63 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 70 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 71 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 76 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 76 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 76 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 77 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 77 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 77 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 81 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 81 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 84 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 84 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 91 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 91 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 97 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 97 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 97 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 98 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 98 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 99 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 99 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 100 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 100 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 101 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 101 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 102 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 102 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 103 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 103 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 104 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 104 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 105 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 105 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 106 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 106 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 107 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 107 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | '(' is followed by whitespace. | 26 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 42 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 42 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 54 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 59 | |
| naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 59 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 59 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 60 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 60 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 63 | |
| naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 63 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 63 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 64 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 64 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 64 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 64 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 73 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 73 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 75 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 75 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 77 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 77 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 82 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 82 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 85 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 85 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 88 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 88 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 90 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 90 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 92 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | '(' is followed by whitespace. | 35 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 35 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 36 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 42 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 42 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 47 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 51 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 51 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 57 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 57 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 62 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 62 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 63 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 73 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 73 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 74 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 74 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 78 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 78 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 79 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 89 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 89 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 94 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 94 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 101 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 101 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 102 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 102 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 106 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 106 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 115 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 115 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 116 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 116 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 117 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 117 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 123 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 123 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 124 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 124 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 124 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 124 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 125 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 125 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 126 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 126 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 133 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 133 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 134 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 134 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 135 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 135 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 135 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 135 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 141 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 141 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 142 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 142 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 143 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 143 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 149 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 149 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 150 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 150 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 151 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 151 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 157 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 157 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 158 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 158 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 159 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 159 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 162 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 162 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 166 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 166 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 168 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 168 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 171 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 171 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 172 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 172 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 173 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'catch' is not followed by whitespace. | 173 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 173 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 173 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 174 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 174 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 175 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 175 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 176 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 176 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 178 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 179 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 179 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 181 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 181 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 186 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 186 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 190 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 190 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 192 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 192 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 195 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 195 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 196 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 196 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 197 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'catch' is not followed by whitespace. | 197 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 197 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 197 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 198 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 198 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 199 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 199 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 200 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 200 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 201 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 202 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 206 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 206 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 210 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 210 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 213 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 213 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'catch' is not followed by whitespace. | 220 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 220 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 220 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 221 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 221 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 229 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 229 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 230 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 230 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 231 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'catch' is not followed by whitespace. | 231 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 231 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 231 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 232 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 232 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 233 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 233 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 234 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 234 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 235 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 236 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 243 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 243 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 243 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 243 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 245 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 'l' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 123 | |
| naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 123 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 126 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 433 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | '(' is followed by whitespace. | 69 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 149 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 149 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 152 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 152 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 154 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'initialCount' declaration and its first usage is 12, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 156 | |
| naming | LocalVariableName | Local variable name 'nNotifications' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 157 | |
| naming | LocalVariableName | Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 178 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 183 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 183 | |
| naming | LocalVariableName | Local variable name 'nListeners' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 189 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 193 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 246 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 246 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 251 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 252 | |
| regexp | RegexpSinglelineJava | Line contains printStacktrace(). | 257 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 266 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 266 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 13, expected level should be one of the following: 12, 16. | 271 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 17, expected level should be one of the following: 16, 20. | 273 | |
| coding | IllegalCatch | Catching 'Error' is not allowed. | 276 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 13, expected level should be one of the following: 12, 16. | 280 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 124). | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'public' modifier. | 19 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 35 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 43 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 49 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 49 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 54 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 54 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 59 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 59 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | '(' is followed by whitespace. | 51 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 52 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 53 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 53 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 71 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 72 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 75 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 75 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 76 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 76 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 107 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 108 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 109 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 109 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 127 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 128 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 131 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 131 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 132 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 132 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 148 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 149 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 150 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | '(' is followed by whitespace. | 46 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 46 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 47 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 53 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 53 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 56 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 56 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 57 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 57 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 57 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 57 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 66 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 66 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 67 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 74 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 74 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 75 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 81 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 81 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 84 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 84 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 85 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 85 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 85 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 85 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 93 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 93 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 94 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 97 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 98 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 102 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 104 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 104 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 118 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 118 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 119 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 119 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 124 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 124 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 136 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 136 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 136 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 138 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 138 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 138 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 141 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 141 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 141 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 142 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 142 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 142 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 143 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 154 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 155 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 164 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 164 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 178 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 178 | |
| blocks | EmptyBlock | Empty catch block. | 182 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 186 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 187 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 187 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 187 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 191 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 191 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 193 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 193 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 194 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 194 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 205 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 205 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 38 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 38 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 45 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 48 | |
| naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 48 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 48 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 52 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 52 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 55 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 55 | |
| naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 70 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 71 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 71 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 71 | |
| naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 80 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 81 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 81 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 81 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 90 | |
| naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 90 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 90 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 91 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 91 | |
| naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 96 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 97 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 97 | |
| naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 103 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 105 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | '(' is followed by whitespace. | 28 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 28 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 30 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 30 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 30 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 30 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 31 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 31 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 32 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 32 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 34 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 34 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 34 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 34 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 35 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 35 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 36 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 38 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 38 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 38 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 38 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 39 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 39 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 42 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 42 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 42 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 42 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 43 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 43 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 44 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 44 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 52 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 52 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 53 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 53 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 54 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 54 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 56 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 56 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 57 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 57 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 58 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 58 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 64 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 64 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 66 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 66 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 66 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 66 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 67 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 67 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 68 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 68 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 70 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 70 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 70 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 70 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 71 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 71 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 72 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 72 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 75 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 75 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 76 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 76 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'catch' is not followed by whitespace. | 77 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 77 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 77 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 79 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 79 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 80 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 80 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 87 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 87 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 89 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 89 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 89 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 89 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 90 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 90 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 91 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 91 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 94 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 94 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 94 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 94 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 95 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 95 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'catch' is not followed by whitespace. | 96 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 96 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 96 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 98 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 98 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 99 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'STATIC_INIT' should be separated from previous statement. | 28 | |
| whitespace | EmptyLineSeparator | 'STATIC_INIT' should be separated from previous statement. | 48 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 57 |