Checkstyle Results

The following document contains the results of Checkstyle 10.13.0 with checkstyle.xml ruleset.

Summary

Files  Info  Warnings  Errors
30 0 23 0

Files

File  I  W  E
org/mybatis/jpetstore/domain/Account.java 0 1 0
org/mybatis/jpetstore/mapper/CategoryMapper.java 0 1 0
org/mybatis/jpetstore/mapper/ItemMapper.java 0 1 0
org/mybatis/jpetstore/mapper/LineItemMapper.java 0 1 0
org/mybatis/jpetstore/mapper/OrderMapper.java 0 1 0
org/mybatis/jpetstore/mapper/ProductMapper.java 0 1 0
org/mybatis/jpetstore/service/AccountService.java 0 1 0
org/mybatis/jpetstore/service/CatalogService.java 0 2 0
org/mybatis/jpetstore/service/OrderService.java 0 2 0
org/mybatis/jpetstore/web/actions/AbstractActionBean.java 0 1 0
org/mybatis/jpetstore/web/actions/AccountActionBean.java 0 3 0
org/mybatis/jpetstore/web/actions/CartActionBean.java 0 3 0
org/mybatis/jpetstore/web/actions/CatalogActionBean.java 0 2 0
org/mybatis/jpetstore/web/actions/OrderActionBean.java 0 3 0

Rules

Category Rule Violations Severity
imports CustomImportOrder
  • separateLineBetweenGroups: "true"
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###THIRD_PARTY_PACKAGE"
  • tokens: "IMPORT, STATIC_IMPORT, PACKAGE_DEF"
21  Warning
javadoc MissingJavadocMethod
  • scope: "public"
  • tokens: "METHOD_DEF, CTOR_DEF, ANNOTATION_FIELD_DEF, COMPACT_CTOR_DEF"
  • minLineCount: "2"
  • allowedAnnotations: "Override, Test"
2  Warning

Details

org/mybatis/jpetstore/domain/Account.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'net.sourceforge.stripes.validation.Validate' 20

org/mybatis/jpetstore/mapper/CategoryMapper.java

Severity Category Rule Message Line
 Warning 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
 Warning 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
 Warning 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
 Warning 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
 Warning 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
 Warning 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
 Warning imports CustomImportOrder Extra separation in import group before 'org.mybatis.jpetstore.domain.Category' 21
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 41

org/mybatis/jpetstore/service/OrderService.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.mybatis.jpetstore.domain.Item' 22
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 45

org/mybatis/jpetstore/web/actions/AbstractActionBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'net.sourceforge.stripes.action.ActionBean' 20

org/mybatis/jpetstore/web/actions/AccountActionBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.servlet.http.HttpSession' 22
 Warning imports CustomImportOrder Extra separation in import group before 'net.sourceforge.stripes.action.DefaultHandler' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.mybatis.jpetstore.domain.Account' 32

org/mybatis/jpetstore/web/actions/CartActionBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.servlet.http.HttpServletRequest' 20
 Warning imports CustomImportOrder Extra separation in import group before 'net.sourceforge.stripes.action.ForwardResolution' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.mybatis.jpetstore.domain.Cart' 27

org/mybatis/jpetstore/web/actions/CatalogActionBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'net.sourceforge.stripes.action.DefaultHandler' 20
 Warning imports CustomImportOrder Extra separation in import group before 'org.mybatis.jpetstore.domain.Category' 25

org/mybatis/jpetstore/web/actions/OrderActionBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.servlet.http.HttpSession' 22
 Warning imports CustomImportOrder Extra separation in import group before 'net.sourceforge.stripes.action.ForwardResolution' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.mybatis.jpetstore.domain.Order' 29