The following document contains the results of Checkstyle 6.16 with odl_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | EmptyStatement | 1 | |
| MultipleVariableDeclarations | 2 | ||
| OverloadMethodsDeclarationOrder | 38 | ||
| VariableDeclarationUsageDistance | 7 | ||
| imports | CustomImportOrder
|
37 | |
| indentation | Indentation
|
18 | |
| javadoc | JavadocParagraph
|
23 | |
JavadocStyle
|
27 | ||
| NonEmptyAtclauseDescription | 14 | ||
| misc | UpperEll | 1 | |
| modifier | ModifierOrder | 1 | |
| RedundantModifier | 3 | ||
| naming | AbbreviationAsWordInName
|
1 | |
| ConstantName | 3 | ||
LocalVariableName
|
9 | ||
MemberName
|
1 | ||
ParameterName
|
6 | ||
| sizes | LineLength
|
198 | |
| whitespace | EmptyLineSeparator
|
6 | |
| MethodParamPad | 14 | ||
OperatorWrap
|
30 | ||
| ParenPad | 1 | ||
SeparatorWrap
|
1 | ||
SeparatorWrap
|
1 | ||
WhitespaceAround
|
25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 155). | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 164). | 54 | |
| sizes | LineLength | Line is longer than 120 characters (found 162). | 61 | |
| sizes | LineLength | Line is longer than 120 characters (found 194). | 69 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 73 | |
| naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 77 | |
| sizes | LineLength | Line is longer than 120 characters (found 183). | 90 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 94 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 96 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 108 | |
| naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 122 | |
| sizes | LineLength | Line is longer than 120 characters (found 166). | 130 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 131 | |
| naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 131 | |
| sizes | LineLength | Line is longer than 120 characters (found 161). | 145 | |
| sizes | LineLength | Line is longer than 120 characters (found 151). | 146 | |
| sizes | LineLength | Line is longer than 120 characters (found 187). | 161 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 186 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 144). | 29 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 34 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 194). | 18 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 48 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 51 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 56 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 62 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 77 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 8. | 94 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 95 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 98 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 98 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 117 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 121 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 126 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 160 | |
| naming | MemberName | Member name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 160 | |
| naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 179 | |
| naming | LocalVariableName | Local variable name 'd' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 189 | |
| modifier | ModifierOrder | 'abstract' modifier out of order with the JLS suggestions. | 209 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 219 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 248 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 257 | |
| sizes | LineLength | Line is longer than 120 characters (found 161). | 283 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 140). | 30 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 35 | |
| sizes | LineLength | Line is longer than 120 characters (found 171). | 40 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 45 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ConstantName | Name 'representation' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 | |
| naming | ConstantName | Name 'lifetime' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 43 | |
| misc | UpperEll | Should use uppercase 'L'. | 43 | |
| naming | ConstantName | Name 'units' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 44 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 59 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 67 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 76 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 82 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 93 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 96 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 105 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 108 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 118 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 171). | 29 | |
| sizes | LineLength | Line is longer than 120 characters (found 160). | 30 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.AsyncFunction' import. Should be before 'org.opendaylight.yangtools.yang.model.repo.api.RevisionSourceIdentifier'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.CheckedFuture' import. Should be before 'org.opendaylight.yangtools.yang.model.repo.api.RevisionSourceIdentifier'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Arrays' import. Should be before 'org.opendaylight.yangtools.yang.model.repo.api.RevisionSourceIdentifier'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.Future' import. Should be before 'org.opendaylight.yangtools.yang.model.repo.api.RevisionSourceIdentifier'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.junit.Assert' import. Should be before 'org.opendaylight.yangtools.yang.model.repo.api.RevisionSourceIdentifier'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.junit.Test' import. Should be before 'org.opendaylight.yangtools.yang.model.repo.api.RevisionSourceIdentifier'. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.junit.runner.RunWith' import. Should be before 'org.opendaylight.yangtools.yang.model.repo.api.RevisionSourceIdentifier'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.mockito.Mock' import. Should be before 'org.opendaylight.yangtools.yang.model.repo.api.RevisionSourceIdentifier'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.mockito.Mockito' import. Should be before 'org.opendaylight.yangtools.yang.model.repo.api.RevisionSourceIdentifier'. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.mockito.runners.MockitoJUnitRunner' import. Should be before 'org.opendaylight.yangtools.yang.model.repo.api.RevisionSourceIdentifier'. | 22 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 64 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 55 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 55 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 60 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 60 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 65 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 18 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 33 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 39 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 50 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 57 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 63 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 84 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 90 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 103 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 110 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 116 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 139 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 165 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 15 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'reg_exp' 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). | 25 | |
| naming | LocalVariableName | Local variable name 'reg_exp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 17 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 17 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 84 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 87 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 98 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.junit.Test' should be separated from previous import group. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.util.Collections' should be separated from previous import group. | 15 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'binType1' 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). | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.util.Collections' should be separated from previous import group. | 14 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 30 | |
| naming | LocalVariableName | Local variable name 'qName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.util.Collections' should be separated from previous import group. | 14 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'stringBoolType' 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). | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | LocalVariableName | Local variable name 'xPath' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 18 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 30 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Collections' import. Should be before 'org.opendaylight.yangtools.yang.model.api.DataNodeContainer'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.NoSuchElementException' import. Should be before 'org.opendaylight.yangtools.yang.model.api.DataNodeContainer'. | 20 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 28 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertFalse' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 29 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 30 | |
| imports | CustomImportOrder | Import statement for 'org.mockito.Mockito.doReturn' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 31 | |
| imports | CustomImportOrder | Import statement for 'org.mockito.Mockito.mock' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 32 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 44 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 44 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 49 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 49 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 124). | 38 | |
| coding | EmptyStatement | Empty statement. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.util.Collections' should be separated from previous import group. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 49 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 | |
| sizes | LineLength | Line is longer than 120 characters (found 155). | 53 | |
| sizes | LineLength | Line is longer than 120 characters (found 151). | 57 | |
| whitespace | WhitespaceAround | WhitespaceAround: '!=' is not preceded with whitespace. | 59 | |
| whitespace | WhitespaceAround | WhitespaceAround: '!=' is not followed by whitespace. | 59 | |
| whitespace | WhitespaceAround | WhitespaceAround: '!=' is not preceded with whitespace. | 60 | |
| whitespace | WhitespaceAround | WhitespaceAround: '!=' is not followed by whitespace. | 60 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 82 | |
| sizes | LineLength | Line is longer than 120 characters (found 182). | 122 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 129 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 130 | |
| sizes | LineLength | Line is longer than 120 characters (found 201). | 135 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 135 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 139 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 167 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 212 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 229 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.junit.Test' should be separated from previous import group. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 122). | 34 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 35 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 36 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 48 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 49 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Javadoc comment at column 0 has parse error. Unrecognized error from ANTLR parser: null | 16 | |
| javadoc | JavadocStyle | Incomplete HTML tag found: * </ul | 26 | |
| 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. | 136 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 137 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 138 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 139 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 140 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 141 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 142 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 143 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 144 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 145 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 77 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 78 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 79 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 80 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 81 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 18 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 122). | 36 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 19 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 242 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 242 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'catch' is not followed by whitespace. | 304 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 75 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 75 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 94 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 98 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 98 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 121 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 121 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 142 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 146 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 146 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'module30' 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). | 160 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 169 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 174 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 174 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 194 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 198 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 198 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 217 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 221 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 221 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 243 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 247 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 247 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 267 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 271 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 271 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'module5' 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). | 285 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 294 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 298 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 298 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 320 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 343 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 348 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 348 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 372 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 376 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 376 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 396 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 400 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 400 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 426 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 456 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 517 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 566 | |
| whitespace | WhitespaceAround | WhitespaceAround: '!=' is not preceded with whitespace. | 570 | |
| whitespace | WhitespaceAround | WhitespaceAround: '!=' is not followed by whitespace. | 570 | |
| whitespace | WhitespaceAround | WhitespaceAround: '!=' is not preceded with whitespace. | 580 | |
| whitespace | WhitespaceAround | WhitespaceAround: '!=' is not followed by whitespace. | 580 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 582 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 587 | |
| whitespace | WhitespaceAround | WhitespaceAround: '!=' is not preceded with whitespace. | 599 | |
| whitespace | WhitespaceAround | WhitespaceAround: '!=' is not followed by whitespace. | 599 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 605 | |
| whitespace | WhitespaceAround | WhitespaceAround: '!=' is not preceded with whitespace. | 612 | |
| whitespace | WhitespaceAround | WhitespaceAround: '!=' is not followed by whitespace. | 612 | |
| whitespace | WhitespaceAround | WhitespaceAround: '>' is not preceded with whitespace. | 612 | |
| whitespace | WhitespaceAround | WhitespaceAround: '>' is not followed by whitespace. | 612 | |
| naming | ParameterName | Parameter name 'mName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 678 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 122 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 181 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 218 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 245 | |
| indentation | Indentation | 'if' child have incorrect indentation level 15, expected level should be 16. | 259 | |
| indentation | Indentation | 'if' child have incorrect indentation level 15, expected level should be 16. | 284 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 479 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 515 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 560 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 581 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 581 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 592 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 706 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 709 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 710 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 711 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '640'. | 713 | |
| naming | ParameterName | Parameter name 'qName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 714 | |
| whitespace | SeparatorWrap | ',' should be on the previous line. | 723 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.util.Collections' should be separated from previous import group. | 11 | |
| naming | LocalVariableName | Local variable name 'qName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 31 | |
| naming | LocalVariableName | Local variable name 'xPath' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 36 | |
| naming | LocalVariableName | Local variable name 'xPathRelative' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 52 | |
| indentation | Indentation | 'case' child have incorrect indentation level 11, expected level should be 12. | 56 | |
| indentation | Indentation | 'block' child have incorrect indentation level 15, expected level should be 16. | 57 | |
| indentation | Indentation | 'case' child have incorrect indentation level 11, expected level should be 12. | 58 | |
| indentation | Indentation | 'block' child have incorrect indentation level 15, expected level should be 16. | 59 | |
| indentation | Indentation | 'case' child have incorrect indentation level 11, expected level should be 12. | 60 | |
| indentation | Indentation | 'block' child have incorrect indentation level 15, expected level should be 16. | 61 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 61 | |
| indentation | Indentation | 'switch rcurly' have incorrect indentation level 11, expected level should be 8. | 62 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 7, expected level should be 4. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.mockito.MockitoAnnotations' import. Should be before 'org.opendaylight.yangtools.yang.model.api.SchemaNode'. | 12 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.mockito.Mock' import. Should be before 'org.opendaylight.yangtools.yang.model.api.SchemaNode'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.junit.Before' import. Should be before 'org.opendaylight.yangtools.yang.model.api.SchemaNode'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.model.api.DerivableSchemaNode' import. Should be before 'org.opendaylight.yangtools.yang.model.api.SchemaNode'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.junit.Test' import. Should be before 'org.opendaylight.yangtools.yang.model.api.SchemaNode'. | 16 | |
| whitespace | EmptyLineSeparator | 'import' should be separated from previous statement. | 17 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertNotNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 17 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 18 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertThat' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 19 | |
| imports | CustomImportOrder | Import statement for 'org.mockito.Mockito.doReturn' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 20 | |
| imports | CustomImportOrder | Import statement for 'org.hamcrest.CoreMatchers.instanceOf' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 133). | 28 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 127). | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 125). | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'STATIC_INIT' should be separated from previous statement. | 24 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 133). | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 122). | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 25 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 26 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 135). | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.net.URI' should be separated from previous import group. | 13 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'schemaPathB' 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). | 40 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'biB' 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). | 42 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 43 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 82 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 173 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 162). | 70 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 75 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 81 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 86 | |
| sizes | LineLength | Line is longer than 120 characters (found 165). | 92 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 97 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 103 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 108 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 114 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 119 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 125 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 130 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 136 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 141 | |
| sizes | LineLength | Line is longer than 120 characters (found 180). | 147 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 152 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 158 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 163 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 169 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 174 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 180 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 185 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 191 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 196 | |
| sizes | LineLength | Line is longer than 120 characters (found 164). | 202 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 207 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 128). | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 149). | 16 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 136). | 20 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 134). | 20 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '||' should be on a new line. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 31 | |
| sizes | LineLength | Line is longer than 120 characters (found 160). | 172 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 176 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 182 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 186 | |
| sizes | LineLength | Line is longer than 120 characters (found 163). | 192 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 196 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 202 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 206 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 212 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 216 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 222 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 226 | |
| sizes | LineLength | Line is longer than 120 characters (found 157). | 232 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 236 | |
| sizes | LineLength | Line is longer than 120 characters (found 178). | 242 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 246 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 252 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 256 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 262 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 266 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 272 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 276 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 282 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 286 | |
| sizes | LineLength | Line is longer than 120 characters (found 162). | 292 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 296 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 46 |
| 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 125). | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 121). | 24 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 60 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 62 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 86 | |
| coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 94 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 125 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 126 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '124'. | 139 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 157 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'STATIC_INIT' should be separated from previous statement. | 41 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 12. | 51 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 16. | 52 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 12. | 53 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 12. | 54 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 16. | 55 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 12. | 56 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 12. | 58 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 84 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 95 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '?' should be on a new line. | 61 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 63 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 88 | |
| coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 96 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 125). | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 122). | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 134). | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 127). | 16 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 23 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 122). | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 125). | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 33 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 41 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 50 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 55 | |
| sizes | LineLength | Line is longer than 120 characters (found 164). | 65 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 75 | |
| sizes | LineLength | Line is longer than 120 characters (found 151). | 92 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 101 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 111 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 120 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 124 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 133 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 145 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 150 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 164 | |
| sizes | LineLength | Line is longer than 120 characters (found 165). | 173 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 174 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '63'. | 81 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '68'. | 86 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '77'. | 95 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '81'. | 99 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '86'. | 103 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '95'. | 107 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '99'. | 111 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '103'. | 116 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '107'. | 126 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '111'. | 131 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '116'. | 135 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '126'. | 139 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '131'. | 143 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '135'. | 148 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '139'. | 157 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '143'. | 161 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '148'. | 166 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '157'. | 175 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '161'. | 179 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '166'. | 184 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '175'. | 193 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '179'. | 197 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '184'. | 202 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '193'. | 211 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '197'. | 215 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '202'. | 220 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 225 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '211'. | 229 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '215'. | 233 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '220'. | 238 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '229'. | 248 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '233'. | 253 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '238'. | 258 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '248'. | 267 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '253'. | 271 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '258'. | 276 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '267'. | 285 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'com.google.common.base.Optional' should be separated from previous import group. | 16 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 65 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 67 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 86 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 88 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 108 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 110 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 114 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 150 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 152 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 177 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 181 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 202 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 204 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 240 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 303 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 305 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 373 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 380 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 398 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 399 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 437 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 454 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'UNKNOWN_SCHEMA_NODE' must contain no more than '4' capital letters. | 476 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 476 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 503 |