silentbalanceyh/vertx-zero

View on GitHub

Showing 9,050 of 9,050 total issues

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

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

vertx-pin/zero-ambient/src/main/java/cn/vertxup/ambient/domain/tables/interfaces/IXMenu.java on lines 1..263
vertx-pin/zero-erp/src/main/java/cn/vertxup/erp/domain/tables/interfaces/IEBrand.java on lines 1..273
vertx-pin/zero-fm/src/main/java/cn/vertxup/fm/domain/tables/interfaces/IFSubject.java on lines 1..277
vertx-pin/zero-rbac/src/main/java/cn/vertxup/rbac/domain/tables/interfaces/ISUser.java on lines 1..267
vertx-pin/zero-tpl/src/main/java/cn/vertxup/tpl/domain/tables/interfaces/IMyFavor.java on lines 1..275

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

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

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

vertx-pin/zero-ambient/src/main/java/cn/vertxup/ambient/domain/tables/interfaces/IXMenu.java on lines 1..263
vertx-pin/zero-fm/src/main/java/cn/vertxup/fm/domain/tables/interfaces/IFSubject.java on lines 1..277
vertx-pin/zero-rbac/src/main/java/cn/vertxup/rbac/domain/tables/interfaces/ISAction.java on lines 1..269
vertx-pin/zero-rbac/src/main/java/cn/vertxup/rbac/domain/tables/interfaces/ISUser.java on lines 1..267
vertx-pin/zero-tpl/src/main/java/cn/vertxup/tpl/domain/tables/interfaces/IMyFavor.java on lines 1..275

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

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

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

vertx-pin/zero-ambient/src/main/java/cn/vertxup/ambient/domain/tables/interfaces/IXMenu.java on lines 1..263
vertx-pin/zero-erp/src/main/java/cn/vertxup/erp/domain/tables/interfaces/IEBrand.java on lines 1..273
vertx-pin/zero-fm/src/main/java/cn/vertxup/fm/domain/tables/interfaces/IFSubject.java on lines 1..277
vertx-pin/zero-rbac/src/main/java/cn/vertxup/rbac/domain/tables/interfaces/ISAction.java on lines 1..269
vertx-pin/zero-rbac/src/main/java/cn/vertxup/rbac/domain/tables/interfaces/ISUser.java on lines 1..267

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

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

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

    File POutTicket.java has 666 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

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

      File WFlow.java has 665 lines of code (exceeds 250 allowed). Consider refactoring.
      Open

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

        File IpcEnvelop.java has 662 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;
        
        

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

          /*
           * This file is generated by jOOQ.
           */
          package cn.vertxup.ambient.domain.tables.daos;
          
          
          vertx-pin/zero-ambient/src/main/java/cn/vertxup/ambient/domain/tables/daos/XMenuDao.java on lines 1..296
          vertx-pin/zero-erp/src/main/java/cn/vertxup/erp/domain/tables/daos/EBrandDao.java on lines 1..300
          vertx-pin/zero-fm/src/main/java/cn/vertxup/fm/domain/tables/daos/FSubjectDao.java on lines 1..296
          vertx-pin/zero-graphic/src/main/java/cn/vertxup/graphic/domain/tables/daos/GNodeDao.java on lines 1..300
          vertx-pin/zero-rbac/src/main/java/cn/vertxup/rbac/domain/tables/daos/SActionDao.java on lines 1..299
          vertx-pin/zero-rbac/src/main/java/cn/vertxup/rbac/domain/tables/daos/SUserDao.java on lines 1..296
          vertx-pin/zero-tpl/src/main/java/cn/vertxup/tpl/domain/tables/daos/MyFavorDao.java on lines 1..296

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

          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.tpl.domain.tables.daos;
          
          
          vertx-pin/zero-ambient/src/main/java/cn/vertxup/ambient/domain/tables/daos/XLogDao.java on lines 1..298
          vertx-pin/zero-ambient/src/main/java/cn/vertxup/ambient/domain/tables/daos/XMenuDao.java on lines 1..296
          vertx-pin/zero-erp/src/main/java/cn/vertxup/erp/domain/tables/daos/EBrandDao.java on lines 1..300
          vertx-pin/zero-fm/src/main/java/cn/vertxup/fm/domain/tables/daos/FSubjectDao.java on lines 1..296
          vertx-pin/zero-graphic/src/main/java/cn/vertxup/graphic/domain/tables/daos/GNodeDao.java on lines 1..300
          vertx-pin/zero-rbac/src/main/java/cn/vertxup/rbac/domain/tables/daos/SActionDao.java on lines 1..299
          vertx-pin/zero-rbac/src/main/java/cn/vertxup/rbac/domain/tables/daos/SUserDao.java on lines 1..296

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

          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-ambient/src/main/java/cn/vertxup/ambient/domain/tables/daos/XLogDao.java on lines 1..298
          vertx-pin/zero-ambient/src/main/java/cn/vertxup/ambient/domain/tables/daos/XMenuDao.java on lines 1..296
          vertx-pin/zero-erp/src/main/java/cn/vertxup/erp/domain/tables/daos/EBrandDao.java on lines 1..300
          vertx-pin/zero-fm/src/main/java/cn/vertxup/fm/domain/tables/daos/FSubjectDao.java on lines 1..296
          vertx-pin/zero-graphic/src/main/java/cn/vertxup/graphic/domain/tables/daos/GNodeDao.java on lines 1..300
          vertx-pin/zero-rbac/src/main/java/cn/vertxup/rbac/domain/tables/daos/SActionDao.java on lines 1..299
          vertx-pin/zero-tpl/src/main/java/cn/vertxup/tpl/domain/tables/daos/MyFavorDao.java on lines 1..296

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

          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.erp.domain.tables.daos;
          
          
          vertx-pin/zero-ambient/src/main/java/cn/vertxup/ambient/domain/tables/daos/XLogDao.java on lines 1..298
          vertx-pin/zero-ambient/src/main/java/cn/vertxup/ambient/domain/tables/daos/XMenuDao.java on lines 1..296
          vertx-pin/zero-fm/src/main/java/cn/vertxup/fm/domain/tables/daos/FSubjectDao.java on lines 1..296
          vertx-pin/zero-graphic/src/main/java/cn/vertxup/graphic/domain/tables/daos/GNodeDao.java on lines 1..300
          vertx-pin/zero-rbac/src/main/java/cn/vertxup/rbac/domain/tables/daos/SActionDao.java on lines 1..299
          vertx-pin/zero-rbac/src/main/java/cn/vertxup/rbac/domain/tables/daos/SUserDao.java on lines 1..296
          vertx-pin/zero-tpl/src/main/java/cn/vertxup/tpl/domain/tables/daos/MyFavorDao.java on lines 1..296

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

          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.graphic.domain.tables.daos;
          
          
          vertx-pin/zero-ambient/src/main/java/cn/vertxup/ambient/domain/tables/daos/XLogDao.java on lines 1..298
          vertx-pin/zero-ambient/src/main/java/cn/vertxup/ambient/domain/tables/daos/XMenuDao.java on lines 1..296
          vertx-pin/zero-erp/src/main/java/cn/vertxup/erp/domain/tables/daos/EBrandDao.java on lines 1..300
          vertx-pin/zero-fm/src/main/java/cn/vertxup/fm/domain/tables/daos/FSubjectDao.java on lines 1..296
          vertx-pin/zero-rbac/src/main/java/cn/vertxup/rbac/domain/tables/daos/SActionDao.java on lines 1..299
          vertx-pin/zero-rbac/src/main/java/cn/vertxup/rbac/domain/tables/daos/SUserDao.java on lines 1..296
          vertx-pin/zero-tpl/src/main/java/cn/vertxup/tpl/domain/tables/daos/MyFavorDao.java on lines 1..296

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

          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-ambient/src/main/java/cn/vertxup/ambient/domain/tables/daos/XLogDao.java on lines 1..298
          vertx-pin/zero-ambient/src/main/java/cn/vertxup/ambient/domain/tables/daos/XMenuDao.java on lines 1..296
          vertx-pin/zero-erp/src/main/java/cn/vertxup/erp/domain/tables/daos/EBrandDao.java on lines 1..300
          vertx-pin/zero-fm/src/main/java/cn/vertxup/fm/domain/tables/daos/FSubjectDao.java on lines 1..296
          vertx-pin/zero-graphic/src/main/java/cn/vertxup/graphic/domain/tables/daos/GNodeDao.java on lines 1..300
          vertx-pin/zero-rbac/src/main/java/cn/vertxup/rbac/domain/tables/daos/SUserDao.java on lines 1..296
          vertx-pin/zero-tpl/src/main/java/cn/vertxup/tpl/domain/tables/daos/MyFavorDao.java on lines 1..296

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

          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.fm.domain.tables.daos;
          
          
          vertx-pin/zero-ambient/src/main/java/cn/vertxup/ambient/domain/tables/daos/XLogDao.java on lines 1..298
          vertx-pin/zero-ambient/src/main/java/cn/vertxup/ambient/domain/tables/daos/XMenuDao.java on lines 1..296
          vertx-pin/zero-erp/src/main/java/cn/vertxup/erp/domain/tables/daos/EBrandDao.java on lines 1..300
          vertx-pin/zero-graphic/src/main/java/cn/vertxup/graphic/domain/tables/daos/GNodeDao.java on lines 1..300
          vertx-pin/zero-rbac/src/main/java/cn/vertxup/rbac/domain/tables/daos/SActionDao.java on lines 1..299
          vertx-pin/zero-rbac/src/main/java/cn/vertxup/rbac/domain/tables/daos/SUserDao.java on lines 1..296
          vertx-pin/zero-tpl/src/main/java/cn/vertxup/tpl/domain/tables/daos/MyFavorDao.java on lines 1..296

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

          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.ambient.domain.tables.daos;
          
          
          vertx-pin/zero-ambient/src/main/java/cn/vertxup/ambient/domain/tables/daos/XLogDao.java on lines 1..298
          vertx-pin/zero-erp/src/main/java/cn/vertxup/erp/domain/tables/daos/EBrandDao.java on lines 1..300
          vertx-pin/zero-fm/src/main/java/cn/vertxup/fm/domain/tables/daos/FSubjectDao.java on lines 1..296
          vertx-pin/zero-graphic/src/main/java/cn/vertxup/graphic/domain/tables/daos/GNodeDao.java on lines 1..300
          vertx-pin/zero-rbac/src/main/java/cn/vertxup/rbac/domain/tables/daos/SActionDao.java on lines 1..299
          vertx-pin/zero-rbac/src/main/java/cn/vertxup/rbac/domain/tables/daos/SUserDao.java on lines 1..296
          vertx-pin/zero-tpl/src/main/java/cn/vertxup/tpl/domain/tables/daos/MyFavorDao.java on lines 1..296

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

          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

          EContract has 79 methods (exceeds 20 allowed). Consider refactoring.
          Open

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

            PInItem has 79 methods (exceeds 20 allowed). Consider refactoring.
            Open

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

              File FSettlementRecord.java has 654 lines of code (exceeds 250 allowed). Consider refactoring.
              Open

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

                File FDebtRecord.java has 654 lines of code (exceeds 250 allowed). Consider refactoring.
                Open

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

                  File FPaymentItemRecord.java has 654 lines of code (exceeds 250 allowed). Consider refactoring.
                  Open

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