The following document contains the results of Checkstyle 6.16 with odl_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| annotation | AnnotationLocation
|
23 | |
AnnotationLocation
|
23 | ||
| blocks | LeftCurly
|
1 | |
RightCurly
|
1 | ||
| RightCurly | 1 | ||
| coding | FallThrough | 1 | |
| IllegalCatch | 19 | ||
| MissingSwitchDefault | 3 | ||
| MultipleVariableDeclarations | 5 | ||
| OverloadMethodsDeclarationOrder | 9 | ||
| VariableDeclarationUsageDistance | 26 | ||
| design | OneTopLevelClass | 5 | |
| imports | CustomImportOrder
|
120 | |
| indentation | Indentation
|
339 | |
| javadoc | AtclauseOrder
|
2 | |
JavadocParagraph
|
118 | ||
JavadocStyle
|
101 | ||
| JavadocTagContinuationIndentation | 2 | ||
| NonEmptyAtclauseDescription | 12 | ||
| modifier | ModifierOrder | 6 | |
| RedundantModifier | 28 | ||
| naming | ClassTypeParameterName
|
3 | |
| ConstantName | 20 | ||
LocalVariableName
|
90 | ||
MemberName
|
7 | ||
MethodName
|
2 | ||
MethodName
|
2 | ||
ParameterName
|
26 | ||
| regexp | RegexpSingleline
|
2 | |
RegexpSinglelineJava
|
1 | ||
RegexpSinglelineJava
|
4 | ||
| sizes | LineLength
|
446 | |
| whitespace | EmptyLineSeparator
|
16 | |
| GenericWhitespace | 10 | ||
| MethodParamPad | 57 | ||
OperatorWrap
|
187 | ||
WhitespaceAround
|
53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 135). | 39 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 72 | |
| 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. | 75 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 76 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | MissingSwitchDefault | switch without "default" clause. | 36 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 37 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 38 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 40 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 41 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 43 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 44 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 46 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 47 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 47 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 48 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 49 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 65 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 26 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 134). | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 55 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 70 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 79 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 85 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 113 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 209 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 247 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 250 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 254 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 36 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 37 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 38 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 76 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 83 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 93 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 93 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 102 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 102 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 111 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 111 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 120 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 120 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 165 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 215 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '125'. | 266 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 372 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 403 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 448 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 452 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.io.InputStream' should be separated from previous import group. | 16 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'info2' 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). | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 165). | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 35 | |
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 113 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 118 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 127 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 137 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 140 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 142 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 145 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 149 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 158 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.opendaylight.yangtools.yang.model.repo.api.RevisionSourceIdentifier'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.HashMap' import. Should be before 'org.opendaylight.yangtools.yang.model.repo.api.RevisionSourceIdentifier'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map' 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 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 29 | |
| sizes | LineLength | Line is longer than 120 characters (found 157). | 30 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 31 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 44 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 45 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 46 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 59 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 60 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 61 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 62 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 127). | 26 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 176). | 34 | |
| sizes | LineLength | Line is longer than 120 characters (found 165). | 37 | |
| sizes | LineLength | Line is longer than 120 characters (found 181). | 40 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 48 | |
| sizes | LineLength | Line is longer than 120 characters (found 169). | 62 | |
| sizes | LineLength | Line is longer than 120 characters (found 158). | 65 | |
| sizes | LineLength | Line is longer than 120 characters (found 174). | 68 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 152). | 29 | |
| sizes | LineLength | Line is longer than 120 characters (found 164). | 34 | |
| sizes | LineLength | Line is longer than 120 characters (found 182). | 35 | |
| sizes | LineLength | Line is longer than 120 characters (found 167). | 38 | |
| sizes | LineLength | Line is longer than 120 characters (found 182). | 39 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 162). | 53 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 56 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 57 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 62 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 63 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '68'. | 81 | |
| naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 114 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 122 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 122 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 137 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 140 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 155 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 181 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 182 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 183 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 184 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 185 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 190 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 198 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 201 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.Lists' import. Should be before 'org.opendaylight.yangtools.yang.model.repo.api.RevisionSourceIdentifier'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.CheckedFuture' import. Should be before 'org.opendaylight.yangtools.yang.model.repo.api.RevisionSourceIdentifier'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.Futures' import. Should be before 'org.opendaylight.yangtools.yang.model.repo.api.RevisionSourceIdentifier'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.junit.Before' 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.mockito.Mock' import. Should be before 'org.opendaylight.yangtools.yang.model.repo.api.RevisionSourceIdentifier'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.mockito.MockitoAnnotations' import. Should be before 'org.opendaylight.yangtools.yang.model.repo.api.RevisionSourceIdentifier'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.model.api.SchemaContext' import. Should be before 'org.opendaylight.yangtools.yang.model.repo.api.RevisionSourceIdentifier'. | 21 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 55 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 62 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 70 | |
| sizes | LineLength | Line is longer than 120 characters (found 165). | 71 | |
| sizes | LineLength | Line is longer than 120 characters (found 176). | 82 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 91 | |
| sizes | LineLength | Line is longer than 120 characters (found 191). | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 122). | 65 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 66 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 68 | |
| sizes | LineLength | Line is longer than 120 characters (found 156). | 74 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 75 | |
| sizes | LineLength | Line is longer than 120 characters (found 160). | 86 | |
| sizes | LineLength | Line is longer than 120 characters (found 184). | 88 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 91 | |
| sizes | LineLength | Line is longer than 120 characters (found 160). | 122 | |
| sizes | LineLength | Line is longer than 120 characters (found 160). | 125 | |
| sizes | LineLength | Line is longer than 120 characters (found 166). | 128 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 131 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 139 | |
| sizes | LineLength | Line is longer than 120 characters (found 160). | 151 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 154 | |
| sizes | LineLength | Line is longer than 120 characters (found 168). | 179 | |
| sizes | LineLength | Line is longer than 120 characters (found 162). | 183 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 187 | |
| sizes | LineLength | Line is longer than 120 characters (found 170). | 240 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 245 | |
| sizes | LineLength | Line is longer than 120 characters (found 170). | 265 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 272 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 275 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 285 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 287 | |
| sizes | LineLength | Line is longer than 120 characters (found 220). | 291 | |
| naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 299 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 300 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 323 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 325 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 329 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 331 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'com.google.common.collect.Lists' should be separated from previous import group. | 15 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 48 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 89 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 135 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 162 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | AtclauseOrder | At-clauses have to appear in the order '[@param, @return, @throws, @deprecated]'. | 91 | |
| javadoc | AtclauseOrder | At-clauses have to appear in the order '[@param, @return, @throws, @deprecated]'. | 160 | |
| naming | LocalVariableName | Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 211 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 16 | |
| whitespace | EmptyLineSeparator | 'INTERFACE_DEF' should be separated from previous statement. | 21 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 15 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 17 | |
| whitespace | EmptyLineSeparator | 'INTERFACE_DEF' should be separated from previous statement. | 22 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 17 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 16 | |
| 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. | 15 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.QNameModule' import. Should be before 'org.opendaylight.yangtools.yang.parser.spi.meta.StatementNamespace'. | 12 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.model.api.meta.EffectiveStatement' import. Should be before 'org.opendaylight.yangtools.yang.parser.spi.meta.StatementNamespace'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.model.api.stmt.ModuleStatement' import. Should be before 'org.opendaylight.yangtools.yang.parser.spi.meta.StatementNamespace'. | 14 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 14 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 17 | |
| sizes | LineLength | Line is longer than 120 characters (found 172). | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 150). | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 27 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 34 | |
| naming | ParameterName | Parameter name 'd' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 63 | |
| naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 63 | |
| naming | ParameterName | Parameter name 'd' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 68 | |
| naming | ParameterName | Parameter name 'd' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 79 | |
| naming | ParameterName | Parameter name 'd' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 91 | |
| naming | ParameterName | Parameter name 'd' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 97 | |
| naming | ParameterName | Parameter name 'd' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 102 | |
| naming | ParameterName | Parameter name 'd' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 107 | |
| naming | ParameterName | Parameter name 'd' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 17 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 129). | 46 |
| 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. | 20 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 77 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 91 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 105 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'STATIC_INIT' should be separated from previous statement. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 15 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 133). | 14 | |
| naming | ClassTypeParameterName | Class type name 'DK' must match pattern '(^[A-Z][0-9]?)$|([A-Z][a-zA-Z0-9]*[T]$)'. | 14 | |
| naming | ClassTypeParameterName | Class type name 'DN' must match pattern '(^[A-Z][0-9]?)$|([A-Z][a-zA-Z0-9]*[T]$)'. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 13 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 14 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 14 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 14 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 21 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 24 | |
| 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. | 38 | |
| 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. | 68 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 77 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 88 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 109 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 122 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 125 | |
| sizes | LineLength | Line is longer than 120 characters (found 185). | 139 | |
| sizes | LineLength | Line is longer than 120 characters (found 206). | 141 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' should followed by whitespace. | 141 | |
| sizes | LineLength | Line is longer than 120 characters (found 190). | 145 | |
| sizes | LineLength | Line is longer than 120 characters (found 210). | 147 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 149 | |
| sizes | LineLength | Line is longer than 120 characters (found 221). | 153 | |
| sizes | LineLength | Line is longer than 120 characters (found 188). | 157 | |
| sizes | LineLength | Line is longer than 120 characters (found 187). | 159 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is preceded with whitespace. | 159 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 161 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 15 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 23 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 25 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 19 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 22 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 68 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 70 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 88 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 90 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 8. | 109 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 4. | 110 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 113 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 115 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 127 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 131 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 131 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 141 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 141 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 150 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 150 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 180 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 211 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 129). | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 14 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 17 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 19 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 37 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 48 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 61 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 70 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 74 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 85 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 89 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 100 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 103 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 107 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 119 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 122 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 127). | 20 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 121). | 73 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 85 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '61'. | 122 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 218 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 219 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 220 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 221 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 222 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 223 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 302 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 303 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 304 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 305 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 306 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 307 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 316 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 317 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 318 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 319 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 320 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 321 |
| 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. | 18 | |
| sizes | LineLength | Line is longer than 120 characters (found 203). | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 12 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 13 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 15 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 19 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 13 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 13 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 14 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 14 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 14 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 14 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 14 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 14 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 14 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 14 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 15 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 13 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 13 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 13 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 15 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 'qNameModule' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 31 |
| 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 | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 13 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 15 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 18 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 27 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 31 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 32 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 12 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 19 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 24 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 56 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 74 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 91 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 94 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 112 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 115 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 17 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 32 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 48 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 81 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'public' modifier. | 21 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 60 | |
| coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 233 | |
| coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 258 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 287 | |
| coding | FallThrough | Fall through from previous branch of the switch statement. | 328 | |
| coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 337 |
| 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. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 119 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 120 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 66 | |
| sizes | LineLength | Line is longer than 120 characters (found 235). | 104 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 116 | |
| sizes | LineLength | Line is longer than 120 characters (found 162). | 129 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 129 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 130 | |
| indentation | Indentation | 'try' have incorrect indentation level 12, expected level should be 8. | 131 | |
| indentation | Indentation | 'try' child have incorrect indentation level 16, expected level should be 12. | 132 | |
| indentation | Indentation | 'try' child have incorrect indentation level 16, expected level should be 12. | 133 | |
| indentation | Indentation | 'try' child have incorrect indentation level 16, expected level should be 12. | 134 | |
| indentation | Indentation | 'try' child have incorrect indentation level 16, expected level should be 12. | 135 | |
| indentation | Indentation | 'try' child have incorrect indentation level 16, expected level should be 12. | 136 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 12, expected level should be 8. | 137 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 16, expected level should be 12. | 138 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 12, expected level should be 8. | 139 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be 4. | 140 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 143 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 158 | |
| sizes | LineLength | Line is longer than 120 characters (found 207). | 167 | |
| sizes | LineLength | Line is longer than 120 characters (found 210). | 173 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is preceded with whitespace. | 173 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 178 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 183 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '177'. | 188 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 189 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 191 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 196 | |
| sizes | LineLength | Line is longer than 120 characters (found 164). | 201 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '195'. | 206 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 207 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 209 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 215 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 4. | 229 | |
| sizes | LineLength | Line is longer than 120 characters (found 176). | 230 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 289 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 300 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 308 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 309 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 314 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 317 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 322 | |
| sizes | LineLength | Line is longer than 120 characters (found 155). | 340 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 343 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 343 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 350 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'public' modifier. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 137). | 37 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 41 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 46 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 51 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 51 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 55 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 61 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 67 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 67 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 75 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 75 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 83 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 83 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 95 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 95 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 98 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 112 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 123 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 149 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 149 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'CTOR_DEF' should be separated from previous statement. | 22 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 22 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | MemberName | Member name 'qNameToStmtDefMap' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 86 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 101 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 323 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 354 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 56 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 56 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 62 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 62 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 66 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 66 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 72 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 201 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 201 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 207 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 207 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 213 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 213 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 221 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 221 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 229 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 229 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 237 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 237 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 245 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 253 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 253 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 266 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 295 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 295 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 311 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 311 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 341 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 341 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 363 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 363 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 394 | |
| indentation | Indentation | 'case' child have incorrect indentation level 16, expected level should be one of the following: 20, 24. | 395 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. | 396 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. | 397 | |
| indentation | Indentation | 'case' child have incorrect indentation level 16, expected level should be one of the following: 20, 24. | 398 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. | 399 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. | 400 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 407 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 407 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 415 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 415 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 428 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 428 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 439 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 439 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 454 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 454 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 500 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 500 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 535 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 536 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 542 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 542 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 554 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 554 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 560 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 573 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 587 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 587 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 595 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 595 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 607 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 607 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 610 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 634 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 634 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 644 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 656 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 656 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 667 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'public' modifier. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 55 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 56 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 57 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 58 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 59 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 60 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 61 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 62 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 63 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 64 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 65 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 66 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 67 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 121). | 116 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 295 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ClassTypeParameterName | Class type name 'DK' must match pattern '(^[A-Z][0-9]?)$|([A-Z][a-zA-Z0-9]*[T]$)'. | 16 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 22 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 122). | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 182). | 32 | |
| sizes | LineLength | Line is longer than 120 characters (found 175). | 45 | |
| sizes | LineLength | Line is longer than 120 characters (found 184). | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 126). | 70 | |
| sizes | LineLength | Line is longer than 120 characters (found 211). | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 138). | 76 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 100 | |
| sizes | LineLength | Line is longer than 120 characters (found 156). | 106 | |
| sizes | LineLength | Line is longer than 120 characters (found 180). | 119 | |
| sizes | LineLength | Line is longer than 120 characters (found 160). | 122 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 207 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 323 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 347 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 131). | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 133). | 69 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 121). | 21 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 33 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 201). | 79 | |
| sizes | LineLength | Line is longer than 120 characters (found 229). | 83 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 86 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '190'. | 209 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 227 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 228 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'STATIC_INIT' should be separated from previous statement. | 24 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 130). | 52 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 63 | |
| annotation | AnnotationLocation | Annotation 'Override' should be alone on line. | 85 | |
| annotation | AnnotationLocation | Annotation 'Override' should be alone on line. | 95 | |
| annotation | AnnotationLocation | Annotation 'Override' should be alone on line. | 105 | |
| annotation | AnnotationLocation | Annotation 'Override' should be alone on line. | 110 | |
| annotation | AnnotationLocation | Annotation 'Override' should be alone on line. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 21 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 22 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' should followed by whitespace. | 26 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 26 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 51 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 55 | |
| 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 126). | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 20 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 29 | |
| sizes | LineLength | Line is longer than 120 characters (found 166). | 46 | |
| annotation | AnnotationLocation | Annotation 'Override' should be alone on line. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 140). | 59 | |
| sizes | LineLength | Line is longer than 120 characters (found 171). | 82 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 11, expected level should be 12. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 122). | 33 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 138). | 31 | |
| annotation | AnnotationLocation | Annotation 'Override' should be alone on line. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 146). | 30 | |
| sizes | LineLength | Line is longer than 120 characters (found 178). | 47 | |
| annotation | AnnotationLocation | Annotation 'Override' should be alone on line. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| annotation | AnnotationLocation | Annotation 'Override' should be alone on line. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 123). | 21 | |
| sizes | LineLength | Line is longer than 120 characters (found 170). | 33 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 51 | |
| annotation | AnnotationLocation | Annotation 'Override' should be alone on line. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '&&' should be on a new line. | 93 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 94 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 95 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '&&' should be on a new line. | 93 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 94 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 95 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 96 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 121). | 21 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 33 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 140). | 41 | |
| sizes | LineLength | Line is longer than 120 characters (found 157). | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 128). | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 135). | 26 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 39 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 58 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 68 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 141). | 40 | |
| sizes | LineLength | Line is longer than 120 characters (found 155). | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 128). | 91 | |
| sizes | LineLength | Line is longer than 120 characters (found 163). | 153 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 170 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 185 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 187 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 190 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 192 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 234 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 242 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 243 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 255 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 303 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 124). | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 168). | 35 | |
| sizes | LineLength | Line is longer than 120 characters (found 170). | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def lcurly' have incorrect indentation level 16, expected level should be 8. | 75 | |
| blocks | LeftCurly | '{' at column 17 should be on the previous line. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 130). | 55 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 66 | |
| annotation | AnnotationLocation | Annotation 'Override' should be alone on line. | 88 | |
| annotation | AnnotationLocation | Annotation 'Override' should be alone on line. | 93 | |
| annotation | AnnotationLocation | Annotation 'Override' should be alone on line. | 98 | |
| annotation | AnnotationLocation | Annotation 'Override' should be alone on line. | 103 | |
| annotation | AnnotationLocation | Annotation 'Override' should be alone on line. | 108 | |
| annotation | AnnotationLocation | Annotation 'Override' should be alone on line. | 118 | |
| annotation | AnnotationLocation | Annotation 'Override' should be alone on line. | 123 | |
| annotation | AnnotationLocation | Annotation 'Override' should be alone on line. | 128 | |
| annotation | AnnotationLocation | Annotation 'Override' should be alone on line. | 133 | |
| annotation | AnnotationLocation | Annotation 'Override' should be alone on line. | 138 | |
| annotation | AnnotationLocation | Annotation 'Override' should be alone on line. | 143 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 146). | 35 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 122). | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 124). | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 128). | 104 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 121 | |
| naming | LocalVariableName | Local variable name 'qNameModule' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 126 | |
| whitespace | EmptyLineSeparator | ';' should be separated from previous statement. | 129 | |
| blocks | RightCurly | '}' at column 5 should be alone on a line. | 129 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 132 | |
| naming | LocalVariableName | Local variable name 'qNameModule' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 144 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 186 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 128). | 40 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 136). | 25 | |
| sizes | LineLength | Line is longer than 120 characters (found 160). | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 148). | 32 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 126). | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 128). | 31 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 132). | 46 | |
| indentation | Indentation | 'case' child have incorrect indentation level 16, expected level should be 20. | 83 | |
| indentation | Indentation | 'if' have incorrect indentation level 20, expected level should be 24. | 84 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 28. | 85 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 20, expected level should be 24. | 86 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 87 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 88 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 89 | |
| indentation | Indentation | 'case' child have incorrect indentation level 16, expected level should be 20. | 90 | |
| indentation | Indentation | 'if' have incorrect indentation level 20, expected level should be 24. | 91 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 28. | 92 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 20, expected level should be 24. | 93 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 94 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 95 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 96 | |
| indentation | Indentation | 'case' child have incorrect indentation level 16, expected level should be 20. | 97 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 98 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 99 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 100 | |
| indentation | Indentation | 'case' child have incorrect indentation level 16, expected level should be 20. | 101 | |
| indentation | Indentation | 'case' child have incorrect indentation level 16, expected level should be 20. | 102 | |
| indentation | Indentation | 'if' have incorrect indentation level 20, expected level should be 24. | 103 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 28. | 104 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 20, expected level should be 24. | 105 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 106 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 107 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 108 | |
| indentation | Indentation | 'case' child have incorrect indentation level 16, expected level should be 20. | 109 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 110 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 111 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.model.api.Rfc6020Mapping' import. Should be before 'org.opendaylight.yangtools.yang.parser.spi.source.SourceException'. | 11 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.model.api.meta.EffectiveStatement' import. Should be before 'org.opendaylight.yangtools.yang.parser.spi.source.SourceException'. | 12 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.model.api.stmt.PositionStatement' import. Should be before 'org.opendaylight.yangtools.yang.parser.spi.source.SourceException'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.parser.spi.SubstatementValidator' import. Should be before 'org.opendaylight.yangtools.yang.parser.spi.source.SourceException'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.parser.spi.meta.AbstractDeclaredStatement' import. Should be before 'org.opendaylight.yangtools.yang.parser.spi.source.SourceException'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.parser.spi.meta.AbstractStatementSupport' import. Should be before 'org.opendaylight.yangtools.yang.parser.spi.source.SourceException'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext' import. Should be before 'org.opendaylight.yangtools.yang.parser.spi.source.SourceException'. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 136). | 24 | |
| sizes | LineLength | Line is longer than 120 characters (found 160). | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 23 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 142). | 29 | |
| annotation | AnnotationLocation | Annotation 'Override' should be alone on line. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 136). | 43 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 128). | 29 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 127). | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 128). | 86 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 175). | 25 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 41 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 58 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 61 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 65 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 126). | 31 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 43 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 142). | 36 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 129). | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'private' modifier. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 119 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 120 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 121 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 122 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 123 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 124 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 125 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 126 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 127 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 128 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 129 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 130 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 131 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 132 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 133 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 134 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 135 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 136 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 137 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 138 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 139 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 140 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 141 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 142 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 143 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 144 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 145 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 146 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 147 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 148 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 150 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 152 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 153 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 154 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 178 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 196 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 176 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 186 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 173). | 32 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 51 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 138). | 25 | |
| indentation | Indentation | 'method def lparen' have incorrect indentation level 16, expected level should be 8. | 59 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 126). | 26 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 128). | 107 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 108 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 181 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 181 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 281 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.parser.spi.meta.CopyType' import. Should be before 'org.opendaylight.yangtools.yang.parser.spi.meta.StmtContextUtils'. | 58 | |
| whitespace | EmptyLineSeparator | 'STATIC_INIT' should be separated from previous statement. | 296 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 323 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 398 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 431 | |
| coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 450 | |
| naming | LocalVariableName | Local variable name 'qNameModule' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 496 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 501 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 502 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 503 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 504 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 505 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 506 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 507 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 508 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 510 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 513 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 514 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 515 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 516 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 518 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 519 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 520 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 521 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 578 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 593 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 594 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 595 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 596 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 597 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 598 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 599 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 600 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 601 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 613 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 621 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 623 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'catch' is not followed by whitespace. | 649 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 121). | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 128). | 36 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 185 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 194 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 195 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 196 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 38 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 75 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 84 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 89 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 94 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 106 | |
| sizes | LineLength | Line is longer than 120 characters (found 156). | 112 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 118 | |
| indentation | Indentation | 'operator new lparen' have incorrect indentation level 16, expected level should be 8. | 127 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 127 | |
| naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 167 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'STATIC_INIT' should be separated from previous statement. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def lparen' have incorrect indentation level 16, expected level should be 8. | 48 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 48 | |
| annotation | AnnotationLocation | Annotation 'Override' should be alone on line. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 32 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 69 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'public' modifier. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.parser.spi.meta.CopyType' import. Should be before 'org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext'. | 16 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '||' should be on a new line. | 63 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 64 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 65 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 128). | 90 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 91 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 240 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 394 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 395 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 396 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 397 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 398 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 399 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 121). | 51 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 53 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 53 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 58 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 58 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 63 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.parser.spi.meta.CopyType' import. Should be before 'org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext'. | 28 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 136). | 45 | |
| 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 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 144 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '||' should be on a new line. | 33 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 40 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 85 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 86 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 172 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 173 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 174 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 181 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 182 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 122). | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 123). | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 122). | 51 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 53 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 126 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 127 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 128 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 129 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 130 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 131 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 132 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 133 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 134 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 125). | 24 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 118 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 119 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 120 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 121 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 129). | 61 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 95 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 8. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 123). | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 125). | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 102 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 102 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 193 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 194 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 195 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 196 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 197 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 198 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 206 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 207 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 208 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 209 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 210 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 130). | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.parser.spi.meta.CopyType' import. Should be before 'org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext'. | 22 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 96 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 89 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 90 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 123). | 43 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 126). | 31 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 107 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 108 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 108 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 123). | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 124). | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | MemberName | Member name 'qNameModule' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'public' modifier. | 23 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.util.Date' should be separated from previous import group. | 13 | |
| whitespace | EmptyLineSeparator | ',' should be separated from previous statement. | 20 | |
| coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 20 | |
| whitespace | EmptyLineSeparator | ',' should be separated from previous statement. | 21 | |
| coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 124). | 16 | |
| naming | MemberName | Member name 'xPath' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 125). | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 121). | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 123). | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'final' modifier. | 36 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 123). | 31 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 105 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 106 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 107 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 108 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 109 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 110 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 111 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 112 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.util.Objects' should be separated from previous import group. | 11 | |
| naming | MemberName | Member name 'qNameModule' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 22 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 128). | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.parser.spi.meta.CopyType' import. Should be before 'org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext'. | 35 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 37 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 50 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 146 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 147 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 121). | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 145). | 25 | |
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 123). | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 122). | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 127). | 33 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 33 | |
| design | OneTopLevelClass | Top-level class ConstraintFactory has to reside in its own source file. | 89 | |
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 90 | |
| design | OneTopLevelClass | Top-level class ListConstraintFactory has to reside in its own source file. | 93 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 95 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 107 | |
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 107 | |
| design | OneTopLevelClass | Top-level class LengthConstraintFactory has to reside in its own source file. | 110 | |
| design | OneTopLevelClass | Top-level class RangeConstraintFactory has to reside in its own source file. | 119 | |
| design | OneTopLevelClass | Top-level class PatternConstraintFactory has to reside in its own source file. | 128 | |
| sizes | LineLength | Line is longer than 120 characters (found 156). | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | MemberName | Member name 'qName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 125). | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 124). | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 138). | 29 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 125). | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 130). | 21 | |
| sizes | LineLength | Line is longer than 120 characters (found 158). | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 132). | 28 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 122 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 123 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 124 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 125 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 126 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 127 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 128 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 129 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 130 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 131 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 132 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 133 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 134 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 128). | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 122). | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 124). | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 26 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 38 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 40 | |
| sizes | LineLength | Line is longer than 120 characters (found 200). | 49 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 65 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '65'. | 102 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 160 |
| 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 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 102 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 102 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'ns' 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). | 116 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 130 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 169 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 169 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 183 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 203 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 203 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 241 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'CTOR_DEF' should be separated from previous statement. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 13 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.io.IOException' should be separated from previous import group. | 13 | |
| naming | LocalVariableName | Local variable name 'qName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 53 | |
| naming | LocalVariableName | Local variable name 'xPath' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 58 | |
| naming | LocalVariableName | Local variable name 'xPathRelative' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 63 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 146 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 243 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 431 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 683 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 803 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 854 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 155). | 36 |
| 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 | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| naming | LocalVariableName | Local variable name 'n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 43 | |
| naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 49 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 88 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 88 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 97 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 97 | |
| naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 129 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 135 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 122). | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 10 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 120 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 135 | |
| naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.model.api.ChoiceCaseNode' import. Should be before 'org.opendaylight.yangtools.yang.model.api.DataSchemaNode'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.model.api.ChoiceSchemaNode' import. Should be before 'org.opendaylight.yangtools.yang.model.api.DataSchemaNode'. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.FileNotFoundException' import. Should be before 'org.opendaylight.yangtools.yang.model.api.DataSchemaNode'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.ImmutableList' import. Should be before 'org.opendaylight.yangtools.yang.model.api.SchemaContext'. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.net.URI' import. Should be before 'org.opendaylight.yangtools.yang.model.api.SchemaContext'. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.junit.Test' import. Should be before 'org.opendaylight.yangtools.yang.model.api.SchemaContext'. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.QName' import. Should be before 'org.opendaylight.yangtools.yang.model.api.SchemaContext'. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.QNameModule' import. Should be before 'org.opendaylight.yangtools.yang.model.api.SchemaContext'. | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.model.api.AnyXmlSchemaNode' import. Should be before 'org.opendaylight.yangtools.yang.model.api.SchemaContext'. | 29 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.model.api.ContainerSchemaNode' import. Should be before 'org.opendaylight.yangtools.yang.model.api.SchemaContext'. | 30 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.model.api.GroupingDefinition' import. Should be before 'org.opendaylight.yangtools.yang.model.api.SchemaContext'. | 31 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.model.api.ListSchemaNode' import. Should be before 'org.opendaylight.yangtools.yang.model.api.SchemaContext'. | 32 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.model.api.Module' import. Should be before 'org.opendaylight.yangtools.yang.model.api.SchemaContext'. | 33 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.SimpleDateFormatUtil' import. Should be before 'org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.EffectiveSchemaContext'. | 43 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 127 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 127 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 139 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 139 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 236 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 141). | 24 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 25 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.io.FileNotFoundException' should be separated from previous import group. | 14 | |
| naming | ConstantName | Name 'fooNS' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 44 | |
| naming | ConstantName | Name 'barNS' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 45 | |
| naming | ConstantName | Name 'bazNS' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 | |
| 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). | 71 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'odl' 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). | 96 | |
| 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). | 180 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'odl' 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). | 199 | |
| 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). | 273 | |
| 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). | 392 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.net.URISyntaxException' import. Should be before 'org.opendaylight.yangtools.yang.parser.spi.meta.SomeModifiersUnresolvedException'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Set' import. Should be before 'org.opendaylight.yangtools.yang.parser.spi.meta.SomeModifiersUnresolvedException'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.junit.Test' import. Should be before 'org.opendaylight.yangtools.yang.parser.spi.meta.SomeModifiersUnresolvedException'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.model.api.AugmentationSchema' import. Should be before 'org.opendaylight.yangtools.yang.parser.spi.meta.SomeModifiersUnresolvedException'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.model.api.ContainerSchemaNode' import. Should be before 'org.opendaylight.yangtools.yang.parser.spi.meta.SomeModifiersUnresolvedException'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.model.api.Module' import. Should be before 'org.opendaylight.yangtools.yang.parser.spi.meta.SomeModifiersUnresolvedException'. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.model.api.UsesNode' import. Should be before 'org.opendaylight.yangtools.yang.parser.spi.meta.SomeModifiersUnresolvedException'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.parser.spi.meta.ReactorException' import. Should be before 'org.opendaylight.yangtools.yang.parser.spi.meta.SomeModifiersUnresolvedException'. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 12. | 40 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.model.api.SchemaContext' should be separated from previous import group. | 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 |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.model.api.LeafSchemaNode' should be separated from previous import group. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Collection' import. Should be before 'org.opendaylight.yangtools.yang.model.api.LeafSchemaNode'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.model.api.DataSchemaNode' import. Should be before 'org.opendaylight.yangtools.yang.model.api.LeafSchemaNode'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Set' import. Should be before 'org.opendaylight.yangtools.yang.model.api.NotificationDefinition'. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.model.api.Module' import. Should be before 'org.opendaylight.yangtools.yang.model.api.NotificationDefinition'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'org.opendaylight.yangtools.yang.parser.spi.source.SourceException'. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.net.URISyntaxException' import. Should be before 'org.opendaylight.yangtools.yang.parser.spi.source.SourceException'. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.junit.Test' import. Should be before 'org.opendaylight.yangtools.yang.parser.spi.source.SourceException'. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.io.FileNotFoundException' should be separated from previous import group. | 12 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 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. | 41 | |
| 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 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 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 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 48 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 50 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 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. | 52 | |
| 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 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 57 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 58 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 59 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 59 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 59 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 60 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 60 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 61 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | LocalVariableName | Local variable name 'bug394_ext' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 71 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 72 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 73 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.net.URI' should be separated from previous import group. | 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). | 91 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSinglelineJava | Line contains console output. | 54 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 68 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 82 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 97 |
| 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). | 77 | |
| 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). | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.io.FileNotFoundException' should be separated from previous import group. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.io.FileNotFoundException' should be separated from previous import group. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 131). | 37 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 47 |
| 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. | 43 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 43 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 44 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 44 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 45 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 45 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 122). | 58 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 52 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 53 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 54 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 55 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 56 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 57 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 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 | 'case' child have incorrect indentation level 12, expected level should be 16. | 64 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 65 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 66 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 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. | 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 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 96 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 97 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 98 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 99 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 100 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 121). | 82 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 147). | 37 | |
| naming | ParameterName | Parameter name 'qNames' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | ',' should be separated from previous statement. | 37 | |
| coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 37 | |
| whitespace | EmptyLineSeparator | ',' should be separated from previous statement. | 38 | |
| coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 38 | |
| whitespace | EmptyLineSeparator | ',' should be separated from previous statement. | 39 | |
| coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 39 | |
| naming | LocalVariableName | Local variable name 'date_s' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 48 | |
| naming | MethodName | Method name 'InferenceExceptionChoiceTest' must match pattern '^[a-z][a-zA-Z0-9_]*$'. | 536 | |
| naming | MethodName | Method name 'InferenceExceptionCaseTest' must match pattern '^[a-z][a-zA-Z0-9_]*$'. | 542 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.io.FileNotFoundException' should be separated from previous import group. | 13 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 144 | |
| naming | LocalVariableName | Local variable name 'qNameModule' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 157 | |
| naming | LocalVariableName | Local variable name 'qName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 162 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 256 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.io.FileNotFoundException' should be separated from previous import group. | 14 | |
| 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). | 60 | |
| 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). | 61 | |
| 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). | 62 | |
| 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). | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Set' import. Should be before 'org.opendaylight.yangtools.yang.parser.spi.meta.SomeModifiersUnresolvedException'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.model.api.IdentitySchemaNode' import. Should be before 'org.opendaylight.yangtools.yang.parser.spi.meta.SomeModifiersUnresolvedException'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.model.api.Module' import. Should be before 'org.opendaylight.yangtools.yang.parser.spi.meta.SomeModifiersUnresolvedException'. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.SimpleDateFormatUtil' import. Should be before 'org.opendaylight.yangtools.yang.parser.spi.meta.SomeModifiersUnresolvedException'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.net.URISyntaxException' import. Should be before 'org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.EffectiveSchemaContext'. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.parser.spi.meta.ReactorException' import. Should be before 'org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.EffectiveSchemaContext'. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.parser.spi.source.SourceException' import. Should be before 'org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.EffectiveSchemaContext'. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.parser.stmt.reactor.CrossSourceStatementReactor' import. Should be before 'org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.EffectiveSchemaContext'. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.parser.stmt.rfc6020.YangInferencePipeline' import. Should be before 'org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.EffectiveSchemaContext'. | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.parser.stmt.rfc6020.YangStatementSourceImpl' import. Should be before 'org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.EffectiveSchemaContext'. | 29 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.junit.Test' import. Should be before 'org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.EffectiveSchemaContext'. | 30 | |
| 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]+)*$'. | 56 | |
| naming | ConstantName | Name 'feature1' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 57 | |
| naming | ConstantName | Name 'contSchemaPath' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 59 | |
| naming | ConstantName | Name 'feature1SchemaPath' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 60 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 143 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.net.URI' should be separated from previous import group. | 14 | |
| 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 | 'block' child have incorrect indentation level 16, expected level should be 20. | 65 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 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 | 'case' child have incorrect indentation level 12, expected level should be 16. | 101 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 102 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 103 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 104 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 105 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 106 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 107 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 140 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 141 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 142 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 143 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'foundRoot3' 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). | 182 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'foundImported3' 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). | 201 |
| 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 141). | 443 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.net.URISyntaxException' should be separated from previous import group. | 16 | |
| 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 |
|---|---|---|---|---|
| indentation | Indentation | 'operator new lparen' have incorrect indentation level 12, expected level should be 4. | 32 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 32 | |
| indentation | Indentation | 'operator new lparen' have incorrect indentation level 12, expected level should be 4. | 35 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 35 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'extensionDefinition' 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). | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.net.URI' should be separated from previous import group. | 15 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'grouping' 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). | 144 | |
| naming | LocalVariableName | Local variable name 'data_u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 157 | |
| naming | LocalVariableName | Local variable name 'data_g' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 161 | |
| naming | LocalVariableName | Local variable name 'how_u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 167 | |
| naming | LocalVariableName | Local variable name 'how_g' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 172 | |
| naming | LocalVariableName | Local variable name 'address_u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 179 | |
| naming | LocalVariableName | Local variable name 'address_g' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 188 | |
| naming | LocalVariableName | Local variable name 'port_u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 199 | |
| naming | LocalVariableName | Local variable name 'port_g' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 203 | |
| naming | LocalVariableName | Local variable name 'addresses_u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 209 | |
| naming | LocalVariableName | Local variable name 'addresses_g' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 213 | |
| naming | LocalVariableName | Local variable name 'groupings_u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 220 | |
| naming | LocalVariableName | Local variable name 'grouping_u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 222 | |
| naming | LocalVariableName | Local variable name 'groupings_g' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 226 | |
| naming | LocalVariableName | Local variable name 'grouping_g' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 228 | |
| naming | LocalVariableName | Local variable name 'nodes_u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 232 | |
| naming | LocalVariableName | Local variable name 'node_u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 234 | |
| naming | LocalVariableName | Local variable name 'nodes_g' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 237 | |
| naming | LocalVariableName | Local variable name 'node_g' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 239 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'grouping' 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). | 254 | |
| naming | LocalVariableName | Local variable name 'data_u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 264 | |
| naming | LocalVariableName | Local variable name 'data_g' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 268 | |
| naming | LocalVariableName | Local variable name 'how_u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 274 | |
| naming | LocalVariableName | Local variable name 'cases_u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 278 | |
| naming | LocalVariableName | Local variable name 'how_g' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 287 | |
| naming | LocalVariableName | Local variable name 'address_u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 293 | |
| naming | LocalVariableName | Local variable name 'address_g' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 301 | |
| naming | LocalVariableName | Local variable name 'port_u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 311 | |
| naming | LocalVariableName | Local variable name 'port_g' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 315 | |
| naming | LocalVariableName | Local variable name 'addresses_u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 321 | |
| naming | LocalVariableName | Local variable name 'addresses_g' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 325 | |
| naming | LocalVariableName | Local variable name 'groupings_u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 332 | |
| naming | LocalVariableName | Local variable name 'grouping_u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 334 | |
| naming | LocalVariableName | Local variable name 'groupings_g' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 338 | |
| naming | LocalVariableName | Local variable name 'grouping_g' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 340 | |
| naming | LocalVariableName | Local variable name 'nodes_u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 344 | |
| naming | LocalVariableName | Local variable name 'node_u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 346 | |
| naming | LocalVariableName | Local variable name 'nodes_g' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 349 | |
| naming | LocalVariableName | Local variable name 'node_g' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 351 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 384 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 385 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 386 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 387 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 388 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 389 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 390 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 391 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 392 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 393 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 394 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 395 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 396 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 397 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 398 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 399 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 400 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 401 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 402 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'expectedNS' 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). | 412 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'expectedRev' 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). | 413 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'expectedPref' 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). | 414 | |
| 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). | 415 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'operator new lparen' have incorrect indentation level 12, expected level should be 4. | 32 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 32 | |
| indentation | Indentation | 'operator new lparen' have incorrect indentation level 12, expected level should be 4. | 34 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 34 | |
| indentation | Indentation | 'operator new lparen' have incorrect indentation level 12, expected level should be 4. | 36 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 36 | |
| indentation | Indentation | 'operator new lparen' have incorrect indentation level 12, expected level should be 4. | 38 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 38 | |
| indentation | Indentation | 'operator new lparen' have incorrect indentation level 12, expected level should be 4. | 40 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 40 | |
| indentation | Indentation | 'operator new lparen' have incorrect indentation level 12, expected level should be 4. | 42 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 42 | |
| indentation | Indentation | 'operator new lparen' have incorrect indentation level 12, expected level should be 4. | 44 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 44 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 99 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 103 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 107 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 125). | 50 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 285 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'operator new lparen' have incorrect indentation level 12, expected level should be 4. | 24 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 24 | |
| indentation | Indentation | 'operator new lparen' have incorrect indentation level 12, expected level should be 4. | 26 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 26 | |
| indentation | Indentation | 'operator new lparen' have incorrect indentation level 12, expected level should be 4. | 28 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 28 | |
| indentation | Indentation | 'operator new lparen' have incorrect indentation level 12, expected level should be 4. | 30 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 30 | |
| indentation | Indentation | 'operator new lparen' have incorrect indentation level 12, expected level should be 4. | 32 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 32 | |
| indentation | Indentation | 'operator new lparen' have incorrect indentation level 12, expected level should be 4. | 34 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 34 | |
| indentation | Indentation | 'operator new lparen' have incorrect indentation level 12, expected level should be 4. | 36 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 36 | |
| indentation | Indentation | 'operator new lparen' have incorrect indentation level 12, expected level should be 4. | 38 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 38 | |
| indentation | Indentation | 'operator new lparen' have incorrect indentation level 12, expected level should be 4. | 40 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 40 | |
| indentation | Indentation | 'operator new lparen' have incorrect indentation level 12, expected level should be 4. | 42 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 42 | |
| indentation | Indentation | 'operator new lparen' have incorrect indentation level 12, expected level should be 4. | 44 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.util.logging.Logger' should be separated from previous import group. | 15 | |
| naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.junit.Test' should be separated from previous import group. | 15 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'operator new lparen' have incorrect indentation level 12, expected level should be 4. | 34 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 34 | |
| indentation | Indentation | 'operator new lparen' have incorrect indentation level 12, expected level should be 4. | 36 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 51 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 69 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 87 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 104 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.util.List' should be separated from previous import group. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | LocalVariableName | Local variable name 'yangTypesModule_20100924' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 189 | |
| naming | LocalVariableName | Local variable name 'yangTypesModule_20130516' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 191 | |
| naming | LocalVariableName | Local variable name 'yangTypesModule_20130715' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 193 | |
| naming | ParameterName | Parameter name 'dateTimeTypeDef_20100924' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 215 | |
| naming | LocalVariableName | Local variable name 'interfacesModule_20121115' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 220 | |
| naming | ParameterName | Parameter name 'dateTimeTypeDef_20130715' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 232 | |
| naming | LocalVariableName | Local variable name 'monitoringModule_20101004' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 237 | |
| naming | LocalVariableName | Local variable name 'yangTypesModule_20100924' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 290 | |
| naming | LocalVariableName | Local variable name 'yangTypesModule_20130516' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 292 | |
| naming | LocalVariableName | Local variable name 'yangTypesModule_20130715' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 294 | |
| naming | ParameterName | Parameter name 'dateTimeTypeDef_20100924' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 317 | |
| naming | LocalVariableName | Local variable name 'interfacesModule_20121115' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 327 | |
| naming | ParameterName | Parameter name 'dateTimeTypeDef_20130715' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 348 | |
| naming | LocalVariableName | Local variable name 'monitoringModule_19700101' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 359 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 391 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 396 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 400 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 404 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'operator new lparen' have incorrect indentation level 12, expected level should be 4. | 33 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 33 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 34 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 57 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 59 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 63 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be one of the following: 12, 48, 50. | 37 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be one of the following: 12, 48, 50. | 38 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be one of the following: 12, 48, 50. | 39 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 42 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be one of the following: 12, 48, 50. | 66 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 69 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be one of the following: 12, 48, 50. | 87 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be one of the following: 12, 48, 50. | 88 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be one of the following: 12, 48, 50. | 89 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be one of the following: 12, 48, 50. | 90 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be one of the following: 12, 48, 50. | 91 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be one of the following: 12, 48, 50. | 92 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be one of the following: 12, 48, 50. | 93 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be one of the following: 12, 48, 50. | 94 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 97 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be one of the following: 12, 48, 50. | 117 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 120 | |
| naming | LocalVariableName | Local variable name 'x' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 132 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be one of the following: 12, 48, 50. | 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 |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.io.IOException' should be separated from previous import group. | 13 | |
| naming | LocalVariableName | Local variable name 'qName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 | |
| naming | LocalVariableName | Local variable name 'xPath' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 56 | |
| naming | LocalVariableName | Local variable name 'xPathRelative' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 61 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 144 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 241 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 677 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 797 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 848 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 39 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 47 | |
| naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 61 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 110 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 113 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 124 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 151 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 165 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 181 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 193 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 196 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSinglelineJava | Line contains console output. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.io.File' should be separated from previous import group. | 11 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '54'. | 83 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '72'. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.io.FileNotFoundException' should be separated from previous import group. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'operator new lparen' have incorrect indentation level 12, expected level should be 4. | 26 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 55 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 57 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 59 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 394 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 401 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.io.FileNotFoundException' should be separated from previous import group. | 14 | |
| naming | MemberName | Member name 'UG_REV' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 46 | |
| naming | MemberName | Member name 'GD_REV' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 47 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 58 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 58 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 60 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 109 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 284 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 294 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 305 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 316 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 327 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 340 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 355 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 364 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 373 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 382 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 393 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 404 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 414 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 425 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 434 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 445 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 456 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 466 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 477 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 486 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 497 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 508 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 522 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 531 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 542 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 553 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 564 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 573 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 584 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 594 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 605 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 642 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 135). | 24 | |
| sizes | LineLength | Line is longer than 120 characters (found 151). | 25 | |
| sizes | LineLength | Line is longer than 120 characters (found 155). | 26 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 27 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 29 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 30 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.io.File' should be separated from previous import group. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSinglelineJava | Line contains console output. | 33 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 111 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 112 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 112 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 152 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 153 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 168 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 169 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 184 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 185 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 213 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 225 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 238 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 251 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 251 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.net.URI' should be separated from previous import group. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | VariableDeclarationUsageDistance | Distance between variable 'unionType1' 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). | 492 | |
| naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 763 | |
| regexp | RegexpSinglelineJava | Line contains printStacktrace(). | 813 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 849 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 856 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | VariableDeclarationUsageDistance | Distance between variable 'grouping' 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). | 138 | |
| naming | LocalVariableName | Local variable name 'data_u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 151 | |
| naming | LocalVariableName | Local variable name 'data_g' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 156 | |
| naming | LocalVariableName | Local variable name 'how_u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 162 | |
| naming | LocalVariableName | Local variable name 'how_g' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 167 | |
| naming | LocalVariableName | Local variable name 'address_u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 173 | |
| naming | LocalVariableName | Local variable name 'address_g' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 178 | |
| naming | LocalVariableName | Local variable name 'port_u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 184 | |
| naming | LocalVariableName | Local variable name 'port_g' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 189 | |
| naming | LocalVariableName | Local variable name 'addresses_u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 195 | |
| naming | LocalVariableName | Local variable name 'addresses_g' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 200 | |
| naming | LocalVariableName | Local variable name 'groupings_u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 207 | |
| naming | LocalVariableName | Local variable name 'grouping_u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 209 | |
| naming | LocalVariableName | Local variable name 'groupings_g' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 213 | |
| naming | LocalVariableName | Local variable name 'grouping_g' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 215 | |
| naming | LocalVariableName | Local variable name 'nodes_u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 219 | |
| naming | LocalVariableName | Local variable name 'node_u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 221 | |
| naming | LocalVariableName | Local variable name 'nodes_g' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 224 | |
| naming | LocalVariableName | Local variable name 'node_g' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 226 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.net.URI' should be separated from previous import group. | 13 | |
| naming | ConstantName | Name 'types2Module' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 40 | |
| naming | ConstantName | Name 'lfDecimal' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 43 | |
| naming | ConstantName | Name 'lfMyString' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 44 | |
| naming | ConstantName | Name 'lfInt8' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 45 | |
| naming | ConstantName | Name 'lfInt16' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 | |
| naming | ConstantName | Name 'lfInt32' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 47 | |
| naming | ConstantName | Name 'lfInt64' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 | |
| naming | ConstantName | Name 'lfUInt8' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 | |
| naming | ConstantName | Name 'lfUInt16' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 | |
| naming | ConstantName | Name 'lfUInt32' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 51 | |
| naming | ConstantName | Name 'lfUInt64' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 52 | |
| naming | ConstantName | Name 'lfBool' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 53 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.junit.Test' should be separated from previous import group. | 11 | |
| indentation | Indentation | 'operator new lparen' have incorrect indentation level 12, expected level should be 4. | 23 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 23 | |
| indentation | Indentation | 'operator new lparen' have incorrect indentation level 12, expected level should be 4. | 25 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 25 | |
| indentation | Indentation | 'operator new lparen' have incorrect indentation level 12, expected level should be 4. | 27 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 27 | |
| indentation | Indentation | 'operator new lparen' have incorrect indentation level 12, expected level should be 4. | 30 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 30 | |
| indentation | Indentation | 'operator new lparen' have incorrect indentation level 12, expected level should be 4. | 32 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 32 | |
| indentation | Indentation | 'operator new lparen' have incorrect indentation level 12, expected level should be 4. | 34 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 34 | |
| indentation | Indentation | 'operator new lparen' have incorrect indentation level 12, expected level should be 4. | 36 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 36 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.FileNotFoundException' import. Should be before 'org.opendaylight.yangtools.yang.model.repo.api.StatementParserMode'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.net.URI' import. Should be before 'org.opendaylight.yangtools.yang.model.repo.api.StatementParserMode'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.net.URISyntaxException' import. Should be before 'org.opendaylight.yangtools.yang.model.repo.api.StatementParserMode'. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.text.ParseException' import. Should be before 'org.opendaylight.yangtools.yang.model.repo.api.StatementParserMode'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.junit.Test' import. Should be before 'org.opendaylight.yangtools.yang.model.repo.api.StatementParserMode'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.concepts.SemVer' import. Should be before 'org.opendaylight.yangtools.yang.model.repo.api.StatementParserMode'. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.model.api.Module' import. Should be before 'org.opendaylight.yangtools.yang.model.repo.api.StatementParserMode'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.model.api.SchemaContext' import. Should be before 'org.opendaylight.yangtools.yang.model.repo.api.StatementParserMode'. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 128). | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.FileNotFoundException' import. Should be before 'org.opendaylight.yangtools.yang.model.repo.api.StatementParserMode'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.net.URI' import. Should be before 'org.opendaylight.yangtools.yang.model.repo.api.StatementParserMode'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.net.URISyntaxException' import. Should be before 'org.opendaylight.yangtools.yang.model.repo.api.StatementParserMode'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.junit.Test' import. Should be before 'org.opendaylight.yangtools.yang.model.repo.api.StatementParserMode'. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.concepts.SemVer' import. Should be before 'org.opendaylight.yangtools.yang.model.repo.api.StatementParserMode'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.model.api.Module' import. Should be before 'org.opendaylight.yangtools.yang.model.repo.api.StatementParserMode'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.model.api.SchemaContext' import. Should be before 'org.opendaylight.yangtools.yang.model.repo.api.StatementParserMode'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.FileNotFoundException' import. Should be before 'org.opendaylight.yangtools.yang.model.repo.api.StatementParserMode'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.net.URI' import. Should be before 'org.opendaylight.yangtools.yang.model.repo.api.StatementParserMode'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.net.URISyntaxException' import. Should be before 'org.opendaylight.yangtools.yang.model.repo.api.StatementParserMode'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.junit.Test' import. Should be before 'org.opendaylight.yangtools.yang.model.repo.api.StatementParserMode'. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.concepts.SemVer' import. Should be before 'org.opendaylight.yangtools.yang.model.repo.api.StatementParserMode'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.model.api.Module' import. Should be before 'org.opendaylight.yangtools.yang.model.repo.api.StatementParserMode'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.model.api.SchemaContext' import. Should be before 'org.opendaylight.yangtools.yang.model.repo.api.StatementParserMode'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 123). | 36 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 51 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 66 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 136 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 127). | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 31 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 31 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 32 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 47 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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. | 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 | |
| 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. | 71 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 72 | |
| 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 | |
| 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. | 89 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | MethodParamPad | '(' should be on the previous line. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | MethodParamPad | '(' should be on the previous line. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | MethodParamPad | '(' should be on the previous line. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.net.URISyntaxException' should be separated from previous import group. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 37 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 38 | |
| 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. | 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 |
|---|---|---|---|---|
| whitespace | MethodParamPad | '(' should be on the previous line. | 30 | |
| 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. | 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'operator new lparen' have incorrect indentation level 12, expected level should be 4. | 33 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 33 | |
| indentation | Indentation | 'operator new lparen' have incorrect indentation level 12, expected level should be 4. | 35 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 35 | |
| indentation | Indentation | 'operator new lparen' have incorrect indentation level 12, expected level should be 4. | 37 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 37 | |
| indentation | Indentation | 'operator new lparen' have incorrect indentation level 12, expected level should be 4. | 39 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 39 | |
| indentation | Indentation | 'operator new lparen' have incorrect indentation level 12, expected level should be 4. | 41 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 41 | |
| indentation | Indentation | 'StatementStreamSource' have incorrect indentation level 4, expected level should be 8. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 144). | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 126). | 26 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 39 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'private' modifier. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 13 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 14 |