silentbalanceyh/vertx-zero

View on GitHub

Showing 9,050 of 9,050 total issues

File LLocation.java has 362 lines of code (exceeds 250 allowed). Consider refactoring.
Open

/*
 * This file is generated by jOOQ.
 */
package cn.vertxup.lbs.domain.tables.pojos;

    VQueryRecord has 36 methods (exceeds 20 allowed). Consider refactoring.
    Open

    @SuppressWarnings({ "all", "unchecked", "rawtypes" })
    public class VQueryRecord extends UpdatableRecordImpl<VQueryRecord> implements VertxPojo, Record5<String, String, String, String, String>, IVQuery {
    
        private static final long serialVersionUID = 1L;
    
    

      ExcelClient has 36 methods (exceeds 20 allowed). Consider refactoring.
      Open

      public interface ExcelClient extends TpClient<ExcelClient> {
      
          static ExcelClient createShared(final Vertx vertx, final JsonObject config) {
              return new ExcelClientImpl(vertx, config);
          }

        IUiForm has 36 methods (exceeds 20 allowed). Consider refactoring.
        Open

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

          EBrandDao has 36 methods (exceeds 20 allowed). Consider refactoring.
          Open

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

            IEDept has 36 methods (exceeds 20 allowed). Consider refactoring.
            Open

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

              GNodeDao has 36 methods (exceeds 20 allowed). Consider refactoring.
              Open

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

                IGCluster has 36 methods (exceeds 20 allowed). Consider refactoring.
                Open

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

                  ILTent has 36 methods (exceeds 20 allowed). Consider refactoring.
                  Open

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

                    SUserDao has 36 methods (exceeds 20 allowed). Consider refactoring.
                    Open

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

                      SActionDao has 36 methods (exceeds 20 allowed). Consider refactoring.
                      Open

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

                        ISRole has 36 methods (exceeds 20 allowed). Consider refactoring.
                        Open

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

                          IXNotice has 36 methods (exceeds 20 allowed). Consider refactoring.
                          Open

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

                            XLogDao has 36 methods (exceeds 20 allowed). Consider refactoring.
                            Open

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

                              IXTag has 36 methods (exceeds 20 allowed). Consider refactoring.
                              Open

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

                                XMenuDao has 36 methods (exceeds 20 allowed). Consider refactoring.
                                Open

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

                                  IPAmountSpec has 36 methods (exceeds 20 allowed). Consider refactoring.
                                  Open

                                  @SuppressWarnings({ "all", "unchecked", "rawtypes" })
                                  public interface IPAmountSpec extends VertxPojo, Serializable {
                                  
                                      /**
                                       * Setter for <code>DB_ETERNAL.P_AMOUNT_SPEC.KEY</code>. 「key」- 物料价目表主键

                                    MyFavorDao has 36 methods (exceeds 20 allowed). Consider refactoring.
                                    Open

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

                                      ITplMessage has 36 methods (exceeds 20 allowed). Consider refactoring.
                                      Open

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

                                        FSubjectDao has 36 methods (exceeds 20 allowed). Consider refactoring.
                                        Open

                                        @SuppressWarnings({ "all", "unchecked", "rawtypes" })
                                        public class FSubjectDao extends AbstractVertxDAO<FSubjectRecord, cn.vertxup.fm.domain.tables.pojos.FSubject, String, Future<List<cn.vertxup.fm.domain.tables.pojos.FSubject>>, Future<cn.vertxup.fm.domain.tables.pojos.FSubject>, Future<Integer>, Future<String>> implements io.github.jklingsporn.vertx.jooq.classic.VertxDAO<FSubjectRecord,cn.vertxup.fm.domain.tables.pojos.FSubject,String> {
                                        
                                                /**
                                             * @param configuration The Configuration used for rendering and query
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language