silentbalanceyh/vertx-zero

View on GitHub

Showing 9,050 of 9,050 total issues

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

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

    File PInTicketRecord.java has 459 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

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

      _Element has 50 methods (exceeds 20 allowed). Consider refactoring.
      Open

      class _Element extends _EDS {
          protected _Element() {
          }
      
          /**
      Severity: Minor
      Found in vertx-gaia/vertx-ams/src/main/java/io/horizon/util/_Element.java - About 7 hrs to fix

        IUiView has 50 methods (exceeds 20 allowed). Consider refactoring.
        Open

        @SuppressWarnings({ "all", "unchecked", "rawtypes" })
        public interface IUiView extends VertxPojo, Serializable {
        
            /**
             * Setter for <code>DB_ETERNAL.UI_VIEW.KEY</code>. 「key」- 查询记录ID

          IUiField has 50 methods (exceeds 20 allowed). Consider refactoring.
          Open

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

            ISVisitant has 50 methods (exceeds 20 allowed). Consider refactoring.
            Open

            @SuppressWarnings({ "all", "unchecked", "rawtypes" })
            public interface ISVisitant extends VertxPojo, Serializable {
            
                /**
                 * Setter for <code>DB_ETERNAL.S_VISITANT.KEY</code>. 「key」- 限定记录ID

              ISResource has 50 methods (exceeds 20 allowed). Consider refactoring.
              Open

              @SuppressWarnings({ "all", "unchecked", "rawtypes" })
              public interface ISResource extends VertxPojo, Serializable {
              
                  /**
                   * Setter for <code>DB_ETERNAL.S_RESOURCE.KEY</code>. 「key」- 资源对应的ID

                IXCategory has 50 methods (exceeds 20 allowed). Consider refactoring.
                Open

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

                  IXApp has 50 methods (exceeds 20 allowed). Consider refactoring.
                  Open

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

                    PBuyTicketDao has 50 methods (exceeds 20 allowed). Consider refactoring.
                    Open

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

                      PPosDao has 50 methods (exceeds 20 allowed). Consider refactoring.
                      Open

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

                        ITplModel has 50 methods (exceeds 20 allowed). Consider refactoring.
                        Open

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

                          FBookDao has 50 methods (exceeds 20 allowed). Consider refactoring.
                          Open

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

                            IIPortfolio has 50 methods (exceeds 20 allowed). Consider refactoring.
                            Open

                            @SuppressWarnings({ "all", "unchecked", "rawtypes" })
                            public interface IIPortfolio extends VertxPojo, Serializable {
                            
                                /**
                                 * Setter for <code>DB_ETERNAL.I_PORTFOLIO.KEY</code>. 「key」- 目录专用ID

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

                              /*
                               * This file is generated by jOOQ.
                               */
                              package cn.vertxup.rbac.domain.tables.records;
                              
                              
                              vertx-pin/zero-erp/src/main/java/cn/vertxup/erp/domain/tables/records/RCompanyCustomerRecord.java on lines 1..230
                              vertx-pin/zero-erp/src/main/java/cn/vertxup/erp/domain/tables/records/RTeamEmployeeRecord.java on lines 1..230
                              vertx-pin/zero-rbac/src/main/java/cn/vertxup/rbac/domain/tables/records/RGroupRoleRecord.java on lines 1..228
                              vertx-pin/zero-rbac/src/main/java/cn/vertxup/rbac/domain/tables/records/RUserRoleRecord.java on lines 1..226

                              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 427.

                              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 5 locations. Consider refactoring.
                              Open

                              /*
                               * This file is generated by jOOQ.
                               */
                              package cn.vertxup.rbac.domain.tables.records;
                              
                              
                              vertx-pin/zero-erp/src/main/java/cn/vertxup/erp/domain/tables/records/RCompanyCustomerRecord.java on lines 1..230
                              vertx-pin/zero-erp/src/main/java/cn/vertxup/erp/domain/tables/records/RTeamEmployeeRecord.java on lines 1..230
                              vertx-pin/zero-rbac/src/main/java/cn/vertxup/rbac/domain/tables/records/RGroupRoleRecord.java on lines 1..228
                              vertx-pin/zero-rbac/src/main/java/cn/vertxup/rbac/domain/tables/records/RUserGroupRecord.java on lines 1..228

                              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 427.

                              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 5 locations. Consider refactoring.
                              Open

                              /*
                               * This file is generated by jOOQ.
                               */
                              package cn.vertxup.rbac.domain.tables.records;
                              
                              
                              vertx-pin/zero-erp/src/main/java/cn/vertxup/erp/domain/tables/records/RCompanyCustomerRecord.java on lines 1..230
                              vertx-pin/zero-erp/src/main/java/cn/vertxup/erp/domain/tables/records/RTeamEmployeeRecord.java on lines 1..230
                              vertx-pin/zero-rbac/src/main/java/cn/vertxup/rbac/domain/tables/records/RUserGroupRecord.java on lines 1..228
                              vertx-pin/zero-rbac/src/main/java/cn/vertxup/rbac/domain/tables/records/RUserRoleRecord.java on lines 1..226

                              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 427.

                              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 5 locations. Consider refactoring.
                              Open

                              /*
                               * This file is generated by jOOQ.
                               */
                              package cn.vertxup.erp.domain.tables.records;
                              
                              
                              vertx-pin/zero-erp/src/main/java/cn/vertxup/erp/domain/tables/records/RTeamEmployeeRecord.java on lines 1..230
                              vertx-pin/zero-rbac/src/main/java/cn/vertxup/rbac/domain/tables/records/RGroupRoleRecord.java on lines 1..228
                              vertx-pin/zero-rbac/src/main/java/cn/vertxup/rbac/domain/tables/records/RUserGroupRecord.java on lines 1..228
                              vertx-pin/zero-rbac/src/main/java/cn/vertxup/rbac/domain/tables/records/RUserRoleRecord.java on lines 1..226

                              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 427.

                              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 5 locations. Consider refactoring.
                              Open

                              /*
                               * This file is generated by jOOQ.
                               */
                              package cn.vertxup.erp.domain.tables.records;
                              
                              
                              vertx-pin/zero-erp/src/main/java/cn/vertxup/erp/domain/tables/records/RCompanyCustomerRecord.java on lines 1..230
                              vertx-pin/zero-rbac/src/main/java/cn/vertxup/rbac/domain/tables/records/RGroupRoleRecord.java on lines 1..228
                              vertx-pin/zero-rbac/src/main/java/cn/vertxup/rbac/domain/tables/records/RUserGroupRecord.java on lines 1..228
                              vertx-pin/zero-rbac/src/main/java/cn/vertxup/rbac/domain/tables/records/RUserRoleRecord.java on lines 1..226

                              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 427.

                              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 StreamClientRequest.java has 455 lines of code (exceeds 250 allowed). Consider refactoring.
                              Open

                              // Generated by the protocol buffer compiler.  DO NOT EDIT!
                              // source: zero.stream.proto
                              
                              package io.vertx.mod.ipc.eon;
                              
                              
                                Severity
                                Category
                                Status
                                Source
                                Language