Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
1 0 21 0

Rules

Category Rule Violations Severity
coding IllegalCatch 1  Warning
indentation Indentation
  • throwsIndent: "4"
  • arrayInitIndent: "4"
  • caseIndent: "4"
  • basicOffset: "4"
  • braceAdjustment: "0"
  • lineWrappingIndentation: "4"
8  Warning
modifier RedundantModifier 2  Warning
naming LocalVariableName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
  • allowOneCharVarInForLoop: "true"
  • tokens: "VARIABLE_DEF"
3  Warning
whitespace MethodParamPad 1  Warning
WhitespaceAround
  • allowEmptyConstructors: "true"
  • allowEmptyMethods: "true"
  • allowEmptyLoops: "true"
  • allowEmptyTypes: "true"
6  Warning

Details

org/opendaylight/ovsdb/hwvtepsouthbound/it/HwvtepSouthboundIT.java

Severity Category Rule Message Line
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 109
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 109
 Warning indentation Indentation 'switch' have incorrect indentation level 20, expected level should be 16. 132
 Warning indentation Indentation 'switch rcurly' have incorrect indentation level 20, expected level should be 16. 149
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 252
 Warning naming LocalVariableName Local variable name '_start' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 353
 Warning naming LocalVariableName Local variable name '_start' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 365
 Warning modifier RedundantModifier Redundant 'public' modifier. 399
 Warning modifier RedundantModifier Redundant 'public' modifier. 403
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 403
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 412
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 415
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 421
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 424
 Warning indentation Indentation 'try' have incorrect indentation level 20, expected level should be 12. 435
 Warning indentation Indentation 'try' child have incorrect indentation level 24, expected level should be 16. 436
 Warning indentation Indentation 'try rcurly' have incorrect indentation level 20, expected level should be 12. 437
 Warning indentation Indentation 'catch' child have incorrect indentation level 24, expected level should be 16. 438
 Warning indentation Indentation 'catch rcurly' have incorrect indentation level 20, expected level should be 12. 439
 Warning naming LocalVariableName Local variable name 'pSwitch' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 508
 Warning indentation Indentation 'method def' child have incorrect indentation level 16, expected level should be 8. 534