Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
4 0 232 0

Rules

Category Rule Violations Severity
blocks RightCurly
  • tokens: "CLASS_DEF, METHOD_DEF, CTOR_DEF, LITERAL_FOR, LITERAL_WHILE, LITERAL_DO, STATIC_INIT, INSTANCE_INIT"
  • option: "alone"
4  Warning
RightCurly 4  Warning
coding OverloadMethodsDeclarationOrder 1  Warning
VariableDeclarationUsageDistance 23  Warning
imports CustomImportOrder
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###STANDARD_JAVA_PACKAGE###THIRD_PARTY_PACKAGE###SPECIAL_IMPORTS"
  • thirdPartyPackageRegExp: ".*"
  • specialImportsRegExp: "^com.*"
20  Warning
indentation Indentation
  • lineWrappingIndentation: "4"
  • caseIndent: "4"
  • arrayInitIndent: "4"
  • throwsIndent: "4"
  • basicOffset: "4"
  • braceAdjustment: "0"
8  Warning
javadoc JavadocMethod
  • allowMissingParamTags: "true"
  • allowedAnnotations: "Override, Test"
  • allowThrowsTagsForSubclasses: "true"
  • scope: "public"
  • allowMissingReturnTag: "true"
  • minLineCount: "2"
  • allowMissingThrowsTags: "true"
48  Warning
JavadocParagraph 3  Warning
JavadocTagContinuationIndentation 4  Warning
NonEmptyAtclauseDescription 4  Warning
modifier ModifierOrder 2  Warning
naming AbbreviationAsWordInName
  • allowedAbbreviationLength: "1"
  • ignoreFinal: "false"
16  Warning
LocalVariableName
  • allowOneCharVarInForLoop: "true"
  • tokens: "VARIABLE_DEF"
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
12  Warning
MethodName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9_]*$"
2  Warning
ParameterName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
7  Warning
sizes LineLength
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
16  Warning
whitespace EmptyLineSeparator
  • allowNoEmptyLineBetweenFields: "true"
3  Warning
OperatorWrap
  • tokens: "BAND, BOR, BSR, BXOR, DIV, EQUAL, GE, GT, LAND, LE, LITERAL_INSTANCEOF, LOR, LT, MINUS, MOD, NOT_EQUAL, PLUS, QUESTION, SL, SR, STAR "
  • option: "NL"
1  Warning
WhitespaceAround
  • allowEmptyLoops: "true"
  • allowEmptyTypes: "true"
  • allowEmptyMethods: "true"
  • allowEmptyConstructors: "true"
10  Warning

Details

org/opendaylight/netvirt/utils/mdsal/openflow/ActionUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 44
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 45
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 46
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 111
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 112
 Warning javadoc JavadocMethod Missing a Javadoc comment. 115
 Warning javadoc JavadocMethod Missing a Javadoc comment. 122
 Warning javadoc JavadocMethod Missing a Javadoc comment. 130
 Warning javadoc JavadocMethod Missing a Javadoc comment. 138
 Warning javadoc JavadocMethod Missing a Javadoc comment. 145
 Warning javadoc JavadocMethod Missing a Javadoc comment. 153
 Warning javadoc JavadocMethod Missing a Javadoc comment. 161
 Warning javadoc JavadocMethod Missing a Javadoc comment. 169
 Warning javadoc JavadocMethod Missing a Javadoc comment. 177
 Warning javadoc JavadocMethod Missing a Javadoc comment. 184
 Warning javadoc JavadocMethod Missing a Javadoc comment. 198
 Warning naming LocalVariableName Local variable name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 202
 Warning javadoc JavadocMethod Missing a Javadoc comment. 230
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 249
 Warning javadoc JavadocMethod Missing a Javadoc comment. 259
 Warning javadoc JavadocMethod Missing a Javadoc comment. 265
 Warning javadoc JavadocMethod Missing a Javadoc comment. 280
 Warning naming LocalVariableName Local variable name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 286
 Warning sizes LineLength Line is longer than 120 characters (found 171). 291
 Warning javadoc JavadocMethod Missing a Javadoc comment. 311
 Warning javadoc JavadocMethod Missing a Javadoc comment. 319
 Warning javadoc JavadocMethod Missing a Javadoc comment. 325
 Warning javadoc JavadocMethod Missing a Javadoc comment. 342
 Warning naming LocalVariableName Local variable name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 343
 Warning sizes LineLength Line is longer than 120 characters (found 175). 344
 Warning javadoc JavadocMethod Missing a Javadoc comment. 358
 Warning naming LocalVariableName Local variable name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 366
 Warning javadoc JavadocMethod Missing a Javadoc comment. 370
 Warning naming LocalVariableName Local variable name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 375
 Warning javadoc JavadocMethod Missing a Javadoc comment. 379
 Warning naming LocalVariableName Local variable name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 384
 Warning javadoc JavadocMethod Missing a Javadoc comment. 408
 Warning javadoc JavadocMethod Missing a Javadoc comment. 415
 Warning javadoc JavadocMethod Missing a Javadoc comment. 422
 Warning javadoc JavadocMethod Missing a Javadoc comment. 429
 Warning javadoc JavadocMethod Missing a Javadoc comment. 440
 Warning naming LocalVariableName Local variable name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 443
 Warning sizes LineLength Line is longer than 120 characters (found 173). 449
 Warning naming LocalVariableName Local variable name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 468
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 497
 Warning naming LocalVariableName Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 503
 Warning whitespace WhitespaceAround WhitespaceAround: '-' is not preceded with whitespace. 503
 Warning whitespace WhitespaceAround WhitespaceAround: '-' is not followed by whitespace. 503
 Warning whitespace WhitespaceAround WhitespaceAround: '*' is not preceded with whitespace. 503
 Warning whitespace WhitespaceAround WhitespaceAround: '*' is not followed by whitespace. 503
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 525
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 526
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 528
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 529
 Warning whitespace OperatorWrap '+' should be on a new line. 534

org/opendaylight/netvirt/utils/mdsal/openflow/FlowUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 13
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 31
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 32
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 40
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 41
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '51'. 59
 Warning javadoc JavadocMethod Missing a Javadoc comment. 63
 Warning javadoc JavadocMethod Missing a Javadoc comment. 74
 Warning javadoc JavadocMethod Missing a Javadoc comment. 82
 Warning javadoc JavadocMethod Missing a Javadoc comment. 93
 Warning whitespace WhitespaceAround WhitespaceAround: '|' is not preceded with whitespace. 100
 Warning whitespace WhitespaceAround WhitespaceAround: '|' is not followed by whitespace. 100
 Warning javadoc JavadocMethod Missing a Javadoc comment. 108
 Warning whitespace WhitespaceAround WhitespaceAround: '|' is not preceded with whitespace. 115
 Warning whitespace WhitespaceAround WhitespaceAround: '|' is not followed by whitespace. 115
 Warning javadoc JavadocMethod Missing a Javadoc comment. 123

org/opendaylight/netvirt/utils/mdsal/openflow/InstructionUtils.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence should be present. 85
 Warning coding VariableDeclarationUsageDistance Distance between variable 'actionList' 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). 94
 Warning javadoc SummaryJavadoc First sentence should be present. 117
 Warning coding VariableDeclarationUsageDistance Distance between variable 'actionList' 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
 Warning javadoc SummaryJavadoc First sentence should be present. 149
 Warning coding VariableDeclarationUsageDistance Distance between variable 'actionList' 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
 Warning javadoc SummaryJavadoc First sentence should be present. 178
 Warning coding VariableDeclarationUsageDistance Distance between variable 'actionList' 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). 192
 Warning sizes LineLength Line is longer than 120 characters (found 124). 225
 Warning javadoc SummaryJavadoc First sentence should be present. 257
 Warning sizes LineLength Line is longer than 120 characters (found 131). 271
 Warning javadoc SummaryJavadoc First sentence should be present. 368
 Warning coding VariableDeclarationUsageDistance Distance between variable 'actionList' 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). 377
 Warning javadoc SummaryJavadoc First sentence should be present. 404
 Warning javadoc SummaryJavadoc First sentence should be present. 430
 Warning coding VariableDeclarationUsageDistance Distance between variable 'actionList' 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). 439
 Warning javadoc SummaryJavadoc First sentence should be present. 461
 Warning coding VariableDeclarationUsageDistance Distance between variable 'actionList' 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). 472
 Warning javadoc SummaryJavadoc First sentence should be present. 500
 Warning javadoc SummaryJavadoc First sentence should be present. 529
 Warning javadoc SummaryJavadoc First sentence should be present. 547
 Warning coding VariableDeclarationUsageDistance Distance between variable 'actionList' 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). 556
 Warning javadoc SummaryJavadoc First sentence should be present. 578
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 585
 Warning coding VariableDeclarationUsageDistance Distance between variable 'actionList' 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). 587
 Warning javadoc SummaryJavadoc First sentence should be present. 609
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 616
 Warning coding VariableDeclarationUsageDistance Distance between variable 'actionList' 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). 618
 Warning javadoc SummaryJavadoc First sentence should be present. 640
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 647
 Warning coding VariableDeclarationUsageDistance Distance between variable 'actionList' 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). 649
 Warning javadoc SummaryJavadoc First sentence should be present. 671
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 678
 Warning coding VariableDeclarationUsageDistance Distance between variable 'actionList' 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). 680
 Warning javadoc SummaryJavadoc First sentence should be present. 702
 Warning coding VariableDeclarationUsageDistance Distance between variable 'actionList' 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). 712
 Warning javadoc SummaryJavadoc First sentence should be present. 734
 Warning coding VariableDeclarationUsageDistance Distance between variable 'actionList' 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). 742
 Warning javadoc SummaryJavadoc First sentence should be present. 764
 Warning javadoc SummaryJavadoc First sentence should be present. 792
 Warning coding VariableDeclarationUsageDistance Distance between variable 'actionList' 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). 800
 Warning coding VariableDeclarationUsageDistance Distance between variable 'ab' 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). 801
 Warning javadoc SummaryJavadoc First sentence should be present. 822
 Warning coding VariableDeclarationUsageDistance Distance between variable 'actionList' 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). 830
 Warning javadoc SummaryJavadoc First sentence should be present. 851
 Warning coding VariableDeclarationUsageDistance Distance between variable 'actionList' 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). 859
 Warning javadoc SummaryJavadoc First sentence should be present. 879
 Warning coding VariableDeclarationUsageDistance Distance between variable 'actionList' 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). 887
 Warning javadoc SummaryJavadoc First sentence should be present. 907
 Warning coding VariableDeclarationUsageDistance Distance between variable 'actionList' 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). 915
 Warning javadoc SummaryJavadoc First sentence should be present. 941
 Warning coding VariableDeclarationUsageDistance Distance between variable 'actionList' 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). 949
 Warning javadoc SummaryJavadoc First sentence should be present. 975
 Warning sizes LineLength Line is longer than 120 characters (found 134). 982
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 990
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 994
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1004
 Warning coding VariableDeclarationUsageDistance Distance between variable 'actionList' 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). 1006
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 1009
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1029
 Warning coding VariableDeclarationUsageDistance Distance between variable 'actionList' 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). 1031
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 1034
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1053
 Warning sizes LineLength Line is longer than 120 characters (found 125). 1054
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1070
 Warning sizes LineLength Line is longer than 120 characters (found 156). 1080
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1080
 Warning sizes LineLength Line is longer than 120 characters (found 123). 1084
 Warning sizes LineLength Line is longer than 120 characters (found 123). 1133
 Warning sizes LineLength Line is longer than 120 characters (found 121). 1137
 Warning sizes LineLength Line is longer than 120 characters (found 123). 1141

org/opendaylight/netvirt/utils/mdsal/openflow/MatchUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 47
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 48
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 49
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 50
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 51
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 52
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 53
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 54
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.match.rev140714.NxmNxNspKey' import. 82
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.match.rev140714.NxmNxNsiKey' import. 84
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.match.rev140714.nxm.of.tcp.dst.grouping.NxmOfTcpDstBuilder' import. 87
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.collect.ImmutableList' import. 93
 Warning javadoc SummaryJavadoc First sentence should be present. 121
 Warning javadoc JavadocMethod Missing a Javadoc comment. 139
 Warning javadoc SummaryJavadoc First sentence should be present. 150
 Warning javadoc JavadocMethod Missing a Javadoc comment. 168
 Warning javadoc SummaryJavadoc First sentence should be present. 189
 Warning naming ParameterName Parameter name 'sMacAddr' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 196
 Warning javadoc SummaryJavadoc First sentence should be present. 207
 Warning javadoc SummaryJavadoc First sentence should be present. 225
 Warning naming ParameterName Parameter name 'dMacAddr' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 232
 Warning javadoc SummaryJavadoc First sentence should be present. 246
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 253
 Warning javadoc SummaryJavadoc First sentence should be present. 262
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 270
 Warning javadoc SummaryJavadoc First sentence should be present. 290
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 298
 Warning javadoc SummaryJavadoc First sentence should be present. 316
 Warning javadoc SummaryJavadoc First sentence should be present. 338
 Warning javadoc SummaryJavadoc First sentence should be present. 375
 Warning javadoc SummaryJavadoc First sentence should be present. 396
 Warning javadoc SummaryJavadoc First sentence should be present. 423
 Warning javadoc JavadocParagraph <p> tag should be precede with empty line. 456
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 457
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 458
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 459
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 460
 Warning javadoc SummaryJavadoc First sentence should be present. 488
 Warning sizes LineLength Line is longer than 120 characters (found 126). 491
 Warning javadoc SummaryJavadoc First sentence should be present. 505
 Warning blocks RightCurly '}' should be on the same line. 523
 Warning blocks RightCurly '}' should be on the same line. 526
 Warning javadoc SummaryJavadoc First sentence should be present. 534
 Warning blocks RightCurly '}' should be on the same line. 552
 Warning blocks RightCurly '}' should be on the same line. 555
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 618
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 632
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 647
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 698
 Warning naming ParameterName Parameter name 'dMacAddr' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 794
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 888
 Warning naming ParameterName Parameter name 'dMacAddr' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 925
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 970
 Warning javadoc SummaryJavadoc First sentence should be present. 1005
 Warning naming ParameterName Parameter name 'dMacAddr' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 1009
 Warning sizes LineLength Line is longer than 120 characters (found 124). 1181
 Warning sizes LineLength Line is longer than 120 characters (found 124). 1206
 Warning sizes LineLength Line is longer than 120 characters (found 124). 1231
 Warning indentation Indentation '.' have incorrect indentation level 12, expected level should be 16. 1239
 Warning indentation Indentation '.' have incorrect indentation level 12, expected level should be 16. 1264
 Warning javadoc SummaryJavadoc First sentence should be present. 1316
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 1319
 Warning javadoc SummaryJavadoc First sentence should be present. 1330
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1453
 Warning naming ParameterName Parameter name 'ct_state' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 1453
 Warning indentation Indentation '.' have incorrect indentation level 8, expected level should be 12. 1458
 Warning indentation Indentation '.' have incorrect indentation level 8, expected level should be 12. 1459
 Warning indentation Indentation '.' have incorrect indentation level 8, expected level should be 12. 1461
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1469
 Warning naming ParameterName Parameter name 'ct_zone' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 1469
 Warning indentation Indentation '.' have incorrect indentation level 8, expected level should be 12. 1473
 Warning indentation Indentation '.' have incorrect indentation level 8, expected level should be 12. 1474
 Warning indentation Indentation '.' have incorrect indentation level 8, expected level should be 12. 1476
 Warning whitespace EmptyLineSeparator 'CTOR_DEF' should be separated from previous statement. 1487
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1487
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 1492
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1497
 Warning naming LocalVariableName Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 1532
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1539
 Warning naming LocalVariableName Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 1545
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1558
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1568
 Warning naming LocalVariableName Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 1597
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1603
 Warning javadoc SummaryJavadoc First sentence should be present. 1625
 Warning naming MethodName Method name 'iPv4PrefixFromIPv4Address' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 1631
 Warning javadoc SummaryJavadoc First sentence should be present. 1635
 Warning naming MethodName Method name 'iPv6PrefixFromIPv6Address' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 1641
 Warning javadoc SummaryJavadoc First sentence should be present. 1696
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 1702