28msec/28.io-angularjs

View on GitHub

Showing 109 of 171 total issues

Function Datasources has 1301 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        var Datasources = (function() {
            function Datasources(domain, cache) {
                if (typeof(domain) !== 'string') {
                    throw new Error('Domain parameter must be specified as a string.');
                }
Severity: Major
Found in src/datasources.api.28.io.js - About 6 days to fix

    Function Account has 1272 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

            var Account = (function() {
                function Account(domain, cache) {
                    if (typeof(domain) !== 'string') {
                        throw new Error('Domain parameter must be specified as a string.');
                    }
    Severity: Major
    Found in src/account.api.28.io.js - About 6 days to fix

      Function Project has 1189 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

              var Project = (function() {
                  function Project(domain, cache) {
                      if (typeof(domain) !== 'string') {
                          throw new Error('Domain parameter must be specified as a string.');
                      }
      Severity: Major
      Found in src/project.api.28.io.js - About 5 days to fix

        File datasources.api.28.io.js has 1308 lines of code (exceeds 250 allowed). Consider refactoring.
        Open

        /*jshint -W069 */
        /*global angular:false */
        angular.module('datasources.api.28.io', [])
            .factory('Datasources', ['$q', '$http', '$rootScope', function($q, $http, $rootScope) {
                'use strict';
        Severity: Major
        Found in src/datasources.api.28.io.js - About 3 days to fix

          Function Queries has 673 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

                  var Queries = (function() {
                      function Queries(domain, cache) {
                          if (typeof(domain) !== 'string') {
                              throw new Error('Domain parameter must be specified as a string.');
                          }
          Severity: Major
          Found in src/queries.api.28.io.js - About 3 days to fix

            File account.api.28.io.js has 1279 lines of code (exceeds 250 allowed). Consider refactoring.
            Open

            /*jshint -W069 */
            /*global angular:false */
            angular.module('account.api.28.io', [])
                .factory('Account', ['$q', '$http', '$rootScope', function($q, $http, $rootScope) {
                    'use strict';
            Severity: Major
            Found in src/account.api.28.io.js - About 3 days to fix

              File project.api.28.io.js has 1196 lines of code (exceeds 250 allowed). Consider refactoring.
              Open

              /*jshint -W069 */
              /*global angular:false */
              angular.module('project.api.28.io', [])
                  .factory('Project', ['$q', '$http', '$rootScope', function($q, $http, $rootScope) {
                      'use strict';
              Severity: Major
              Found in src/project.api.28.io.js - About 3 days to fix

                Function Modules has 392 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                        var Modules = (function() {
                            function Modules(domain, cache) {
                                if (typeof(domain) !== 'string') {
                                    throw new Error('Domain parameter must be specified as a string.');
                                }
                Severity: Major
                Found in src/modules.api.28.io.js - About 1 day to fix

                  File queries.api.28.io.js has 680 lines of code (exceeds 250 allowed). Consider refactoring.
                  Open

                  /*jshint -W069 */
                  /*global angular:false */
                  angular.module('queries.api.28.io', [])
                      .factory('Queries', ['$q', '$http', '$rootScope', function($q, $http, $rootScope) {
                          'use strict';
                  Severity: Major
                  Found in src/queries.api.28.io.js - About 1 day to fix

                    Function exports has 305 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                    module.exports = function (grunt) {
                        'use strict';
                    
                        require('load-grunt-tasks')(grunt);
                        require('time-grunt')(grunt);
                    Severity: Major
                    Found in Gruntfile.js - About 1 day to fix

                      File modules.api.28.io.js has 399 lines of code (exceeds 250 allowed). Consider refactoring.
                      Open

                      /*jshint -W069 */
                      /*global angular:false */
                      angular.module('modules.api.28.io', [])
                          .factory('Modules', ['$q', '$http', '$rootScope', function($q, $http, $rootScope) {
                              'use strict';
                      Severity: Minor
                      Found in src/modules.api.28.io.js - About 5 hrs to fix

                        Function Batch has 103 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                                var Batch = (function() {
                                    function Batch(domain, cache) {
                                        if (typeof(domain) !== 'string') {
                                            throw new Error('Domain parameter must be specified as a string.');
                                        }
                        Severity: Major
                        Found in src/batch.api.28.io.js - About 4 hrs to fix

                          Function testDefaultMongoDB has 93 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                                      Project.prototype.testDefaultMongoDB = function(parameters) {
                                          if (parameters === undefined) {
                                              parameters = {};
                                          }
                                          var deferred = $q.defer();
                          Severity: Major
                          Found in src/project.api.28.io.js - About 3 hrs to fix

                            Function listCollection has 92 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                                        Datasources.prototype.listCollection = function(parameters) {
                                            if (parameters === undefined) {
                                                parameters = {};
                                            }
                                            var deferred = $q.defer();
                            Severity: Major
                            Found in src/datasources.api.28.io.js - About 3 hrs to fix

                              Function Auth has 91 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                                      var Auth = (function() {
                                          function Auth(domain, cache) {
                                              if (typeof(domain) !== 'string') {
                                                  throw new Error('Domain parameter must be specified as a string.');
                                              }
                              Severity: Major
                              Found in src/auth.api.28.io.js - About 3 hrs to fix

                                Function createAccount has 88 lines of code (exceeds 25 allowed). Consider refactoring.
                                Open

                                            Account.prototype.createAccount = function(parameters) {
                                                if (parameters === undefined) {
                                                    parameters = {};
                                                }
                                                var deferred = $q.defer();
                                Severity: Major
                                Found in src/account.api.28.io.js - About 3 hrs to fix

                                  Function updateItem has 87 lines of code (exceeds 25 allowed). Consider refactoring.
                                  Open

                                              Datasources.prototype.updateItem = function(parameters) {
                                                  if (parameters === undefined) {
                                                      parameters = {};
                                                  }
                                                  var deferred = $q.defer();
                                  Severity: Major
                                  Found in src/datasources.api.28.io.js - About 3 hrs to fix

                                    Function updateDefaultMongoDBCredentials has 87 lines of code (exceeds 25 allowed). Consider refactoring.
                                    Open

                                                Project.prototype.updateDefaultMongoDBCredentials = function(parameters) {
                                                    if (parameters === undefined) {
                                                        parameters = {};
                                                    }
                                                    var deferred = $q.defer();
                                    Severity: Major
                                    Found in src/project.api.28.io.js - About 3 hrs to fix

                                      Function getItem has 85 lines of code (exceeds 25 allowed). Consider refactoring.
                                      Open

                                                  Datasources.prototype.getItem = function(parameters) {
                                                      if (parameters === undefined) {
                                                          parameters = {};
                                                      }
                                                      var deferred = $q.defer();
                                      Severity: Major
                                      Found in src/datasources.api.28.io.js - About 3 hrs to fix

                                        File Gruntfile.js has 308 lines of code (exceeds 250 allowed). Consider refactoring.
                                        Open

                                        module.exports = function (grunt) {
                                            'use strict';
                                        
                                            require('load-grunt-tasks')(grunt);
                                            require('time-grunt')(grunt);
                                        Severity: Minor
                                        Found in Gruntfile.js - About 3 hrs to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language