silentbalanceyh/vertx-zero

View on GitHub

Showing 9,050 of 9,050 total issues

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

@SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class XLinkageDao extends AbstractVertxDAO<XLinkageRecord, cn.vertxup.ambient.domain.tables.pojos.XLinkage, String, Future<List<cn.vertxup.ambient.domain.tables.pojos.XLinkage>>, Future<cn.vertxup.ambient.domain.tables.pojos.XLinkage>, Future<Integer>, Future<String>> implements io.github.jklingsporn.vertx.jooq.classic.VertxDAO<XLinkageRecord,cn.vertxup.ambient.domain.tables.pojos.XLinkage,String> {

        /**
     * @param configuration The Configuration used for rendering and query

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

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

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

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

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

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

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

          @SuppressWarnings({ "all", "unchecked", "rawtypes" })
          public interface IFPreAuthorize extends VertxPojo, Serializable {
          
              /**
               * Setter for <code>DB_ETERNAL.F_PRE_AUTHORIZE.KEY</code>. 「key」- 预授权ID

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

            @SuppressWarnings({ "all", "unchecked", "rawtypes" })
            public interface IFPaymentItem extends VertxPojo, Serializable {
            
                /**
                 * Setter for <code>DB_ETERNAL.F_PAYMENT_ITEM.KEY</code>. 「key」- 收款明细账单主键ID

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

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

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

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

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

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

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

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

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

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

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

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

                          Similar blocks of code found in 2 locations. Consider refactoring.
                          Open

                          /*
                           * This file is generated by jOOQ.
                           */
                          package cn.vertxup.rbac.domain.tables;
                          
                          
                          vertx-pin/zero-rbac/src/main/java/cn/vertxup/rbac/domain/tables/RUserRole.java on lines 1..165

                          Duplicated Code

                          Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                          Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                          When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                          Tuning

                          This issue has a mass of 370.

                          We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                          The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                          If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                          See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                          Refactorings

                          Further Reading

                          Similar blocks of code found in 2 locations. Consider refactoring.
                          Open

                          /*
                           * This file is generated by jOOQ.
                           */
                          package cn.vertxup.rbac.domain.tables;
                          
                          
                          vertx-pin/zero-rbac/src/main/java/cn/vertxup/rbac/domain/tables/RUserGroup.java on lines 1..166

                          Duplicated Code

                          Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                          Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                          When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                          Tuning

                          This issue has a mass of 370.

                          We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                          The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                          If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                          See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                          Refactorings

                          Further Reading

                          Similar blocks of code found in 3 locations. Consider refactoring.
                          Open

                          package io.vertx.mod.ipc.service;
                          
                          import static io.grpc.stub.ServerCalls.asyncBidiStreamingCall;
                          import static io.vertx.mod.ipc.service.ProduceServiceGrpc.getServiceDescriptor;
                          
                          
                          vertx-semper/aeon-eternal/aeon-inlet/src/main/java/io/vertx/mod/ipc/service/VertxConsumeServiceGrpc.java on lines 1..127
                          vertx-semper/aeon-eternal/aeon-inlet/src/main/java/io/vertx/mod/ipc/service/VertxDupliexServiceGrpc.java on lines 1..127

                          Duplicated Code

                          Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                          Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                          When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                          Tuning

                          This issue has a mass of 367.

                          We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                          The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                          If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                          See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                          Refactorings

                          Further Reading

                          Similar blocks of code found in 3 locations. Consider refactoring.
                          Open

                          package io.vertx.mod.ipc.service;
                          
                          import static io.grpc.stub.ServerCalls.asyncBidiStreamingCall;
                          import static io.vertx.mod.ipc.service.DupliexServiceGrpc.getServiceDescriptor;
                          
                          
                          vertx-semper/aeon-eternal/aeon-inlet/src/main/java/io/vertx/mod/ipc/service/VertxConsumeServiceGrpc.java on lines 1..127
                          vertx-semper/aeon-eternal/aeon-inlet/src/main/java/io/vertx/mod/ipc/service/VertxProduceServiceGrpc.java on lines 1..127

                          Duplicated Code

                          Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                          Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                          When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                          Tuning

                          This issue has a mass of 367.

                          We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                          The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                          If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                          See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                          Refactorings

                          Further Reading

                          Similar blocks of code found in 3 locations. Consider refactoring.
                          Open

                          package io.vertx.mod.ipc.service;
                          
                          import static io.grpc.stub.ServerCalls.asyncBidiStreamingCall;
                          import static io.vertx.mod.ipc.service.ConsumeServiceGrpc.getServiceDescriptor;
                          
                          
                          vertx-semper/aeon-eternal/aeon-inlet/src/main/java/io/vertx/mod/ipc/service/VertxDupliexServiceGrpc.java on lines 1..127
                          vertx-semper/aeon-eternal/aeon-inlet/src/main/java/io/vertx/mod/ipc/service/VertxProduceServiceGrpc.java on lines 1..127

                          Duplicated Code

                          Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                          Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                          When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                          Tuning

                          This issue has a mass of 367.

                          We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                          The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                          If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                          See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                          Refactorings

                          Further Reading

                          File BWebRecord.java has 412 lines of code (exceeds 250 allowed). Consider refactoring.
                          Open

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

                            File BComponentRecord.java has 412 lines of code (exceeds 250 allowed). Consider refactoring.
                            Open

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

                              File BAuthorityRecord.java has 412 lines of code (exceeds 250 allowed). Consider refactoring.
                              Open

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