The following document contains the results of Checkstyle 7.6.1 with odl_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| annotation | AnnotationLocation
|
23 | |
AnnotationLocation
|
23 | ||
| blocks | LeftCurly
|
1 | |
| coding | FallThrough | 1 | |
| IllegalCatch | 19 | ||
| MissingSwitchDefault | 3 | ||
| MultipleVariableDeclarations | 3 | ||
| OverloadMethodsDeclarationOrder | 11 | ||
| VariableDeclarationUsageDistance | 14 | ||
| design | OneTopLevelClass | 5 | |
| imports | CustomImportOrder
|
19 | |
| indentation | Indentation
|
263 | |
| javadoc | AtclauseOrder
|
2 | |
JavadocParagraph
|
109 | ||
JavadocStyle
|
93 | ||
| JavadocTagContinuationIndentation | 4 | ||
| NonEmptyAtclauseDescription | 12 | ||
| misc | ArrayTypeStyle | 1 | |
| modifier | ModifierOrder | 4 | |
| RedundantModifier | 37 | ||
| naming | ClassTypeParameterName
|
3 | |
| ConstantName | 20 | ||
LocalVariableName
|
23 | ||
MemberName
|
8 | ||
MethodName
|
2 | ||
MethodName
|
2 | ||
MethodTypeParameterName
|
3 | ||
ParameterName
|
32 | ||
| regexp | RegexpSinglelineJava
|
1 | |
RegexpSinglelineJava
|
9 | ||
| sizes | LineLength
|
394 | |
| whitespace | EmptyLineSeparator
|
14 | |
| GenericWhitespace | 10 | ||
| MethodParamPad | 19 | ||
OperatorWrap
|
206 | ||
| ParenPad | 2 | ||
WhitespaceAround
|
19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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. | 39 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 40 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 78 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 85 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 95 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 95 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 104 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 104 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 113 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 113 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 122 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 122 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 167 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 209 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 248 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '127'. | 256 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 331 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 364 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 395 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 440 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 444 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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). | 59 |
| 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 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 113 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 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). | 48 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 49 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 50 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 67 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 68 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 70 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 71 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 86 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 87 | |
| naming | ParameterName | Parameter name 'qNames' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 121 |
| 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 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 |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'public' modifier. | 68 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '73'. | 86 | |
| naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 121 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 129 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 129 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 148 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 189 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 190 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 191 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 192 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 121). | 58 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 121). | 138 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 8, expected level should be one of the following: 12, 16. | 291 | |
| naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 308 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 127). | 36 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 42 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 83 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 121). | 60 | |
| naming | ParameterName | Parameter name 'qName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 60 | |
| naming | ParameterName | Parameter name 'qName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 74 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 87 |
| 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 |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'final' modifier. | 81 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 144 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 12. | 58 |
| 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 | 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 |
|---|---|---|---|---|
| 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. | 25 | |
| 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. | 101 | |
| 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. | 125 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 157 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 157 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'STATIC_INIT' should be separated from previous statement. | 20 |
| 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. | 22 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 25 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 31 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 39 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 59 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 69 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 78 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 108 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 121 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 124 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is preceded with whitespace. | 155 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 170 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '143'. | 173 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 177 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 184 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 191 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 198 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 206 |
| 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 | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 44 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 44 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 90 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 92 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 110 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 112 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 8. | 131 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 4. | 132 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 135 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 137 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 149 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 153 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 153 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 163 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 163 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 172 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 172 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 202 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 233 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 270 |
| 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. | 44 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 55 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 100 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 100 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 101 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 101 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 101 | |
| 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. | 121 | |
| 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. | 153 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 157 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 188 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 188 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '173'. | 202 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 46 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 46 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 101 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 101 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 110 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 117 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 169 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '81'. | 154 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 335 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 336 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 337 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 338 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 339 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 340 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 341 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 342 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 343 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 344 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 392 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 392 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 401 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 425 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 425 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 447 | |
| indentation | Indentation | 'lambda arguments' have incorrect indentation level 16, expected level should be 12. | 495 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 496 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 497 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 12. | 501 | |
| naming | LocalVariableName | Local variable name 'qNameModule' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 510 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 515 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 516 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 517 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 518 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 519 | |
| indentation | Indentation | 'block' child 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 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 522 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 524 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 525 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 526 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 527 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 528 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 530 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 531 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 532 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 533 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 610 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 23 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 30 | |
| naming | ParameterName | Parameter name 'd' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 59 | |
| naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 59 | |
| naming | ParameterName | Parameter name 'd' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 64 | |
| naming | ParameterName | Parameter name 'd' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 75 | |
| naming | ParameterName | Parameter name 'd' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 87 | |
| naming | ParameterName | Parameter name 'd' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 92 | |
| 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 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 120 |
| 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. | 16 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 'qNameModule' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 18 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 44 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 122). | 79 |
| 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. | 14 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 21 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 26 | |
| 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. | 76 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 93 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 96 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 123 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 141 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 144 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 171 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 186 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 189 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 18 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 27 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 45 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 60 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 60 |
| 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. | 72 | |
| coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 269 | |
| coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 306 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 335 | |
| coding | FallThrough | Fall through from previous branch of the switch statement. | 383 | |
| coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 392 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 128 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 152 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 229 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 271 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 272 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 273 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 283 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 304 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 48 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 8. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 64 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 128 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 128 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 145 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 161 | |
| sizes | LineLength | Line is longer than 120 characters (found 207). | 171 | |
| sizes | LineLength | Line is longer than 120 characters (found 210). | 178 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is preceded with whitespace. | 178 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 184 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 190 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '182'. | 195 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 197 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 199 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 205 | |
| sizes | LineLength | Line is longer than 120 characters (found 164). | 211 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '203'. | 216 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 218 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 220 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 227 | |
| sizes | LineLength | Line is longer than 120 characters (found 176). | 238 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 287 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 298 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 306 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 307 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 312 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 315 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 320 | |
| sizes | LineLength | Line is longer than 120 characters (found 155). | 338 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 341 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 341 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 348 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'public' modifier. | 24 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 58 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 58 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 58 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 34 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 34 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 73 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 73 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 81 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 81 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 98 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 98 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 101 |
| 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]*$'. | 71 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 91 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 161 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 367 | |
| sizes | LineLength | Line is longer than 120 characters (found 151). | 370 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 373 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 396 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 57 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 57 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 58 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 67 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 67 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 223 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 223 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 230 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 230 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 239 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 239 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 280 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 314 | |
| 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. | 355 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 355 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 394 | |
| naming | MethodTypeParameterName | Method type name 'CA' must match pattern '(^[A-Z][0-9]?)$|([A-Z][a-zA-Z0-9]*[T]$)'. | 394 | |
| naming | MethodTypeParameterName | Method type name 'CD' must match pattern '(^[A-Z][0-9]?)$|([A-Z][a-zA-Z0-9]*[T]$)'. | 394 | |
| naming | MethodTypeParameterName | Method type name 'CE' must match pattern '(^[A-Z][0-9]?)$|([A-Z][a-zA-Z0-9]*[T]$)'. | 394 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 524 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 525 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 531 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 531 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 589 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 589 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 592 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 616 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 616 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 626 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 206). | 55 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 68 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 69 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 70 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 71 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 72 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 73 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 74 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 75 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 76 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 77 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 78 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 79 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 80 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 64 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 160 |
| 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). | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext.Mutable' import. Should be before 'org.opendaylight.yangtools.yang.parser.spi.meta.SubstatementValidator'. | 18 | |
| sizes | LineLength | Line is longer than 120 characters (found 182). | 35 | |
| sizes | LineLength | Line is longer than 120 characters (found 181). | 48 | |
| sizes | LineLength | Line is longer than 120 characters (found 184). | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 126). | 71 | |
| sizes | LineLength | Line is longer than 120 characters (found 217). | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 138). | 78 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 102 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 108 | |
| sizes | LineLength | Line is longer than 120 characters (found 180). | 121 | |
| sizes | LineLength | Line is longer than 120 characters (found 160). | 124 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 354 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 133). | 71 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 121). | 22 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 34 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 201). | 80 | |
| sizes | LineLength | Line is longer than 120 characters (found 229). | 84 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 87 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '191'. | 210 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 228 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 229 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'STATIC_INIT' should be separated from previous statement. | 25 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 130). | 53 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 64 | |
| annotation | AnnotationLocation | Annotation 'Override' should be alone on line. | 84 | |
| annotation | AnnotationLocation | Annotation 'Override' should be alone on line. | 94 | |
| 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. | 23 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 123). | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 20 | |
| 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). | 63 | |
| sizes | LineLength | Line is longer than 120 characters (found 171). | 86 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 11, expected level should be 12. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 122). | 34 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 52 |
| 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. | 59 |
| 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 184). | 47 | |
| annotation | AnnotationLocation | Annotation 'Override' should be alone on line. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'STATIC_INIT' should be separated from previous statement. | 93 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 163 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 231 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 254 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 284 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 318 | |
| annotation | AnnotationLocation | Annotation 'Override' should be alone on line. | 385 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 123). | 24 | |
| sizes | LineLength | Line is longer than 120 characters (found 170). | 36 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 54 | |
| annotation | AnnotationLocation | Annotation 'Override' should be alone on line. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 132). | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '&&' should be on a new line. | 97 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 98 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 99 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 132). | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '&&' should be on a new line. | 99 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 100 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 101 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 102 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 121). | 22 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 34 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 122). | 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). | 27 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 40 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 59 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 141). | 44 | |
| sizes | LineLength | Line is longer than 120 characters (found 155). | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 144). | 48 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 56 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 72 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 81 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 89 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 92 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext.Mutable' import. Should be before 'org.opendaylight.yangtools.yang.parser.spi.meta.SubstatementValidator'. | 46 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 86 | |
| sizes | LineLength | Line is longer than 120 characters (found 169). | 160 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 173 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 177 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 192 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 194 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 197 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 199 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 213 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 240 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 248 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 249 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 256 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 261 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 302 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext.Mutable' import. Should be before 'org.opendaylight.yangtools.yang.parser.spi.meta.SubstatementValidator'. | 37 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 75 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 124). | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 140). | 35 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def lcurly' have incorrect indentation level 16, expected level should be 8. | 77 | |
| blocks | LeftCurly | '{' at column 17 should be on the previous line. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 130). | 56 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 67 | |
| annotation | AnnotationLocation | Annotation 'Override' should be alone on line. | 95 | |
| annotation | AnnotationLocation | Annotation 'Override' should be alone on line. | 100 | |
| 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 | |
| annotation | AnnotationLocation | Annotation 'Override' should be alone on line. | 125 | |
| annotation | AnnotationLocation | Annotation 'Override' should be alone on line. | 130 | |
| annotation | AnnotationLocation | Annotation 'Override' should be alone on line. | 135 | |
| annotation | AnnotationLocation | Annotation 'Override' should be alone on line. | 140 | |
| annotation | AnnotationLocation | Annotation 'Override' should be alone on line. | 145 | |
| annotation | AnnotationLocation | Annotation 'Override' should be alone on line. | 150 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 122). | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 122). | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 124). | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 128). | 105 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 134 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 189 |
| 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). | 26 | |
| sizes | LineLength | Line is longer than 120 characters (found 166). | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 122). | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 126). | 34 | |
| sizes | LineLength | Line is longer than 120 characters (found 156). | 46 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 122). | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 126). | 59 |
| 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). | 49 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 76 |
| 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. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 136). | 46 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 64 |
| 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 128). | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 175). | 26 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 42 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 61 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 23 | |
| naming | MemberName | Member name 'URIToPrefixMap' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 28 | |
| naming | ParameterName | Parameter name 'URIToPrefixMap' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 35 | |
| naming | ParameterName | Parameter name 'URIToPrefixMap' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 129). | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'private' modifier. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 92 | |
| 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 | 'case' child have incorrect indentation level 12, expected level should be 16. | 149 | |
| 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. | 151 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 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 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 155 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 156 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 157 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 158 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 159 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 160 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 161 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 162 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 163 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 165 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 167 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 168 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 169 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 125). | 31 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 45 | |
| indentation | Indentation | 'method def lparen' have incorrect indentation level 16, expected level should be 8. | 60 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 60 |
| 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 128). | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 135). | 103 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 104 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 187 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 187 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 296 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 121). | 87 | |
| coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 192 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 251 | |
| indentation | Indentation | 'case' child have incorrect indentation level 16, expected level should be 20. | 252 | |
| indentation | Indentation | 'case' child have incorrect indentation level 16, expected level should be 20. | 253 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 254 | |
| indentation | Indentation | 'case' child have incorrect indentation level 20, expected level should be 24. | 266 | |
| indentation | Indentation | 'case' child have incorrect indentation level 20, expected level should be 24. | 267 | |
| indentation | Indentation | 'case' child have incorrect indentation level 20, expected level should be 24. | 268 | |
| indentation | Indentation | 'case' child have incorrect indentation level 20, expected level should be 24. | 269 | |
| indentation | Indentation | 'block' child have incorrect indentation level 24, expected level should be 28. | 270 | |
| indentation | Indentation | 'block' child have incorrect indentation level 24, expected level should be 28. | 271 | |
| indentation | Indentation | 'case' child have incorrect indentation level 20, expected level should be 24. | 272 | |
| indentation | Indentation | 'block' child have incorrect indentation level 24, expected level should be 28. | 273 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 274 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 363 |
| 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. | 247 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 256 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 257 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 258 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'STATIC_INIT' should be separated from previous statement. | 35 | |
| whitespace | EmptyLineSeparator | 'STATIC_INIT' should be separated from previous statement. | 58 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 69 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 70 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 139). | 51 | |
| indentation | Indentation | 'method def lparen' have incorrect indentation level 16, expected level should be 8. | 57 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 57 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 57 | |
| annotation | AnnotationLocation | Annotation 'Override' should be alone on line. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 58 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 76 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'public' modifier. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 125). | 82 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 104 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 109 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 111 | |
| sizes | LineLength | Line is longer than 120 characters (found 210). | 143 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 162 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 164 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 335 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 415 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 416 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 417 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 418 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 419 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 420 | |
| indentation | Indentation | 'lambda arguments' have incorrect indentation level 20, expected level should be 16. | 428 |
| 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'. | 29 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 46 |
| 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). | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 169 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 170 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | '(' is followed by whitespace. | 46 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 126). | 24 |
| 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). | 52 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 54 | |
| 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 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 135 |
| 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 |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.util.EmptyConstraintDefinition' import. Should be before 'org.opendaylight.yangtools.yang.model.api.RevisionAwareXPath'. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 132). | 72 |
| 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. | 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. | 199 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 200 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 201 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 209 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 210 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 211 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 212 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 213 |
| 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 'java.util.Set' import. Should be before 'javax.annotation.Nonnull'. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 134). | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 129). | 48 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 53 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 126). | 32 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 113 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 114 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 125 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 126 |
| 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 |
|---|---|---|---|---|
| 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. | 40 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 123). | 30 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 103 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 104 | |
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.util.Objects' should be separated from previous import group by one line. | 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 130). | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 128). | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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. | 150 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 151 |
| 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). | 26 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 64 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 65 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 66 |
| 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). | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'public' modifier. | 36 | |
| design | OneTopLevelClass | Top-level class ConstraintFactory has to reside in its own source file. | 102 | |
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 103 | |
| design | OneTopLevelClass | Top-level class ListConstraintFactory has to reside in its own source file. | 106 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 121 | |
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 121 | |
| design | OneTopLevelClass | Top-level class LengthConstraintFactory has to reside in its own source file. | 124 | |
| design | OneTopLevelClass | Top-level class RangeConstraintFactory has to reside in its own source file. | 133 | |
| design | OneTopLevelClass | Top-level class PatternConstraintFactory has to reside in its own source file. | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | MemberName | Member name 'qName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 138). | 30 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 125). | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 130). | 23 | |
| sizes | LineLength | Line is longer than 120 characters (found 158). | 28 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 36 |
| 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). | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 123). | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 93 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 105 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 128). | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 121). | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'lambda arguments' have incorrect indentation level 16, expected level should be 12. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'lambda arguments' have incorrect indentation level 16, expected level should be 12. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | MethodParamPad | '(' should be on the previous line. | 35 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 37 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 39 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 41 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 45 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 88 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 90 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 'qNames' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSinglelineJava | Line contains console output. | 25 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 41 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'lambda arguments' have incorrect indentation level 16, expected level should be 12. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 'qNames' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 36 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 43 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 50 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 57 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 64 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 123). | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 94 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 107 | |
| 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. | 134 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 135 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 154 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 166 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'bitA' 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). | 208 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 242 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 255 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 268 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 281 | |
| naming | ParameterName | Parameter name 'qNameModule' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 336 | |
| indentation | Indentation | 'lambda arguments' have incorrect indentation level 16, expected level should be 12. | 339 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 108 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 127). | 35 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 46 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 57 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 68 | |
| 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 124). | 37 | |
| 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 127). | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 124). | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 29 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '75'. | 113 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 203 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 |
| 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 | JavadocStyle | Javadoc has empty description section. | 12 | |
| 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. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 35 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| naming | LocalVariableName | Local variable name 'n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 46 | |
| naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 52 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 91 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 91 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 100 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 100 | |
| naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 132 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 138 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 138 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 10 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 121 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 136 | |
| naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 141 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ConstantName | Name 'fooNS' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 45 | |
| naming | ConstantName | Name 'barNS' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 | |
| naming | ConstantName | Name 'bazNS' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 47 | |
| 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). | 72 | |
| 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). | 190 | |
| 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). | 292 | |
| 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). | 412 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 12. | 37 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 39 |
| 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 by one line. | 11 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.File' import. Should be before 'org.opendaylight.yangtools.yang.model.api.SchemaContext'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.junit.Test' import. Should be before 'org.opendaylight.yangtools.yang.model.api.SchemaContext'. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 35 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 37 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 38 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 39 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 40 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 42 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 43 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 44 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 44 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 46 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 46 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 47 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 48 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 50 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 51 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 53 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 54 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 55 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 55 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 55 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 56 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 56 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 57 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 121). | 121 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 49 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 50 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 51 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 52 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 53 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 54 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 55 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 56 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 57 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 58 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 59 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 60 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 61 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 62 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 63 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 64 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 65 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 66 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 67 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 68 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 69 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.net.URI' should be separated from previous import group by one line. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 132). | 49 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 90 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 131 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSinglelineJava | Line contains console output. | 50 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 64 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 78 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | VariableDeclarationUsageDistance | Distance between variable 'patternConstraints3' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 73 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'patternConstraint3' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 39 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 39 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 40 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 40 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 41 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 41 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 121). | 88 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 122). | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 48 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 49 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 50 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 51 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 52 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 53 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 54 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 55 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 56 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 57 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 58 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 59 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 60 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 61 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 62 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 63 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 64 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 81 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 82 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 83 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 84 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 85 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 86 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 87 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 88 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 89 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 90 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 91 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 92 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 93 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 94 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 95 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 96 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 48 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: 'while' is not followed by whitespace. | 62 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 147). | 33 | |
| naming | ParameterName | Parameter name 'qNames' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 148). | 34 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 37 | |
| naming | ParameterName | Parameter name 'qNames' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 35 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 36 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 37 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 38 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 39 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 40 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 41 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 42 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 43 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 44 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 45 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 'qNames' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | ',' should be separated from previous statement. | 35 | |
| coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 35 | |
| whitespace | EmptyLineSeparator | ',' should be separated from previous statement. | 36 | |
| coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 36 | |
| whitespace | EmptyLineSeparator | ',' should be separated from previous statement. | 37 | |
| coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 37 | |
| naming | LocalVariableName | Local variable name 'date_s' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 46 | |
| naming | MethodName | Method name 'InferenceExceptionChoiceTest' must match pattern '^[a-z][a-zA-Z0-9_]*$'. | 534 | |
| naming | MethodName | Method name 'InferenceExceptionCaseTest' must match pattern '^[a-z][a-zA-Z0-9_]*$'. | 540 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 128). | 95 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 145 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 150 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 126). | 188 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 269 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 386 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 394 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 279 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 294 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 309 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 310 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 325 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 326 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 341 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 342 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 357 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 358 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 365 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 376 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 377 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 384 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 395 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 396 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | VariableDeclarationUsageDistance | Distance between variable 'q4' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 61 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'q5' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 62 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'q6' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 63 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'q7' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 82 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 83 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 84 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 85 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 86 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 87 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 88 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 89 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 90 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 91 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 92 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 93 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 94 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ConstantName | Name 'cont' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 58 | |
| naming | ConstantName | Name 'feature1' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 59 | |
| naming | ConstantName | Name 'contSchemaPath' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 61 | |
| naming | ConstantName | Name 'feature1SchemaPath' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 | 'case' child have incorrect indentation level 12, expected level should be 16. | 68 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 69 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 70 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 71 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 103 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 104 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 105 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 106 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 107 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 108 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 109 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 142 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 143 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 144 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 145 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 141). | 74 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 98 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 137 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 156 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 165 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 185 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 207 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 239 | |
| sizes | LineLength | Line is longer than 120 characters (found 172). | 262 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 287 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 317 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 323 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 329 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 335 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 341 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 347 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 353 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 362 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 416 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 418 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 423 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 429 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 443 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | VariableDeclarationUsageDistance | Distance between variable 'grp1' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 137). | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 142). | 67 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 69 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 71 | |
| sizes | LineLength | Line is longer than 120 characters (found 151). | 73 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 75 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 108 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | MissingSwitchDefault | switch without "default" clause. | 410 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 411 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 412 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 413 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 414 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 415 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 416 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 417 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 418 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 419 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 420 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 421 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 422 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 423 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 424 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 425 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 426 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 427 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 428 | |
| 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). | 441 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | MethodParamPad | '(' should be on the previous line. | 101 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 105 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 109 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | '(' is followed by whitespace. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 131). | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 150). | 95 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 97 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 50 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 67 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 84 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 100 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 141). | 45 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 61 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | LocalVariableName | Local variable name 'yangTypesModule_20100924' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 178 | |
| naming | LocalVariableName | Local variable name 'yangTypesModule_20130516' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 180 | |
| naming | LocalVariableName | Local variable name 'yangTypesModule_20130715' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 182 | |
| naming | ParameterName | Parameter name 'dateTimeTypeDef_20100924' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 204 | |
| naming | LocalVariableName | Local variable name 'interfacesModule_20121115' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 209 | |
| naming | ParameterName | Parameter name 'dateTimeTypeDef_20130715' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 221 | |
| naming | LocalVariableName | Local variable name 'monitoringModule_20101004' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 226 | |
| naming | LocalVariableName | Local variable name 'yangTypesModule_20100924' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 277 | |
| naming | LocalVariableName | Local variable name 'yangTypesModule_20130516' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 279 | |
| naming | LocalVariableName | Local variable name 'yangTypesModule_20130715' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 281 | |
| naming | ParameterName | Parameter name 'dateTimeTypeDef_20100924' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 304 | |
| naming | LocalVariableName | Local variable name 'interfacesModule_20121115' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 314 | |
| naming | ParameterName | Parameter name 'dateTimeTypeDef_20130715' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 335 | |
| naming | LocalVariableName | Local variable name 'monitoringModule_19700101' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 346 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 378 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 383 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 387 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 391 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 58 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 60 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 64 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 66 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be one of the following: 12, 54, 56. | 33 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be one of the following: 12, 54, 56. | 34 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be one of the following: 12, 54, 56. | 35 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 38 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be one of the following: 12, 54, 56. | 60 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 63 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be one of the following: 12, 54, 56. | 79 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be one of the following: 12, 54, 56. | 80 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be one of the following: 12, 54, 56. | 81 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be one of the following: 12, 54, 56. | 82 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be one of the following: 12, 54, 56. | 83 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be one of the following: 12, 54, 56. | 84 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be one of the following: 12, 54, 56. | 85 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be one of the following: 12, 54, 56. | 86 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 89 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be one of the following: 12, 54, 56. | 107 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 110 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be one of the following: 12, 54, 56. | 127 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 146). | 62 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 64 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'lambda arguments' have incorrect indentation level 12, expected level should be 8. | 46 | |
| indentation | Indentation | 'lambda arguments' have incorrect indentation level 12, expected level should be 8. | 49 | |
| naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 57 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 149 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '154'. | 177 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 193 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 214 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 217 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 223 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 238 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '183'. | 238 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSinglelineJava | Line contains console output. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 135). | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 385 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | MemberName | Member name 'UG_REV' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 44 | |
| naming | MemberName | Member name 'GD_REV' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 45 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 56 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 58 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSinglelineJava | Line contains console output. | 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 |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 138). | 55 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 58 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 59 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 109 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 171 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 175 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 130). | 170 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 174 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 181 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 234 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 370 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 423 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 452 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 472 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 516 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 597 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 598 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 636 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 687 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 689 | |
| naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 766 | |
| regexp | RegexpSinglelineJava | Line contains printStacktrace(). | 815 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 850 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ConstantName | Name 'types2Module' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 39 | |
| naming | ConstantName | Name 'lfDecimal' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 | |
| naming | ConstantName | Name 'lfMyString' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 43 | |
| naming | ConstantName | Name 'lfInt8' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 44 | |
| naming | ConstantName | Name 'lfInt16' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 45 | |
| naming | ConstantName | Name 'lfInt32' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 | |
| naming | ConstantName | Name 'lfInt64' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 47 | |
| naming | ConstantName | Name 'lfUInt8' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 | |
| naming | ConstantName | Name 'lfUInt16' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 | |
| naming | ConstantName | Name 'lfUInt32' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 | |
| naming | ConstantName | Name 'lfUInt64' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 51 | |
| naming | ConstantName | Name 'lfBool' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 52 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 131). | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 121). | 28 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 44 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 122). | 112 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 129). | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 48 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 49 |
| 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. | 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | MethodParamPad | '(' should be on the previous line. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 123). | 52 |
| 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 | 'StatementStreamSource' have incorrect indentation level 4, expected level should be 8. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 125). | 49 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 144). | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext.Mutable' import. Should be before 'org.opendaylight.yangtools.yang.parser.spi.meta.SubstatementValidator'. | 16 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 27 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 40 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 52 |
| 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 |