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 Character.isWhitespace(c) ? CharClass.OTHER : CharClass.LITERAL;
Avoid too many return
statements within this method. Open
Open
return template;
Avoid too many return
statements within this method. Open
Open
return pkg != null && !sourceMapEnabled ? mergeJavaScript(request, response, pkg, data) : data;
Avoid too many return
statements within this method. Open
Open
return null;
Avoid too many return
statements within this method. Open
Open
return ("(function(){zk._p=zkpi('" + pkgName + "');})()").getBytes();
Avoid too many return
statements within this method. Open
Open
return null;
Avoid too many return
statements within this method. Open
Open
return "log";
Avoid too many return
statements within this method. Open
Open
if (isNotModified) 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 CharClass.LITERAL;
Avoid too many return
statements within this method. Open
Open
return buildNextShadowCtx();
Avoid too many return
statements within this method. Open
Open
return c == '\\' ? CharClass.ESCAPE : CharClass.OTHER;
Avoid too many return
statements within this method. Open
Open
return CharClass.LITERAL;
Avoid too many return
statements within this method. Open
Open
return "application";
Avoid too many return
statements within this method. Open
Open
return s != null ? TimeZone.getTimeZone(s) : null;
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 CharClass.WHITESPACE;
Avoid too many return
statements within this method. Open
Open
return Character.isWhitespace(c) ? CharClass.WHITESPACE : CharClass.LITERAL;