Showing 4,841 of 7,782 total issues
Avoid too many return
statements within this method. Open
Open
return handleTexts((ValidationMessages) base, numOfKids);
Avoid too many return
statements within this method. Open
Open
return (T) new SetProxy((Set) origin, annotations);
Avoid too many return
statements within this method. Open
Open
return (T) new ListModelMapProxy((ListModelMap) origin, annotations);
Avoid too many return
statements within this method. Open
Open
return _defaultValues.get(mname);
Avoid too many return
statements within this method. Open
Open
return (T) new ListModelArrayProxy((ListModelArray) origin, annotations);
Avoid too many return
statements within this method. Open
Open
return val;
Avoid too many return
statements within this method. Open
Open
return msgs[0];
Avoid too many return
statements within this method. Open
Open
return (T) new ListModelListProxy((ListModelList) origin, annotations);
Avoid too many return
statements within this method. Open
Open
return val;
Avoid too many return
statements within this method. Open
Open
return null;
Avoid too many return
statements within this method. Open
Open
return val != null ? val : getImplicit(name);
Avoid too many return
statements within this method. Open
Open
return null;
Avoid too many return
statements within this method. Open
Open
return (T) new ListProxy((Collection) origin, annotations);
Avoid too many return
statements within this method. Open
Open
return val != null || comp.hasAttributeOrFellow(name, false) ? val : getImplicit(name);
Avoid too many return
statements within this method. Open
Open
return val;
Avoid too many return
statements within this method. Open
Open
return new ComponentResolver((ValidationMessages) base, (Component) property);
Avoid too many return
statements within this method. Open
Open
return super.invoke(self, method, proceed, args);
Avoid too many return
statements within this method. Open
Open
return null;
Avoid too many return
statements within this method. Open
Open
return null;
Avoid too many return
statements within this method. Open
Open
return (T) new MapProxy((Map) origin, annotations);