Showing 93 of 93 total issues
Avoid too many return
statements within this function. Open
Open
return this.parseError('Lexical error on line '+(this.yylineno+1)+'. Unrecognized text.\n'+this.showPosition(),
{text: "", token: null, line: this.yylineno});
Avoid too many return
statements within this function. Open
Open
return string.replace(badChars, escapeChar);
Avoid too many return
statements within this function. Open
Open
case 13:this.popState(); return 34;
Avoid too many return
statements within this function. Open
Open
return 19;
Avoid too many return
statements within this function. Open
Open
case 30:yy_.yytext = strip(1,2).replace(/\\'/g,"'"); return 48;
Avoid too many return
statements within this function. Open
Open
return;
Avoid too many return
statements within this function. Open
Open
return;
Avoid too many return
statements within this function. Open
Open
return 13;
Avoid too many return
statements within this function. Open
Open
case 29:yy_.yytext = strip(1,2).replace(/\\"/g,'"'); return 48;
Avoid too many return
statements within this function. Open
Open
case 38:yy_.yytext = strip(1,2); return 56;
Avoid too many return
statements within this function. Open
Open
case 27:this.popState(); return 41;
Avoid too many return
statements within this function. Open
Open
case 14:this.popState(); return 34;
Avoid too many return
statements within this function. Open
Open
case 28:this.popState(); return 27;