Checkstyle Results
The following document contains the results of Checkstyle 13.5.0 with checkstyle.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 10 | 0 | 14 | 0 |
Files
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| imports | CustomImportOrder
|
2 | |
| javadoc | JavadocParagraph
|
12 |
Details
org/mybatis/caches/ehcache/AbstractEhcacheCache.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.cache.Cache' | 23 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 271 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 271 |
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. | 20 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 20 |
org/mybatis/caches/ehcache/HashKeyWrapper.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 23 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 23 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 30 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 30 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 74 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 74 |
org/mybatis/caches/ehcache/ObjectSerializer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.ehcache.spi.serialization.Serializer' | 25 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 31 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 31 |
MyBatis