Showing 4,841 of 7,782 total issues
Avoid too many return
statements within this method. Open
Open
return t;
Avoid too many return
statements within this method. Open
Open
return val;
Avoid too many return
statements within this method. Open
Open
return getAnyField(cls, name);
Avoid too many return
statements within this method. Open
Open
return new BigInteger((String)val);
Avoid too many return
statements within this method. Open
Open
return BigIntegers.toBigInteger((Byte)val);
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return new String(buf);
Avoid too many return
statements within this method. Open
Open
return ((Number) val).longValue();
Avoid too many return
statements within this method. Open
Open
return Boolean.TRUE; //non-null is true
Avoid too many return
statements within this method. Open
Open
return new BigDecimal(Double.toString((Double)val));
Avoid too many return
statements within this method. Open
Open
return Objects.ZERO_BIG_DECIMAL;
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 val;
Avoid too many return
statements within this method. Open
Open
return Integer.valueOf((String) val);
Avoid too many return
statements within this method. Open
Open
return ArraysX.toString((short[])o);
Avoid too many return
statements within this method. Open
Open
return ArraysX.toString((char[])o);
Avoid too many return
statements within this method. Open
Open
if (c < 0x30FC) return false; if (c <= 0x30FE) return true;
Avoid too many return
statements within this method. Open
Open
return getAnyMethod(cls, isMethodName, argTypes);
Avoid too many return
statements within this method. Open
Open
return Float.class == cls ? null: Objects.ZERO_FLOAT;