Checkstyle Results

The following document contains the results of Checkstyle 13.5.0 with checkstyle.xml ruleset.

Summary

Files  Info  Warnings  Errors
10 0 14 0

Files

File  I  W  E
org/mybatis/caches/ehcache/AbstractEhcacheCache.java 0 3 0
org/mybatis/caches/ehcache/EhBlockingCache.java 0 2 0
org/mybatis/caches/ehcache/HashKeyWrapper.java 0 6 0
org/mybatis/caches/ehcache/ObjectSerializer.java 0 3 0

Rules

Category Rule Violations Severity
imports CustomImportOrder
  • separateLineBetweenGroups: "true"
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###THIRD_PARTY_PACKAGE"
  • tokens: "IMPORT, STATIC_IMPORT, PACKAGE_DEF"
2  Warning
javadoc JavadocParagraph
  • allowNewlineParagraph: "false"
12  Warning

Details

org/mybatis/caches/ehcache/AbstractEhcacheCache.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.ibatis.cache.Cache' 23
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 271
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 271

org/mybatis/caches/ehcache/EhBlockingCache.java

Severity Category Rule Message Line
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 20
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 20

org/mybatis/caches/ehcache/HashKeyWrapper.java

Severity Category Rule Message Line
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 23
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 23
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 30
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 30
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 74
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 74

org/mybatis/caches/ehcache/ObjectSerializer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.ehcache.spi.serialization.Serializer' 25
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 31
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 31