Showing 6,856 of 14,752 total issues
Avoid too many return
statements within this function. Open
Open
return "number";
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return "comment";
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return null;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
if (type == "[") return cont(pushlex("]"), arrayLiteral, poplex, maybeop);
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return tokenString(stream, state);
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
if (type == ";") return;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return cont(expressionNoComma, afterprop);
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return ret("comment", "comment");
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return ret("comment", "comment")
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return ret("operator", "operator", stream.current());
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return context
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
if (type == ";") return cont();
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
if (type == "for") return cont(pushlex("form"), forspec, statement, poplex);
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
if (value == "@") return cont(expression, statement)
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return cont();
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
if (type == ".") return cont(property, me);
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return ret("regexp", "string-2");
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return chain(stream, state, twTokenStrike);
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return "variable";
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return chain(inBlock("header string", "=-", inText));
- Create a ticketCreate a ticket