silentbalanceyh/vertx-zero

View on GitHub

Showing 9,050 of 9,050 total issues

Method from has 55 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    @Override
    public void from(IEAsset from) {
        setKey(from.getKey());
        setName(from.getName());
        setCode(from.getCode());

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

    package io.vertx.mod.crud.uca.input;
    
    import io.aeon.experiment.specification.KModule;
    import io.vertx.core.Future;
    import io.vertx.core.json.JsonArray;
    vertx-pin/zero-crud/src/main/modulat/io/vertx/mod/crud/uca/input/CAuditPre.java on lines 1..46

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

    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

    package io.vertx.mod.crud.uca.input;
    
    import io.aeon.experiment.specification.KModule;
    import io.vertx.core.Future;
    import io.vertx.core.json.JsonArray;
    vertx-pin/zero-crud/src/main/modulat/io/vertx/mod/crud/uca/input/UAuditPre.java on lines 1..46

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

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

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

      File IxMod.java has 257 lines of code (exceeds 250 allowed). Consider refactoring.
      Open

      package io.vertx.mod.crud.uca.desk;
      
      import io.aeon.experiment.specification.KModule;
      import io.horizon.exception.WebException;
      import io.horizon.exception.web._500InternalServerException;

        JqReader has 21 methods (exceeds 20 allowed). Consider refactoring.
        Open

        @SuppressWarnings("all")
        class JqReader {
        
            private transient ActionSearch search;
            private transient ActionFetch fetch;
        Severity: Minor
        Found in vertx-gaia/vertx-up/src/main/jib/io/vertx/up/uca/jooq/JqReader.java - About 2 hrs to fix

          UriMeta has 21 methods (exceeds 20 allowed). Consider refactoring.
          Open

          public class UriMeta implements Serializable {
              /*
               * uri, method, key
               * uri - RESTful uri path
               * method - RESTful http method definition
          Severity: Minor
          Found in vertx-gaia/vertx-up/src/main/jib/io/vertx/up/uca/soul/UriMeta.java - About 2 hrs to fix

            _Reflect has 21 methods (exceeds 20 allowed). Consider refactoring.
            Open

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

              Aspect has 21 methods (exceeds 20 allowed). Consider refactoring.
              Open

              public class Aspect {
              
                  private static final Cc<String, Aspect> CC_ASPECT = Cc.openThread();
                  private final transient AspectT executorT;
                  private final transient AspectJObject executorJ;
              Severity: Minor
              Found in vertx-gaia/vertx-ams/src/main/jib/io/horizon/uca/aop/Aspect.java - About 2 hrs to fix

                KField has 21 methods (exceeds 20 allowed). Consider refactoring.
                Open

                public class KField implements Serializable {
                    /**
                     * `key` field
                     */
                    private String key;
                Severity: Minor
                Found in vertx-gaia/vertx-co/src/main/java/io/vertx/up/atom/shape/KField.java - About 2 hrs to fix

                  BTree has 21 methods (exceeds 20 allowed). Consider refactoring.
                  Open

                  public class BTree implements Serializable {
                  
                      /*
                       * Root ( Single )
                       * String = String

                    SharedClientImpl has 21 methods (exceeds 20 allowed). Consider refactoring.
                    Open

                    @SuppressWarnings("all")
                    public class SharedClientImpl<K, V> implements SharedClient<K, V> {
                    
                        private static final Annal LOGGER = Annal.get(SharedClientImpl.class);
                    
                    

                      VFragment has 21 methods (exceeds 20 allowed). Consider refactoring.
                      Open

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

                        TVendorCheckOut has 21 methods (exceeds 20 allowed). Consider refactoring.
                        Open

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

                          TOaAssignment has 21 methods (exceeds 20 allowed). Consider refactoring.
                          Open

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

                            Jt has 21 methods (exceeds 20 allowed). Consider refactoring.
                            Open

                            public class Jt {
                            
                                public static String jobCode(final IJob job) {
                                    return job.getNamespace() + VString.DASH + job.getCode();
                                }
                            Severity: Minor
                            Found in vertx-pin/zero-jet/src/main/modulat/io/vertx/mod/jet/refine/Jt.java - About 2 hrs to fix

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

                              package io.vertx.mod.rbac.authorization.extend;
                              
                              import io.vertx.core.json.JsonObject;
                              import io.vertx.mod.rbac.authorization.Amalgam;
                              import io.vertx.mod.rbac.authorization.Assembler;
                              vertx-pin/zero-rbac/src/main/modulat/io/vertx/mod/rbac/authorization/inherit/GiHorizon.java on lines 1..64

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

                              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

                              package io.vertx.mod.rbac.authorization.inherit;
                              
                              import io.vertx.core.json.JsonObject;
                              import io.vertx.mod.rbac.authorization.Amalgam;
                              import io.vertx.mod.rbac.authorization.Assembler;
                              vertx-pin/zero-rbac/src/main/modulat/io/vertx/mod/rbac/authorization/extend/GeHorizon.java on lines 1..64

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

                              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

                              Method values has 17 arguments (exceeds 4 allowed). Consider refactoring.
                              Open

                                  public GEdgeRecord values(String value1, String value2, String value3, String value4, String value5, String value6, String value7, String value8, String value9, String value10, String value11, Boolean value12, String value13, LocalDateTime value14, String value15, LocalDateTime value16, String value17) {

                                Method values has 17 arguments (exceeds 4 allowed). Consider refactoring.
                                Open

                                    public XTabularRecord values(String value1, String value2, String value3, String value4, String value5, Integer value6, String value7, String value8, String value9, Boolean value10, String value11, String value12, String value13, LocalDateTime value14, String value15, LocalDateTime value16, String value17) {
                                  Severity
                                  Category
                                  Status
                                  Source
                                  Language