silentbalanceyh/vertx-zero

View on GitHub

Showing 9,050 of 9,050 total issues

File PCommodityHis.java has 424 lines of code (exceeds 250 allowed). Consider refactoring.
Open

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

    UiPage has 45 methods (exceeds 20 allowed). Consider refactoring.
    Open

    @SuppressWarnings({ "all", "unchecked", "rawtypes" })
    public class UiPage implements VertxPojo, IUiPage {
    
        private static final long serialVersionUID = 1L;
    
    

      FBank has 45 methods (exceeds 20 allowed). Consider refactoring.
      Open

      @SuppressWarnings({ "all", "unchecked", "rawtypes" })
      public class FBank implements VertxPojo, IFBank {
      
          private static final long serialVersionUID = 1L;
      
      

        FPreAuthorize has 45 methods (exceeds 20 allowed). Consider refactoring.
        Open

        @SuppressWarnings({ "all", "unchecked", "rawtypes" })
        public class FPreAuthorize implements VertxPojo, IFPreAuthorize {
        
            private static final long serialVersionUID = 1L;
        
        

          FSettlement has 45 methods (exceeds 20 allowed). Consider refactoring.
          Open

          @SuppressWarnings({ "all", "unchecked", "rawtypes" })
          public class FSettlement implements VertxPojo, IFSettlement {
          
              private static final long serialVersionUID = 1L;
          
          

            FPaymentItem has 45 methods (exceeds 20 allowed). Consider refactoring.
            Open

            @SuppressWarnings({ "all", "unchecked", "rawtypes" })
            public class FPaymentItem implements VertxPojo, IFPaymentItem {
            
                private static final long serialVersionUID = 1L;
            
            

              IMessage has 45 methods (exceeds 20 allowed). Consider refactoring.
              Open

              @SuppressWarnings({ "all", "unchecked", "rawtypes" })
              public class IMessage implements VertxPojo, IIMessage {
              
                  private static final long serialVersionUID = 1L;
              
              

                FDebt has 45 methods (exceeds 20 allowed). Consider refactoring.
                Open

                @SuppressWarnings({ "all", "unchecked", "rawtypes" })
                public class FDebt implements VertxPojo, IFDebt {
                
                    private static final long serialVersionUID = 1L;
                
                

                  File GEdge.java has 423 lines of code (exceeds 250 allowed). Consider refactoring.
                  Open

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

                    File XTabular.java has 423 lines of code (exceeds 250 allowed). Consider refactoring.
                    Open

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

                      File XActivityChange.java has 423 lines of code (exceeds 250 allowed). Consider refactoring.
                      Open

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

                        File PCommodityRecord.java has 423 lines of code (exceeds 250 allowed). Consider refactoring.
                        Open

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

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

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

                                  File IpcContent.java has 417 lines of code (exceeds 250 allowed). Consider refactoring.
                                  Open

                                  // Generated by the protocol buffer compiler.  DO NOT EDIT!
                                  // source: zero.envelop.proto
                                  
                                  package io.vertx.mod.ipc.eon;
                                  
                                  

                                    UiListDao has 44 methods (exceeds 20 allowed). Consider refactoring.
                                    Open

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

                                      IUiPage has 44 methods (exceeds 20 allowed). Consider refactoring.
                                      Open

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

                                        LLocationDao has 44 methods (exceeds 20 allowed). Consider refactoring.
                                        Open

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