FanaHOVA/blazer

View on GitHub

Showing 544 of 841 total issues

Avoid deeply nested control flow statements.
Open

                            if (lastDrawnIndex !== (index - 1)) {
                                // There was a gap and this is the first point after the gap. If we've never drawn a point, this is a special case.
                                // If the first data point is NaN, then there is no real gap to skip
                                if (spanGaps && lastDrawnIndex !== -1) {
                                    // We are spanning the gap, so simple draw a line to this point
Severity: Major
Found in app/assets/javascripts/blazer/Chart.js - About 45 mins to fix

    Avoid deeply nested control flow statements.
    Open

                                if (unitDefinition.steps[idx] >= Math.ceil(me.scaleSizeInUnits / labelCapacity)) {
                                    me.unitScale = helpers.getValueOrDefault(me.options.time.unitStepSize, unitDefinition.steps[idx]);
                                    break;
                                }
    Severity: Major
    Found in app/assets/javascripts/blazer/Chart.js - About 45 mins to fix

      Avoid deeply nested control flow statements.
      Open

            for (var i = 0; i < rgb.length; i++) {
               rgb[i] = Math.round(parseFloat(match[i + 1]) * 2.55);
            }
      Severity: Major
      Found in app/assets/javascripts/blazer/Chart.js - About 45 mins to fix

        Avoid deeply nested control flow statements.
        Open

                        if (week && step === 1) {
                          unitStepSize = Math.ceil(unitStepSize / 7.0) * 7;
                        }
        Severity: Major
        Found in app/assets/javascripts/blazer/chartkick.js - About 45 mins to fix

          Avoid deeply nested control flow statements.
          Open

                                      if (!spanGaps && lastDrawnIndex === (index - 1)) {
                                          if (loop) {
                                              ctx.lineTo(fillPoint.x, fillPoint.y);
                                          } else {
                                              ctx.lineTo(previous._view.x, fillPoint);
          Severity: Major
          Found in app/assets/javascripts/blazer/Chart.js - About 45 mins to fix

            Method initialize has 6 arguments (exceeds 4 allowed). Consider refactoring.
            Open

                def initialize(data_source, columns, rows, error, cached_at, just_cached)
            Severity: Minor
            Found in lib/blazer/result.rb - About 45 mins to fix

              Method anomaly? has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
              Open

                  def anomaly?(series)
                    series = series.reject { |v| v[0].nil? }.sort_by { |v| v[0] }
              
                    csv_str =
                      CSV.generate do |csv|
              Severity: Minor
              Found in lib/blazer/result.rb - About 45 mins to fix

              Cognitive Complexity

              Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

              A method's cognitive complexity is based on a few simple rules:

              • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
              • Code is considered more complex for each "break in the linear flow of the code"
              • Code is considered more complex when "flow breaking structures are nested"

              Further reading

              Method show has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
              Open

                  def show
                    @queries = @dashboard.dashboard_queries.order(:position).preload(:query).map(&:query)
                    @queries.each do |query|
                      process_vars(query.statement, query.data_source)
                    end
              Severity: Minor
              Found in app/controllers/blazer/dashboards_controller.rb - About 45 mins to fix

              Cognitive Complexity

              Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

              A method's cognitive complexity is based on a few simple rules:

              • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
              • Code is considered more complex for each "break in the linear flow of the code"
              • Code is considered more complex when "flow breaking structures are nested"

              Further reading

              Method update has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
              Open

                  def update
                    if params[:commit] == "Fork"
                      @query = Blazer::Query.new
                      @query.creator = blazer_user if @query.respond_to?(:creator)
                    end
              Severity: Minor
              Found in app/controllers/blazer/queries_controller.rb - About 45 mins to fix

              Cognitive Complexity

              Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

              A method's cognitive complexity is based on a few simple rules:

              • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
              • Code is considered more complex for each "break in the linear flow of the code"
              • Code is considered more complex when "flow breaking structures are nested"

              Further reading

              Method parse_smart_variables has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
              Open

                    def parse_smart_variables(var, data_source)
                      smart_var_data_source =
                        ([data_source] + Array(data_source.settings["inherit_smart_settings"]).map { |ds| Blazer.data_sources[ds] }).find { |ds| ds.smart_variables[var] }
              
                      if smart_var_data_source
              Severity: Minor
              Found in app/controllers/blazer/base_controller.rb - About 45 mins to fix

              Cognitive Complexity

              Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

              A method's cognitive complexity is based on a few simple rules:

              • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
              • Code is considered more complex for each "break in the linear flow of the code"
              • Code is considered more complex when "flow breaking structures are nested"

              Further reading

              Consider simplifying this complex logical expression.
              Open

              if ( !support.opacity ) {
                jQuery.cssHooks.opacity = {
                  get: function( elem, computed ) {
                    // IE uses filters for opacity
                    return ropacity.test( (computed && elem.currentStyle ? elem.currentStyle.filter : elem.style.filter) || "" ) ?
              Severity: Major
              Found in app/assets/javascripts/blazer/jquery.js - About 40 mins to fix

                Consider simplifying this complex logical expression.
                Open

                  if ( support.matchesSelector && documentIsHTML &&
                    ( !rbuggyMatches || !rbuggyMatches.test( expr ) ) &&
                    ( !rbuggyQSA     || !rbuggyQSA.test( expr ) ) ) {
                
                    try {
                Severity: Major
                Found in app/assets/javascripts/blazer/jquery.js - About 40 mins to fix

                  Consider simplifying this complex logical expression.
                  Open

                    if ( (!id || !cache[id] || (!pvt && !cache[id].data)) && data === undefined && typeof name === "string" ) {
                      return;
                    }
                  Severity: Major
                  Found in app/assets/javascripts/blazer/jquery.js - About 40 mins to fix

                    Consider simplifying this complex logical expression.
                    Open

                          if ( matcher[ expando ] ) {
                            // Find the next relative operator (if any) for proper handling
                            j = ++i;
                            for ( ; j < len; j++ ) {
                              if ( Expr.relative[ tokens[j].type ] ) {
                    Severity: Major
                    Found in app/assets/javascripts/blazer/jquery.js - About 40 mins to fix

                      Consider simplifying this complex logical expression.
                      Open

                          if ( s.crossDomain == null ) {
                            parts = rurl.exec( s.url.toLowerCase() );
                            s.crossDomain = !!( parts &&
                              ( parts[ 1 ] !== ajaxLocParts[ 1 ] || parts[ 2 ] !== ajaxLocParts[ 2 ] ||
                                ( parts[ 3 ] || ( parts[ 1 ] === "http:" ? "80" : "443" ) ) !==
                      Severity: Major
                      Found in app/assets/javascripts/blazer/jquery.js - About 40 mins to fix

                        Consider simplifying this complex logical expression.
                        Open

                            } else if (
                              c === 0x7C && // pipe
                              exp.charCodeAt(i + 1) !== 0x7C &&
                              exp.charCodeAt(i - 1) !== 0x7C &&
                              !curly && !square && !paren
                        Severity: Major
                        Found in app/assets/javascripts/blazer/vue.js - About 40 mins to fix

                          Consider simplifying this complex logical expression.
                          Open

                            } else if (
                              observerState.shouldConvert &&
                              !config._isServer &&
                              (Array.isArray(value) || isPlainObject(value)) &&
                              Object.isExtensible(value) &&
                          Severity: Major
                          Found in app/assets/javascripts/blazer/vue.js - About 40 mins to fix

                            Consider simplifying this complex logical expression.
                            Open

                                        if (animationOptions && ((typeof duration !== 'undefined' && duration !== 0) || (typeof duration === 'undefined' && animationOptions.duration !== 0))) {
                                            var animation = new Chart.Animation();
                                            animation.numSteps = (duration || animationOptions.duration) / 16.66; // 60 fps
                                            animation.easing = animationOptions.easing;
                            
                            
                            Severity: Major
                            Found in app/assets/javascripts/blazer/Chart.js - About 40 mins to fix

                              Consider simplifying this complex logical expression.
                              Open

                                              } else if (baseHasProperty
                                                      && typeof baseVal === 'object'
                                                      && !helpers.isArray(baseVal)
                                                      && baseVal !== null
                                                      && typeof value === 'object'
                              Severity: Major
                              Found in app/assets/javascripts/blazer/Chart.js - About 40 mins to fix

                                Function superMatcher has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                Open

                                    superMatcher = function( seed, context, xml, results, outermost ) {
                                Severity: Minor
                                Found in app/assets/javascripts/blazer/jquery.js - About 35 mins to fix
                                  Severity
                                  Category
                                  Status
                                  Source
                                  Language