Showing 4,841 of 7,782 total issues
Avoid too many return
statements within this method. Open
Open
return JSONArray.toJSONString((long[])value);
Avoid too many return
statements within this method. Open
Open
return JSONArray.toJSONString((boolean[])value);
Avoid too many return
statements within this method. Open
Open
return j;
Avoid too many return
statements within this method. Open
Open
return JSONArray.toJSONString((float[])value);
Avoid too many return
statements within this method. Open
Open
return JSONArray.toJSONString((short[])value);
Avoid too many return
statements within this method. Open
Open
return -1;
Avoid too many return
statements within this method. Open
Open
{ return new Yytoken(Yytoken.TYPE_COLON,null);
Avoid too many return
statements within this method. Open
Open
return null;
Avoid too many return
statements within this method. Open
Open
return element instanceof String ?
((String)o).indexOf((String)element): -1;
Avoid too many return
statements within this method. Open
Open
{ return new Yytoken(Yytoken.TYPE_RIGHT_SQUARE,null);
Avoid too many return
statements within this method. Open
Open
if ("UP".equals(name)) return BigDecimal.ROUND_UP;
Avoid too many return
statements within this method. Open
Open
return value.toString();
Avoid too many return
statements within this method. Open
Open
return value.toString();
Avoid too many return
statements within this method. Open
Open
{ Double val=Double.valueOf(yytext()); return new Yytoken(Yytoken.TYPE_VALUE, val);
Avoid too many return
statements within this method. Open
Open
if ("UNNECESSARY".equals(name)) return BigDecimal.ROUND_UNNECESSARY;
Avoid too many return
statements within this method. Open
Open
return new Yytoken(Yytoken.TYPE_VALUE, val);
Avoid too many return
statements within this method. Open
Open
if ("HALF_UP".equals(name)) return BigDecimal.ROUND_HALF_UP;
Avoid too many return
statements within this method. Open
Open
{ return new Yytoken(Yytoken.TYPE_LEFT_SQUARE,null);
Avoid too many return
statements within this method. Open
Open
{ return new Yytoken(Yytoken.TYPE_COMMA,null);
Avoid too many return
statements within this method. Open
Open
return j;