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 exec != null ? exec.getArg() : null;
Avoid too many return
statements within this method. Open
Open
return exec != null ? exec.getParameterMap() : null;
Avoid too many return
statements within this method. Open
Open
return Component.SESSION_SCOPE;
Avoid too many return
statements within this method. Open
Open
return comp != null ? comp.getAttributes() : Collections.EMPTY_MAP;
Avoid too many return
statements within this method. Open
Open
return sess != null ? sess.getAttributes() : Collections.EMPTY_MAP;
Avoid too many return
statements within this method. Open
Open
return REQUEST_SCOPE_PROXY;
Avoid too many return
statements within this method. Open
Open
return _previousInsertion;
Avoid too many return
statements within this method. Open
Open
return matched;
Avoid too many return
statements within this method. Open
Open
return _page.getDesktop().getSession().getAttributes();
Avoid too many return
statements within this method. Open
Open
return getVirtualIdSpace().hasFellow(name);
Avoid too many return
statements within this method. Open
Open
return targetIndex - prev > 0 ? Direction.AFTER_NEXT : Direction.BEFORE_PREVIOUS;
Avoid too many return
statements within this method. Open
Open
return; //done
Avoid too many return
statements within this method. Open
Open
return Direction.LAST;
Avoid too many return
statements within this method. Open
Open
return; // finish
Avoid too many return
statements within this method. Open
Open
return _parent.getShadowVariable0(this, name, recurse);
Avoid too many return
statements within this method. Open
Open
return ((AbstractComponent) shadowHost).getShadowVariable0(shadowHost, name, recurse);
Avoid too many return
statements within this method. Open
Open
return node.getShadowVariable(name, recurse);
Avoid too many return
statements within this method. Open
Open
return _page.getDesktop().getAttributes();
Avoid too many return
statements within this method. Open
Open
return Collections.emptyMap();