silentbalanceyh/vertx-zero

View on GitHub

Showing 9,050 of 9,050 total issues

File MField.java has 533 lines of code (exceeds 250 allowed). Consider refactoring.
Open

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

    File WTicketRecord.java has 530 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

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

      File EIdentityRecord.java has 530 lines of code (exceeds 250 allowed). Consider refactoring.
      Open

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

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

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

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

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

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

          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.lbs.domain.tables;
          
          
          vertx-pin/zero-lbs/src/main/java/cn/vertxup/lbs/domain/tables/LRegion.java on lines 1..175

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

          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

          UiVisitorRecord has 60 methods (exceeds 20 allowed). Consider refactoring.
          Open

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

            IWFlow has 60 methods (exceeds 20 allowed). Consider refactoring.
            Open

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

              TOaVacationRecord has 60 methods (exceeds 20 allowed). Consider refactoring.
              Open

              @SuppressWarnings({ "all", "unchecked", "rawtypes" })
              public class TOaVacationRecord extends UpdatableRecordImpl<TOaVacationRecord> implements VertxPojo, Record9<String, String, String, String, LocalDateTime, LocalDateTime, Integer, String, String>, ITOaVacation {
              
                  private static final long serialVersionUID = 1L;
              
              

                EProjectDao has 60 methods (exceeds 20 allowed). Consider refactoring.
                Open

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

                  IIJob has 60 methods (exceeds 20 allowed). Consider refactoring.
                  Open

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

                    IPOutTicket has 60 methods (exceeds 20 allowed). Consider refactoring.
                    Open

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

                      MAttributeDao has 60 methods (exceeds 20 allowed). Consider refactoring.
                      Open

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

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

                        /*
                         * This file is generated by jOOQ.
                         */
                        package cn.vertxup.ui.domain.tables.daos;
                        
                        
                        vertx-pin/zero-atom/src/main/java/cn/vertxup/atom/domain/tables/daos/MRelationDao.java on lines 1..221
                        vertx-pin/zero-lbs/src/main/java/cn/vertxup/lbs/domain/tables/daos/LCityDao.java on lines 1..221
                        vertx-pin/zero-lbs/src/main/java/cn/vertxup/lbs/domain/tables/daos/LFloorDao.java on lines 1..221
                        vertx-pin/zero-lbs/src/main/java/cn/vertxup/lbs/domain/tables/daos/LRegionDao.java on lines 1..221
                        vertx-pin/zero-lbs/src/main/java/cn/vertxup/lbs/domain/tables/daos/LYardDao.java on lines 1..222
                        vertx-pin/zero-rbac/src/main/java/cn/vertxup/rbac/domain/tables/daos/SPermSetDao.java on lines 1..221
                        vertx-pin/zero-rbac/src/main/java/cn/vertxup/rbac/domain/tables/daos/SPermissionDao.java on lines 1..221

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

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

                        /*
                         * This file is generated by jOOQ.
                         */
                        package cn.vertxup.rbac.domain.tables.daos;
                        
                        
                        vertx-pin/zero-atom/src/main/java/cn/vertxup/atom/domain/tables/daos/MRelationDao.java on lines 1..221
                        vertx-pin/zero-lbs/src/main/java/cn/vertxup/lbs/domain/tables/daos/LCityDao.java on lines 1..221
                        vertx-pin/zero-lbs/src/main/java/cn/vertxup/lbs/domain/tables/daos/LFloorDao.java on lines 1..221
                        vertx-pin/zero-lbs/src/main/java/cn/vertxup/lbs/domain/tables/daos/LRegionDao.java on lines 1..221
                        vertx-pin/zero-lbs/src/main/java/cn/vertxup/lbs/domain/tables/daos/LYardDao.java on lines 1..222
                        vertx-pin/zero-rbac/src/main/java/cn/vertxup/rbac/domain/tables/daos/SPermSetDao.java on lines 1..221
                        vertx-pin/zero-ui/src/main/java/cn/vertxup/ui/domain/tables/daos/VSearchDao.java on lines 1..227

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

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

                        /*
                         * This file is generated by jOOQ.
                         */
                        package cn.vertxup.lbs.domain.tables.daos;
                        
                        
                        vertx-pin/zero-atom/src/main/java/cn/vertxup/atom/domain/tables/daos/MRelationDao.java on lines 1..221
                        vertx-pin/zero-lbs/src/main/java/cn/vertxup/lbs/domain/tables/daos/LFloorDao.java on lines 1..221
                        vertx-pin/zero-lbs/src/main/java/cn/vertxup/lbs/domain/tables/daos/LRegionDao.java on lines 1..221
                        vertx-pin/zero-lbs/src/main/java/cn/vertxup/lbs/domain/tables/daos/LYardDao.java on lines 1..222
                        vertx-pin/zero-rbac/src/main/java/cn/vertxup/rbac/domain/tables/daos/SPermSetDao.java on lines 1..221
                        vertx-pin/zero-rbac/src/main/java/cn/vertxup/rbac/domain/tables/daos/SPermissionDao.java on lines 1..221
                        vertx-pin/zero-ui/src/main/java/cn/vertxup/ui/domain/tables/daos/VSearchDao.java on lines 1..227

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

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

                        /*
                         * This file is generated by jOOQ.
                         */
                        package cn.vertxup.lbs.domain.tables.daos;
                        
                        
                        vertx-pin/zero-atom/src/main/java/cn/vertxup/atom/domain/tables/daos/MRelationDao.java on lines 1..221
                        vertx-pin/zero-lbs/src/main/java/cn/vertxup/lbs/domain/tables/daos/LCityDao.java on lines 1..221
                        vertx-pin/zero-lbs/src/main/java/cn/vertxup/lbs/domain/tables/daos/LRegionDao.java on lines 1..221
                        vertx-pin/zero-lbs/src/main/java/cn/vertxup/lbs/domain/tables/daos/LYardDao.java on lines 1..222
                        vertx-pin/zero-rbac/src/main/java/cn/vertxup/rbac/domain/tables/daos/SPermSetDao.java on lines 1..221
                        vertx-pin/zero-rbac/src/main/java/cn/vertxup/rbac/domain/tables/daos/SPermissionDao.java on lines 1..221
                        vertx-pin/zero-ui/src/main/java/cn/vertxup/ui/domain/tables/daos/VSearchDao.java on lines 1..227

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

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

                        /*
                         * This file is generated by jOOQ.
                         */
                        package cn.vertxup.rbac.domain.tables.daos;
                        
                        
                        vertx-pin/zero-atom/src/main/java/cn/vertxup/atom/domain/tables/daos/MRelationDao.java on lines 1..221
                        vertx-pin/zero-lbs/src/main/java/cn/vertxup/lbs/domain/tables/daos/LCityDao.java on lines 1..221
                        vertx-pin/zero-lbs/src/main/java/cn/vertxup/lbs/domain/tables/daos/LFloorDao.java on lines 1..221
                        vertx-pin/zero-lbs/src/main/java/cn/vertxup/lbs/domain/tables/daos/LRegionDao.java on lines 1..221
                        vertx-pin/zero-lbs/src/main/java/cn/vertxup/lbs/domain/tables/daos/LYardDao.java on lines 1..222
                        vertx-pin/zero-rbac/src/main/java/cn/vertxup/rbac/domain/tables/daos/SPermissionDao.java on lines 1..221
                        vertx-pin/zero-ui/src/main/java/cn/vertxup/ui/domain/tables/daos/VSearchDao.java on lines 1..227

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

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

                        /*
                         * This file is generated by jOOQ.
                         */
                        package cn.vertxup.atom.domain.tables.daos;
                        
                        
                        vertx-pin/zero-lbs/src/main/java/cn/vertxup/lbs/domain/tables/daos/LCityDao.java on lines 1..221
                        vertx-pin/zero-lbs/src/main/java/cn/vertxup/lbs/domain/tables/daos/LFloorDao.java on lines 1..221
                        vertx-pin/zero-lbs/src/main/java/cn/vertxup/lbs/domain/tables/daos/LRegionDao.java on lines 1..221
                        vertx-pin/zero-lbs/src/main/java/cn/vertxup/lbs/domain/tables/daos/LYardDao.java on lines 1..222
                        vertx-pin/zero-rbac/src/main/java/cn/vertxup/rbac/domain/tables/daos/SPermSetDao.java on lines 1..221
                        vertx-pin/zero-rbac/src/main/java/cn/vertxup/rbac/domain/tables/daos/SPermissionDao.java on lines 1..221
                        vertx-pin/zero-ui/src/main/java/cn/vertxup/ui/domain/tables/daos/VSearchDao.java on lines 1..227

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

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

                        /*
                         * This file is generated by jOOQ.
                         */
                        package cn.vertxup.lbs.domain.tables.daos;
                        
                        
                        vertx-pin/zero-atom/src/main/java/cn/vertxup/atom/domain/tables/daos/MRelationDao.java on lines 1..221
                        vertx-pin/zero-lbs/src/main/java/cn/vertxup/lbs/domain/tables/daos/LCityDao.java on lines 1..221
                        vertx-pin/zero-lbs/src/main/java/cn/vertxup/lbs/domain/tables/daos/LFloorDao.java on lines 1..221
                        vertx-pin/zero-lbs/src/main/java/cn/vertxup/lbs/domain/tables/daos/LYardDao.java on lines 1..222
                        vertx-pin/zero-rbac/src/main/java/cn/vertxup/rbac/domain/tables/daos/SPermSetDao.java on lines 1..221
                        vertx-pin/zero-rbac/src/main/java/cn/vertxup/rbac/domain/tables/daos/SPermissionDao.java on lines 1..221
                        vertx-pin/zero-ui/src/main/java/cn/vertxup/ui/domain/tables/daos/VSearchDao.java on lines 1..227

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

                        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

                        Severity
                        Category
                        Status
                        Source
                        Language