Showing 4,841 of 7,782 total issues
Avoid too many return
statements within this method. Open
Open
return null;
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((double[])o);
Avoid too many return
statements within this method. Open
Open
return val;
Avoid too many return
statements within this method. Open
Open
return val;
Avoid too many return
statements within this method. Open
Open
return Integer.class == cls ? null: Objects.ZERO_INTEGER;
Avoid too many return
statements within this method. Open
Open
return null;
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 ArraysX.toString((Object[])o);
Avoid too many return
statements within this method. Open
Open
return cls.getField(name);
Avoid too many return
statements within this method. Open
Open
return new Character((char)((Number)val).shortValue());
Avoid too many return
statements within this method. Open
Open
return new Float(((Date)val).getTime());
Avoid too many return
statements within this method. Open
Open
return ((BigDecimal) val).signum() != 0;
Avoid too many return
statements within this method. Open
Open
return Objects.ZERO_LONG;
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 (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 o.toString();
Avoid too many return
statements within this method. Open
Open
return prefix.length() > 0 ? null: Namespace.NO_NAMESPACE;