The following document contains the results of Checkstyle 7.6.1 with odl_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | IllegalCatch | 12 | |
| MissingSwitchDefault | 1 | ||
| MultipleVariableDeclarations | 3 | ||
| OverloadMethodsDeclarationOrder | 2 | ||
| VariableDeclarationUsageDistance | 12 | ||
| imports | CustomImportOrder
|
4 | |
| indentation | Indentation
|
127 | |
| javadoc | JavadocParagraph
|
4 | |
JavadocStyle
|
1 | ||
| misc | ArrayTypeStyle | 1 | |
| naming | ConstantName | 17 | |
LocalVariableName
|
17 | ||
MethodName
|
2 | ||
MethodName
|
2 | ||
ParameterName
|
9 | ||
| regexp | RegexpSinglelineJava
|
5 | |
| sizes | LineLength
|
116 | |
| whitespace | EmptyLineSeparator
|
3 | |
| MethodParamPad | 8 | ||
OperatorWrap
|
89 | ||
| ParenPad | 1 | ||
WhitespaceAround
|
10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 16. | 352 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 16. | 353 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 16. | 354 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 122). | 28 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 29 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 30 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 127). | 36 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 42 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 83 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 121 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 136 | |
| naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 141 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | VariableDeclarationUsageDistance | Distance between variable 'expectedSchemaPath' declaration and its first usage is 6, 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). | 58 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'expectedPath' declaration and its first usage is 6, 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). | 177 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'expectedPath' declaration and its first usage is 7, 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). | 278 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'expectedPath' declaration and its first usage is 6, 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). | 398 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 12. | 38 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.model.api.SchemaContext' should be separated from previous import group by one line. | 11 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.File' import. Should be before 'org.opendaylight.yangtools.yang.model.api.SchemaContext'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.junit.Test' import. Should be before 'org.opendaylight.yangtools.yang.model.api.SchemaContext'. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 35 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 37 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 38 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 39 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 40 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 42 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 43 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 44 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 44 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 46 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 46 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 47 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 48 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 50 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 51 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 53 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 54 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 55 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 55 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 55 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 56 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 56 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 57 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 121). | 121 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 49 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 50 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 51 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 52 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 53 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 54 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 55 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 56 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 57 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 58 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 59 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 60 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 61 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 62 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 63 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 64 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 65 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 66 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 67 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 68 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 69 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.net.URI' should be separated from previous import group by one line. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 132). | 49 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 90 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 131 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSinglelineJava | Line contains console output. | 50 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 64 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 78 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | VariableDeclarationUsageDistance | Distance between variable 'patternConstraints3' 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). | 73 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'patternConstraint3' 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). | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 39 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 39 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 40 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 40 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 41 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 41 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 121). | 88 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 122). | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 48 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 49 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 50 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 51 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 52 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 53 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 54 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 55 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 56 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 57 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 58 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 59 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 60 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 61 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 62 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 63 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 64 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 81 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 82 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 83 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 84 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 85 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 86 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 87 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 88 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 89 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 90 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 91 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 92 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 93 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 94 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 95 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 96 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 48 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: 'while' is not followed by whitespace. | 62 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 147). | 33 | |
| naming | ParameterName | Parameter name 'qNames' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 148). | 34 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 37 | |
| naming | ParameterName | Parameter name 'qNames' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 'qNames' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | ',' should be separated from previous statement. | 35 | |
| coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 35 | |
| whitespace | EmptyLineSeparator | ',' should be separated from previous statement. | 36 | |
| coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 36 | |
| whitespace | EmptyLineSeparator | ',' should be separated from previous statement. | 37 | |
| coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 37 | |
| naming | LocalVariableName | Local variable name 'date_s' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 46 | |
| naming | MethodName | Method name 'InferenceExceptionChoiceTest' must match pattern '^[a-z][a-zA-Z0-9_]*$'. | 534 | |
| naming | MethodName | Method name 'InferenceExceptionCaseTest' must match pattern '^[a-z][a-zA-Z0-9_]*$'. | 540 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 128). | 95 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 145 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 150 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 126). | 188 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 269 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 386 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 394 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 279 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 294 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 309 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 310 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 325 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 326 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 341 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 342 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 357 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 358 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 365 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 376 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 377 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 384 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 395 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 396 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | VariableDeclarationUsageDistance | Distance between variable 'q4' 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). | 61 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'q5' declaration and its first usage is 5, 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). | 62 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'q6' declaration and its first usage is 6, 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). | 63 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'q7' declaration and its first usage is 8, 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). | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 82 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 83 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 84 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 85 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 86 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 87 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 88 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 89 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 90 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 91 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 92 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 93 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 94 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ConstantName | Name 'cont' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 58 | |
| naming | ConstantName | Name 'feature1' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 59 | |
| naming | ConstantName | Name 'contSchemaPath' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 61 | |
| naming | ConstantName | Name 'feature1SchemaPath' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 141). | 74 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 98 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 137 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 156 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 165 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 185 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 207 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 239 | |
| sizes | LineLength | Line is longer than 120 characters (found 172). | 262 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 287 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 317 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 323 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 329 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 335 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 341 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 347 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 353 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 362 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 416 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 418 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 423 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 429 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 443 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | VariableDeclarationUsageDistance | Distance between variable 'grp1' 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). | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 137). | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 142). | 67 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 69 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 71 | |
| sizes | LineLength | Line is longer than 120 characters (found 151). | 73 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 75 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 108 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | MissingSwitchDefault | switch without "default" clause. | 406 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 407 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 408 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 409 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 410 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 411 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 412 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 413 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 414 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 415 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 416 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 417 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 418 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 419 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 420 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 421 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 422 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 423 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 424 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'expectedPath' declaration and its first usage is 13, 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). | 436 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | MethodParamPad | '(' should be on the previous line. | 101 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 105 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 109 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | '(' is followed by whitespace. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 131). | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 150). | 95 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 97 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 50 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 67 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 84 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 100 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 141). | 45 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 61 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | LocalVariableName | Local variable name 'yangTypesModule_20100924' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 178 | |
| naming | LocalVariableName | Local variable name 'yangTypesModule_20130516' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 180 | |
| naming | LocalVariableName | Local variable name 'yangTypesModule_20130715' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 182 | |
| naming | ParameterName | Parameter name 'dateTimeTypeDef_20100924' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 204 | |
| naming | LocalVariableName | Local variable name 'interfacesModule_20121115' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 209 | |
| naming | ParameterName | Parameter name 'dateTimeTypeDef_20130715' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 221 | |
| naming | LocalVariableName | Local variable name 'monitoringModule_20101004' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 226 | |
| naming | LocalVariableName | Local variable name 'yangTypesModule_20100924' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 277 | |
| naming | LocalVariableName | Local variable name 'yangTypesModule_20130516' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 279 | |
| naming | LocalVariableName | Local variable name 'yangTypesModule_20130715' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 281 | |
| naming | ParameterName | Parameter name 'dateTimeTypeDef_20100924' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 304 | |
| naming | LocalVariableName | Local variable name 'interfacesModule_20121115' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 314 | |
| naming | ParameterName | Parameter name 'dateTimeTypeDef_20130715' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 335 | |
| naming | LocalVariableName | Local variable name 'monitoringModule_19700101' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 346 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 378 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 383 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 387 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 391 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be one of the following: 12, 54, 56. | 50 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be one of the following: 12, 54, 56. | 51 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be one of the following: 12, 54, 56. | 52 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 55 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be one of the following: 12, 54, 56. | 75 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 78 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be one of the following: 12, 54, 56. | 91 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be one of the following: 12, 54, 56. | 92 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be one of the following: 12, 54, 56. | 93 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be one of the following: 12, 54, 56. | 94 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be one of the following: 12, 54, 56. | 95 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be one of the following: 12, 54, 56. | 96 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be one of the following: 12, 54, 56. | 97 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be one of the following: 12, 54, 56. | 98 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 101 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be one of the following: 12, 54, 56. | 117 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 120 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be one of the following: 12, 54, 56. | 137 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 146). | 62 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 64 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'lambda arguments' have incorrect indentation level 12, expected level should be 8. | 49 | |
| indentation | Indentation | 'lambda arguments' have incorrect indentation level 12, expected level should be 8. | 52 | |
| naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 60 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 152 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '157'. | 180 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 196 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 211 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 214 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 220 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 235 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '186'. | 235 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSinglelineJava | Line contains console output. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 122). | 83 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 135). | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 384 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 56 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 58 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSinglelineJava | Line contains console output. | 28 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 89 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 90 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 90 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 121 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 122 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 134 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 135 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 147 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 148 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 171 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 180 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 138). | 58 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 61 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 62 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 167 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 171 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 130). | 157 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 161 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 167 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 212 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 328 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 371 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 393 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 409 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 443 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 505 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 506 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 541 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 586 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 588 | |
| naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 656 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 731 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ConstantName | Name 'types2Module' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 39 | |
| naming | ConstantName | Name 'lfDecimal' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 | |
| naming | ConstantName | Name 'lfMyString' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 43 | |
| naming | ConstantName | Name 'lfInt8' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 44 | |
| naming | ConstantName | Name 'lfInt16' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 45 | |
| naming | ConstantName | Name 'lfInt32' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 | |
| naming | ConstantName | Name 'lfInt64' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 47 | |
| naming | ConstantName | Name 'lfUInt8' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 | |
| naming | ConstantName | Name 'lfUInt16' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 | |
| naming | ConstantName | Name 'lfUInt32' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 | |
| naming | ConstantName | Name 'lfUInt64' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 51 | |
| naming | ConstantName | Name 'lfBool' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 131). | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 121). | 28 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 44 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 122). | 112 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 129). | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 51 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 49 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 50 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 56 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 57 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 58 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 59 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 60 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 61 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 62 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 63 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 64 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 65 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 66 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 67 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 73 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 74 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 80 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 81 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 82 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 83 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 84 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 85 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 91 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 52 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 53 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 54 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 55 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | MethodParamPad | '(' should be on the previous line. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 123). | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 39 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 40 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 41 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 42 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 43 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 44 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 45 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 46 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 47 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 48 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 49 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 50 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 51 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 53 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 54 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 55 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 56 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 57 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 45 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 46 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 47 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 48 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 49 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 50 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 51 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 52 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 53 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 54 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 55 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'StatementStreamSource' have incorrect indentation level 4, expected level should be 8. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 125). | 52 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 67 |