Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
10 0 9 0

Files

File  I  W  E
org/mybatis/caches/ehcache/AbstractEhcacheCache.java 0 4 0
org/mybatis/caches/ehcache/EhBlockingCache.java 0 4 0
org/mybatis/caches/ehcache/LoggingEhcache.java 0 1 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"
6  Warning
MissingJavadocMethod
  • allowMissingPropertyJavadoc: "true"
  • scope: "protected"
  • tokens: "METHOD_DEF, CTOR_DEF, ANNOTATION_FIELD_DEF, COMPACT_CTOR_DEF"
  • allowedAnnotations: "Override, Test"
1  Warning

Details

org/mybatis/caches/ehcache/AbstractEhcacheCache.java

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

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. 24
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 24
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 60
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 60

org/mybatis/caches/ehcache/LoggingEhcache.java

Severity Category Rule Message Line
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 28