The following document contains the results of Checkstyle 6.16 with odl_checks.xml ruleset. 
| File | |||
|---|---|---|---|
| org/opendaylight/yangtools/objcache/guava/GuavaObjectCache.java | 0 | 5 | 0 |
| org/opendaylight/yangtools/objcache/guava/package-info.java | 0 | 1 | 0 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| imports | CustomImportOrder
|
3 | |
| javadoc | JavadocStyle
|
1 | |
| modifier | RedundantModifier | 2 |
| 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'. | 12 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.cache.CacheBuilder' import. Should be before 'org.opendaylight.yangtools.objcache.spi.AbstractObjectCache'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.cache.CacheBuilderSpec' import. Should be before 'org.opendaylight.yangtools.objcache.spi.AbstractObjectCache'. | 14 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 17 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 8 |