Showing 4,841 of 7,782 total issues
Avoid too many return
statements within this method. Open
Open
return BigDecimal.valueOf(number.doubleValue());
Avoid too many return
statements within this method. Open
Open
return Byte.valueOf(val);
Avoid too many return
statements within this method. Open
Open
return coerceToDateTime(obj, type);
Avoid too many return
statements within this method. Open
Open
return number;
Avoid too many return
statements within this method. Open
Open
return number.byteValue();
Avoid too many return
statements within this method. Open
Open
return number;
Avoid too many return
statements within this method. Open
Open
return new BigDecimal(val);
Avoid too many return
statements within this method. Open
Open
return coerceToNumber(obj, type);
Avoid too many return
statements within this method. Open
Open
return coerceToCharacter(obj);
Avoid too many return
statements within this method. Open
Open
return new TreeSet((Collection)obj);
Avoid too many return
statements within this method. Open
Open
return (d1 == null) ? 0 : -1;
Avoid too many return
statements within this method. Open
Open
return (obj == null || "".equals(obj)) && !type.isPrimitive() && COERCE_NULL_TO_NULL ? null : coerceToCharacter(obj);
Avoid too many return
statements within this method. Open
Open
return coerceToEnum(obj, type);
Avoid too many return
statements within this method. Open
Open
return l0.compareTo(l1);
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 comparisonResult;
Avoid too many return
statements within this method. Open
Open
return Objects.equals(coerceToBoolean(obj0, false), coerceToBoolean(obj1, false));
Avoid too many return
statements within this method. Open
Open
return Objects.equals(bd0, bd1);
Avoid too many return
statements within this method. Open
Open
return number;
Avoid too many return
statements within this method. Open
Open
return number.floatValue();