Showing 4,841 of 7,782 total issues
Avoid too many return
statements within this method. Open
Open
if (c == 0x0640) return true;
Avoid too many return
statements within this method. Open
Open
if (c == 0x0E46) return true;
Avoid too many return
statements within this method. Open
Open
return null;
Avoid too many return
statements within this method. Open
Open
return new Byte(((Number)val).byteValue());
Avoid too many return
statements within this method. Open
Open
return BigIntegers.toBigInteger(((Number)val).longValue());
Avoid too many return
statements within this method. Open
Open
return ((Number) val).shortValue();
Avoid too many return
statements within this method. Open
Open
return new BigDecimal(((Date)val).getTime());
Avoid too many return
statements within this method. Open
Open
return (c1 != '0' || c2 != '0' || c3 != '0'); // Check it's not U+0000 (escaped) + '00'
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 false;
Avoid too many return
statements within this method. Open
Open
return (o.toString()).toCharArray();
Avoid too many return
statements within this method. Open
Open
return ArraysX.toString((long[])o);
Avoid too many return
statements within this method. Open
Open
return ArraysX.toString((float[])o);
Avoid too many return
statements within this method. Open
Open
return ((java.rmi.RemoteException)ex).detail;
Avoid too many return
statements within this method. Open
Open
return null; //not castable
Avoid too many return
statements within this method. Open
Open
return new Float((String)val);
Avoid too many return
statements within this method. Open
Open
return BigIntegers.toBigInteger((Short)val);
Avoid too many return
statements within this method. Open
Open
return BigIntegers.toBigInteger((Integer)val);
Avoid too many return
statements within this method. Open
Open
return Double.class == cls ? null: Objects.ZERO_DOUBLE;