Showing 81 of 182 total issues
Function insert
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
"insert": function (member, uriData, post, get, ctx) {
Function constructor
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
constructor: function(model, foreign_key, foreign_type_key, table_lookup_function, options) {
Function routeredRestInvoke
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
routeredRestInvoke: function (member, uriData, post, get, ctx) {}
Function update
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
"update": function (member, uriData, post, get, ctx) {
Function _toContext
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
_toContext: function (member, uriData, post, get, ctx) {
Function _undecodedUpdated
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
_undecodedUpdated: function (id, updatedData, ctx, row, transaction_id) {},
Function constructor
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
constructor: function(model, foreign_table, foreign_key, foreign_type_key, options) {
Avoid too many return
statements within this function. Open
Open
return false;
Avoid too many return
statements within this function. Open
Open
return promise;
Avoid too many return
statements within this function. Open
Open
return this.validate_query(value, capabilities);
Avoid too many return
statements within this function. Open
Open
return (!qopts2.limit || (qopts2.limit >= qopts.skip));
Avoid too many return
statements within this function. Open
Open
return Queries.subsumizes(constrainedQuery.query, constrainedQuery2.query);
Avoid too many return
statements within this function. Open
Open
return !("skip" in qopts2) || (!qopts.limit || (qopts.limit >= qopts2.skip));
Avoid too many return
statements within this function. Open
Open
return promise.and(this._execute(Objs.tree_extend(Objs.clone(this._query, 2), {
options: {
skip: currentSkip + currentLimit,
limit: !nextLimit ? null : nextLimit - currentLimit
}
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 true;
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 this.__error_string;