The following document contains the results of Checkstyle 7.6.1 with odl_checks.xml ruleset. 
| File | |||
|---|---|---|---|
| org/opendaylight/bgpcep/programming/NanotimeUtilTest.java | 0 | 3 | 0 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | IllegalThrows | 1 | |
| whitespace | WhitespaceAround
|
2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 39 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 39 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 40 |