Checkstyle Results

The following document contains the results of Checkstyle 6.16 with odl_checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
5 0 5 0

Rules

Category Rule Violations Severity
imports CustomImportOrder
  • thirdPartyPackageRegExp: ".*"
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###THIRD_PARTY_PACKAGE"
3  Warning
modifier RedundantModifier 2  Warning

Details

org/opendaylight/yangtools/objcache/guava/GuavaObjectCache.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.base.FinalizableReferenceQueue' import. Should be before 'org.opendaylight.yangtools.objcache.spi.AbstractObjectCache'. 12
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.cache.CacheBuilder' import. Should be before 'org.opendaylight.yangtools.objcache.spi.AbstractObjectCache'. 13
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.cache.CacheBuilderSpec' import. Should be before 'org.opendaylight.yangtools.objcache.spi.AbstractObjectCache'. 14
 Warning modifier RedundantModifier Redundant 'public' modifier. 17
 Warning modifier RedundantModifier Redundant 'public' modifier. 21