Showing 4,841 of 7,782 total issues
Avoid too many return
statements within this method. Open
Open
return getAnyMethod(cls, name, argTypes);
Avoid too many return
statements within this method. Open
Open
return new Date(((Number)val).longValue());
Avoid too many return
statements within this method. Open
Open
return val;
Avoid too many return
statements within this method. Open
Open
return Byte.class == cls ? null: Objects.ZERO_BYTE;
Avoid too many return
statements within this method. Open
Open
return Short.class == cls ? null: Objects.ZERO_SHORT;
Avoid too many return
statements within this method. Open
Open
return Boolean.valueOf((String)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
if (c == 0x0EC6) return true;
Avoid too many return
statements within this method. Open
Open
if (c == 0x3005) return true;
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 null;
Avoid too many return
statements within this method. Open
Open
return new Float(((Number)val).floatValue());
Avoid too many return
statements within this method. Open
Open
return ((BigInteger) val).signum() != 0;
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 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) arg).intValue();
Avoid too many return
statements within this method. Open
Open
return j==len || Character.isUpperCase(methodName.charAt(j));
Avoid too many return
statements within this method. Open
Open
return val;