The following document contains the results of Checkstyle 7.6.1 with odl_checks.xml ruleset. 
| File | |||
|---|---|---|---|
| org/opendaylight/bgpcep/pcep/topology/spi/AbstractInstructionExecutor.java | 0 | 12 | 0 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| indentation | Indentation
|
9 | |
| modifier | RedundantModifier | 1 | |
| naming | ParameterName
|
2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'public' modifier. | 33 | |
| indentation | Indentation | 'case' child have incorrect indentation level 16, expected level should be 20. | 41 | |
| indentation | Indentation | 'case' child have incorrect indentation level 16, expected level should be 20. | 42 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 43 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 44 | |
| indentation | Indentation | 'case' child have incorrect indentation level 16, expected level should be 20. | 45 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 46 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 47 | |
| indentation | Indentation | 'case' child have incorrect indentation level 16, expected level should be 20. | 48 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 49 | |
| naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 57 | |
| naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 96 |