silentbalanceyh/vertx-zero

View on GitHub

Showing 9,050 of 9,050 total issues

MJoinRecord has 36 methods (exceeds 20 allowed). Consider refactoring.
Open

@SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class MJoinRecord extends UpdatableRecordImpl<MJoinRecord> implements VertxPojo, Record5<String, String, String, Integer, String>, IMJoin {

    private static final long serialVersionUID = 1L;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

                    File RetryParams.java has 358 lines of code (exceeds 250 allowed). Consider refactoring.
                    Open

                    // Generated by the protocol buffer compiler.  DO NOT EDIT!
                    // source: zero.status.proto
                    
                    package io.vertx.mod.ipc.eon;
                    
                    

                      File StreamClientResponse.java has 358 lines of code (exceeds 250 allowed). Consider refactoring.
                      Open

                      // Generated by the protocol buffer compiler.  DO NOT EDIT!
                      // source: zero.stream.proto
                      
                      package io.vertx.mod.ipc.eon;
                      
                      

                        File MyDesktop.java has 357 lines of code (exceeds 250 allowed). Consider refactoring.
                        Open

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

                          File MyTpl.java has 357 lines of code (exceeds 250 allowed). Consider refactoring.
                          Open

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

                            File FCurrency.java has 357 lines of code (exceeds 250 allowed). Consider refactoring.
                            Open

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

                              File MKey.java has 357 lines of code (exceeds 250 allowed). Consider refactoring.
                              Open

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

                                File MAcc.java has 357 lines of code (exceeds 250 allowed). Consider refactoring.
                                Open

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

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

                                      @Override
                                      public void from(IPInTicket from) {
                                          setKey(from.getKey());
                                          setSerial(from.getSerial());
                                          setType(from.getType());
                                  vertx-pin/zero-psi/src/main/java/cn/vertxup/psi/domain/tables/records/PInTicketRecord.java on lines 667..704

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

                                  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

                                      @Override
                                      public void from(IPInTicket from) {
                                          setKey(from.getKey());
                                          setSerial(from.getSerial());
                                          setType(from.getType());
                                  vertx-pin/zero-psi/src/main/java/cn/vertxup/psi/domain/tables/pojos/PInTicket.java on lines 1118..1155

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

                                  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

                                  ExcelClientImpl has 35 methods (exceeds 20 allowed). Consider refactoring.
                                  Open

                                  public class ExcelClientImpl implements ExcelClient {
                                  
                                      private static final Annal LOGGER = Annal.get(ExcelClientImpl.class);
                                  
                                      private transient final Vertx vertx;

                                    VTable has 35 methods (exceeds 20 allowed). Consider refactoring.
                                    Open

                                    @SuppressWarnings({ "all", "unchecked", "rawtypes" })
                                    public class VTable implements VertxPojo, IVTable {
                                    
                                        private static final long serialVersionUID = 1L;
                                    
                                    
                                      Severity
                                      Category
                                      Status
                                      Source
                                      Language