Showing 4,841 of 7,782 total issues
Avoid too many return
statements within this method. Open
Open
return ("(function(){zk.setLoaded('" + lastPart.replace("$.wpd", "") + "');})()").getBytes();
Avoid too many return
statements within this method. Open
Open
return ctx;
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 true; // success
Avoid too many return
statements within this method. Open
Open
return true; //success
Avoid too many return
statements within this method. Open
Open
return true; //success
Avoid too many return
statements within this method. Open
Open
return; //done
Avoid too many return
statements within this method. Open
Open
return Component.REQUEST_SCOPE;
Avoid too many return
statements within this method. Open
Open
return EXECUTION_PROXY;
Avoid too many return
statements within this method. Open
Open
return comp != null ? getSession(comp) : page.getDesktop().getSession();
Avoid too many return
statements within this method. Open
Open
return comp != null ? getWebApp(comp) : page.getDesktop().getWebApp();
Avoid too many return
statements within this method. Open
Open
return Component.APPLICATION_SCOPE;
Avoid too many return
statements within this method. Open
Open
return;
Avoid too many return
statements within this method. Open
Open
return dt != null ? dt.getAttributes() : Collections.EMPTY_MAP;
Avoid too many return
statements within this method. Open
Open
return app != null ? app.getAttributes() : Collections.EMPTY_MAP;
Avoid too many return
statements within this method. Open
Open
return exec != null ? exec.getAttributes() : Collections.EMPTY_MAP;
Avoid too many return
statements within this method. Open
Open
return comp != null ? getDesktop(comp) : page.getDesktop();
Avoid too many return
statements within this method. Open
Open
return scope != null ? scope.getAttributes() : Collections.EMPTY_MAP;
Avoid too many return
statements within this method. Open
Open
return page != null ? page.getAttributes() : Collections.EMPTY_MAP;