silentbalanceyh/vertx-zero

View on GitHub

Showing 9,050 of 9,050 total issues

IFPayment has 42 methods (exceeds 20 allowed). Consider refactoring.
Open

@SuppressWarnings({ "all", "unchecked", "rawtypes" })
public interface IFPayment extends VertxPojo, Serializable {

    /**
     * Setter for <code>DB_ETERNAL.F_PAYMENT.KEY</code>. 「key」- 付款单账单主键ID

    IFPayTerm has 42 methods (exceeds 20 allowed). Consider refactoring.
    Open

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

      AbstractDao has 42 methods (exceeds 20 allowed). Consider refactoring.
      Open

      public abstract class AbstractDao implements HDao {
      
          protected final transient AoConnection conn;
          /*
           * 插入/删除专用

        MModelDao has 42 methods (exceeds 20 allowed). Consider refactoring.
        Open

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

          File UiForm.java has 402 lines of code (exceeds 250 allowed). Consider refactoring.
          Open

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

            File PAmountSpec.java has 402 lines of code (exceeds 250 allowed). Consider refactoring.
            Open

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

              File EDept.java has 401 lines of code (exceeds 250 allowed). Consider refactoring.
              Open

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

                File GCluster.java has 401 lines of code (exceeds 250 allowed). Consider refactoring.
                Open

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

                  File SRole.java has 401 lines of code (exceeds 250 allowed). Consider refactoring.
                  Open

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

                    File XNotice.java has 401 lines of code (exceeds 250 allowed). Consider refactoring.
                    Open

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

                      File XTag.java has 401 lines of code (exceeds 250 allowed). Consider refactoring.
                      Open

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

                        File TplMessage.java has 401 lines of code (exceeds 250 allowed). Consider refactoring.
                        Open

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

                          Method equals has 140 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 140 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 140 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 140 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 140 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 140 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 140 lines of code (exceeds 25 allowed). Consider refactoring.
                                      Open

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

                                        File EProjectRecord.java has 399 lines of code (exceeds 250 allowed). Consider refactoring.
                                        Open

                                        /*
                                         * This file is generated by jOOQ.
                                         */
                                        package cn.vertxup.erp.domain.tables.records;
                                        
                                        
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language