Showing 4,841 of 7,782 total issues
Avoid too many return
statements within this method. Open
Open
return Short.valueOf((String) val);
Avoid too many return
statements within this method. Open
Open
return ((Number) val).intValue() != 0;
Avoid too many return
statements within this method. Open
Open
return ((Number) val).intValue();
Avoid too many return
statements within this method. Open
Open
return new BigDecimal((String)val);
Avoid too many return
statements within this method. Open
Open
return Objects.ZERO_SHORT;
Avoid too many return
statements within this method. Open
Open
return Boolean.FALSE;
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return ArraysX.toString((boolean[])o);
Avoid too many return
statements within this method. Open
Open
if (c == 0x0387) return true;
Avoid too many return
statements within this method. Open
Open
return Boolean.class == cls ? null: Boolean.FALSE;
Avoid too many return
statements within this method. Open
Open
return Objects.ZERO_DOUBLE;
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
return Character.class == cls ? null: Objects.NULL_CHARACTER;
Avoid too many return
statements within this method. Open
Open
return Long.class == cls ? null: Objects.ZERO_LONG;
Avoid too many return
statements within this method. Open
Open
return new BigDecimal((BigInteger)val);
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
return ArraysX.toString((byte[])o);