matiasmenares/Nissboard

View on GitHub

Showing 413 of 413 total issues

Function 21 has 175 lines of code (exceeds 25 allowed). Consider refactoring.
Open

},{}],21:[function(_dereq_,module,exports){
/**
* Copyright 2013 Facebook, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Severity: Major
Found in server/public/jsx-transformer-0.12.2.js - About 7 hrs to fix

    Function scanPunctuator has 171 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    function scanPunctuator() {
    var start = index,
    code = source.charCodeAt(index),
    code2,
    ch1 = source[index],
    Severity: Major
    Found in server/public/jsx-transformer-0.12.2.js - About 6 hrs to fix

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

      },{"../src/utils":22,"./reserved-words-helper":32,"base62":8,"esprima-fb":9}],25:[function(_dereq_,module,exports){
      /**
      * Copyright 2014 Facebook, Inc.
      *
      * Licensed under the Apache License, Version 2.0 (the "License");
      Severity: Major
      Found in server/public/jsx-transformer-0.12.2.js - About 6 hrs to fix

        Function 34 has 160 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

        },{"../src/utils":22,"esprima-fb":9}],34:[function(_dereq_,module,exports){
        /**
        * Copyright 2013-2014, Facebook, Inc.
        * All rights reserved.
        *
        Severity: Major
        Found in server/public/jsx-transformer-0.12.2.js - About 6 hrs to fix

          Similar blocks of code found in 3 locations. Consider refactoring.
          Open

          def get(self):
          dashboards = Dashboard.query.all()
          dashboard_schema = DashboardSchema(many=True)
          channels = ChannelOutput.query.all()
          channel_schema = ChannelOutputSchema(many=True)
          Severity: Major
          Found in dashboard/api/settings/kinek_setting.py and 2 other locations - About 6 hrs to fix
          dashboard/api/dashboard.py on lines 11..18
          dashboard/api/settings/alarm_setting.py on lines 7..14

          Similar blocks of code found in 3 locations. Consider refactoring.
          Open

          def get(self):
          alarm = Alarm.query.all()
          alarm_schema = AlarmSchema(many=True)
          alarm_types = AlarmType.query.all()
          alarm_types_schema = AlarmTypeSchema(many=True)
          Severity: Major
          Found in dashboard/api/settings/alarm_setting.py and 2 other locations - About 6 hrs to fix
          dashboard/api/dashboard.py on lines 11..18
          dashboard/api/settings/kinek_setting.py on lines 11..18

          Similar blocks of code found in 3 locations. Consider refactoring.
          Open

          def get(self):
          dashboards = Dash.query.all()
          dashboard_schema = DashboardSchema(many=True)
          channels = ChannelOutput.query.all()
          channel_schema = ChannelOutputSchema(many=True)
          Severity: Major
          Found in dashboard/api/dashboard.py and 2 other locations - About 6 hrs to fix
          dashboard/api/settings/alarm_setting.py on lines 7..14
          dashboard/api/settings/kinek_setting.py on lines 11..18

          Similar blocks of code found in 2 locations. Consider refactoring.
          Open

          if (existingPropNames[propType].hasOwnProperty(key.name)) {
          isValidDuplicateProp =
          // There isn't already a setter for this prop
          existingPropNames[propType][key.name].set === undefined
          // There isn't already a data prop by this name
          Severity: Major
          Found in server/public/jsx-transformer-0.12.2.js and 1 other location - About 6 hrs to fix
          server/public/jsx-transformer-0.12.2.js on lines 7842..7855

          Similar blocks of code found in 2 locations. Consider refactoring.
          Open

          if (existingPropNames[propType].hasOwnProperty(key.name)) {
          isValidDuplicateProp =
          // There isn't already a getter for this prop
          existingPropNames[propType][key.name].get === undefined
          // There isn't already a data prop by this name
          Severity: Major
          Found in server/public/jsx-transformer-0.12.2.js and 1 other location - About 6 hrs to fix
          server/public/jsx-transformer-0.12.2.js on lines 7875..7888

          Function 6 has 143 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

          },{}],6:[function(_dereq_,module,exports){
          (function (process){
          // Copyright Joyent, Inc. and other Node contributors.
          //
          // Permission is hereby granted, free of charge, to any person obtaining a
          Severity: Major
          Found in server/public/jsx-transformer-0.12.2.js - About 5 hrs to fix

            Function visitReactTag has 136 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

            function visitReactTag(traverse, object, path, state) {
            var openingElement = object.openingElement;
            var nameObject = openingElement.name;
            var attributesObject = openingElement.attributes;
             
             
            Severity: Major
            Found in server/public/jsx-transformer-0.12.2.js - About 5 hrs to fix

              Function parseObjectProperty has 135 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

              function parseObjectProperty() {
              var token, key, id, value, param, expr, computed,
              marker = markerCreate(), returnType;
               
              token = lookahead;
              Severity: Major
              Found in server/public/jsx-transformer-0.12.2.js - About 5 hrs to fix

                Function 18 has 134 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                },{"./source-map-generator":16,"./util":18,"amdefine":19}],18:[function(_dereq_,module,exports){
                /* -*- Mode: js; js-indent-level: 2; -*- */
                /*
                * Copyright 2011 Mozilla Foundation and contributors
                * Licensed under the New BSD license. See LICENSE or:
                Severity: Major
                Found in server/public/jsx-transformer-0.12.2.js - About 5 hrs to fix

                  Function 33 has 119 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                  },{}],33:[function(_dereq_,module,exports){
                  var esprima = _dereq_('esprima-fb');
                  var utils = _dereq_('../src/utils');
                   
                  var Syntax = esprima.Syntax;
                  Severity: Major
                  Found in server/public/jsx-transformer-0.12.2.js - About 4 hrs to fix

                    Function scanComment has 117 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                    function scanComment() {
                    var comment, ch, loc, start, blockComment, lineComment;
                     
                    comment = '';
                    blockComment = false;
                    Severity: Major
                    Found in server/public/jsx-transformer-0.12.2.js - About 4 hrs to fix

                      Function scanTemplate has 110 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                      function scanTemplate() {
                      var cooked = '', ch, start, terminated, tail, restore, unescaped, code, octal;
                       
                      terminated = false;
                      tail = false;
                      Severity: Major
                      Found in server/public/jsx-transformer-0.12.2.js - About 4 hrs to fix

                        Similar blocks of code found in 2 locations. Consider refactoring.
                        Open

                        class NissanInput(db.Model):
                        id = db.Column(db.Integer, primary_key=True)
                        name = db.Column(db.String, unique=True, nullable=False)
                        consult_id = db.Column(db.Integer, db.ForeignKey('consult.id'), nullable=False)
                        consult = db.relationship('Consult')
                        Severity: Major
                        Found in dashboard/model/models.py and 1 other location - About 4 hrs to fix
                        dashboard/model/models.py on lines 55..59

                        Similar blocks of code found in 2 locations. Consider refactoring.
                        Open

                        class ObdInput(db.Model):
                        id = db.Column(db.Integer, primary_key=True)
                        name = db.Column(db.String, unique=True, nullable=False)
                        obd_id = db.Column(db.Integer, db.ForeignKey('obd.id'), nullable=False)
                        obd = db.relationship('Obd')
                        Severity: Major
                        Found in dashboard/model/models.py and 1 other location - About 4 hrs to fix
                        dashboard/model/models.py on lines 77..81

                        Function scanRegExp has 105 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                        function scanRegExp() {
                        var str, ch, start, pattern, flags, value, classMarker = false, restore, terminated = false, tmp;
                         
                        lookahead = null;
                        skipComment();
                        Severity: Major
                        Found in server/public/jsx-transformer-0.12.2.js - About 4 hrs to fix

                          Similar blocks of code found in 2 locations. Consider refactoring.
                          Open

                          class AnalogInput(db.Model):
                          id = db.Column(db.Integer, primary_key=True)
                          name = db.Column(db.String, nullable=False)
                          pin = db.Column(db.String, nullable=False)
                          voltage_resistance = db.Column(db.Boolean, nullable=False)
                          Severity: Major
                          Found in dashboard/model/models.py and 1 other location - About 4 hrs to fix
                          dashboard/model/models.py on lines 122..126
                          Severity
                          Category
                          Status
                          Source
                          Language