Reactive-Extensions/RxJS

View on GitHub

Showing 1,013 of 2,890 total issues

File rx.all.js has 10626 lines of code (exceeds 250 allowed). Consider refactoring.
Open

(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory();
else if(typeof define === 'function' && define.amd)
define([], factory);
Severity: Major
Found in src/modular/dist/rx.all.js - About 1 mo to fix

    File d3.js has 9223 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    !function() {
    var d3 = {
    version: "3.4.11"
    };
    if (!Date.now) Date.now = function() {
    Severity: Major
    Found in examples/assets/d3/d3.js - About 3 wks to fix

      File rx.lite.compat.js has 5402 lines of code (exceeds 250 allowed). Consider refactoring.
      Open

      // Copyright (c) Microsoft, All rights reserved. See License.txt in the project root for license information.
       
      ;(function (undefined) {
       
      var objectTypes = {
      Severity: Major
      Found in modules/rx-lite-compat/rx.lite.compat.js - About 2 wks to fix

        File rx.lite.js has 5116 lines of code (exceeds 250 allowed). Consider refactoring.
        Open

        // Copyright (c) Microsoft, All rights reserved. See License.txt in the project root for license information.
         
        ;(function (undefined) {
         
        var objectTypes = {
        Severity: Major
        Found in modules/rx-lite/rx.lite.js - About 2 wks to fix

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

          module.exports = function (grunt) {
           
          grunt.initConfig({
          pkg: grunt.file.readJSON('package.json'),
          meta: {
          Severity: Major
          Found in Gruntfile.js - About 1 wk to fix

            File rx.lite.js has 4132 lines of code (exceeds 250 allowed). Consider refactoring.
            Open

            (function webpackUniversalModuleDefinition(root, factory) {
            if(typeof exports === 'object' && typeof module === 'object')
            module.exports = factory();
            else if(typeof define === 'function' && define.amd)
            define([], factory);
            Severity: Major
            Found in src/modular/dist/rx.lite.js - About 1 wk to fix

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

              module.exports = function (grunt) {
               
              grunt.initConfig({
              pkg: grunt.file.readJSON('package.json'),
              meta: {
              Severity: Major
              Found in Gruntfile.js - About 1 wk to fix

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

                function newContext(contextName) {
                var inCheckLoaded, Module, context, handlers,
                checkLoadedTimeoutId,
                config = {
                waitSeconds: 7,
                Severity: Major
                Found in examples/requirejs/js/lib/require.js - About 4 days to fix

                  File jasmine.js has 1624 lines of code (exceeds 250 allowed). Consider refactoring.
                  Open

                  var isCommonJS = typeof window == "undefined" && typeof exports == "object";
                   
                  /**
                  * Top level namespace for Jasmine, a lightweight JavaScript BDD/spec/testing framework.
                  *
                  Severity: Major
                  Found in examples/testing/jasmine/lib/jasmine-1.3.1/jasmine.js - About 4 days to fix

                    File bootstrap.js has 1517 lines of code (exceeds 250 allowed). Consider refactoring.
                    Open

                    /* ===================================================
                    * bootstrap-transition.js v2.3.2
                    * http://getbootstrap.com/2.3.2/javascript.html#transitions
                    * ===================================================
                    * Copyright 2013 Twitter, Inc.
                    Severity: Major
                    Found in examples/assets/bootstrap/js/bootstrap.js - About 4 days to fix

                      File qunit.js has 1469 lines of code (exceeds 250 allowed). Consider refactoring.
                      Open

                      /**
                      * QUnit v1.10.0 - A JavaScript Unit Testing Framework
                      *
                      * http://qunitjs.com
                      *
                      Severity: Major
                      Found in examples/testing/qunit/qunit.js - About 3 days to fix

                        File require.js has 1232 lines of code (exceeds 250 allowed). Consider refactoring.
                        Open

                        /** vim: et:ts=4:sw=4:sts=4
                        * @license RequireJS 2.0.6 Copyright (c) 2010-2012, The Dojo Foundation All Rights Reserved.
                        * Available via the MIT or new BSD license.
                        * see: http://github.com/jrburke/requirejs for details
                        */
                        Severity: Major
                        Found in examples/requirejs/js/lib/require.js - About 3 days to fix

                          File compiler.js has 1050 lines of code (exceeds 250 allowed). Consider refactoring.
                          Open

                          var __extends = this.__extends || function (d, b) {
                          for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];
                          function __() { this.constructor = d; }
                          __.prototype = b.prototype;
                          d.prototype = new __();
                          Severity: Major
                          Found in src/core/expressions/compiler.js - About 2 days to fix

                            File rx.lite.aggregates.compat.js has 1038 lines of code (exceeds 250 allowed). Consider refactoring.
                            Open

                            // Copyright (c) Microsoft, All rights reserved. See License.txt in the project root for license information.
                             
                            ;(function (factory) {
                            var objectTypes = {
                            'function': true,
                            Severity: Major
                            Found in modules/rx-lite-aggregates-compat/rx.lite.aggregates.compat.js - About 2 days to fix

                              File rx.lite.aggregates.js has 1038 lines of code (exceeds 250 allowed). Consider refactoring.
                              Open

                              // Copyright (c) Microsoft, All rights reserved. See License.txt in the project root for license information.
                               
                              ;(function (factory) {
                              var objectTypes = {
                              'function': true,
                              Severity: Major
                              Found in modules/rx-lite-aggregates/rx.lite.aggregates.js - About 2 days to fix

                                File compiler.ts has 966 lines of code (exceeds 250 allowed). Consider refactoring.
                                Open

                                class Expression {
                                nodeType: ExpressionType;
                                 
                                constructor(nodeType: ExpressionType) {
                                this.nodeType = nodeType;
                                Severity: Major
                                Found in src/core/expressions/compiler.ts - About 2 days to fix

                                  File rx.core.js has 936 lines of code (exceeds 250 allowed). Consider refactoring.
                                  Open

                                  // Copyright (c) Microsoft, All rights reserved. See License.txt in the project root for license information.
                                   
                                  ;(function (undefined) {
                                   
                                  var objectTypes = {
                                  Severity: Major
                                  Found in modules/rx-core/rx.core.js - About 2 days to fix

                                    File rx.core.testing.js has 793 lines of code (exceeds 250 allowed). Consider refactoring.
                                    Open

                                    // Copyright (c) Microsoft, All rights reserved. See License.txt in the project root for license information.
                                     
                                    ;(function (factory) {
                                    var objectTypes = {
                                    'function': true,
                                    Severity: Major
                                    Found in modules/rx-core-testing/rx.core.testing.js - About 1 day to fix

                                      File excanvas_src.js has 672 lines of code (exceeds 250 allowed). Consider refactoring.
                                      Open

                                      // Copyright 2006 Google Inc.
                                      //
                                      // Licensed under the Apache License, Version 2.0 (the "License");
                                      // you may not use this file except in compliance with the License.
                                      // You may obtain a copy of the License at
                                      Severity: Major
                                      Found in examples/canvaspaint/excanvas_src.js - About 1 day to fix

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

                                        d3.svg.brush = function() {
                                        var event = d3_eventDispatch(brush, "brushstart", "brush", "brushend"), x = null, y = null, xExtent = [ 0, 0 ], yExtent = [ 0, 0 ], xExtentDomain, yExtentDomain, xClamp = true, yClamp = true, resizes = d3_svg_brushResizes[0];
                                        function brush(g) {
                                        g.each(function() {
                                        var g = d3.select(this).style("pointer-events", "all").style("-webkit-tap-highlight-color", "rgba(0,0,0,0)").on("mousedown.brush", brushstart).on("touchstart.brush", brushstart);
                                        Severity: Major
                                        Found in examples/assets/d3/d3.js - About 1 day to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language