The following document contains the results of Checkstyle 6.16 with odl_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| imports | CustomImportOrder
|
3 | |
| javadoc | JavadocParagraph
|
3 | |
| naming | LocalVariableName
|
2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 30 | |
| naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 66 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.FinalizableReferenceQueue' import. Should be before 'org.opendaylight.yangtools.objcache.ObjectCache'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.cache.CacheBuilder' import. Should be before 'org.opendaylight.yangtools.objcache.ObjectCache'. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.FinalizableReferenceQueue' import. Should be before 'org.opendaylight.yangtools.objcache.spi.AbstractObjectCache.SoftKey'. | 21 |