silentbalanceyh/vertx-zero

View on GitHub

Showing 9,050 of 9,050 total issues

File PBuyTicket.java has 599 lines of code (exceeds 250 allowed). Consider refactoring.
Open

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

    File PPos.java has 599 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

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

      IECustomer has 70 methods (exceeds 20 allowed). Consider refactoring.
      Open

      @SuppressWarnings({ "all", "unchecked", "rawtypes" })
      public interface IECustomer extends VertxPojo, Serializable {
      
          /**
           * Setter for <code>DB_ETERNAL.E_CUSTOMER.KEY</code>. 「key」- 客户ID

        IIService has 70 methods (exceeds 20 allowed). Consider refactoring.
        Open

        @SuppressWarnings({ "all", "unchecked", "rawtypes" })
        public interface IIService extends VertxPojo, Serializable {
        
            /**
             * Setter for <code>DB_ETERNAL.I_SERVICE.KEY</code>. 「key」- 服务ID

          PInTicketDao has 70 methods (exceeds 20 allowed). Consider refactoring.
          Open

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

            File GNodeRecord.java has 594 lines of code (exceeds 250 allowed). Consider refactoring.
            Open

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

              Method deserialize has a Cognitive Complexity of 65 (exceeds 5 allowed). Consider refactoring.
              Open

                  @Override
                  public LocalDateTime deserialize(final JsonParser parser, final DeserializationContext context) throws IOException {
                      if (parser.hasTokenId(6)) {
                          final String string = parser.getText().trim();
                          if (string.length() == 0) {

              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

              File EBrandRecord.java has 593 lines of code (exceeds 250 allowed). Consider refactoring.
              Open

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

                File SUserRecord.java has 593 lines of code (exceeds 250 allowed). Consider refactoring.
                Open

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

                  File SActionRecord.java has 593 lines of code (exceeds 250 allowed). Consider refactoring.
                  Open

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

                    File XLogRecord.java has 593 lines of code (exceeds 250 allowed). Consider refactoring.
                    Open

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

                      File XMenuRecord.java has 593 lines of code (exceeds 250 allowed). Consider refactoring.
                      Open

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

                        File MyFavorRecord.java has 593 lines of code (exceeds 250 allowed). Consider refactoring.
                        Open

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

                          File FSubjectRecord.java has 593 lines of code (exceeds 250 allowed). Consider refactoring.
                          Open

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

                            ECustomerRecord has 69 methods (exceeds 20 allowed). Consider refactoring.
                            Open

                            @SuppressWarnings({ "all", "unchecked", "rawtypes" })
                            public class ECustomerRecord extends UpdatableRecordImpl<ECustomerRecord> implements VertxPojo, IECustomer {
                            
                                private static final long serialVersionUID = 1L;
                            
                            

                              IServiceRecord has 69 methods (exceeds 20 allowed). Consider refactoring.
                              Open

                              @SuppressWarnings({ "all", "unchecked", "rawtypes" })
                              public class IServiceRecord extends UpdatableRecordImpl<IServiceRecord> implements VertxPojo, IIService {
                              
                                  private static final long serialVersionUID = 1L;
                              
                              

                                PCommodity has 69 methods (exceeds 20 allowed). Consider refactoring.
                                Open

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

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

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

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

                                      /*
                                       * This file is generated by jOOQ.
                                       */
                                      package cn.vertxup.ui.domain.tables.records;
                                      
                                      
                                      vertx-pin/zero-atom/src/main/java/cn/vertxup/atom/domain/tables/records/MJoinRecord.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 619.

                                      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

                                      Severity
                                      Category
                                      Status
                                      Source
                                      Language