Checkstyle Results
The following document contains the results of Checkstyle 11.1.0 with checkstyle.xml ruleset.
Summary
| Files |
Info |
Warnings |
Errors |
| 10 |
0 |
4 |
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 |
MissingJavadocMethod
- allowMissingPropertyJavadoc:
"true"
- scope:
"protected"
- tokens:
"METHOD_DEF, CTOR_DEF, ANNOTATION_FIELD_DEF, COMPACT_CTOR_DEF"
- allowedAnnotations:
"Override, Test" |
1 |
Warning |
|
MissingJavadocType
- scope:
"protected"
- excludeScope:
"nothing"
- tokens:
"CLASS_DEF, INTERFACE_DEF, ENUM_DEF, RECORD_DEF, ANNOTATION_DEF" |
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 |
org/mybatis/caches/ehcache/LoggingEhcache.java
| Severity |
Category |
Rule |
Message |
Line |
Warning |
javadoc |
MissingJavadocMethod |
Missing a Javadoc comment. |
28 |