The following document contains the results of Checkstyle 7.6.1 with odl_checks.xml ruleset. 
| File | |||
|---|---|---|---|
| org/opendaylight/protocol/bgp/benchmark/app/AppPeerBenchmark.java | 0 | 3 | 0 |
| org/opendaylight/protocol/bgp/benchmark/app/AppPeerBenchmarkTest.java | 0 | 4 | 0 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| naming | LocalVariableName
|
1 | |
| sizes | LineLength
|
2 | |
| whitespace | WhitespaceAround
|
4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 126). | 208 | |
| naming | LocalVariableName | Local variable name 'wTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 209 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 214 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not preceded with whitespace. | 73 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not preceded with whitespace. | 74 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not preceded with whitespace. | 87 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not preceded with whitespace. | 88 |