Showing 446 of 948 total issues
Avoid too many return
statements within this function. Open
Open
return BTYPE_DTYPE[pType.name];
Avoid too many return
statements within this function. Open
Open
return null;
Avoid too many return
statements within this function. Open
Open
return new SearchPattern({
pattern: pattern.substr(4),
isModifier: false,
hasTag: true,
fn:this._test.hasTag
Avoid too many return
statements within this function. Open
Open
return createMissingField( fieldRef, cls, db);
Avoid too many return
statements within this function. Open
Open
return null;
Avoid too many return
statements within this function. Open
Open
return true;
Avoid too many return
statements within this function. Open
Open
return this._binding[clsFqcn];
Avoid too many return
statements within this function. Open
Open
return new FinderResult(this._findObject(index, spatt, includeMissing), this);
Avoid too many return
statements within this function. Open
Open
return true;
Avoid too many return
statements within this function. Open
Open
return new SearchPattern({
pattern: pattern,
field: token,
isStructField: struct,
isDeepSearch: isDeepSearch,
Avoid too many return
statements within this function. Open
Open
return this.__checkDeepField(ref[search.field[i]], search, i+1);
Avoid too many return
statements within this function. Open
Open
return false;
Avoid too many return
statements within this function. Open
Open
return false;
Avoid too many return
statements within this function. Open
Open
return false;
Avoid too many return
statements within this function. Open
Open
return;
Avoid too many return
statements within this function. Open
Open
return search.fn(ref);
Avoid too many return
statements within this function. Open
Open
return ;
Avoid too many return
statements within this function. Open
Open
return new FinderResult(new MemoryDb.Index(), this);
Avoid too many return
statements within this function. Open
Open
if(paramOnly === false) return false;
Avoid too many return
statements within this function. Open
Open
return this.__checkDeepField( this.__DB.classes.getEntry(ref[search.field[i]].name), search, i+1);