Checkstyle Results
The following document contains the results of Checkstyle 13.5.0 with checkstyle.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 10 | 0 | 9 | 0 |
Files
| File | |||
|---|---|---|---|
| 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
|
2 | |
| javadoc | JavadocParagraph
|
6 | |
MissingJavadocMethod
|
1 |
Details
org/mybatis/caches/ehcache/AbstractEhcacheCache.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'net.sf.ehcache.CacheManager' | 20 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.cache.Cache' | 24 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 206 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 206 |
org/mybatis/caches/ehcache/EhBlockingCache.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 24 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 24 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 60 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 60 |
org/mybatis/caches/ehcache/LoggingEhcache.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 28 |
MyBatis