silentbalanceyh/vertx-zero

View on GitHub

Showing 9,050 of 9,050 total issues

File PBuyTicketRecord.java has 338 lines of code (exceeds 250 allowed). Consider refactoring.
Open

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

    File PPosRecord.java has 338 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

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

      Method equals has a Cognitive Complexity of 28 (exceeds 5 allowed). Consider refactoring.
      Open

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

      Cognitive Complexity

      Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

      A method's cognitive complexity is based on a few simple rules:

      • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
      • Code is considered more complex for each "break in the linear flow of the code"
      • Code is considered more complex when "flow breaking structures are nested"

      Further reading

      Method equals has a Cognitive Complexity of 28 (exceeds 5 allowed). Consider refactoring.
      Open

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

      Cognitive Complexity

      Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

      A method's cognitive complexity is based on a few simple rules:

      • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
      • Code is considered more complex for each "break in the linear flow of the code"
      • Code is considered more complex when "flow breaking structures are nested"

      Further reading

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

      interface Iso {
          /**
           * '2011-12-03'
           */
          DateTimeFormatter LOCAL_DATE = DateTimeFormatter.ISO_LOCAL_DATE
      Severity: Major
      Found in vertx-gaia/vertx-co/src/main/java/io/vertx/up/util/ZERO.java and 1 other location - About 4 hrs to fix
      vertx-gaia/vertx-ams/src/main/java/io/horizon/util/TPeriod.java on lines 488..588

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

      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

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

          private interface Iso {
      
              /**
               * '2011-12-03'
               */
      vertx-gaia/vertx-co/src/main/java/io/vertx/up/util/ZERO.java on lines 157..255

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

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

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

        File SPermSet.java has 335 lines of code (exceeds 250 allowed). Consider refactoring.
        Open

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

          File MRelation.java has 335 lines of code (exceeds 250 allowed). Consider refactoring.
          Open

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

            File VSearch.java has 334 lines of code (exceeds 250 allowed). Consider refactoring.
            Open

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

              TPeriod has 32 methods (exceeds 20 allowed). Consider refactoring.
              Open

              final class TPeriod {
                  private static final List<DateTimeFormatter> DATES = new ArrayList<>() {
                      {
                          this.add(Iso.DATE);
                          this.add(Iso.BASIC_DATE);
              Severity: Minor
              Found in vertx-gaia/vertx-ams/src/main/java/io/horizon/util/TPeriod.java - About 4 hrs to fix

                KDatabase has 32 methods (exceeds 20 allowed). Consider refactoring.
                Open

                public class KDatabase implements Serializable, TCopy<KDatabase>, TJson {
                    private static final Annal LOGGER = Annal.get(KDatabase.class);
                    /*
                     * Get current jooq configuration for EmApp / Source
                     */

                  UiFormDao has 32 methods (exceeds 20 allowed). Consider refactoring.
                  Open

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

                    EDeptDao has 32 methods (exceeds 20 allowed). Consider refactoring.
                    Open

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

                      ILState has 32 methods (exceeds 20 allowed). Consider refactoring.
                      Open

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

                        LTentDao has 32 methods (exceeds 20 allowed). Consider refactoring.
                        Open

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

                          GClusterDao has 32 methods (exceeds 20 allowed). Consider refactoring.
                          Open

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

                            SRoleDao has 32 methods (exceeds 20 allowed). Consider refactoring.
                            Open

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

                              XTagDao has 32 methods (exceeds 20 allowed). Consider refactoring.
                              Open

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

                                XNoticeDao has 32 methods (exceeds 20 allowed). Consider refactoring.
                                Open

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