silentbalanceyh/vertx-zero

View on GitHub

Showing 9,050 of 9,050 total issues

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

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

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

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

      Method hashCode has 26 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          @Override
          public int hashCode() {
              final int prime = 31;
              int result = 1;
              result = prime * result + ((this.key == null) ? 0 : this.key.hashCode());

        Method afterAsync has 26 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

            @Override
            public Future<JsonArray> afterAsync(final JsonArray data, final JsonObject config) {
                final JsonArray users = new JsonArray();
                // JsonObject Extract from config;
                final JsonObject mapping = Ut.valueJObject(config, KName.MAPPING);

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

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

            Method toString has 26 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                @Override
                public String toString() {
                    StringBuilder sb = new StringBuilder("SVisitant (");
            
                    sb.append(key);

              Method toString has 26 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

                  @Override
                  public String toString() {
                      StringBuilder sb = new StringBuilder("SResource (");
              
                      sb.append(key);

                Method hashCode has 26 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                    @Override
                    public int hashCode() {
                        final int prime = 31;
                        int result = 1;
                        result = prime * result + ((this.key == null) ? 0 : this.key.hashCode());

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

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

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

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

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

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

                        Method toJson has 26 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                                @Override
                                public default io.vertx.core.json.JsonObject toJson() {
                                        io.vertx.core.json.JsonObject json = new io.vertx.core.json.JsonObject();
                                        json.put("KEY",getKey());
                                        json.put("CODE",getCode());

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

                              @Override
                              public void from(IXAttachment from) {
                                  setKey(from.getKey());
                                  setName(from.getName());
                                  setExtension(from.getExtension());

                            Method outAsync has 26 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                                private Future<JsonArray> outAsync(final JsonArray files) {
                                    /*
                                     * Fetch `visit` information
                                     */
                                    final Set<String> keys = Ut.valueSetString(files, KName.DIRECTORY_ID);

                              Method hashCode has 26 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                                  @Override
                                  public int hashCode() {
                                      final int prime = 31;
                                      int result = 1;
                                      result = prime * result + ((this.key == null) ? 0 : this.key.hashCode());

                                Method toString has 26 lines of code (exceeds 25 allowed). Consider refactoring.
                                Open

                                    @Override
                                    public String toString() {
                                        StringBuilder sb = new StringBuilder("XCategory (");
                                
                                        sb.append(key);

                                  Method hashCode has 26 lines of code (exceeds 25 allowed). Consider refactoring.
                                  Open

                                      @Override
                                      public int hashCode() {
                                          final int prime = 31;
                                          int result = 1;
                                          result = prime * result + ((this.key == null) ? 0 : this.key.hashCode());

                                    Method toString has 26 lines of code (exceeds 25 allowed). Consider refactoring.
                                    Open

                                        @Override
                                        public String toString() {
                                            StringBuilder sb = new StringBuilder("XApp (");
                                    
                                            sb.append(key);

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

                                          @Override
                                          public void from(IXAttachment from) {
                                              setKey(from.getKey());
                                              setName(from.getName());
                                              setExtension(from.getExtension());

                                        Method toJson has 26 lines of code (exceeds 25 allowed). Consider refactoring.
                                        Open

                                                @Override
                                                public default io.vertx.core.json.JsonObject toJson() {
                                                        io.vertx.core.json.JsonObject json = new io.vertx.core.json.JsonObject();
                                                        json.put("KEY",getKey());
                                                        json.put("DEFINITION_KEY",getDefinitionKey());
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language