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

                      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

                        setOrThrow(this::setApprovedAt,key -> {String s = json.getString(key); return s==null?null:java.time.LocalDateTime.parse(s);},"APPROVED_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

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

              Avoid too many return statements within this method.
              Open

                              return this;

                Avoid too many return statements within this method.
                Open

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

                  Avoid too many return statements within this method.
                  Open

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

                    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::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 this;

                            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 this;

                                Avoid too many return statements within this method.
                                Open

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

                                  Avoid too many return statements within this method.
                                  Open

                                                  return this;

                                    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::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::setArriveAt,key -> {String s = json.getString(key); return s==null?null:java.time.LocalDateTime.parse(s);},"ARRIVE_AT","java.time.LocalDateTime");
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language