The following document contains the results of Checkstyle 6.16 with odl_checks.xml ruleset. 
| File | |||
|---|---|---|---|
| org/opendaylight/tcpmd5/KeyMappingTest.java | 0 | 1 | 0 |
| org/opendaylight/tcpmd5/MD5SocketOptionsTest.java | 0 | 3 | 0 |
| org/opendaylight/tcpmd5/api/KeyMapping.java | 0 | 1 | 0 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | IllegalThrows | 1 | |
| VariableDeclarationUsageDistance | 1 | ||
| naming | ParameterName
|
1 | |
| whitespace | WhitespaceAround
|
2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | VariableDeclarationUsageDistance | Distance between variable 'k4' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 31 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 31 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 29 |