silentbalanceyh/vertx-zero

View on GitHub

Showing 9,050 of 9,050 total issues

SPermSetRecord has 84 methods (exceeds 20 allowed). Consider refactoring.
Open

@SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class SPermSetRecord extends UpdatableRecordImpl<SPermSetRecord> implements VertxPojo, Record13<String, String, String, String, String, String, Boolean, String, String, LocalDateTime, String, LocalDateTime, String>, ISPermSet {

    private static final long serialVersionUID = 1L;

    SPermissionRecord has 84 methods (exceeds 20 allowed). Consider refactoring.
    Open

    @SuppressWarnings({ "all", "unchecked", "rawtypes" })
    public class SPermissionRecord extends UpdatableRecordImpl<SPermissionRecord> implements VertxPojo, Record13<String, String, String, String, String, String, Boolean, String, String, LocalDateTime, String, LocalDateTime, String>, ISPermission {
    
        private static final long serialVersionUID = 1L;
    
    

      MRelationRecord has 84 methods (exceeds 20 allowed). Consider refactoring.
      Open

      @SuppressWarnings({ "all", "unchecked", "rawtypes" })
      public class MRelationRecord extends UpdatableRecordImpl<MRelationRecord> implements VertxPojo, Record13<String, String, String, String, String, String, String, Boolean, String, LocalDateTime, String, LocalDateTime, String>, IMRelation {
      
          private static final long serialVersionUID = 1L;
      
      

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

        /*
         * This file is generated by jOOQ.
         */
        package cn.vertxup.ui.domain.tables.interfaces;
        
        
        vertx-pin/zero-ambient/src/main/java/cn/vertxup/ambient/domain/tables/interfaces/IXActivity.java on lines 1..299
        vertx-pin/zero-erp/src/main/java/cn/vertxup/erp/domain/tables/interfaces/IETeam.java on lines 1..281
        vertx-pin/zero-fm/src/main/java/cn/vertxup/fm/domain/tables/interfaces/IFPayTerm.java on lines 1..287
        vertx-pin/zero-rbac/src/main/java/cn/vertxup/rbac/domain/tables/interfaces/ISView.java on lines 1..289
        vertx-pin/zero-ui/src/main/java/cn/vertxup/ui/domain/tables/interfaces/IUiControl.java on lines 1..299

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

        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.ambient.domain.tables.interfaces;
        
        
        vertx-pin/zero-erp/src/main/java/cn/vertxup/erp/domain/tables/interfaces/IETeam.java on lines 1..281
        vertx-pin/zero-fm/src/main/java/cn/vertxup/fm/domain/tables/interfaces/IFPayTerm.java on lines 1..287
        vertx-pin/zero-rbac/src/main/java/cn/vertxup/rbac/domain/tables/interfaces/ISView.java on lines 1..289
        vertx-pin/zero-ui/src/main/java/cn/vertxup/ui/domain/tables/interfaces/IUiControl.java on lines 1..299
        vertx-pin/zero-ui/src/main/java/cn/vertxup/ui/domain/tables/interfaces/IUiOp.java on lines 1..287

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

        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.fm.domain.tables.interfaces;
        
        
        vertx-pin/zero-ambient/src/main/java/cn/vertxup/ambient/domain/tables/interfaces/IXActivity.java on lines 1..299
        vertx-pin/zero-erp/src/main/java/cn/vertxup/erp/domain/tables/interfaces/IETeam.java on lines 1..281
        vertx-pin/zero-rbac/src/main/java/cn/vertxup/rbac/domain/tables/interfaces/ISView.java on lines 1..289
        vertx-pin/zero-ui/src/main/java/cn/vertxup/ui/domain/tables/interfaces/IUiControl.java on lines 1..299
        vertx-pin/zero-ui/src/main/java/cn/vertxup/ui/domain/tables/interfaces/IUiOp.java on lines 1..287

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

        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.rbac.domain.tables.interfaces;
        
        
        vertx-pin/zero-ambient/src/main/java/cn/vertxup/ambient/domain/tables/interfaces/IXActivity.java on lines 1..299
        vertx-pin/zero-erp/src/main/java/cn/vertxup/erp/domain/tables/interfaces/IETeam.java on lines 1..281
        vertx-pin/zero-fm/src/main/java/cn/vertxup/fm/domain/tables/interfaces/IFPayTerm.java on lines 1..287
        vertx-pin/zero-ui/src/main/java/cn/vertxup/ui/domain/tables/interfaces/IUiControl.java on lines 1..299
        vertx-pin/zero-ui/src/main/java/cn/vertxup/ui/domain/tables/interfaces/IUiOp.java on lines 1..287

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

        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.ui.domain.tables.interfaces;
        
        
        vertx-pin/zero-ambient/src/main/java/cn/vertxup/ambient/domain/tables/interfaces/IXActivity.java on lines 1..299
        vertx-pin/zero-erp/src/main/java/cn/vertxup/erp/domain/tables/interfaces/IETeam.java on lines 1..281
        vertx-pin/zero-fm/src/main/java/cn/vertxup/fm/domain/tables/interfaces/IFPayTerm.java on lines 1..287
        vertx-pin/zero-rbac/src/main/java/cn/vertxup/rbac/domain/tables/interfaces/ISView.java on lines 1..289
        vertx-pin/zero-ui/src/main/java/cn/vertxup/ui/domain/tables/interfaces/IUiOp.java on lines 1..287

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

        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/IXActivity.java on lines 1..299
        vertx-pin/zero-fm/src/main/java/cn/vertxup/fm/domain/tables/interfaces/IFPayTerm.java on lines 1..287
        vertx-pin/zero-rbac/src/main/java/cn/vertxup/rbac/domain/tables/interfaces/ISView.java on lines 1..289
        vertx-pin/zero-ui/src/main/java/cn/vertxup/ui/domain/tables/interfaces/IUiControl.java on lines 1..299
        vertx-pin/zero-ui/src/main/java/cn/vertxup/ui/domain/tables/interfaces/IUiOp.java on lines 1..287

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

        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 7 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/XActivityDao.java on lines 1..314
        vertx-pin/zero-erp/src/main/java/cn/vertxup/erp/domain/tables/daos/ETeamDao.java on lines 1..314
        vertx-pin/zero-fm/src/main/java/cn/vertxup/fm/domain/tables/daos/FPayTermDao.java on lines 1..311
        vertx-pin/zero-fm/src/main/java/cn/vertxup/fm/domain/tables/daos/FPaymentDao.java on lines 1..312
        vertx-pin/zero-ui/src/main/java/cn/vertxup/ui/domain/tables/daos/UiControlDao.java on lines 1..316
        vertx-pin/zero-ui/src/main/java/cn/vertxup/ui/domain/tables/daos/UiOpDao.java on lines 1..312

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

        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 7 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/XActivityDao.java on lines 1..314
        vertx-pin/zero-fm/src/main/java/cn/vertxup/fm/domain/tables/daos/FPayTermDao.java on lines 1..311
        vertx-pin/zero-fm/src/main/java/cn/vertxup/fm/domain/tables/daos/FPaymentDao.java on lines 1..312
        vertx-pin/zero-rbac/src/main/java/cn/vertxup/rbac/domain/tables/daos/SViewDao.java on lines 1..312
        vertx-pin/zero-ui/src/main/java/cn/vertxup/ui/domain/tables/daos/UiControlDao.java on lines 1..316
        vertx-pin/zero-ui/src/main/java/cn/vertxup/ui/domain/tables/daos/UiOpDao.java on lines 1..312

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

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

        /*
         * This file is generated by jOOQ.
         */
        package cn.vertxup.ambient.domain.tables.daos;
        
        
        vertx-pin/zero-erp/src/main/java/cn/vertxup/erp/domain/tables/daos/ETeamDao.java on lines 1..314
        vertx-pin/zero-fm/src/main/java/cn/vertxup/fm/domain/tables/daos/FPayTermDao.java on lines 1..311
        vertx-pin/zero-fm/src/main/java/cn/vertxup/fm/domain/tables/daos/FPaymentDao.java on lines 1..312
        vertx-pin/zero-rbac/src/main/java/cn/vertxup/rbac/domain/tables/daos/SViewDao.java on lines 1..312
        vertx-pin/zero-ui/src/main/java/cn/vertxup/ui/domain/tables/daos/UiControlDao.java on lines 1..316
        vertx-pin/zero-ui/src/main/java/cn/vertxup/ui/domain/tables/daos/UiOpDao.java on lines 1..312

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

        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 7 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/XActivityDao.java on lines 1..314
        vertx-pin/zero-erp/src/main/java/cn/vertxup/erp/domain/tables/daos/ETeamDao.java on lines 1..314
        vertx-pin/zero-fm/src/main/java/cn/vertxup/fm/domain/tables/daos/FPaymentDao.java on lines 1..312
        vertx-pin/zero-rbac/src/main/java/cn/vertxup/rbac/domain/tables/daos/SViewDao.java on lines 1..312
        vertx-pin/zero-ui/src/main/java/cn/vertxup/ui/domain/tables/daos/UiControlDao.java on lines 1..316
        vertx-pin/zero-ui/src/main/java/cn/vertxup/ui/domain/tables/daos/UiOpDao.java on lines 1..312

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

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

        /*
         * This file is generated by jOOQ.
         */
        package cn.vertxup.ui.domain.tables.daos;
        
        
        vertx-pin/zero-ambient/src/main/java/cn/vertxup/ambient/domain/tables/daos/XActivityDao.java on lines 1..314
        vertx-pin/zero-erp/src/main/java/cn/vertxup/erp/domain/tables/daos/ETeamDao.java on lines 1..314
        vertx-pin/zero-fm/src/main/java/cn/vertxup/fm/domain/tables/daos/FPayTermDao.java on lines 1..311
        vertx-pin/zero-fm/src/main/java/cn/vertxup/fm/domain/tables/daos/FPaymentDao.java on lines 1..312
        vertx-pin/zero-rbac/src/main/java/cn/vertxup/rbac/domain/tables/daos/SViewDao.java on lines 1..312
        vertx-pin/zero-ui/src/main/java/cn/vertxup/ui/domain/tables/daos/UiOpDao.java on lines 1..312

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

        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 7 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/XActivityDao.java on lines 1..314
        vertx-pin/zero-erp/src/main/java/cn/vertxup/erp/domain/tables/daos/ETeamDao.java on lines 1..314
        vertx-pin/zero-fm/src/main/java/cn/vertxup/fm/domain/tables/daos/FPayTermDao.java on lines 1..311
        vertx-pin/zero-rbac/src/main/java/cn/vertxup/rbac/domain/tables/daos/SViewDao.java on lines 1..312
        vertx-pin/zero-ui/src/main/java/cn/vertxup/ui/domain/tables/daos/UiControlDao.java on lines 1..316
        vertx-pin/zero-ui/src/main/java/cn/vertxup/ui/domain/tables/daos/UiOpDao.java on lines 1..312

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

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

        /*
         * This file is generated by jOOQ.
         */
        package cn.vertxup.ui.domain.tables.daos;
        
        
        vertx-pin/zero-ambient/src/main/java/cn/vertxup/ambient/domain/tables/daos/XActivityDao.java on lines 1..314
        vertx-pin/zero-erp/src/main/java/cn/vertxup/erp/domain/tables/daos/ETeamDao.java on lines 1..314
        vertx-pin/zero-fm/src/main/java/cn/vertxup/fm/domain/tables/daos/FPayTermDao.java on lines 1..311
        vertx-pin/zero-fm/src/main/java/cn/vertxup/fm/domain/tables/daos/FPaymentDao.java on lines 1..312
        vertx-pin/zero-rbac/src/main/java/cn/vertxup/rbac/domain/tables/daos/SViewDao.java on lines 1..312
        vertx-pin/zero-ui/src/main/java/cn/vertxup/ui/domain/tables/daos/UiControlDao.java on lines 1..316

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

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

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

          File FInvoice.java has 688 lines of code (exceeds 250 allowed). Consider refactoring.
          Open

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

            PBuyOrder has 83 methods (exceeds 20 allowed). Consider refactoring.
            Open

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

              File BBlock.java has 687 lines of code (exceeds 250 allowed). Consider refactoring.
              Open

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