Showing 4,841 of 7,782 total issues
Avoid too many return
statements within this method. Open
Open
return value.toString();
Avoid too many return
statements within this method. Open
Open
return JSONArray.toJSONString((double[])value);
Avoid too many return
statements within this method. Open
Open
return JSONArray.toJSONString((Collection)value);
Avoid too many return
statements within this method. Open
Open
return JSONArray.toJSONString((byte[])value);
Avoid too many return
statements within this method. Open
Open
return j;
Avoid too many return
statements within this method. Open
Open
return j;
Avoid too many return
statements within this method. Open
Open
{ return new Yytoken(Yytoken.TYPE_LEFT_BRACE,null);
Avoid too many return
statements within this method. Open
Open
if ("HALF_EVEN".equals(name)) return BigDecimal.ROUND_HALF_EVEN;
Avoid too many return
statements within this method. Open
Open
if (c < 0x3031) return false; if (c <= 0x3035) 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 false;
Avoid too many return
statements within this method. Open
Open
return BigIntegers.toBigInteger(((Date)val).getTime());
Avoid too many return
statements within this method. Open
Open
if (c < 0x3031) return false; if (c <= 0x3035) return true;
Avoid too many return
statements within this method. Open
Open
if (c < 0x309D) return false; if (c <= 0x309E) return true;
Avoid too many return
statements within this method. Open
Open
return s.length() > 0 ? new Character(s.charAt(0)): Objects.NULL_CHARACTER;
Avoid too many return
statements within this method. Open
Open
return new Byte((String)val);
Avoid too many return
statements within this method. Open
Open
if (c < 0x309D) return false; if (c <= 0x309E) return true;
Avoid too many return
statements within this method. Open
Open
return ((Number) arg).longValue();
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
if (c < 0x30FC) return false; if (c <= 0x30FE) return true;