Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
11 0 4 0

Files

File  I  W  E
org/mybatis/caches/hazelcast/AbstractHazelcastCache.java 0 2 0
org/mybatis/caches/hazelcast/HazelcastClientCache.java 0 2 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 2  Warning

Details

org/mybatis/caches/hazelcast/AbstractHazelcastCache.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.concurrent.locks.ReadWriteLock' 20
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.ibatis.cache.Cache' 22

org/mybatis/caches/hazelcast/HazelcastClientCache.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