Showing 4,841 of 7,782 total issues
Avoid too many return
statements within this method. Open
Open
return -1;
Avoid too many return
statements within this method. Open
Open
return BIGDECIMAL;
Avoid too many return
statements within this method. Open
Open
return bi0.compareTo(bi1);
Avoid too many return
statements within this method. Open
Open
return 1;
Avoid too many return
statements within this method. Open
Open
return null;
Avoid too many return
statements within this method. Open
Open
return editor.getValue();
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return new BigDecimal((BigInteger) number);
Avoid too many return
statements within this method. Open
Open
return (obj == null || "".equals(obj)) && !type.isPrimitive() && COERCE_NULL_TO_NULL ? null : coerceToBoolean(obj, true);
Avoid too many return
statements within this method. Open
Open
return (bi1 == null) ? 0 : -1;
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
return number.shortValue();
Avoid too many return
statements within this method. Open
Open
return coerceToNumber(Short.valueOf((short) ((Character) obj)
.charValue()), type);
Avoid too many return
statements within this method. Open
Open
return Collections.EMPTY_MAP;
Avoid too many return
statements within this method. Open
Open
return coerceToCollection(obj, type);
Avoid too many return
statements within this method. Open
Open
return new LinkedList((Collection)obj);
Avoid too many return
statements within this method. Open
Open
return new LinkedList((Collection)obj);
Avoid too many return
statements within this method. Open
Open
return new LinkedHashSet((Collection)obj);
Avoid too many return
statements within this method. Open
Open
return 1;
Avoid too many return
statements within this method. Open
Open
return Objects.equals(bi0, bi1);