Showing 1,485 of 3,294 total issues
Avoid too many return
statements within this function. Open
Open
return true
Avoid too many return
statements within this function. Open
Open
return results;
Avoid too many return
statements within this function. Open
Open
return hashString(o.toString());
Avoid too many return
statements within this function. Open
Open
return this.constructor( context ).find( selector );
Avoid too many return
statements within this function. Open
Open
return !this.negate
Avoid too many return
statements within this function. Open
Open
return emptyFileEnd
Avoid too many return
statements within this function. Open
Open
return mergeIntoNode(this, ownerID, shift, hash(key), [key, value]);
Avoid too many return
statements within this function. Open
Open
return false
Avoid too many return
statements within this function. Open
Open
return o.length > STRING_HASH_CACHE_MIN_STRLEN ? cachedHashString(o) : hashString(o);
Avoid too many return
statements within this function. Open
Open
return hashJSObj(o);
Avoid too many return
statements within this function. Open
Open
return this;
Avoid too many return
statements within this function. Open
Open
return partial
Avoid too many return
statements within this function. Open
Open
return smi(h);
Avoid too many return
statements within this function. Open
Open
return makeList(list._origin, list._capacity, list._level, newRoot, newTail);
Avoid too many return
statements within this function. Open
Open
return braceExpand("\\" + pattern, options)
Avoid too many return
statements within this function. Open
Open
return $.Deferred().reject();
Avoid too many return
statements within this function. Open
Open
return false;
Avoid too many return
statements within this function. Open
Open
return workspaceSymbol(relay, _params);
Avoid too many return
statements within this function. Open
Open
return searchFileList(query, this._filenameMatcher);
Avoid too many return
statements within this function. Open
Open
return documentSymbol(relay, _params);