silentbalanceyh/vertx-zero

View on GitHub

Showing 9,050 of 9,050 total issues

MModel has 47 methods (exceeds 20 allowed). Consider refactoring.
Open

@SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class MModel implements VertxPojo, IMModel {

    private static final long serialVersionUID = 1L;

    File ECustomerRecord.java has 435 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    /*
     * This file is generated by jOOQ.
     */
    package cn.vertxup.erp.domain.tables.records;
    
    

      File IServiceRecord.java has 434 lines of code (exceeds 250 allowed). Consider refactoring.
      Open

      /*
       * This file is generated by jOOQ.
       */
      package cn.vertxup.jet.domain.tables.records;
      
      

        UiViewDao has 46 methods (exceeds 20 allowed). Consider refactoring.
        Open

        @SuppressWarnings({ "all", "unchecked", "rawtypes" })
        public class UiViewDao extends AbstractVertxDAO<UiViewRecord, cn.vertxup.ui.domain.tables.pojos.UiView, String, Future<List<cn.vertxup.ui.domain.tables.pojos.UiView>>, Future<cn.vertxup.ui.domain.tables.pojos.UiView>, Future<Integer>, Future<String>> implements io.github.jklingsporn.vertx.jooq.classic.VertxDAO<UiViewRecord,cn.vertxup.ui.domain.tables.pojos.UiView,String> {
        
                /**
             * @param configuration The Configuration used for rendering and query

          UiFieldDao has 46 methods (exceeds 20 allowed). Consider refactoring.
          Open

          @SuppressWarnings({ "all", "unchecked", "rawtypes" })
          public class UiFieldDao extends AbstractVertxDAO<UiFieldRecord, cn.vertxup.ui.domain.tables.pojos.UiField, String, Future<List<cn.vertxup.ui.domain.tables.pojos.UiField>>, Future<cn.vertxup.ui.domain.tables.pojos.UiField>, Future<Integer>, Future<String>> implements io.github.jklingsporn.vertx.jooq.classic.VertxDAO<UiFieldRecord,cn.vertxup.ui.domain.tables.pojos.UiField,String> {
          
                  /**
               * @param configuration The Configuration used for rendering and query

            IGGraphic has 46 methods (exceeds 20 allowed). Consider refactoring.
            Open

            @SuppressWarnings({ "all", "unchecked", "rawtypes" })
            public interface IGGraphic extends VertxPojo, Serializable {
            
                /**
                 * Setter for <code>DB_ETERNAL.G_GRAPHIC.KEY</code>. 「key」- 图ID

              IBBag has 46 methods (exceeds 20 allowed). Consider refactoring.
              Open

              @SuppressWarnings({ "all", "unchecked", "rawtypes" })
              public interface IBBag extends VertxPojo, Serializable {
              
                  /**
                   * Setter for <code>DB_ETERNAL.B_BAG.KEY</code>. 「key」- 模块主键

                SResourceDao has 46 methods (exceeds 20 allowed). Consider refactoring.
                Open

                @SuppressWarnings({ "all", "unchecked", "rawtypes" })
                public class SResourceDao extends AbstractVertxDAO<SResourceRecord, cn.vertxup.rbac.domain.tables.pojos.SResource, String, Future<List<cn.vertxup.rbac.domain.tables.pojos.SResource>>, Future<cn.vertxup.rbac.domain.tables.pojos.SResource>, Future<Integer>, Future<String>> implements io.github.jklingsporn.vertx.jooq.classic.VertxDAO<SResourceRecord,cn.vertxup.rbac.domain.tables.pojos.SResource,String> {
                
                        /**
                     * @param configuration The Configuration used for rendering and query

                  SVisitantDao has 46 methods (exceeds 20 allowed). Consider refactoring.
                  Open

                  @SuppressWarnings({ "all", "unchecked", "rawtypes" })
                  public class SVisitantDao extends AbstractVertxDAO<SVisitantRecord, cn.vertxup.rbac.domain.tables.pojos.SVisitant, String, Future<List<cn.vertxup.rbac.domain.tables.pojos.SVisitant>>, Future<cn.vertxup.rbac.domain.tables.pojos.SVisitant>, Future<Integer>, Future<String>> implements io.github.jklingsporn.vertx.jooq.classic.VertxDAO<SVisitantRecord,cn.vertxup.rbac.domain.tables.pojos.SVisitant,String> {
                  
                          /**
                       * @param configuration The Configuration used for rendering and query

                    XCategoryDao has 46 methods (exceeds 20 allowed). Consider refactoring.
                    Open

                    @SuppressWarnings({ "all", "unchecked", "rawtypes" })
                    public class XCategoryDao extends AbstractVertxDAO<XCategoryRecord, cn.vertxup.ambient.domain.tables.pojos.XCategory, String, Future<List<cn.vertxup.ambient.domain.tables.pojos.XCategory>>, Future<cn.vertxup.ambient.domain.tables.pojos.XCategory>, Future<Integer>, Future<String>> implements io.github.jklingsporn.vertx.jooq.classic.VertxDAO<XCategoryRecord,cn.vertxup.ambient.domain.tables.pojos.XCategory,String> {
                    
                            /**
                         * @param configuration The Configuration used for rendering and query

                      XAppDao has 46 methods (exceeds 20 allowed). Consider refactoring.
                      Open

                      @SuppressWarnings({ "all", "unchecked", "rawtypes" })
                      public class XAppDao extends AbstractVertxDAO<XAppRecord, cn.vertxup.ambient.domain.tables.pojos.XApp, String, Future<List<cn.vertxup.ambient.domain.tables.pojos.XApp>>, Future<cn.vertxup.ambient.domain.tables.pojos.XApp>, Future<Integer>, Future<String>> implements io.github.jklingsporn.vertx.jooq.classic.VertxDAO<XAppRecord,cn.vertxup.ambient.domain.tables.pojos.XApp,String> {
                      
                              /**
                           * @param configuration The Configuration used for rendering and query

                        IXSource has 46 methods (exceeds 20 allowed). Consider refactoring.
                        Open

                        @SuppressWarnings({ "all", "unchecked", "rawtypes" })
                        public interface IXSource extends VertxPojo, Serializable {
                        
                            /**
                             * Setter for <code>DB_ETERNAL.X_SOURCE.KEY</code>. 「key」- 数据源主键

                          TplModelDao has 46 methods (exceeds 20 allowed). Consider refactoring.
                          Open

                          @SuppressWarnings({ "all", "unchecked", "rawtypes" })
                          public class TplModelDao extends AbstractVertxDAO<TplModelRecord, cn.vertxup.tpl.domain.tables.pojos.TplModel, String, Future<List<cn.vertxup.tpl.domain.tables.pojos.TplModel>>, Future<cn.vertxup.tpl.domain.tables.pojos.TplModel>, Future<Integer>, Future<String>> implements io.github.jklingsporn.vertx.jooq.classic.VertxDAO<TplModelRecord,cn.vertxup.tpl.domain.tables.pojos.TplModel,String> {
                          
                                  /**
                               * @param configuration The Configuration used for rendering and query

                            IMyMenu has 46 methods (exceeds 20 allowed). Consider refactoring.
                            Open

                            @SuppressWarnings({ "all", "unchecked", "rawtypes" })
                            public interface IMyMenu extends VertxPojo, Serializable {
                            
                                /**
                                 * Setter for <code>DB_ETERNAL.MY_MENU.KEY</code>. 「key」- 菜单主键

                              IFBill has 46 methods (exceeds 20 allowed). Consider refactoring.
                              Open

                              @SuppressWarnings({ "all", "unchecked", "rawtypes" })
                              public interface IFBill extends VertxPojo, Serializable {
                              
                                  /**
                                   * Setter for <code>DB_ETERNAL.F_BILL.KEY</code>. 「key」- 账单主键

                                IPortfolioDao has 46 methods (exceeds 20 allowed). Consider refactoring.
                                Open

                                @SuppressWarnings({ "all", "unchecked", "rawtypes" })
                                public class IPortfolioDao extends AbstractVertxDAO<IPortfolioRecord, cn.vertxup.integration.domain.tables.pojos.IPortfolio, String, Future<List<cn.vertxup.integration.domain.tables.pojos.IPortfolio>>, Future<cn.vertxup.integration.domain.tables.pojos.IPortfolio>, Future<Integer>, Future<String>> implements io.github.jklingsporn.vertx.jooq.classic.VertxDAO<IPortfolioRecord,cn.vertxup.integration.domain.tables.pojos.IPortfolio,String> {
                                
                                        /**
                                     * @param configuration The Configuration used for rendering and query

                                  IMModel has 46 methods (exceeds 20 allowed). Consider refactoring.
                                  Open

                                  @SuppressWarnings({ "all", "unchecked", "rawtypes" })
                                  public interface IMModel extends VertxPojo, Serializable {
                                  
                                      /**
                                       * Setter for <code>DB_ETERNAL.M_MODEL.KEY</code>. 「key」- 模型ID

                                    Method equals has 158 lines of code (exceeds 25 allowed). Consider refactoring.
                                    Open

                                        @Override
                                        public boolean equals(Object obj) {
                                            if (this == obj)
                                                return true;
                                            if (obj == null)

                                      Method equals has 158 lines of code (exceeds 25 allowed). Consider refactoring.
                                      Open

                                          @Override
                                          public boolean equals(Object obj) {
                                              if (this == obj)
                                                  return true;
                                              if (obj == null)

                                        Method equals has 158 lines of code (exceeds 25 allowed). Consider refactoring.
                                        Open

                                            @Override
                                            public boolean equals(Object obj) {
                                                if (this == obj)
                                                    return true;
                                                if (obj == null)
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language