The following document contains the results of Checkstyle 6.16 with odl_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | IllegalCatch | 1 | |
| imports | RedundantImport | 3 | |
| naming | LocalVariableName
|
2 | |
ParameterName
|
1 | ||
| sizes | LineLength
|
2 | |
| whitespace | WhitespaceAround
|
2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | RedundantImport | Redundant import from the same package - org.opendaylight.tcpmd5.jni.NativeKeyAccessFactory. | 27 | |
| naming | LocalVariableName | Local variable name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 57 | |
| sizes | LineLength | Line is longer than 120 characters (found 165). | 58 | |
| sizes | LineLength | Line is longer than 120 characters (found 163). | 63 | |
| naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | RedundantImport | Redundant import from the same package - org.opendaylight.tcpmd5.jni.NativeKeyAccessFactory. | 12 | |
| imports | RedundantImport | Redundant import from the same package - org.opendaylight.tcpmd5.jni.NativeSupportUnavailableException. | 13 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'catch' is not preceded with whitespace. | 23 | |
| whitespace | WhitespaceAround | WhitespaceAround: '}' is not followed by whitespace. | 23 |