silentbalanceyh/vertx-zero

View on GitHub

Showing 9,050 of 9,050 total issues

Avoid too many return statements within this method.
Open

                return false;

    Avoid too many return statements within this method.
    Open

                return false;

      Avoid too many return statements within this method.
      Open

                      return false;

        Avoid too many return statements within this method.
        Open

                    return false;

          Avoid too many return statements within this method.
          Open

                      return false;

            Avoid too many return statements within this method.
            Open

                            return false;

              Avoid too many return statements within this method.
              Open

                              return false;

                Avoid too many return statements within this method.
                Open

                            return false;

                  Avoid too many return statements within this method.
                  Open

                                  return false;

                    Avoid too many return statements within this method.
                    Open

                                    setOrThrow(this::setAmountSplit,key -> {String s = json.getString(key); return s==null?null:new java.math.BigDecimal(s);},"AMOUNT_SPLIT","java.math.BigDecimal");

                      Avoid too many return statements within this method.
                      Open

                                      setOrThrow(this::setUpdatedAt,key -> {String s = json.getString(key); return s==null?null:java.time.LocalDateTime.parse(s);},"UPDATED_AT","java.time.LocalDateTime");

                        Avoid too many return statements within this method.
                        Open

                                        setOrThrow(this::setUpdatedAt,key -> {String s = json.getString(key); return s==null?null:java.time.LocalDateTime.parse(s);},"UPDATED_AT","java.time.LocalDateTime");

                          Avoid too many return statements within this method.
                          Open

                                          return false;

                            Avoid too many return statements within this method.
                            Open

                                        return false;

                              Avoid too many return statements within this method.
                              Open

                                              return false;

                                Avoid too many return statements within this method.
                                Open

                                                setOrThrow(this::setDiscountAmount,key -> {String s = json.getString(key); return s==null?null:new java.math.BigDecimal(s);},"DISCOUNT_AMOUNT","java.math.BigDecimal");

                                  Avoid too many return statements within this method.
                                  Open

                                                  setOrThrow(this::setDiscountAmount,key -> {String s = json.getString(key); return s==null?null:new java.math.BigDecimal(s);},"DISCOUNT_AMOUNT","java.math.BigDecimal");

                                    Avoid too many return statements within this method.
                                    Open

                                                    setOrThrow(this::setCostPerBasis,key -> {String s = json.getString(key); return s==null?null:new java.math.BigDecimal(s);},"COST_PER_BASIS","java.math.BigDecimal");

                                      Avoid too many return statements within this method.
                                      Open

                                                      setOrThrow(this::setCreatedAt,key -> {String s = json.getString(key); return s==null?null:java.time.LocalDateTime.parse(s);},"CREATED_AT","java.time.LocalDateTime");

                                        Avoid too many return statements within this method.
                                        Open

                                                        return this;
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language