Showing 4,841 of 7,782 total issues
Avoid too many return
statements within this method. Open
Open
return ((Date) val).getTime();
Avoid too many return
statements within this method. Open
Open
return ArraysX.toString((int[])o);
Avoid too many return
statements within this method. Open
Open
return ((Date) val).getTime();
Avoid too many return
statements within this method. Open
Open
return new BigDecimal(Float.toString((Float)val));
Avoid too many return
statements within this method. Open
Open
return Objects.toString(val);
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return ((Number) val).doubleValue();
Avoid too many return
statements within this method. Open
Open
return Long.valueOf((String) val);
Avoid too many return
statements within this method. Open
Open
return BigDecimals.toBigDecimal(((Number)val).intValue());
Avoid too many return
statements within this method. Open
Open
return Objects.ZERO_INTEGER;
Avoid too many return
statements within this method. Open
Open
return (c1 != '0' || c2 != '0'); // It would not be an octal escape, but the U+0000 escape sequence + '0'.
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
return Double.valueOf((String)val);
Avoid too many return
statements within this method. Open
Open
return val;
Avoid too many return
statements within this method. Open
Open
return Objects.ZERO_BYTE;
Avoid too many return
statements within this method. Open
Open
return (c1 != '0' || c2 != '0'); // It would not be an octal escape, but the U+0000 escape sequence + '0'.
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return true;