The following issues were found

litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallGoodsProductMapper.java
2 issues
This class has too many methods, consider refactoring it.
Design

Line: 8

              import org.linlinjava.litemall.db.domain.LitemallGoodsProduct;
import org.linlinjava.litemall.db.domain.LitemallGoodsProductExample;

public interface LitemallGoodsProductMapper {
    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table litemall_goods_product
     *
     * @mbg.generated

            

Reported by PMD.

The String literal 'example' appears 5 times in this file; the first occurrence is on line 63
Error

Line: 63

                   *
     * @mbg.generated
     */
    LitemallGoodsProduct selectOneByExampleSelective(@Param("example") LitemallGoodsProductExample example, @Param("selective") LitemallGoodsProduct.Column ... selective);

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table litemall_goods_product
     *

            

Reported by PMD.

litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallGoodsMapper.java
2 issues
This class has too many methods, consider refactoring it.
Design

Line: 8

              import org.linlinjava.litemall.db.domain.LitemallGoods;
import org.linlinjava.litemall.db.domain.LitemallGoodsExample;

public interface LitemallGoodsMapper {
    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table litemall_goods
     *
     * @mbg.generated

            

Reported by PMD.

The String literal 'example' appears 6 times in this file; the first occurrence is on line 63
Error

Line: 63

                   *
     * @mbg.generated
     */
    LitemallGoods selectOneByExampleSelective(@Param("example") LitemallGoodsExample example, @Param("selective") LitemallGoods.Column ... selective);

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table litemall_goods
     *

            

Reported by PMD.

litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallGoodsAttributeMapper.java
2 issues
This class has too many methods, consider refactoring it.
Design

Line: 8

              import org.linlinjava.litemall.db.domain.LitemallGoodsAttribute;
import org.linlinjava.litemall.db.domain.LitemallGoodsAttributeExample;

public interface LitemallGoodsAttributeMapper {
    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table litemall_goods_attribute
     *
     * @mbg.generated

            

Reported by PMD.

The String literal 'example' appears 5 times in this file; the first occurrence is on line 63
Error

Line: 63

                   *
     * @mbg.generated
     */
    LitemallGoodsAttribute selectOneByExampleSelective(@Param("example") LitemallGoodsAttributeExample example, @Param("selective") LitemallGoodsAttribute.Column ... selective);

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table litemall_goods_attribute
     *

            

Reported by PMD.

litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallFootprintMapper.java
2 issues
This class has too many methods, consider refactoring it.
Design

Line: 8

              import org.linlinjava.litemall.db.domain.LitemallFootprint;
import org.linlinjava.litemall.db.domain.LitemallFootprintExample;

public interface LitemallFootprintMapper {
    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table litemall_footprint
     *
     * @mbg.generated

            

Reported by PMD.

The String literal 'example' appears 5 times in this file; the first occurrence is on line 63
Error

Line: 63

                   *
     * @mbg.generated
     */
    LitemallFootprint selectOneByExampleSelective(@Param("example") LitemallFootprintExample example, @Param("selective") LitemallFootprint.Column ... selective);

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table litemall_footprint
     *

            

Reported by PMD.

litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallFeedbackMapper.java
2 issues
This class has too many methods, consider refactoring it.
Design

Line: 8

              import org.linlinjava.litemall.db.domain.LitemallFeedback;
import org.linlinjava.litemall.db.domain.LitemallFeedbackExample;

public interface LitemallFeedbackMapper {
    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table litemall_feedback
     *
     * @mbg.generated

            

Reported by PMD.

The String literal 'example' appears 5 times in this file; the first occurrence is on line 63
Error

Line: 63

                   *
     * @mbg.generated
     */
    LitemallFeedback selectOneByExampleSelective(@Param("example") LitemallFeedbackExample example, @Param("selective") LitemallFeedback.Column ... selective);

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table litemall_feedback
     *

            

Reported by PMD.

litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallCouponUserMapper.java
2 issues
This class has too many methods, consider refactoring it.
Design

Line: 8

              import org.linlinjava.litemall.db.domain.LitemallCouponUser;
import org.linlinjava.litemall.db.domain.LitemallCouponUserExample;

public interface LitemallCouponUserMapper {
    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table litemall_coupon_user
     *
     * @mbg.generated

            

Reported by PMD.

The String literal 'example' appears 5 times in this file; the first occurrence is on line 63
Error

Line: 63

                   *
     * @mbg.generated
     */
    LitemallCouponUser selectOneByExampleSelective(@Param("example") LitemallCouponUserExample example, @Param("selective") LitemallCouponUser.Column ... selective);

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table litemall_coupon_user
     *

            

Reported by PMD.

litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallCouponMapper.java
2 issues
This class has too many methods, consider refactoring it.
Design

Line: 8

              import org.linlinjava.litemall.db.domain.LitemallCoupon;
import org.linlinjava.litemall.db.domain.LitemallCouponExample;

public interface LitemallCouponMapper {
    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table litemall_coupon
     *
     * @mbg.generated

            

Reported by PMD.

The String literal 'example' appears 5 times in this file; the first occurrence is on line 63
Error

Line: 63

                   *
     * @mbg.generated
     */
    LitemallCoupon selectOneByExampleSelective(@Param("example") LitemallCouponExample example, @Param("selective") LitemallCoupon.Column ... selective);

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table litemall_coupon
     *

            

Reported by PMD.

litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallCommentMapper.java
2 issues
This class has too many methods, consider refactoring it.
Design

Line: 8

              import org.linlinjava.litemall.db.domain.LitemallComment;
import org.linlinjava.litemall.db.domain.LitemallCommentExample;

public interface LitemallCommentMapper {
    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table litemall_comment
     *
     * @mbg.generated

            

Reported by PMD.

The String literal 'example' appears 5 times in this file; the first occurrence is on line 63
Error

Line: 63

                   *
     * @mbg.generated
     */
    LitemallComment selectOneByExampleSelective(@Param("example") LitemallCommentExample example, @Param("selective") LitemallComment.Column ... selective);

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table litemall_comment
     *

            

Reported by PMD.

litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallCollectMapper.java
2 issues
This class has too many methods, consider refactoring it.
Design

Line: 8

              import org.linlinjava.litemall.db.domain.LitemallCollect;
import org.linlinjava.litemall.db.domain.LitemallCollectExample;

public interface LitemallCollectMapper {
    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table litemall_collect
     *
     * @mbg.generated

            

Reported by PMD.

The String literal 'example' appears 5 times in this file; the first occurrence is on line 63
Error

Line: 63

                   *
     * @mbg.generated
     */
    LitemallCollect selectOneByExampleSelective(@Param("example") LitemallCollectExample example, @Param("selective") LitemallCollect.Column ... selective);

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table litemall_collect
     *

            

Reported by PMD.

litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallCategoryMapper.java
2 issues
This class has too many methods, consider refactoring it.
Design

Line: 8

              import org.linlinjava.litemall.db.domain.LitemallCategory;
import org.linlinjava.litemall.db.domain.LitemallCategoryExample;

public interface LitemallCategoryMapper {
    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table litemall_category
     *
     * @mbg.generated

            

Reported by PMD.

The String literal 'example' appears 5 times in this file; the first occurrence is on line 63
Error

Line: 63

                   *
     * @mbg.generated
     */
    LitemallCategory selectOneByExampleSelective(@Param("example") LitemallCategoryExample example, @Param("selective") LitemallCategory.Column ... selective);

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table litemall_category
     *

            

Reported by PMD.