silentbalanceyh/vertx-zero

View on GitHub

Showing 9,050 of 9,050 total issues

File MAttributeRecord.java has 398 lines of code (exceeds 250 allowed). Consider refactoring.
Open

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

    File ResponseParams.java has 398 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;
    
    

      EBrand has 41 methods (exceeds 20 allowed). Consider refactoring.
      Open

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

        GNode has 41 methods (exceeds 20 allowed). Consider refactoring.
        Open

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

          SUser has 41 methods (exceeds 20 allowed). Consider refactoring.
          Open

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

            XLog has 41 methods (exceeds 20 allowed). Consider refactoring.
            Open

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

              SAction has 41 methods (exceeds 20 allowed). Consider refactoring.
              Open

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

                XMenu has 41 methods (exceeds 20 allowed). Consider refactoring.
                Open

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

                  MyFavor has 41 methods (exceeds 20 allowed). Consider refactoring.
                  Open

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

                    FSubject has 41 methods (exceeds 20 allowed). Consider refactoring.
                    Open

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

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

                      /*
                       * This file is generated by jOOQ.
                       */
                      package cn.vertxup.erp.domain.tables.daos;
                      
                      
                      vertx-pin/zero-erp/src/main/java/cn/vertxup/erp/domain/tables/daos/TOaAssignmentDao.java on lines 1..148
                      vertx-pin/zero-ui/src/main/java/cn/vertxup/ui/domain/tables/daos/VFragmentDao.java on lines 1..147

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

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

                      /*
                       * This file is generated by jOOQ.
                       */
                      package cn.vertxup.erp.domain.tables.daos;
                      
                      
                      vertx-pin/zero-erp/src/main/java/cn/vertxup/erp/domain/tables/daos/TVendorCheckOutDao.java on lines 1..148
                      vertx-pin/zero-ui/src/main/java/cn/vertxup/ui/domain/tables/daos/VFragmentDao.java on lines 1..147

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

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

                      /*
                       * This file is generated by jOOQ.
                       */
                      package cn.vertxup.ui.domain.tables.daos;
                      
                      
                      vertx-pin/zero-erp/src/main/java/cn/vertxup/erp/domain/tables/daos/TOaAssignmentDao.java on lines 1..148
                      vertx-pin/zero-erp/src/main/java/cn/vertxup/erp/domain/tables/daos/TVendorCheckOutDao.java on lines 1..148

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

                      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 equals has 134 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 134 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 134 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 134 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 134 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 134 lines of code (exceeds 25 allowed). Consider refactoring.
                                Open

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

                                  Mission has 40 methods (exceeds 20 allowed). Consider refactoring.
                                  Open

                                  public class Mission implements Serializable {
                                      private static final Annal LOGGER = Annal.get(Mission.class);
                                      /* Job status, default job is 'starting' */
                                      private EmJob.Status status = EmJob.Status.STARTING;
                                      /* Job name */
                                    Severity
                                    Category
                                    Status
                                    Source
                                    Language