The following document contains the results of Checkstyle 6.16 with odl_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | EmptyBlock
|
3 | |
LeftCurly
|
15 | ||
RightCurly
|
22 | ||
| RightCurly | 22 | ||
| coding | EmptyStatement | 1 | |
| IllegalCatch | 10 | ||
| MissingSwitchDefault | 1 | ||
| MultipleVariableDeclarations | 2 | ||
| OverloadMethodsDeclarationOrder | 11 | ||
| VariableDeclarationUsageDistance | 148 | ||
| imports | CustomImportOrder
|
31 | |
| UnusedImports | 1 | ||
| indentation | Indentation
|
31 | |
| javadoc | JavadocParagraph
|
13 | |
JavadocStyle
|
232 | ||
| JavadocTagContinuationIndentation | 4 | ||
| NonEmptyAtclauseDescription | 5 | ||
| modifier | RedundantModifier | 13 | |
| naming | ConstantName | 14 | |
LocalVariableName
|
184 | ||
PackageName
|
38 | ||
ParameterName
|
5 | ||
| regexp | RegexpSingleline
|
1 | |
RegexpSinglelineJava
|
2 | ||
| sizes | LineLength
|
26 | |
| whitespace | EmptyLineSeparator
|
42 | |
FileTabCharacter
|
2 | ||
| GenericWhitespace | 21 | ||
| MethodParamPad | 2 | ||
OperatorWrap
|
2 | ||
| ParenPad | 7 | ||
SeparatorWrap
|
1 | ||
SeparatorWrap
|
1 | ||
WhitespaceAround
|
11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | LocalVariableName | Local variable name 'lSupportingFa' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | LocalVariableName | Local variable name 'lUnderlayTopology' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 117 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 179 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'forwardingAdjAnnounceInputBuilder' declaration and its first usage is 19, 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). | 266 | |
| naming | LocalVariableName | Local variable name 'lTpId' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 272 | |
| naming | LocalVariableName | Local variable name 'lAttribute' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 298 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'networkTopologyRef' 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). | 304 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 308 | |
| sizes | LineLength | Line is longer than 120 characters (found 170). | 309 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 328 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 395 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 425 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 444 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 464 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | VariableDeclarationUsageDistance | Distance between variable 'map' declaration and its first usage is 14, 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 | |
| naming | LocalVariableName | Local variable name 'lProvider' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | LocalVariableName | Local variable name 'lProvider' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 106 | |
| naming | LocalVariableName | Local variable name 'bInventoryTopologyProvider' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 109 | |
| naming | LocalVariableName | Local variable name 'bMultitechnologyTopologyProvider' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 110 | |
| naming | LocalVariableName | Local variable name 'bMultilayerTopologyProvider' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 111 | |
| blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 117 | |
| blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 120 | |
| indentation | Indentation | 'if' child have incorrect indentation level 15, expected level should be 16. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | LocalVariableName | Local variable name 'lUnderlayTopology' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 106 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'parser' 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). | 137 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 176 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 260 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 323 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 381 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 416 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 418 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 426 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.NotificationPublishService' import. Should be before 'org.opendaylight.controller.sal.binding.api.RpcProviderRegistry'. | 27 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 102 | |
| naming | LocalVariableName | Local variable name 'sTopologyName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 135 | |
| naming | LocalVariableName | Local variable name 'lNode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 137 | |
| naming | LocalVariableName | Local variable name 'lLink' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 138 | |
| naming | LocalVariableName | Local variable name 'lTp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 146 | |
| naming | LocalVariableName | Local variable name 'lNode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 173 | |
| naming | LocalVariableName | Local variable name 'lLink' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 174 | |
| naming | LocalVariableName | Local variable name 'lTp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 179 | |
| naming | LocalVariableName | Local variable name 'lUnderlay' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 225 | |
| naming | LocalVariableName | Local variable name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 230 | |
| naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 231 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 275 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 280 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 486 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 646 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 50 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.NotificationPublishService' import. Should be before 'org.opendaylight.controller.sal.binding.api.RpcProviderRegistry'. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.topology.multitechnology.rev150122.multitechnology.topology.type.MultitechnologyTopology. | 47 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'key' 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). | 151 | |
| naming | LocalVariableName | Local variable name 'lUnderlayTopology' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 160 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 194 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'mlmtTopologyIid' declaration and its first usage is 38, 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). | 217 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 291 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'exampleIid' declaration and its first usage is 37, 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). | 404 | |
| naming | LocalVariableName | Local variable name 'lTp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 420 | |
| naming | LocalVariableName | Local variable name 'lNode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 424 | |
| naming | LocalVariableName | Local variable name 'lLink' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 467 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 482 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ConstantName | Name 'topologyName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 41 | |
| naming | ConstantName | Name 'inventoryNodeName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 | |
| naming | ConstantName | Name 'inventoryTpName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 152). | 69 | |
| sizes | LineLength | Line is longer than 120 characters (found 186). | 70 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 71 | |
| sizes | LineLength | Line is longer than 120 characters (found 173). | 72 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 76 | |
| sizes | LineLength | Line is longer than 120 characters (found 189). | 77 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 78 | |
| sizes | LineLength | Line is longer than 120 characters (found 175). | 79 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 130 | |
| naming | LocalVariableName | Local variable name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 170 | |
| naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 171 | |
| naming | LocalVariableName | Local variable name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 185 | |
| naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 186 | |
| naming | LocalVariableName | Local variable name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 200 | |
| naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 201 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | VariableDeclarationUsageDistance | Distance between variable 'attributeKey' 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). | 120 | |
| naming | LocalVariableName | Local variable name 'lMtInfo' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 134 | |
| naming | LocalVariableName | Local variable name 'lTpId' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 140 | |
| naming | LocalVariableName | Local variable name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 178 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 139). | 37 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 42 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 57 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 62 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 82 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 86 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 91 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ConstantName | Name 'topologyName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 | |
| naming | ConstantName | Name 'nodeName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 43 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'tedBuilder' 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). | 59 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'isisNodeAttributesBuilder' 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). | 60 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'igpNodeAttributes1Builder' 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). | 61 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'tedBuilder' declaration and its first usage is 17, 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). | 97 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'isisLinkAttributedBuilder' declaration and its first usage is 11, 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). | 100 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'igpLinkAttributes1Builder' 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). | 101 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 4. | 135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 111 | |
| blocks | LeftCurly | '{' at column 43 should have line break after. | 134 | |
| blocks | RightCurly | '}' at column 58 should be alone on a line. | 134 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 141 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 168 | |
| blocks | LeftCurly | '{' at column 43 should have line break after. | 191 | |
| blocks | RightCurly | '}' at column 58 should be alone on a line. | 191 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 198 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 225 | |
| blocks | LeftCurly | '{' at column 42 should have line break after. | 248 | |
| blocks | RightCurly | '}' at column 57 should be alone on a line. | 248 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 255 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 282 | |
| blocks | LeftCurly | '{' at column 42 should have line break after. | 305 | |
| blocks | RightCurly | '}' at column 57 should be alone on a line. | 305 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 312 | |
| blocks | EmptyBlock | Empty catch block. | 357 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 22 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 23 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 24 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 27 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 28 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 29 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 32 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 33 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 34 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 37 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 38 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 39 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 42 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 43 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 46 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 47 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 50 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 51 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 54 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 55 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 56 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 57 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 60 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 61 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '51'. | 61 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 64 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 65 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 66 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '56'. | 66 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 67 | |
| naming | ParameterName | Parameter name 'TpId' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 69 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 70 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 71 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 74 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '61'. | 74 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 75 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 78 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '66'. | 78 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 79 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 83 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '70'. | 83 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | ')' is preceded with whitespace. | 303 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '338'. | 407 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '379'. | 414 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '407'. | 508 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '414'. | 529 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '474'. | 556 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorId' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.NodeKey'. | 21 | |
| coding | EmptyStatement | Empty statement. | 110 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 244 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 245 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 246 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 247 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 248 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 249 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 250 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 251 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 252 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 253 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 42 should have line break after. | 132 | |
| blocks | RightCurly | '}' at column 57 should be alone on a line. | 132 | |
| blocks | LeftCurly | '{' at column 42 should have line break after. | 160 | |
| blocks | RightCurly | '}' at column 57 should be alone on a line. | 160 | |
| blocks | LeftCurly | '{' at column 42 should have line break after. | 175 | |
| blocks | RightCurly | '}' at column 57 should be alone on a line. | 175 | |
| blocks | LeftCurly | '{' at column 46 should have line break after. | 208 | |
| blocks | RightCurly | '}' at column 61 should be alone on a line. | 208 | |
| blocks | LeftCurly | '{' at column 46 should have line break after. | 248 | |
| blocks | RightCurly | '}' at column 61 should be alone on a line. | 248 | |
| blocks | LeftCurly | '{' at column 46 should have line break after. | 289 | |
| blocks | RightCurly | '}' at column 61 should be alone on a line. | 289 | |
| naming | LocalVariableName | Local variable name 'lSupporting' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 317 | |
| naming | LocalVariableName | Local variable name 'lTp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 325 | |
| blocks | LeftCurly | '{' at column 42 should have line break after. | 345 | |
| blocks | RightCurly | '}' at column 57 should be alone on a line. | 345 | |
| naming | LocalVariableName | Local variable name 'lSupporting' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 368 | |
| naming | LocalVariableName | Local variable name 'lTpId' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 390 | |
| blocks | LeftCurly | '{' at column 42 should have line break after. | 416 | |
| blocks | RightCurly | '}' at column 57 should be alone on a line. | 416 | |
| naming | LocalVariableName | Local variable name 'lTpId' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 433 | |
| naming | LocalVariableName | Local variable name 'lSupporting' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 462 | |
| blocks | LeftCurly | '{' at column 42 should have line break after. | 484 | |
| blocks | RightCurly | '}' at column 57 should be alone on a line. | 484 | |
| naming | LocalVariableName | Local variable name 'lSupporting' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 504 | |
| blocks | LeftCurly | '{' at column 42 should have line break after. | 524 | |
| blocks | RightCurly | '}' at column 57 should be alone on a line. | 524 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 132 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 149 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 181 | |
| naming | LocalVariableName | Local variable name 'lNode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 189 | |
| naming | LocalVariableName | Local variable name 'lNodeNames' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 195 | |
| naming | LocalVariableName | Local variable name 'cNode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 196 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 215 | |
| naming | LocalVariableName | Local variable name 'lNode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 224 | |
| naming | LocalVariableName | Local variable name 'lNodeNames' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 227 | |
| naming | LocalVariableName | Local variable name 'cNode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 228 | |
| naming | LocalVariableName | Local variable name 'sNodeName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 229 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 248 | |
| naming | LocalVariableName | Local variable name 'lNode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 257 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 286 | |
| naming | LocalVariableName | Local variable name 'lNode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 295 | |
| naming | LocalVariableName | Local variable name 'lNodeNames' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 300 | |
| naming | LocalVariableName | Local variable name 'lTpNames' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 301 | |
| naming | LocalVariableName | Local variable name 'cNode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 302 | |
| naming | LocalVariableName | Local variable name 'sNodeName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 303 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 305 | |
| naming | LocalVariableName | Local variable name 'lTp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 306 | |
| naming | LocalVariableName | Local variable name 'cTpName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 309 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 334 | |
| naming | LocalVariableName | Local variable name 'lNode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 343 | |
| naming | LocalVariableName | Local variable name 'cNode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 346 | |
| naming | LocalVariableName | Local variable name 'sNodeName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 347 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'linkBuilder' 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). | 363 | |
| naming | LocalVariableName | Local variable name 'sLinkName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 364 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'linkKey' 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). | 366 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 385 | |
| naming | LocalVariableName | Local variable name 'lLink' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 394 | |
| naming | LocalVariableName | Local variable name 'lLinkNames' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 397 | |
| naming | LocalVariableName | Local variable name 'cLink' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 398 | |
| naming | LocalVariableName | Local variable name 'cLinkName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 399 | |
| naming | LocalVariableName | Local variable name 'sLinkName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 411 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 421 | |
| naming | LocalVariableName | Local variable name 'lLink' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 430 | |
| naming | LocalVariableName | Local variable name 'lLinkNames' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 433 | |
| naming | LocalVariableName | Local variable name 'cLink' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 434 | |
| naming | LocalVariableName | Local variable name 'cLinkName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 435 | |
| naming | LocalVariableName | Local variable name 'sLinkName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 447 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 457 | |
| naming | LocalVariableName | Local variable name 'lLink' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 466 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 548 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 570 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'tpName' 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). | 596 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 611 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 650 | |
| blocks | EmptyBlock | Empty catch block. | 680 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | VariableDeclarationUsageDistance | Distance between variable 'linkBuilder' 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). | 176 | |
| naming | LocalVariableName | Local variable name 'sLinkName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 181 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'linkKey' 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). | 183 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 34 should have line break after. | 25 | |
| blocks | RightCurly | '}' at column 50 should be alone on a line. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 121). | 54 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'linkBuilder' 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). | 188 | |
| naming | LocalVariableName | Local variable name 'sLinkName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 189 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'linkKey' 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). | 191 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | LocalVariableName | Local variable name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 26 | |
| naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 27 | |
| naming | LocalVariableName | Local variable name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 32 | |
| naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 34 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 63 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 73 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 85 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'if' child have incorrect indentation level 11, expected level should be 12. | 126 | |
| indentation | Indentation | 'else' child have incorrect indentation level 11, expected level should be 12. | 128 | |
| naming | LocalVariableName | Local variable name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 166 | |
| naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 167 | |
| naming | LocalVariableName | Local variable name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 181 | |
| naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 182 | |
| naming | LocalVariableName | Local variable name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 196 | |
| naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 197 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | VariableDeclarationUsageDistance | Distance between variable 'headTpId' 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). | 305 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 354 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 363 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 365 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 371 | |
| naming | LocalVariableName | Local variable name 'aLink' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 405 | |
| naming | LocalVariableName | Local variable name 'aLink' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 462 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 466 | |
| naming | LocalVariableName | Local variable name 'iErrorBuilder' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 608 | |
| naming | LocalVariableName | Local variable name 'lAttribute' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 623 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 642 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 648 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 657 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 663 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 668 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 737 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 739 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 744 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 752 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'okBuilder' declaration and its first usage is 11, 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). | 766 | |
| naming | LocalVariableName | Local variable name 'iErrorBuilder' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 770 | |
| naming | LocalVariableName | Local variable name 'aLinkToExclude' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 777 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'directionalityInfo' 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). | 779 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 796 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 801 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 846 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 853 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | LocalVariableName | Local variable name 'lUnderlayTopology' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 165 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 233 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 252 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 272 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 284 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 304 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 324 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 342 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 368 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 394 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 416 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 506 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 526 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 544 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'topologyIid' declaration and its first usage is 21, 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). | 553 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'nodeId2' 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). | 556 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'tpId2' 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). | 557 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'forwardingAdjAnnounceInputBuilder' declaration and its first usage is 21, 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). | 562 | |
| naming | LocalVariableName | Local variable name 'lTpId' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 578 | |
| naming | LocalVariableName | Local variable name 'lAttribute' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 612 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'networkTopologyRef' 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). | 615 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 619 | |
| sizes | LineLength | Line is longer than 120 characters (found 170). | 620 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 621 | |
| sizes | LineLength | Line is longer than 120 characters (found 168). | 622 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'ted' have incorrect indentation level 8, expected level should be 12. | 58 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 4. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | LocalVariableName | Local variable name 'lUnderlayTopology' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 91 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | LocalVariableName | Local variable name 'lUnderlayTopology' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 103 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 154 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | LocalVariableName | Local variable name 'lUnderlayTopology' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 142 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'parser' 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). | 173 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 214 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 288 | |
| naming | LocalVariableName | Local variable name 'lIpv4LocalAddress' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 330 | |
| naming | LocalVariableName | Local variable name 'lIpv6LocalAddress' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 339 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'metric' declaration and its first usage is 12, 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). | 472 | |
| naming | LocalVariableName | Local variable name 'lUnreservedBandwidth' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 487 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 488 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 488 | |
| whitespace | WhitespaceAround | WhitespaceAround: '<=' is not followed by whitespace. | 488 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 596 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 627 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 670 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 701 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 14 |
| 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. | 17 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 26 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 26 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 43 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 43 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 50 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 50 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 57 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 57 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 64 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 20 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 74 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 74 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 90 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 20 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 49 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 49 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 56 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 56 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 63 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 63 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 70 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 70 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 77 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 77 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 84 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 84 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 92 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 92 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 99 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 99 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 106 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 106 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 113 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 48 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'nodeYiid' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 77 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'nodeValueWithIp' 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). | 81 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'physicalNode' 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). | 92 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'physicalNode' 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). | 158 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'nodeName' 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). | 194 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'nodeValue' 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). | 196 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'nodePathArgument' 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). | 206 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.Maps' import. Should be before 'org.opendaylight.yangtools.yang.model.api.SchemaContext'. | 84 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.CheckedFuture' import. Should be before 'org.opendaylight.yangtools.yang.model.api.SchemaContext'. | 85 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 87 | |
| naming | LocalVariableName | Local variable name 'cBuilder' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 161 | |
| naming | LocalVariableName | Local variable name 'cBuilder' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 173 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'networkBuilder' declaration and its first usage is 9, 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). | 253 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'mappings' 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). | 256 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'networkBuilder' declaration and its first usage is 9, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 285 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'mappings' 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). | 288 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'networkBuilder' declaration and its first usage is 9, 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). | 338 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'mappings' 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). | 341 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'networkBuilder' declaration and its first usage is 9, 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). | 379 | |
| naming | LocalVariableName | Local variable name 'fBuilder' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 380 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'filters' 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). | 382 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableAugmentationNodeBuilder'. | 75 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.Maps' import. Should be before 'org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableAugmentationNodeBuilder'. | 76 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.AbstractCheckedFuture' import. Should be before 'org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableAugmentationNodeBuilder'. | 77 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 79 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'yiid' 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). | 136 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'node' 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). | 215 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 43 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'wrapperName' 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). | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 49 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'wrapperName' 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). | 151 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 16, 20. | 260 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 16, 20. | 261 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be one of the following: 12, 16. | 262 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 262 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 31 | |
| whitespace | EmptyLineSeparator | 'INTERFACE_DEF' should be separated from previous statement. | 34 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 27 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 27 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 37 | |
| naming | ConstantName | Name 'itemIdentifier' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 44 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 123 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 123 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 134 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 134 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 141 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 141 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 44 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'nodeYiid' declaration and its first usage is 10, 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). | 69 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'testNode' 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). | 76 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'physicalNode' 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). | 88 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'nodePathArgument' 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). | 89 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'testNode' 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). | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.slf4j.LoggerFactory'. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 156 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 156 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 167 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 167 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNodes'. | 46 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 69 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'nodeYiid' declaration and its first usage is 11, 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). | 81 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'testNode' 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). | 86 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'physicalNode' 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). | 100 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'nodePathArgument' 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). | 102 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 109 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 147 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'nodeYiid' declaration and its first usage is 10, 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). | 152 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'testNode' 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). | 157 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'physicalNode' 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). | 169 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'nodePathArgument' 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). | 171 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 178 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'nodeYiid' declaration and its first usage is 9, 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). | 193 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'testNode' 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). | 198 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'physicalNode' 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). | 208 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'nodePathArgument' 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). | 210 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 217 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 232 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 232 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 33 | |
| whitespace | EmptyLineSeparator | ',' should be separated from previous statement. | 61 | |
| coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 61 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'topo1' 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). | 89 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'topo2' 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). | 90 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 114 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 122 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 129 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 190 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 197 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 204 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 239 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 246 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 281 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 288 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 322 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 330 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'leafYiid61' 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). | 397 |
| 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. | 18 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 18 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 21 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 23 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 23 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 26 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 28 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 28 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 63 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 142 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 16. | 145 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 148 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 41 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'link2' 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). | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 43 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 45 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 46 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 74 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 74 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 115 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 115 | |
| blocks | EmptyBlock | Empty catch block. | 257 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 30 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 42 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 42 | |
| whitespace | WhitespaceAround | WhitespaceAround: '!=' is not preceded with whitespace. | 65 | |
| whitespace | WhitespaceAround | WhitespaceAround: '!=' is not preceded with whitespace. | 65 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 183 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 183 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 40 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'item1' 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). | 134 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 16 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 71 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 54 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 80 | |
| naming | ParameterName | Parameter name 'uItem' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 180 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'while' is not followed by whitespace. | 319 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 57 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 105 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 274 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 284 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 338 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 348 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'nodeYiid' 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). | 390 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'underlayItemInput' 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). | 397 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 496 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 507 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 48 | |
| naming | ParameterName | Parameter name 'uItem' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 103 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'tpId' 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). | 156 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 50 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 32 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 60 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'tpId1' 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). | 85 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'value1' 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). | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 19 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 30 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 30 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 61 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 15 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 56 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 56 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 163 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 163 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 274 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 274 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 279 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 279 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 32 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be one of the following: 12, 16. | 51 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be one of the following: 12, 16. | 52 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be one of the following: 12, 16. | 53 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 12. | 54 | |
| blocks | RightCurly | '}' at column 5 should be alone on a line. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 39 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 61 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 134 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 134 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 146 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 146 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 182 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 203 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 203 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 14 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 43 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 33 | |
| naming | ConstantName | Name 'script' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'physicalNode1' 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). | 123 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'physicalNode2' 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). | 127 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 191 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 34 | |
| coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 56 | |
| whitespace | EmptyLineSeparator | ',' should be separated from previous statement. | 57 | |
| naming | LocalVariableName | Local variable name 'UnderlayItem1' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 99 | |
| naming | LocalVariableName | Local variable name 'UnderlayItem2' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 22 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 23 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 20 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | PackageName | Package name 'org.opendaylight.topoprocessing.impl.operator.filtratorFactory' must match pattern '^[a-z]+(\.[a-z][a-z0-9_]*)*$'. | 8 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 24 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 30 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | PackageName | Package name 'org.opendaylight.topoprocessing.impl.operator.filtratorFactory' must match pattern '^[a-z]+(\.[a-z][a-z0-9_]*)*$'. | 8 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | PackageName | Package name 'org.opendaylight.topoprocessing.impl.operator.filtratorFactory' must match pattern '^[a-z]+(\.[a-z][a-z0-9_]*)*$'. | 8 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | PackageName | Package name 'org.opendaylight.topoprocessing.impl.operator.filtratorFactory' must match pattern '^[a-z]+(\.[a-z][a-z0-9_]*)*$'. | 8 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | PackageName | Package name 'org.opendaylight.topoprocessing.impl.operator.filtratorFactory' must match pattern '^[a-z]+(\.[a-z][a-z0-9_]*)*$'. | 8 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | PackageName | Package name 'org.opendaylight.topoprocessing.impl.operator.filtratorFactory' must match pattern '^[a-z]+(\.[a-z][a-z0-9_]*)*$'. | 8 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 18 | |
| naming | LocalVariableName | Local variable name 'RNFilter' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | PackageName | Package name 'org.opendaylight.topoprocessing.impl.operator.filtratorFactory' must match pattern '^[a-z]+(\.[a-z][a-z0-9_]*)*$'. | 8 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | PackageName | Package name 'org.opendaylight.topoprocessing.impl.operator.filtratorFactory' must match pattern '^[a-z]+(\.[a-z][a-z0-9_]*)*$'. | 8 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 18 | |
| naming | LocalVariableName | Local variable name 'RSFilter' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | PackageName | Package name 'org.opendaylight.topoprocessing.impl.operator.filtratorFactory' must match pattern '^[a-z]+(\.[a-z][a-z0-9_]*)*$'. | 8 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | PackageName | Package name 'org.opendaylight.topoprocessing.impl.operator.filtratorFactory' must match pattern '^[a-z]+(\.[a-z][a-z0-9_]*)*$'. | 9 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | PackageName | Package name 'org.opendaylight.topoprocessing.impl.operator.filtratorFactory' must match pattern '^[a-z]+(\.[a-z][a-z0-9_]*)*$'. | 8 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | PackageName | Package name 'org.opendaylight.topoprocessing.impl.operator.filtratorFactory' must match pattern '^[a-z]+(\.[a-z][a-z0-9_]*)*$'. | 8 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | PackageName | Package name 'org.opendaylight.topoprocessing.impl.operator.filtratorFactory' must match pattern '^[a-z]+(\.[a-z][a-z0-9_]*)*$'. | 8 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | PackageName | Package name 'org.opendaylight.topoprocessing.impl.operator.filtratorFactory' must match pattern '^[a-z]+(\.[a-z][a-z0-9_]*)*$'. | 8 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | PackageName | Package name 'org.opendaylight.topoprocessing.impl.operator.filtratorFactory' must match pattern '^[a-z]+(\.[a-z][a-z0-9_]*)*$'. | 8 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.SetMultimap' import. Should be before 'org.opendaylight.yangtools.yang.model.util.AbstractSchemaContext'. | 57 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Preconditions' import. Should be before 'org.slf4j.LoggerFactory'. | 79 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 214 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'nodeAggregator' 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). | 253 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 336 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 336 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 373 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 376 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 576 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 576 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '171'. | 579 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 628 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 628 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 635 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 635 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 85 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'nodeInfoMock' declaration and its first usage is 12, 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). | 294 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'leafPathMock' declaration and its first usage is 15, 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). | 295 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'translartorMock' 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). | 296 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'instanceIdentifierBuilderMock' 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). | 297 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'linksInformations' declaration and its first usage is 18, 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). | 298 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 432 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.slf4j.LoggerFactory'. | 43 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 97 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 149 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 149 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 186 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 186 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.opendaylight.yangtools.yang.data.api.schema.tree.ModificationType'. | 53 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 55 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 246 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 52 | |
| naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 33 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 33 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 40 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 16 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 35 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 35 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 42 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 42 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 49 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 49 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 56 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 56 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 63 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 24 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 24 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 31 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 17 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 40 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 40 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 47 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 47 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 54 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 28 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 70 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 70 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 72 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | PackageName | Package name 'org.opendaylight.topoprocessing.impl.testUtilities' must match pattern '^[a-z]+(\.[a-z][a-z0-9_]*)*$'. | 9 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | PackageName | Package name 'org.opendaylight.topoprocessing.impl.testUtilities' must match pattern '^[a-z]+(\.[a-z][a-z0-9_]*)*$'. | 9 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | PackageName | Package name 'org.opendaylight.topoprocessing.impl.testUtilities' must match pattern '^[a-z]+(\.[a-z][a-z0-9_]*)*$'. | 9 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | PackageName | Package name 'org.opendaylight.topoprocessing.impl.testUtilities' must match pattern '^[a-z]+(\.[a-z][a-z0-9_]*)*$'. | 8 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 14 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 13 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 18 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.ImmutableList' import. Should be before 'org.opendaylight.yangtools.yang.test.util.YangParserTestUtils'. | 44 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 46 | |
| naming | LocalVariableName | Local variable name 'qName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 83 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 91 | |
| naming | LocalVariableName | Local variable name 'qName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 99 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 108 | |
| naming | LocalVariableName | Local variable name 'qName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 116 | |
| naming | LocalVariableName | Local variable name 'qName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 161 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 41 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 41 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 48 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 14 | |
| naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 25 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 27 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 27 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 25 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 54 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 153 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 163 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 194 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 264 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 272 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 310 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 46 | |
| naming | ConstantName | Name 'topologyIdentifierNTModel' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 56 | |
| naming | ConstantName | Name 'nodeIdentifierNTModel' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 59 | |
| naming | ConstantName | Name 'linkIdentifierNTModel' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 61 | |
| naming | ConstantName | Name 'topologyIdentifierI2rsModel' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 64 | |
| naming | ConstantName | Name 'nodeIdentifierI2rsModel' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 67 | |
| naming | ConstantName | Name 'linkIdentifierI2rsModel' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 70 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'topologyTypesYiidNodeAndTerminationPoint' 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). | 207 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'topologyTypesYiidLink' 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). | 210 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'topologyTypesYiidNodeAndTerminationPoint' 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). | 252 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'topologyTypesYiidLink' 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). | 256 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 50 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'nodeYiid' declaration and its first usage is 10, 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). | 81 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'nodeValueWithIp' 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). | 85 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'physicalNode' 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). | 99 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'nodePathArgument' 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). | 101 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'nodeYiid' 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). | 151 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'physicalNode' 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). | 160 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'nodePathArgument' 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). | 162 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'nodePathArgument' 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). | 207 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'nodeYiid' declaration and its first usage is 10, 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). | 226 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'testNode' 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). | 231 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'physicalNode' 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). | 243 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'nodePathArgument' 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). | 245 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 252 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.Maps' import. Should be before 'org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier'. | 85 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.CheckedFuture' import. Should be before 'org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier'. | 86 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 12. | 136 | |
| naming | LocalVariableName | Local variable name 'cBuilder' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 159 | |
| naming | LocalVariableName | Local variable name 'cBuilder' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 171 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'topoBuilder' declaration and its first usage is 9, 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). | 251 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'mappings' 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). | 254 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'topoBuilder' declaration and its first usage is 9, 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). | 283 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'mappings' 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). | 286 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'topoBuilder' declaration and its first usage is 9, 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). | 340 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'mappings' 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). | 343 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'topoBuilder' declaration and its first usage is 9, 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). | 381 | |
| naming | LocalVariableName | Local variable name 'fBuilder' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 382 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'filters' 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). | 384 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableAugmentationNodeBuilder'. | 77 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.Maps' import. Should be before 'org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableAugmentationNodeBuilder'. | 78 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.AbstractCheckedFuture' import. Should be before 'org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableAugmentationNodeBuilder'. | 79 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 81 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'yiid' 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). | 138 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'node' 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). | 217 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNodes'. | 42 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 44 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'wrapperName' 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). | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 44 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'wrapperName' 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). | 145 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 16, 20. | 258 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 16, 20. | 259 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be one of the following: 12, 16. | 260 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 260 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | PackageName | Package name 'org.opendaylight.topoprocessing.inventoryRendering.adapter' must match pattern '^[a-z]+(\.[a-z][a-z0-9_]*)*$'. | 8 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | PackageName | Package name 'org.opendaylight.topoprocessing.inventoryRendering.listener' must match pattern '^[a-z]+(\.[a-z][a-z0-9_]*)*$'. | 9 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 33 | |
| naming | ConstantName | Name 'itemIdentifier' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | PackageName | Package name 'org.opendaylight.topoprocessing.inventoryRendering.listener' must match pattern '^[a-z]+(\.[a-z][a-z0-9_]*)*$'. | 9 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 41 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'nodeYiid' 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). | 66 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'physicalNode' 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). | 81 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'nodePathArgument' 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). | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | PackageName | Package name 'org.opendaylight.topoprocessing.inventoryRendering.listener' must match pattern '^[a-z]+(\.[a-z][a-z0-9_]*)*$'. | 8 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | PackageName | Package name 'org.opendaylight.topoprocessing.inventoryRendering.listener' must match pattern '^[a-z]+(\.[a-z][a-z0-9_]*)*$'. | 9 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 46 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'nodeYiid' 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). | 93 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'physicalNode' 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). | 103 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'nodePathArgument' 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). | 105 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'nodePathArgument' 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). | 152 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | PackageName | Package name 'org.opendaylight.topoprocessing.inventoryRendering.operator' must match pattern '^[a-z]+(\.[a-z][a-z0-9_]*)*$'. | 9 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | PackageName | Package name 'org.opendaylight.topoprocessing.inventoryRendering.operator' must match pattern '^[a-z]+(\.[a-z][a-z0-9_]*)*$'. | 8 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | PackageName | Package name 'org.opendaylight.topoprocessing.inventoryRendering.provider' must match pattern '^[a-z]+(\.[a-z][a-z0-9_]*)*$'. | 9 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | PackageName | Package name 'org.opendaylight.topoprocessing.inventoryRendering.provider' must match pattern '^[a-z]+(\.[a-z][a-z0-9_]*)*$'. | 9 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | PackageName | Package name 'org.opendaylight.topoprocessing.inventoryRendering.request' must match pattern '^[a-z]+(\.[a-z][a-z0-9_]*)*$'. | 8 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | PackageName | Package name 'org.opendaylight.topoprocessing.inventoryRendering.request' must match pattern '^[a-z]+(\.[a-z][a-z0-9_]*)*$'. | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.Maps' import. Should be before 'org.opendaylight.yangtools.yang.model.api.SchemaContext'. | 66 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.CheckedFuture' import. Should be before 'org.opendaylight.yangtools.yang.model.api.SchemaContext'. | 67 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 69 | |
| naming | LocalVariableName | Local variable name 'cBuilder' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 144 | |
| naming | LocalVariableName | Local variable name 'cBuilder' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 156 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | PackageName | Package name 'org.opendaylight.topoprocessing.inventoryRendering.request' must match pattern '^[a-z]+(\.[a-z][a-z0-9_]*)*$'. | 8 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | PackageName | Package name 'org.opendaylight.topoprocessing.inventoryRendering.request' must match pattern '^[a-z]+(\.[a-z][a-z0-9_]*)*$'. | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableAugmentationNodeBuilder'. | 77 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.Maps' import. Should be before 'org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableAugmentationNodeBuilder'. | 78 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.AbstractCheckedFuture' import. Should be before 'org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableAugmentationNodeBuilder'. | 79 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 81 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'yiid' 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). | 137 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'node' 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). | 223 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | PackageName | Package name 'org.opendaylight.topoprocessing.inventoryRendering.translator' must match pattern '^[a-z]+(\.[a-z][a-z0-9_]*)*$'. | 8 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | PackageName | Package name 'org.opendaylight.topoprocessing.inventoryRendering.translator' must match pattern '^[a-z]+(\.[a-z][a-z0-9_]*)*$'. | 8 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | PackageName | Package name 'org.opendaylight.topoprocessing.inventoryRendering.translator' must match pattern '^[a-z]+(\.[a-z][a-z0-9_]*)*$'. | 8 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 47 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 226 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | PackageName | Package name 'org.opendaylight.topoprocessing.inventoryRendering.translator' must match pattern '^[a-z]+(\.[a-z][a-z0-9_]*)*$'. | 8 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | PackageName | Package name 'org.opendaylight.topoprocessing.inventoryRendering.util' must match pattern '^[a-z]+(\.[a-z][a-z0-9_]*)*$'. | 8 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 15 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 48 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | PackageName | Package name 'org.opendaylight.topoprocessing.inventoryRendering.util' must match pattern '^[a-z]+(\.[a-z][a-z0-9_]*)*$'. | 8 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 49 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'nodeYiid' declaration and its first usage is 10, 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). | 78 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'nodeValueWithIp' 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). | 82 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'physicalNode' 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). | 96 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'nodePathArgument' 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). | 98 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'nodeYiid' 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). | 153 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'physicalNode' 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). | 162 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'nodePathArgument' 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). | 165 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'nodeYiid' declaration and its first usage is 10, 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). | 202 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'testNode' 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). | 207 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'physicalNode' 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). | 219 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'nodePathArgument' 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). | 221 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 228 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'nodeName' 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). | 239 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'nodeValue' 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). | 241 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'nodePathArgument' 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). | 251 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.Maps' import. Should be before 'org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier'. | 87 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.CheckedFuture' import. Should be before 'org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier'. | 88 | |
| naming | LocalVariableName | Local variable name 'cBuilder' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 162 | |
| naming | LocalVariableName | Local variable name 'cBuilder' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 174 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'topoBuilder' declaration and its first usage is 9, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 254 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'mappings' 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). | 257 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'topoBuilder' declaration and its first usage is 9, 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). | 286 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'mappings' 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). | 289 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'topoBuilder' declaration and its first usage is 9, 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). | 343 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'mappings' 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). | 346 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'topoBuilder' declaration and its first usage is 9, 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). | 384 | |
| naming | LocalVariableName | Local variable name 'fBuilder' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 385 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'filters' 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). | 387 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableAugmentationNodeBuilder'. | 77 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.Maps' import. Should be before 'org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableAugmentationNodeBuilder'. | 78 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.AbstractCheckedFuture' import. Should be before 'org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableAugmentationNodeBuilder'. | 79 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 81 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 123 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'yiid' 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). | 137 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'node' 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). | 214 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 44 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'wrapperName' 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). | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 44 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'wrapperName' 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). | 145 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 16, 20. | 258 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 16, 20. | 260 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be one of the following: 12, 16. | 262 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 262 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 15 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 21 |