Checkstyle Results
The following document contains the results of Checkstyle 10.17.0 with checkstyle.xml ruleset.
Summary
Files | Info | Warnings | Errors |
---|---|---|---|
10 | 0 | 3 | 0 |
Files
File | I | W | E |
---|---|---|---|
org/mybatis/caches/ehcache/AbstractEhcacheCache.java | 0 | 2 | 0 |
org/mybatis/caches/ehcache/EhcacheCache.java | 0 | 1 | 0 |
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
imports | CustomImportOrder
|
2 | Warning |
javadoc | MissingJavadocType
|
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 |
org/mybatis/caches/ehcache/EhcacheCache.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | MissingJavadocType | Missing a Javadoc comment. | 18 |