The following document contains the results of Checkstyle 6.16 with odl_checks.xml ruleset. 
| File | |||
|---|---|---|---|
| org/opendaylight/protocol/bgp/benchmark/app/AppPeerBenchmark.java | 0 | 3 | 0 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| naming | LocalVariableName
|
1 | |
| sizes | LineLength
|
2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 126). | 207 | |
| naming | LocalVariableName | Local variable name 'wTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 208 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 213 |