Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
9 0 275 0

Rules

Category Rule Violations Severity
coding IllegalCatch 4  Warning
VariableDeclarationUsageDistance 11  Warning
imports CustomImportOrder
  • thirdPartyPackageRegExp: ".*"
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###THIRD_PARTY_PACKAGE"
4  Warning
indentation Indentation
  • throwsIndent: "4"
  • arrayInitIndent: "4"
  • caseIndent: "4"
  • basicOffset: "4"
  • braceAdjustment: "0"
  • lineWrappingIndentation: "4"
5  Warning
javadoc JavadocStyle
  • checkEmptyJavadoc: "true"
2  Warning
modifier ModifierOrder 2  Warning
naming AbbreviationAsWordInName
  • ignoreFinal: "false"
  • allowedAbbreviationLength: "4"
2  Warning
LocalVariableName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
  • allowOneCharVarInForLoop: "true"
  • tokens: "VARIABLE_DEF"
14  Warning
ParameterName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
4  Warning
sizes LineLength
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
15  Warning
whitespace EmptyLineSeparator
  • allowNoEmptyLineBetweenFields: "true"
  • tokens: "IMPORT, CLASS_DEF, INTERFACE_DEF, ENUM_DEF, STATIC_INIT, INSTANCE_INIT, METHOD_DEF, CTOR_DEF, VARIABLE_DEF"
4  Warning
GenericWhitespace 1  Warning
MethodParamPad 55  Warning
WhitespaceAround
  • allowEmptyConstructors: "true"
  • allowEmptyMethods: "true"
  • allowEmptyLoops: "true"
  • allowEmptyTypes: "true"
151  Warning

Details

org/opendaylight/ovsdb/integrationtest/ovsdbclient/OvsdbClientTestIT.java

Severity Category Rule Message Line
 Warning javadoc JavadocStyle First sentence should end with a period. 65
 Warning sizes LineLength Line is longer than 120 characters (found 124). 100
 Warning naming LocalVariableName Local variable name 'flood_vlans' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 100
 Warning sizes LineLength Line is longer than 120 characters (found 145). 101
 Warning naming ParameterName Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 123
 Warning naming LocalVariableName Local variable name 'aNew' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 146
 Warning sizes LineLength Line is longer than 120 characters (found 136). 153
 Warning sizes LineLength Line is longer than 120 characters (found 126). 169
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 176
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not followed by whitespace. 176
 Warning naming LocalVariableName Local variable name '_uuid' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 187
 Warning naming LocalVariableName Local variable name 'fail_mode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 208
 Warning sizes LineLength Line is longer than 120 characters (found 124). 209
 Warning naming LocalVariableName Local variable name 'flood_vlans' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 209
 Warning sizes LineLength Line is longer than 120 characters (found 145). 210
 Warning naming LocalVariableName Local variable name '_uuid' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 212
 Warning coding VariableDeclarationUsageDistance Distance between variable 'insertOperationIndex' 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). 215
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 314
 Warning indentation Indentation 'if' have incorrect indentation level 11, expected level should be 12. 315
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 11, expected level should be 12. 318
 Warning naming LocalVariableName Local variable name '_uuid' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 349

org/opendaylight/ovsdb/integrationtest/ovsdbclient/OvsdbClientTestTypedIT.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 202). 61
 Warning naming LocalVariableName Local variable name 'rBridge' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 62
 Warning coding VariableDeclarationUsageDistance Distance between variable 'insertOperationIndex' 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). 71
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 93
 Warning indentation Indentation 'if' have incorrect indentation level 11, expected level should be 12. 94
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 11, expected level should be 12. 97

org/opendaylight/ovsdb/integrationtest/ovsdbclient/TestBridge.java

Severity Category Rule Message Line
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 28
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 28
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 28
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 28
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 37
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 37
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 37
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 37
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 40
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 40
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 40
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 40
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 43
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 43
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 43
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 43
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 3, expected level should be 4. 50
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 51
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 58
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 58
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 58
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 58
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 61
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 61
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 61
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 61
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 65
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 65
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 65
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 65
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 68
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 68
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 68
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 68
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 72
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 72
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 72
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 72
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 75
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 75
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 75
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 75
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 79
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 79
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 79
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 79
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 82
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 82
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 82
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 82
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 86
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 86
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 86
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 86
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 89
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 89
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 89
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 89
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 93
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 93
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 93
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 93
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 96
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 96
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 96
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 96
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 100
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 100
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 100
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 100
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 103
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 103
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 103
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 103
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 107
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 107
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 107
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 107
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 110
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 110
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 110
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 110
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 114
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 114
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 114
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 114
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 117
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 117
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 117
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 117
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 121
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 121
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 121
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 121
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 124
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 124
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 124
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 124
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 128
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 128
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 128
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 128
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 131
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 131
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 131
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 131
 Warning naming ParameterName Parameter name 'stp_enable' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 132
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 135
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 135
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 135
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 135
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 138
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 138
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 138
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 138
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 142
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 142
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 142
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 142
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 145
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 145
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 145
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 145
 Warning naming ParameterName Parameter name 'other_config' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 146
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 149
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 149
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 149
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 149
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 152
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 152
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 152
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 152
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 156
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 156
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 156
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 156
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 159
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 159
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 159
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 159

org/opendaylight/ovsdb/integrationtest/ovsdbclient/VersionIncompatibleBridge.java

Severity Category Rule Message Line
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 17
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 17
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 17
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 17
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 17
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 17
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 17
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 17

org/opendaylight/ovsdb/integrationtest/schema/HardwareVTEPIT.java

Severity Category Rule Message Line
 Warning naming AbbreviationAsWordInName Abbreviation in name 'HardwareVTEPIT' must contain no more than '4' capital letters. 41
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 62
 Warning javadoc JavadocStyle First sentence should end with a period. 62
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 67
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 108
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 129

org/opendaylight/ovsdb/integrationtest/schema/OpenVSwitchIT.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.ovsdb.schema.openvswitch.IPFIX' import. Should be before 'org.opendaylight.ovsdb.schema.openvswitch.Interface'. 48
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 100
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 111
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 144
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 164
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 177
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 240
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 273
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 281
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 289
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 320
 Warning sizes LineLength Line is longer than 120 characters (found 123). 323
 Warning sizes LineLength Line is longer than 120 characters (found 122). 326
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 335
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 346
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 354
 Warning coding VariableDeclarationUsageDistance Distance between variable 'groups' 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). 361
 Warning coding VariableDeclarationUsageDistance Distance between variable 'flowLimit' 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). 363
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 400
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 422
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 433
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 441
 Warning coding VariableDeclarationUsageDistance Distance between variable 'ipfixUuidStr' 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). 445
 Warning coding VariableDeclarationUsageDistance Distance between variable 'sampling' 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). 451
 Warning naming AbbreviationAsWordInName Abbreviation in name 'monitoredIPFIX' must contain no more than '4' capital letters. 484
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 488
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 510
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 557
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 576
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 582
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 620
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 640
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 648
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 688
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 708
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 716
 Warning coding VariableDeclarationUsageDistance Distance between variable 'portUuidStr' declaration and its first usage is 9, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). 717
 Warning coding VariableDeclarationUsageDistance Distance between variable 'tunnelEncap' 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). 719
 Warning sizes LineLength Line is longer than 120 characters (found 129). 763
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 785
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 810
 Warning coding VariableDeclarationUsageDistance Distance between variable 'portUuidStr' declaration and its first usage is 10, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). 892
 Warning coding VariableDeclarationUsageDistance Distance between variable 'insertQosOperationIndex' 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). 946
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 970
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 1004
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 1063
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 1083
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 1093
 Warning naming LocalVariableName Local variable name 'sFlowUuidStr' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 1094
 Warning naming LocalVariableName Local variable name 'sFlowTarget' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 1095
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 1098
 Warning naming LocalVariableName Local variable name 'sFlow' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 1101
 Warning naming LocalVariableName Local variable name 'sFlowRow' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 1133
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 1138
 Warning naming LocalVariableName Local variable name 'sFlow' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 1139
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 1158
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 1166
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 1210
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 1229
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 1235
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 1248
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 1278

org/opendaylight/ovsdb/lib/it/LibraryIT.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.collect.ImmutableMap' import. Should be before 'org.slf4j.LoggerFactory'. 38
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.collect.Sets' import. Should be before 'org.slf4j.LoggerFactory'. 39
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.util.concurrent.ListenableFuture' import. Should be before 'org.slf4j.LoggerFactory'. 40
 Warning coding VariableDeclarationUsageDistance Distance between variable 'insertOperationIndex' 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). 66

org/opendaylight/ovsdb/lib/it/LibraryIntegrationTestBase.java

Severity Category Rule Message Line
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 78
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 83
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 83
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 88
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 152
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 152
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 175
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 191
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 199
 Warning sizes LineLength Line is longer than 120 characters (found 122). 204
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 204
 Warning sizes LineLength Line is longer than 120 characters (found 125). 212
 Warning sizes LineLength Line is longer than 120 characters (found 137). 214
 Warning sizes LineLength Line is longer than 120 characters (found 144). 215
 Warning sizes LineLength Line is longer than 120 characters (found 137). 218
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 223
 Warning whitespace GenericWhitespace GenericWhitespace '<' is preceded with whitespace. 223
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 234
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 243
 Warning naming LocalVariableName Local variable name 'tUpdate' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 271
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 287
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 309
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 334
 Warning naming ParameterName Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 350

org/opendaylight/ovsdb/lib/it/LibraryIntegrationTestUtils.java

Severity Category Rule Message Line
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 39
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 40
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 68
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 102