Showing 4,841 of 7,782 total issues
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
return -111; //not found
Avoid too many return
statements within this method. Open
Open
return c;
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
return cache.get(new ResourceInfo(path, url, extra));
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 null;
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
return Browser.WebKit;
Avoid too many return
statements within this method. Open
Open
return getPageContext();
Avoid too many return
statements within this method. Open
Open
return qstr != null ? uri + qstr : uri;
Avoid too many return
statements within this method. Open
Open
return false; //not matched for Bug ZK-1930
Avoid too many return
statements within this method. Open
Open
return Browser.Opera;
Avoid too many return
statements within this method. Open
Open
return Collections.EMPTY_MAP;
Avoid too many return
statements within this method. Open
Open
return getSessionScope();
Avoid too many return
statements within this method. Open
Open
return getRequestScope();
Avoid too many return
statements within this method. Open
Open
return _request != null ? new ParameterMap(_request) : Collections.EMPTY_MAP;
Avoid too many return
statements within this method. Open
Open
return ContentTypes.getContentType(ext);