Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
15 0 9 0

Rules

Category Rule Violations Severity
imports CustomImportOrder
  • thirdPartyPackageRegExp: ".*"
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###THIRD_PARTY_PACKAGE"
3  Warning
javadoc JavadocParagraph
  • allowNewlineParagraph: "false"
3  Warning
JavadocStyle
  • checkEmptyJavadoc: "true"
1  Warning
naming LocalVariableName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
  • allowOneCharVarInForLoop: "true"
  • tokens: "VARIABLE_DEF"
2  Warning

Details

org/opendaylight/yangtools/objcache/ObjectCache.java

Severity Category Rule Message Line
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 21

org/opendaylight/yangtools/objcache/ObjectCacheFactory.java

Severity Category Rule Message Line
 Warning naming LocalVariableName Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 30
 Warning naming LocalVariableName Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 57

org/opendaylight/yangtools/objcache/package-info.java

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 8

org/opendaylight/yangtools/objcache/spi/AbstractObjectCache.java

Severity Category Rule Message Line
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 65
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 68

org/opendaylight/yangtools/objcache/spi/CacheTest.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.SoftKey'. 20
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.cache.CacheBuilder' import. Should be before 'org.opendaylight.yangtools.objcache.spi.AbstractObjectCache.SoftKey'. 21

org/opendaylight/yangtools/objcache/spi/SoftKeyTest.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.SoftKey'. 21