Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
1 0 12 0

Rules

Category Rule Violations Severity
indentation Indentation
  • throwsIndent: "4"
  • arrayInitIndent: "4"
  • caseIndent: "4"
  • basicOffset: "4"
  • braceAdjustment: "0"
  • lineWrappingIndentation: "4"
9  Warning
modifier RedundantModifier 1  Warning
naming ParameterName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
2  Warning

Details

org/opendaylight/bgpcep/pcep/topology/spi/AbstractInstructionExecutor.java

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'public' modifier. 33
 Warning indentation Indentation 'case' child have incorrect indentation level 16, expected level should be 20. 41
 Warning indentation Indentation 'case' child have incorrect indentation level 16, expected level should be 20. 42
 Warning indentation Indentation 'block' child have incorrect indentation level 20, expected level should be 24. 43
 Warning indentation Indentation 'block' child have incorrect indentation level 20, expected level should be 24. 44
 Warning indentation Indentation 'case' child have incorrect indentation level 16, expected level should be 20. 45
 Warning indentation Indentation 'block' child have incorrect indentation level 20, expected level should be 24. 46
 Warning indentation Indentation 'block' child have incorrect indentation level 20, expected level should be 24. 47
 Warning indentation Indentation 'case' child have incorrect indentation level 16, expected level should be 20. 48
 Warning indentation Indentation 'block' child have incorrect indentation level 20, expected level should be 24. 49
 Warning naming ParameterName Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 57
 Warning naming ParameterName Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 96