Checkstyle Results
The following document contains the results of Checkstyle 13.5.0 with checkstyle.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 46 | 0 | 26 | 0 |
Files
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | NeedBraces
|
11 | |
| imports | CustomImportOrder
|
15 |
Details
org/mybatis/jpetstore/mapper/CategoryMapper.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.mybatis.jpetstore.domain.Category' | 20 |
org/mybatis/jpetstore/mapper/ItemMapper.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.mybatis.jpetstore.domain.Item' | 21 |
org/mybatis/jpetstore/mapper/LineItemMapper.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.mybatis.jpetstore.domain.LineItem' | 20 |
org/mybatis/jpetstore/mapper/OrderMapper.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.mybatis.jpetstore.domain.Order' | 20 |
org/mybatis/jpetstore/mapper/ProductMapper.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.mybatis.jpetstore.domain.Product' | 20 |
org/mybatis/jpetstore/service/AccountService.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.mybatis.jpetstore.domain.Account' | 20 |
org/mybatis/jpetstore/service/CatalogService.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.mybatis.jpetstore.domain.Category' | 21 |
org/mybatis/jpetstore/service/OrderService.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.mybatis.jpetstore.domain.Item' | 22 |
org/mybatis/jpetstore/web/controllers/AccountController.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'javax.servlet.http.HttpSession' | 22 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.mybatis.jpetstore.domain.Account' | 24 |
org/mybatis/jpetstore/web/controllers/CartController.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'javax.servlet.http.HttpServletRequest' | 20 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.mybatis.jpetstore.domain.Cart' | 23 |
org/mybatis/jpetstore/web/controllers/CatalogController.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.mybatis.jpetstore.domain.Category' | 20 |
org/mybatis/jpetstore/web/controllers/OrderController.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'javax.servlet.http.HttpSession' | 22 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.mybatis.jpetstore.domain.Cart' | 24 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 163 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 165 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 167 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 169 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 171 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 173 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 175 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 177 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 179 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 181 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 183 |
MyBatis