Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
2 0 72 0

Rules

Category Rule Violations Severity
blocks NeedBraces 2  Warning
coding IllegalCatch 2  Warning
VariableDeclarationUsageDistance 1  Warning
indentation Indentation
  • throwsIndent: "4"
  • arrayInitIndent: "4"
  • caseIndent: "4"
  • basicOffset: "4"
  • braceAdjustment: "0"
  • lineWrappingIndentation: "4"
1  Warning
javadoc JavadocStyle
  • checkEmptyJavadoc: "true"
6  Warning
NonEmptyAtclauseDescription 1  Warning
modifier RedundantModifier 7  Warning
naming AbbreviationAsWordInName
  • ignoreFinal: "false"
  • allowedAbbreviationLength: "4"
9  Warning
LocalVariableName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
  • allowOneCharVarInForLoop: "true"
  • tokens: "VARIABLE_DEF"
8  Warning
MemberName
  • 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://"
11  Warning
whitespace EmptyLineSeparator
  • allowNoEmptyLineBetweenFields: "true"
  • tokens: "IMPORT, CLASS_DEF, INTERFACE_DEF, ENUM_DEF, STATIC_INIT, INSTANCE_INIT, METHOD_DEF, CTOR_DEF, VARIABLE_DEF"
6  Warning
MethodParamPad 1  Warning
WhitespaceAround
  • allowEmptyConstructors: "true"
  • allowEmptyMethods: "true"
  • allowEmptyLoops: "true"
  • allowEmptyTypes: "true"
13  Warning

Details

org/opendaylight/ovsdb/southbound/it/SouthboundIT.java

Severity Category Rule Message Line
 Warning javadoc JavadocStyle First sentence should end with a period. 153
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 178
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 178
 Warning naming MemberName Member name 'RETRY_WAIT' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 195
 Warning whitespace WhitespaceAround WhitespaceAround: 'synchronized' is not followed by whitespace. 224
 Warning naming LocalVariableName Local variable name '_start' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 253
 Warning naming LocalVariableName Local variable name '_start' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 264
 Warning naming LocalVariableName Local variable name '_start' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 275
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 382
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 485
 Warning naming LocalVariableName Local variable name '_start' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 556
 Warning naming LocalVariableName Local variable name '_start' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 568
 Warning naming LocalVariableName Local variable name '_start' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 580
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 640
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not followed by whitespace. 640
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 640
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not followed by whitespace. 640
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 659
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not followed by whitespace. 659
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 659
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not followed by whitespace. 659
 Warning modifier RedundantModifier Redundant 'public' modifier. 836
 Warning modifier RedundantModifier Redundant 'public' modifier. 877
 Warning modifier RedundantModifier Redundant 'public' modifier. 900
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 900
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 933
 Warning whitespace WhitespaceAround WhitespaceAround: 'try' is not followed by whitespace. 970
 Warning sizes LineLength Line is longer than 120 characters (found 133). 991
 Warning sizes LineLength Line is longer than 120 characters (found 142). 1025
 Warning sizes LineLength Line is longer than 120 characters (found 146). 1026
 Warning sizes LineLength Line is longer than 120 characters (found 126). 1034
 Warning sizes LineLength Line is longer than 120 characters (found 128). 1036
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 1049
 Warning sizes LineLength Line is longer than 120 characters (found 128). 1050
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not followed by whitespace. 1050
 Warning modifier RedundantModifier Redundant 'public' modifier. 1080
 Warning modifier RedundantModifier Redundant 'public' modifier. 1144
 Warning naming LocalVariableName Local variable name 'qIid' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 1158
 Warning naming LocalVariableName Local variable name 'qIid' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 1178
 Warning javadoc JavadocStyle First sentence should end with a period. 1225
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 1238
 Warning javadoc JavadocStyle First sentence should end with a period. 1238
 Warning javadoc JavadocStyle First sentence should end with a period. 1253
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 1280
 Warning javadoc JavadocStyle First sentence should end with a period. 1280
 Warning naming AbbreviationAsWordInName Abbreviation in name 'OFPORT_EXPECTED' must contain no more than '4' capital letters. 1341
 Warning sizes LineLength Line is longer than 120 characters (found 121). 1377
 Warning naming AbbreviationAsWordInName Abbreviation in name 'OFPORT_EXPECTED' must contain no more than '4' capital letters. 1386
 Warning naming AbbreviationAsWordInName Abbreviation in name 'OFPORT_INPUT' must contain no more than '4' capital letters. 1387
 Warning coding VariableDeclarationUsageDistance Distance between variable 'nodeId' 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). 1395
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 1444
 Warning naming AbbreviationAsWordInName Abbreviation in name 'TERMINATION_POINT_TEST_INDEX' must contain no more than '4' capital letters. 1455
 Warning naming AbbreviationAsWordInName Abbreviation in name 'CREATED_VLAN_ID' must contain no more than '4' capital letters. 1699
 Warning naming AbbreviationAsWordInName Abbreviation in name 'UPDATED_VLAN_ID' must contain no more than '4' capital letters. 1700
 Warning naming AbbreviationAsWordInName Abbreviation in name 'UPDATED_VLAN_MODE' must contain no more than '4' capital letters. 1773
 Warning naming AbbreviationAsWordInName Abbreviation in name 'UPDATED_TRUNKS' must contain no more than '4' capital letters. 1862
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 2031
 Warning sizes LineLength Line is longer than 120 characters (found 126). 2126
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 2182
 Warning blocks NeedBraces 'if' construct must use '{}'s. 2187
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 2219
 Warning blocks NeedBraces 'if' construct must use '{}'s. 2224
 Warning sizes LineLength Line is longer than 120 characters (found 126). 2246
 Warning sizes LineLength Line is longer than 120 characters (found 122). 2268
 Warning sizes LineLength Line is longer than 120 characters (found 168). 2386
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 2471
 Warning modifier RedundantModifier Redundant 'public' modifier. 2598
 Warning modifier RedundantModifier Redundant 'public' modifier. 2620
 Warning naming AbbreviationAsWordInName Abbreviation in name 'GOOD_VALUE' must contain no more than '4' capital letters. 2980
 Warning indentation Indentation 'SouthboundTerminationPointHelper' have incorrect indentation level 4, expected level should be 8. 3069

org/opendaylight/ovsdb/southbound/it/SouthboundITConstants.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 10
 Warning javadoc JavadocStyle First sentence should end with a period. 10