The following document contains the results of Checkstyle 6.16 with odl_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | LeftCurly
|
9 | |
| coding | IllegalCatch | 5 | |
| IllegalThrows | 1 | ||
| VariableDeclarationUsageDistance | 1 | ||
| imports | CustomImportOrder
|
3 | |
| RedundantImport | 3 | ||
| indentation | Indentation
|
7 | |
| javadoc | JavadocStyle
|
2 | |
| modifier | RedundantModifier | 6 | |
| naming | ConstantName | 5 | |
LocalVariableName
|
2 | ||
ParameterName
|
5 | ||
| regexp | RegexpSingleline
|
1 | |
| sizes | LineLength
|
119 | |
| whitespace | EmptyLineSeparator
|
2 | |
FileTabCharacter
|
1 | ||
| GenericWhitespace | 1 | ||
WhitespaceAround
|
62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 131). | 14 | |
| sizes | LineLength | Line is longer than 120 characters (found 417). | 16 | |
| sizes | LineLength | Line is longer than 120 characters (found 187). | 18 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 195). | 14 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 16 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 16 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 16 | |
| sizes | LineLength | Line is longer than 120 characters (found 345). | 17 | |
| sizes | LineLength | Line is longer than 120 characters (found 184). | 18 | |
| sizes | LineLength | Line is longer than 120 characters (found 194). | 24 | |
| sizes | LineLength | Line is longer than 120 characters (found 277). | 28 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 44 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 49 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 63 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 64 | |
| blocks | LeftCurly | '{' at column 20 should have line break after. | 64 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 65 | |
| blocks | LeftCurly | '{' at column 50 should have line break after. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.config.api.ModuleIdentifier' import. Should be before 'org.opendaylight.controller.config.spi.Module'. | 13 | |
| sizes | LineLength | Line is longer than 120 characters (found 195). | 18 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 20 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 20 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 20 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 21 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 24 | |
| naming | ConstantName | Name 'serviceIfcs' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 24 | |
| sizes | LineLength | Line is longer than 120 characters (found 249). | 32 | |
| sizes | LineLength | Line is longer than 120 characters (found 174). | 38 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 40 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 48 | |
| sizes | LineLength | Line is longer than 120 characters (found 218). | 53 | |
| sizes | LineLength | Line is longer than 120 characters (found 304). | 58 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 61 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 62 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'catch' is not followed by whitespace. | 62 | |
| sizes | LineLength | Line is longer than 120 characters (found 198). | 65 | |
| sizes | LineLength | Line is longer than 120 characters (found 393). | 70 | |
| sizes | LineLength | Line is longer than 120 characters (found 228). | 71 | |
| sizes | LineLength | Line is longer than 120 characters (found 261). | 74 | |
| sizes | LineLength | Line is longer than 120 characters (found 204). | 75 | |
| sizes | LineLength | Line is longer than 120 characters (found 327). | 78 | |
| sizes | LineLength | Line is longer than 120 characters (found 254). | 80 | |
| sizes | LineLength | Line is longer than 120 characters (found 201). | 88 | |
| sizes | LineLength | Line is longer than 120 characters (found 269). | 93 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 199). | 14 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 16 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 16 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 16 | |
| sizes | LineLength | Line is longer than 120 characters (found 357). | 17 | |
| sizes | LineLength | Line is longer than 120 characters (found 187). | 18 | |
| sizes | LineLength | Line is longer than 120 characters (found 183). | 22 | |
| naming | ConstantName | Name 'keyAccessFactoryJmxAttribute' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 22 | |
| sizes | LineLength | Line is longer than 120 characters (found 195). | 27 | |
| sizes | LineLength | Line is longer than 120 characters (found 279). | 31 | |
| sizes | LineLength | Line is longer than 120 characters (found 185). | 37 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 46 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 46 | |
| sizes | LineLength | Line is longer than 120 characters (found 172). | 51 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 54 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 59 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 71 | |
| whitespace | WhitespaceAround | WhitespaceAround: '!=' is not preceded with whitespace. | 71 | |
| sizes | LineLength | Line is longer than 120 characters (found 157). | 72 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 81 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 82 | |
| blocks | LeftCurly | '{' at column 20 should have line break after. | 82 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 83 | |
| blocks | LeftCurly | '{' at column 50 should have line break after. | 83 | |
| sizes | LineLength | Line is longer than 120 characters (found 171). | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.config.api.ModuleIdentifier' import. Should be before 'org.opendaylight.controller.config.spi.Module'. | 13 | |
| sizes | LineLength | Line is longer than 120 characters (found 199). | 18 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 20 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 20 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 20 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 21 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 24 | |
| naming | ConstantName | Name 'serviceIfcs' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 24 | |
| sizes | LineLength | Line is longer than 120 characters (found 249). | 32 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 33 | |
| sizes | LineLength | Line is longer than 120 characters (found 174). | 38 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 40 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 48 | |
| sizes | LineLength | Line is longer than 120 characters (found 218). | 53 | |
| sizes | LineLength | Line is longer than 120 characters (found 304). | 58 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 61 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 62 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'catch' is not followed by whitespace. | 62 | |
| sizes | LineLength | Line is longer than 120 characters (found 201). | 65 | |
| sizes | LineLength | Line is longer than 120 characters (found 399). | 71 | |
| sizes | LineLength | Line is longer than 120 characters (found 231). | 72 | |
| sizes | LineLength | Line is longer than 120 characters (found 264). | 75 | |
| sizes | LineLength | Line is longer than 120 characters (found 207). | 76 | |
| sizes | LineLength | Line is longer than 120 characters (found 330). | 79 | |
| sizes | LineLength | Line is longer than 120 characters (found 260). | 81 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 85 | |
| sizes | LineLength | Line is longer than 120 characters (found 204). | 91 | |
| sizes | LineLength | Line is longer than 120 characters (found 272). | 96 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 199). | 14 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 16 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 16 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 16 | |
| sizes | LineLength | Line is longer than 120 characters (found 363). | 17 | |
| sizes | LineLength | Line is longer than 120 characters (found 187). | 18 | |
| sizes | LineLength | Line is longer than 120 characters (found 195). | 22 | |
| naming | ConstantName | Name 'serverKeyAccessFactoryJmxAttribute' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 22 | |
| sizes | LineLength | Line is longer than 120 characters (found 195). | 27 | |
| sizes | LineLength | Line is longer than 120 characters (found 279). | 31 | |
| sizes | LineLength | Line is longer than 120 characters (found 197). | 37 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 46 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 46 | |
| sizes | LineLength | Line is longer than 120 characters (found 190). | 51 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 54 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 59 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 71 | |
| whitespace | WhitespaceAround | WhitespaceAround: '!=' is not preceded with whitespace. | 71 | |
| sizes | LineLength | Line is longer than 120 characters (found 169). | 72 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 81 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 82 | |
| blocks | LeftCurly | '{' at column 20 should have line break after. | 82 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 83 | |
| blocks | LeftCurly | '{' at column 50 should have line break after. | 83 | |
| sizes | LineLength | Line is longer than 120 characters (found 171). | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.config.api.ModuleIdentifier' import. Should be before 'org.opendaylight.controller.config.spi.Module'. | 13 | |
| sizes | LineLength | Line is longer than 120 characters (found 199). | 18 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 20 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 20 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 20 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 21 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 24 | |
| naming | ConstantName | Name 'serviceIfcs' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 24 | |
| sizes | LineLength | Line is longer than 120 characters (found 249). | 32 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 33 | |
| sizes | LineLength | Line is longer than 120 characters (found 174). | 38 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 40 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 48 | |
| sizes | LineLength | Line is longer than 120 characters (found 218). | 53 | |
| sizes | LineLength | Line is longer than 120 characters (found 304). | 58 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 61 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 62 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'catch' is not followed by whitespace. | 62 | |
| sizes | LineLength | Line is longer than 120 characters (found 201). | 65 | |
| sizes | LineLength | Line is longer than 120 characters (found 399). | 71 | |
| sizes | LineLength | Line is longer than 120 characters (found 231). | 72 | |
| sizes | LineLength | Line is longer than 120 characters (found 264). | 75 | |
| sizes | LineLength | Line is longer than 120 characters (found 207). | 76 | |
| sizes | LineLength | Line is longer than 120 characters (found 330). | 79 | |
| sizes | LineLength | Line is longer than 120 characters (found 260). | 81 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 85 | |
| sizes | LineLength | Line is longer than 120 characters (found 204). | 91 | |
| sizes | LineLength | Line is longer than 120 characters (found 272). | 96 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 129). | 14 | |
| sizes | LineLength | Line is longer than 120 characters (found 434). | 16 | |
| sizes | LineLength | Line is longer than 120 characters (found 199). | 18 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 121). | 37 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'public' modifier. | 15 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 133). | 37 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'public' modifier. | 15 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 129). | 14 | |
| sizes | LineLength | Line is longer than 120 characters (found 454). | 16 | |
| sizes | LineLength | Line is longer than 120 characters (found 199). | 18 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | VariableDeclarationUsageDistance | Distance between variable 'k4' 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). | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 31 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 31 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | RedundantImport | Redundant import from the same package - org.opendaylight.tcpmd5.jni.NativeKeyAccessFactory. | 27 | |
| naming | LocalVariableName | Local variable name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 4 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 4 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 22 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 15, expected level should be 8. | 27 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 57 | |
| sizes | LineLength | Line is longer than 120 characters (found 165). | 58 | |
| sizes | LineLength | Line is longer than 120 characters (found 163). | 63 | |
| naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | RedundantImport | Redundant import from the same package - org.opendaylight.tcpmd5.jni.NativeKeyAccessFactory. | 12 | |
| imports | RedundantImport | Redundant import from the same package - org.opendaylight.tcpmd5.jni.NativeSupportUnavailableException. | 13 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'catch' is not preceded with whitespace. | 23 | |
| whitespace | WhitespaceAround | WhitespaceAround: '}' is not followed by whitespace. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 131). | 21 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 24 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 59 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 127). | 83 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 129). | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 126). | 48 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 119 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 149 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 123). | 29 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 138). | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 27 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 32 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 37 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 37 |
| 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. | 97 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 95 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 95 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 119 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 119 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 126 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 126 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 133 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 133 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 140 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 140 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 147 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 147 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 154 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 154 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 161 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 161 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 168 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 168 |