Checkstyle Results

The following document contains the results of Checkstyle 7.6.1 with odl_checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
39 0 307 0

Files

File  I  W  E
org/opendaylight/topology/mlmt/utility/MlmtLinkNameObserver.java 0 3 0
org/opendaylight/topology/mlmt/utility/MlmtLinkObserver.java 0 3 0
org/opendaylight/topology/mlmt/utility/MlmtNodeNameObserver.java 0 1 0
org/opendaylight/topology/mlmt/utility/MlmtOperationProcessor.java 0 1 0
org/opendaylight/topology/mlmt/utility/MlmtOperationProcessorTest.java 0 17 0
org/opendaylight/topology/mlmt/utility/MlmtProviderFactory.java 0 2 0
org/opendaylight/topology/mlmt/utility/MlmtResourceNameCorrelation.java 0 119 0
org/opendaylight/topology/mlmt/utility/MlmtResourceNameCorrelator.java 0 6 0
org/opendaylight/topology/mlmt/utility/MlmtResourceNameCorrelatorTest.java 0 12 0
org/opendaylight/topology/mlmt/utility/MlmtTerminationPointObserver.java 0 4 0
org/opendaylight/topology/mlmt/utility/MlmtTopologyBuilder.java 0 27 0
org/opendaylight/topology/mlmt/utility/MlmtTopologyBuilderTest.java 0 49 0
org/opendaylight/topology/mlmt/utility/MlmtTopologyNotify.java 0 1 0
org/opendaylight/topology/mlmt/utility/MlmtTopologyNotifyTest.java 0 3 0
org/opendaylight/topology/mlmt/utility/MlmtTopologyOperation.java 0 2 0
org/opendaylight/topology/mlmt/utility/MlmtTopologyProvider.java 0 38 0
org/opendaylight/topology/mlmt/utility/MlmtTopologyUpdateTest.java 0 4 0
org/opendaylight/topology/mlmt/utility/MlmtTpIdIpAddress.java 0 4 0
org/opendaylight/topology/mlmt/utility/MlmtTpNameObserver.java 0 4 0
org/opendaylight/topology/mlmt/utility/instanceidentifier/InstanceIdentifiers.java 0 2 0
org/opendaylight/topology/mlmt/utility/instanceidentifier/InstanceIdentifiersTest.java 0 5 0

Rules

Category Rule Violations Severity
blocks EmptyBlock
  • tokens: "LITERAL_TRY, LITERAL_CATCH, LITERAL_FINALLY, LITERAL_IF, LITERAL_ELSE, LITERAL_SWITCH"
  • option: "TEXT"
2  Warning
LeftCurly
  • maxLineLength: "100"
15  Warning
RightCurly
  • tokens: "CLASS_DEF, METHOD_DEF, CTOR_DEF, LITERAL_FOR, STATIC_INIT, INSTANCE_INIT"
  • option: "alone"
15  Warning
RightCurly 15  Warning
coding EmptyStatement 1  Warning
IllegalCatch 2  Warning
OverloadMethodsDeclarationOrder 10  Warning
VariableDeclarationUsageDistance 7  Warning
imports CustomImportOrder
  • thirdPartyPackageRegExp: ".*"
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###THIRD_PARTY_PACKAGE"
1  Warning
indentation Indentation
  • throwsIndent: "4"
  • arrayInitIndent: "4"
  • caseIndent: "4"
  • basicOffset: "4"
  • braceAdjustment: "0"
  • lineWrappingIndentation: "4"
10  Warning
modifier RedundantModifier 132  Warning
naming LocalVariableName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
  • allowOneCharVarInForLoop: "true"
  • tokens: "VARIABLE_DEF"
69  Warning
ParameterName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
1  Warning
sizes LineLength
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
1  Warning
whitespace EmptyLineSeparator
  • allowNoEmptyLineBetweenFields: "true"
  • tokens: "IMPORT, CLASS_DEF, INTERFACE_DEF, ENUM_DEF, STATIC_INIT, INSTANCE_INIT, METHOD_DEF, CTOR_DEF, VARIABLE_DEF"
37  Warning
ParenPad 3  Warning
WhitespaceAround
  • allowEmptyConstructors: "true"
  • allowEmptyMethods: "true"
  • allowEmptyLoops: "true"
  • allowEmptyTypes: "true"
1  Warning

Details

org/opendaylight/topology/mlmt/utility/MlmtLinkNameObserver.java

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'final' modifier. 17
 Warning modifier RedundantModifier Redundant 'final' modifier. 17
 Warning modifier RedundantModifier Redundant 'final' modifier. 18

org/opendaylight/topology/mlmt/utility/MlmtLinkObserver.java

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'final' modifier. 18
 Warning modifier RedundantModifier Redundant 'final' modifier. 18
 Warning modifier RedundantModifier Redundant 'final' modifier. 19

org/opendaylight/topology/mlmt/utility/MlmtNodeNameObserver.java

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'final' modifier. 17

org/opendaylight/topology/mlmt/utility/MlmtOperationProcessor.java

Severity Category Rule Message Line
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 112

org/opendaylight/topology/mlmt/utility/MlmtOperationProcessorTest.java

Severity Category Rule Message Line
 Warning naming LocalVariableName Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 110
 Warning blocks LeftCurly '{' at column 43 should have line break after. 133
 Warning blocks RightCurly '}' at column 58 should be alone on a line. 133
 Warning naming LocalVariableName Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 140
 Warning naming LocalVariableName Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 167
 Warning blocks LeftCurly '{' at column 43 should have line break after. 190
 Warning blocks RightCurly '}' at column 58 should be alone on a line. 190
 Warning naming LocalVariableName Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 197
 Warning naming LocalVariableName Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 224
 Warning blocks LeftCurly '{' at column 42 should have line break after. 247
 Warning blocks RightCurly '}' at column 57 should be alone on a line. 247
 Warning naming LocalVariableName Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 254
 Warning naming LocalVariableName Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 281
 Warning blocks LeftCurly '{' at column 42 should have line break after. 304
 Warning blocks RightCurly '}' at column 57 should be alone on a line. 304
 Warning naming LocalVariableName Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 311
 Warning blocks EmptyBlock Empty catch block. 356

org/opendaylight/topology/mlmt/utility/MlmtProviderFactory.java

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'final' modifier. 21
 Warning modifier RedundantModifier Redundant 'final' modifier. 22

org/opendaylight/topology/mlmt/utility/MlmtResourceNameCorrelation.java

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'final' modifier. 21
 Warning modifier RedundantModifier Redundant 'final' modifier. 21
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 22
 Warning modifier RedundantModifier Redundant 'final' modifier. 22
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 23
 Warning modifier RedundantModifier Redundant 'final' modifier. 23
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 24
 Warning modifier RedundantModifier Redundant 'final' modifier. 24
 Warning modifier RedundantModifier Redundant 'final' modifier. 26
 Warning modifier RedundantModifier Redundant 'final' modifier. 26
 Warning modifier RedundantModifier Redundant 'final' modifier. 26
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 27
 Warning modifier RedundantModifier Redundant 'final' modifier. 27
 Warning modifier RedundantModifier Redundant 'final' modifier. 27
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 28
 Warning modifier RedundantModifier Redundant 'final' modifier. 28
 Warning modifier RedundantModifier Redundant 'final' modifier. 28
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 29
 Warning modifier RedundantModifier Redundant 'final' modifier. 29
 Warning modifier RedundantModifier Redundant 'final' modifier. 29
 Warning modifier RedundantModifier Redundant 'final' modifier. 31
 Warning modifier RedundantModifier Redundant 'final' modifier. 31
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 32
 Warning modifier RedundantModifier Redundant 'final' modifier. 32
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 33
 Warning modifier RedundantModifier Redundant 'final' modifier. 33
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 34
 Warning modifier RedundantModifier Redundant 'final' modifier. 34
 Warning modifier RedundantModifier Redundant 'final' modifier. 36
 Warning modifier RedundantModifier Redundant 'final' modifier. 36
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 37
 Warning modifier RedundantModifier Redundant 'final' modifier. 37
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 38
 Warning modifier RedundantModifier Redundant 'final' modifier. 38
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 39
 Warning modifier RedundantModifier Redundant 'final' modifier. 39
 Warning modifier RedundantModifier Redundant 'final' modifier. 41
 Warning modifier RedundantModifier Redundant 'final' modifier. 41
 Warning modifier RedundantModifier Redundant 'final' modifier. 41
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 42
 Warning modifier RedundantModifier Redundant 'final' modifier. 42
 Warning modifier RedundantModifier Redundant 'final' modifier. 42
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 43
 Warning modifier RedundantModifier Redundant 'final' modifier. 43
 Warning modifier RedundantModifier Redundant 'final' modifier. 43
 Warning modifier RedundantModifier Redundant 'final' modifier. 45
 Warning modifier RedundantModifier Redundant 'final' modifier. 45
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 46
 Warning modifier RedundantModifier Redundant 'final' modifier. 46
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 47
 Warning modifier RedundantModifier Redundant 'final' modifier. 47
 Warning modifier RedundantModifier Redundant 'final' modifier. 49
 Warning modifier RedundantModifier Redundant 'final' modifier. 49
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 50
 Warning modifier RedundantModifier Redundant 'final' modifier. 50
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 51
 Warning modifier RedundantModifier Redundant 'final' modifier. 51
 Warning modifier RedundantModifier Redundant 'final' modifier. 53
 Warning modifier RedundantModifier Redundant 'final' modifier. 53
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 54
 Warning modifier RedundantModifier Redundant 'final' modifier. 54
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 55
 Warning modifier RedundantModifier Redundant 'final' modifier. 55
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 56
 Warning modifier RedundantModifier Redundant 'final' modifier. 56
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 57
 Warning modifier RedundantModifier Redundant 'final' modifier. 57
 Warning modifier RedundantModifier Redundant 'final' modifier. 59
 Warning modifier RedundantModifier Redundant 'final' modifier. 59
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 60
 Warning modifier RedundantModifier Redundant 'final' modifier. 60
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 61
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '51'. 61
 Warning modifier RedundantModifier Redundant 'final' modifier. 61
 Warning modifier RedundantModifier Redundant 'final' modifier. 63
 Warning modifier RedundantModifier Redundant 'final' modifier. 63
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 64
 Warning modifier RedundantModifier Redundant 'final' modifier. 64
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 65
 Warning modifier RedundantModifier Redundant 'final' modifier. 65
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 66
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '56'. 66
 Warning modifier RedundantModifier Redundant 'final' modifier. 66
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 67
 Warning modifier RedundantModifier Redundant 'final' modifier. 67
 Warning modifier RedundantModifier Redundant 'final' modifier. 69
 Warning modifier RedundantModifier Redundant 'final' modifier. 69
 Warning modifier RedundantModifier Redundant 'final' modifier. 69
 Warning naming ParameterName Parameter name 'TpId' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 69
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 70
 Warning modifier RedundantModifier Redundant 'final' modifier. 70
 Warning modifier RedundantModifier Redundant 'final' modifier. 70
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 71
 Warning modifier RedundantModifier Redundant 'final' modifier. 71
 Warning modifier RedundantModifier Redundant 'final' modifier. 71
 Warning modifier RedundantModifier Redundant 'final' modifier. 73
 Warning modifier RedundantModifier Redundant 'final' modifier. 73
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 74
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '61'. 74
 Warning modifier RedundantModifier Redundant 'final' modifier. 74
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 75
 Warning modifier RedundantModifier Redundant 'final' modifier. 75
 Warning modifier RedundantModifier Redundant 'final' modifier. 77
 Warning modifier RedundantModifier Redundant 'final' modifier. 77
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 78
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '66'. 78
 Warning modifier RedundantModifier Redundant 'final' modifier. 78
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 79
 Warning modifier RedundantModifier Redundant 'final' modifier. 79
 Warning modifier RedundantModifier Redundant 'final' modifier. 81
 Warning modifier RedundantModifier Redundant 'final' modifier. 82
 Warning modifier RedundantModifier Redundant 'final' modifier. 82
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 83
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '70'. 83
 Warning modifier RedundantModifier Redundant 'final' modifier. 83
 Warning modifier RedundantModifier Redundant 'final' modifier. 83
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 84
 Warning modifier RedundantModifier Redundant 'final' modifier. 84
 Warning modifier RedundantModifier Redundant 'final' modifier. 85

org/opendaylight/topology/mlmt/utility/MlmtResourceNameCorrelator.java

Severity Category Rule Message Line
 Warning whitespace ParenPad ')' is preceded with whitespace. 303
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '338'. 407
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '379'. 414
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '407'. 508
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '414'. 529
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '474'. 556

org/opendaylight/topology/mlmt/utility/MlmtResourceNameCorrelatorTest.java

Severity Category Rule Message Line
 Warning 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
 Warning coding EmptyStatement Empty statement. 110
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 244
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 245
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 246
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 247
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 248
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 249
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 250
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 251
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 252
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 253

org/opendaylight/topology/mlmt/utility/MlmtTerminationPointObserver.java

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'final' modifier. 19
 Warning modifier RedundantModifier Redundant 'final' modifier. 20
 Warning modifier RedundantModifier Redundant 'final' modifier. 21
 Warning modifier RedundantModifier Redundant 'final' modifier. 21

org/opendaylight/topology/mlmt/utility/MlmtTopologyBuilder.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 42 should have line break after. 132
 Warning blocks RightCurly '}' at column 57 should be alone on a line. 132
 Warning blocks LeftCurly '{' at column 42 should have line break after. 160
 Warning blocks RightCurly '}' at column 57 should be alone on a line. 160
 Warning blocks LeftCurly '{' at column 42 should have line break after. 175
 Warning blocks RightCurly '}' at column 57 should be alone on a line. 175
 Warning blocks LeftCurly '{' at column 46 should have line break after. 208
 Warning blocks RightCurly '}' at column 61 should be alone on a line. 208
 Warning blocks LeftCurly '{' at column 46 should have line break after. 248
 Warning blocks RightCurly '}' at column 61 should be alone on a line. 248
 Warning blocks LeftCurly '{' at column 46 should have line break after. 289
 Warning blocks RightCurly '}' at column 61 should be alone on a line. 289
 Warning naming LocalVariableName Local variable name 'lSupporting' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 317
 Warning naming LocalVariableName Local variable name 'lTp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 325
 Warning blocks LeftCurly '{' at column 42 should have line break after. 345
 Warning blocks RightCurly '}' at column 57 should be alone on a line. 345
 Warning naming LocalVariableName Local variable name 'lSupporting' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 368
 Warning naming LocalVariableName Local variable name 'lTpId' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 390
 Warning blocks LeftCurly '{' at column 42 should have line break after. 416
 Warning blocks RightCurly '}' at column 57 should be alone on a line. 416
 Warning naming LocalVariableName Local variable name 'lTpId' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 433
 Warning naming LocalVariableName Local variable name 'lSupporting' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 462
 Warning blocks LeftCurly '{' at column 42 should have line break after. 484
 Warning blocks RightCurly '}' at column 57 should be alone on a line. 484
 Warning naming LocalVariableName Local variable name 'lSupporting' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 504
 Warning blocks LeftCurly '{' at column 42 should have line break after. 524
 Warning blocks RightCurly '}' at column 57 should be alone on a line. 524

org/opendaylight/topology/mlmt/utility/MlmtTopologyBuilderTest.java

Severity Category Rule Message Line
 Warning naming LocalVariableName Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 131
 Warning naming LocalVariableName Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 148
 Warning naming LocalVariableName Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 180
 Warning naming LocalVariableName Local variable name 'lNode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 188
 Warning naming LocalVariableName Local variable name 'lNodeNames' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 194
 Warning naming LocalVariableName Local variable name 'cNode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 195
 Warning naming LocalVariableName Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 214
 Warning naming LocalVariableName Local variable name 'lNode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 223
 Warning naming LocalVariableName Local variable name 'lNodeNames' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 226
 Warning naming LocalVariableName Local variable name 'cNode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 227
 Warning naming LocalVariableName Local variable name 'sNodeName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 228
 Warning naming LocalVariableName Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 247
 Warning naming LocalVariableName Local variable name 'lNode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 256
 Warning naming LocalVariableName Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 285
 Warning naming LocalVariableName Local variable name 'lNode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 294
 Warning naming LocalVariableName Local variable name 'lNodeNames' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 299
 Warning naming LocalVariableName Local variable name 'lTpNames' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 300
 Warning naming LocalVariableName Local variable name 'cNode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 301
 Warning naming LocalVariableName Local variable name 'sNodeName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 302
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 304
 Warning naming LocalVariableName Local variable name 'lTp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 305
 Warning naming LocalVariableName Local variable name 'cTpName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 308
 Warning naming LocalVariableName Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 333
 Warning naming LocalVariableName Local variable name 'lNode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 342
 Warning naming LocalVariableName Local variable name 'cNode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 345
 Warning naming LocalVariableName Local variable name 'sNodeName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 346
 Warning 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). 362
 Warning naming LocalVariableName Local variable name 'sLinkName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 363
 Warning 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). 365
 Warning naming LocalVariableName Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 384
 Warning naming LocalVariableName Local variable name 'lLink' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 393
 Warning naming LocalVariableName Local variable name 'lLinkNames' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 396
 Warning naming LocalVariableName Local variable name 'cLink' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 397
 Warning naming LocalVariableName Local variable name 'cLinkName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 398
 Warning naming LocalVariableName Local variable name 'sLinkName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 410
 Warning naming LocalVariableName Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 420
 Warning naming LocalVariableName Local variable name 'lLink' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 429
 Warning naming LocalVariableName Local variable name 'lLinkNames' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 432
 Warning naming LocalVariableName Local variable name 'cLink' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 433
 Warning naming LocalVariableName Local variable name 'cLinkName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 434
 Warning naming LocalVariableName Local variable name 'sLinkName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 446
 Warning naming LocalVariableName Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 456
 Warning naming LocalVariableName Local variable name 'lLink' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 465
 Warning naming LocalVariableName Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 547
 Warning naming LocalVariableName Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 569
 Warning 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). 595
 Warning naming LocalVariableName Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 610
 Warning naming LocalVariableName Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 649
 Warning blocks EmptyBlock Empty catch block. 679

org/opendaylight/topology/mlmt/utility/MlmtTopologyNotify.java

Severity Category Rule Message Line
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 52

org/opendaylight/topology/mlmt/utility/MlmtTopologyNotifyTest.java

Severity Category Rule Message Line
 Warning 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
 Warning naming LocalVariableName Local variable name 'sLinkName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 181
 Warning 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

org/opendaylight/topology/mlmt/utility/MlmtTopologyOperation.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 34 should have line break after. 25
 Warning blocks RightCurly '}' at column 50 should be alone on a line. 25

org/opendaylight/topology/mlmt/utility/MlmtTopologyProvider.java

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'final' modifier. 23
 Warning modifier RedundantModifier Redundant 'final' modifier. 24
 Warning modifier RedundantModifier Redundant 'final' modifier. 25
 Warning modifier RedundantModifier Redundant 'final' modifier. 27
 Warning modifier RedundantModifier Redundant 'final' modifier. 28
 Warning modifier RedundantModifier Redundant 'final' modifier. 29
 Warning modifier RedundantModifier Redundant 'final' modifier. 31
 Warning modifier RedundantModifier Redundant 'final' modifier. 32
 Warning modifier RedundantModifier Redundant 'final' modifier. 33
 Warning modifier RedundantModifier Redundant 'final' modifier. 34
 Warning modifier RedundantModifier Redundant 'final' modifier. 36
 Warning modifier RedundantModifier Redundant 'final' modifier. 37
 Warning modifier RedundantModifier Redundant 'final' modifier. 38
 Warning modifier RedundantModifier Redundant 'final' modifier. 40
 Warning modifier RedundantModifier Redundant 'final' modifier. 41
 Warning modifier RedundantModifier Redundant 'final' modifier. 42
 Warning modifier RedundantModifier Redundant 'final' modifier. 44
 Warning modifier RedundantModifier Redundant 'final' modifier. 45
 Warning modifier RedundantModifier Redundant 'final' modifier. 46
 Warning modifier RedundantModifier Redundant 'final' modifier. 48
 Warning modifier RedundantModifier Redundant 'final' modifier. 49
 Warning modifier RedundantModifier Redundant 'final' modifier. 50
 Warning modifier RedundantModifier Redundant 'final' modifier. 51
 Warning modifier RedundantModifier Redundant 'final' modifier. 53
 Warning modifier RedundantModifier Redundant 'final' modifier. 54
 Warning modifier RedundantModifier Redundant 'final' modifier. 55
 Warning modifier RedundantModifier Redundant 'final' modifier. 57
 Warning modifier RedundantModifier Redundant 'final' modifier. 58
 Warning modifier RedundantModifier Redundant 'final' modifier. 60
 Warning modifier RedundantModifier Redundant 'final' modifier. 61
 Warning modifier RedundantModifier Redundant 'final' modifier. 62
 Warning modifier RedundantModifier Redundant 'final' modifier. 64
 Warning modifier RedundantModifier Redundant 'final' modifier. 65
 Warning modifier RedundantModifier Redundant 'final' modifier. 66
 Warning modifier RedundantModifier Redundant 'final' modifier. 67
 Warning modifier RedundantModifier Redundant 'final' modifier. 69
 Warning modifier RedundantModifier Redundant 'final' modifier. 70
 Warning modifier RedundantModifier Redundant 'final' modifier. 71

org/opendaylight/topology/mlmt/utility/MlmtTopologyUpdateTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 121). 54
 Warning 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
 Warning naming LocalVariableName Local variable name 'sLinkName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 189
 Warning 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

org/opendaylight/topology/mlmt/utility/MlmtTpIdIpAddress.java

Severity Category Rule Message Line
 Warning naming LocalVariableName Local variable name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 26
 Warning naming LocalVariableName Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 27
 Warning naming LocalVariableName Local variable name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 32
 Warning naming LocalVariableName Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 33

org/opendaylight/topology/mlmt/utility/MlmtTpNameObserver.java

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'final' modifier. 18
 Warning modifier RedundantModifier Redundant 'final' modifier. 19
 Warning modifier RedundantModifier Redundant 'final' modifier. 19
 Warning modifier RedundantModifier Redundant 'final' modifier. 19

org/opendaylight/topology/mlmt/utility/instanceidentifier/InstanceIdentifiers.java

Severity Category Rule Message Line
 Warning whitespace ParenPad '(' is followed by whitespace. 37
 Warning whitespace ParenPad ')' is preceded with whitespace. 37

org/opendaylight/topology/mlmt/utility/instanceidentifier/InstanceIdentifiersTest.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 34
 Warning naming LocalVariableName Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 63
 Warning naming LocalVariableName Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 73
 Warning naming LocalVariableName Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 85
 Warning naming LocalVariableName Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 97