The following document contains the results of Checkstyle 6.16 with odl_checks.xml ruleset. 
| File | |||
|---|---|---|---|
| org/opendaylight/protocol/bgp/rib/mock/BGPMock.java | 0 | 1 | 0 |
| org/opendaylight/protocol/bgp/rib/mock/EventBusRegistration.java | 0 | 8 | 0 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| naming | ParameterName
|
2 | |
| sizes | LineLength
|
7 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 125). | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 140). | 56 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 87 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 92 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 128 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 128 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 136 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 136 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 152 |