Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
39 0 175 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, LITERAL_DO, 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
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/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]*$'. 111
 Warning blocks LeftCurly '{' at column 43 should have line break after. 134
 Warning blocks RightCurly '}' at column 58 should be alone on a line. 134
 Warning naming LocalVariableName Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 141
 Warning naming LocalVariableName Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 168
 Warning blocks LeftCurly '{' at column 43 should have line break after. 191
 Warning blocks RightCurly '}' at column 58 should be alone on a line. 191
 Warning naming LocalVariableName Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 198
 Warning naming LocalVariableName Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 225
 Warning blocks LeftCurly '{' at column 42 should have line break after. 248
 Warning blocks RightCurly '}' at column 57 should be alone on a line. 248
 Warning naming LocalVariableName Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 255
 Warning naming LocalVariableName Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 282
 Warning blocks LeftCurly '{' at column 42 should have line break after. 305
 Warning blocks RightCurly '}' at column 57 should be alone on a line. 305
 Warning naming LocalVariableName Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 312
 Warning blocks EmptyBlock Empty catch block. 357

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

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 22
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 23
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 24
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 27
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 28
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 29
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 32
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 33
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 34
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 37
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 38
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 39
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 42
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 43
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 46
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 47
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 50
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 51
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 54
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 55
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 56
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 57
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 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 whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 64
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 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 whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 67
 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 whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 71
 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 whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 75
 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 whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 79
 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 whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 84

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/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]*$'. 132
 Warning naming LocalVariableName Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 149
 Warning naming LocalVariableName Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 181
 Warning naming LocalVariableName Local variable name 'lNode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 189
 Warning naming LocalVariableName Local variable name 'lNodeNames' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 195
 Warning naming LocalVariableName Local variable name 'cNode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 196
 Warning naming LocalVariableName Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 215
 Warning naming LocalVariableName Local variable name 'lNode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 224
 Warning naming LocalVariableName Local variable name 'lNodeNames' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 227
 Warning naming LocalVariableName Local variable name 'cNode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 228
 Warning naming LocalVariableName Local variable name 'sNodeName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 229
 Warning naming LocalVariableName Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 248
 Warning naming LocalVariableName Local variable name 'lNode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 257
 Warning naming LocalVariableName Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 286
 Warning naming LocalVariableName Local variable name 'lNode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 295
 Warning naming LocalVariableName Local variable name 'lNodeNames' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 300
 Warning naming LocalVariableName Local variable name 'lTpNames' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 301
 Warning naming LocalVariableName Local variable name 'cNode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 302
 Warning naming LocalVariableName Local variable name 'sNodeName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 303
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 305
 Warning naming LocalVariableName Local variable name 'lTp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 306
 Warning naming LocalVariableName Local variable name 'cTpName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 309
 Warning naming LocalVariableName Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 334
 Warning naming LocalVariableName Local variable name 'lNode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 343
 Warning naming LocalVariableName Local variable name 'cNode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 346
 Warning naming LocalVariableName Local variable name 'sNodeName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 347
 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). 363
 Warning naming LocalVariableName Local variable name 'sLinkName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 364
 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). 366
 Warning naming LocalVariableName Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 385
 Warning naming LocalVariableName Local variable name 'lLink' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 394
 Warning naming LocalVariableName Local variable name 'lLinkNames' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 397
 Warning naming LocalVariableName Local variable name 'cLink' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 398
 Warning naming LocalVariableName Local variable name 'cLinkName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 399
 Warning naming LocalVariableName Local variable name 'sLinkName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 411
 Warning naming LocalVariableName Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 421
 Warning naming LocalVariableName Local variable name 'lLink' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 430
 Warning naming LocalVariableName Local variable name 'lLinkNames' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 433
 Warning naming LocalVariableName Local variable name 'cLink' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 434
 Warning naming LocalVariableName Local variable name 'cLinkName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 435
 Warning naming LocalVariableName Local variable name 'sLinkName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 447
 Warning naming LocalVariableName Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 457
 Warning naming LocalVariableName Local variable name 'lLink' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 466
 Warning naming LocalVariableName Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 548
 Warning naming LocalVariableName Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 570
 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). 596
 Warning naming LocalVariableName Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 611
 Warning naming LocalVariableName Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 650
 Warning blocks EmptyBlock Empty catch block. 680

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/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/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