Checkstyle Results
The following document contains the results of Checkstyle 13.5.0 with checkstyle.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 8 | 0 | 2 | 0 |
Files
| File | |||
|---|---|---|---|
| org/mybatis/caches/ignite/IgniteCacheAdapter.java | 0 | 2 | 0 |
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | ConstructorsDeclarationGrouping | 1 | |
| imports | CustomImportOrder
|
1 |
Details
org/mybatis/caches/ignite/IgniteCacheAdapter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.cache.Cache' | 29 | |
| coding | ConstructorsDeclarationGrouping | Constructors should be grouped together. The last grouped constructor is declared at line '120'. | 140 |
MyBatis