Showing 472 of 2,519 total issues
Avoid too many return
statements within this method. Open
Open
return res;
Avoid too many return
statements within this method. Open
Open
return Integer.parseInt(parser.getAttributeValue(null, "value"));
Avoid too many return
statements within this method. Open
Open
return;
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
return view.getMeasuredHeight();
Avoid too many return
statements within this method. Open
Open
return 0;
Avoid too many return
statements within this method. Open
Open
return "NaN";
Avoid too many return
statements within this method. Open
Open
return convertValue(value, field.getType());
Avoid too many return
statements within this method. Open
Open
return getEnumValue((String) value, field.getType().asSubclass(Enum.class));
Avoid too many return
statements within this method. Open
Open
return "-Infinity";
Avoid too many return
statements within this method. Open
Open
return value;
Avoid too many return
statements within this method. Open
Open
return numberValue.floatValue();
Avoid too many return
statements within this method. Open
Open
return numberValue.longValue();
Avoid too many return
statements within this method. Open
Open
return childResult;
Avoid too many return
statements within this method. Open
Open
return allowViewGroupResult ? viewGroup : null;
Avoid too many return
statements within this method. Open
Open
return numberValue.intValue();
Avoid too many return
statements within this method. Open
Open
return numberValue.doubleValue();
Avoid too many return
statements within this method. Open
Open
return convertArrayToList(field, (JSONArray) value);
Avoid too many return
statements within this method. Open
Open
return innerView.computeVerticalScrollRange();
Avoid too many return
statements within this method. Open
Open
return value;