Jupiterrr/Vorlesungsverzeichnis

View on GitHub

Showing 260 of 474 total issues

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

function ajaxHandleResponses( s, jqXHR, responses ) {

        var ct, type, finalDataType, firstDataType,
                contents = s.contents,
                dataTypes = s.dataTypes,
Severity: Minor
Found in app/assets/components/jquery/jquery.js - About 1 hr to fix

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

      , show: function () {
          var $tip
            , inside
            , pos
            , actualWidth
    Severity: Minor
    Found in app/assets/javascripts/twitter/bootstrap-tooltip.js - About 1 hr to fix

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

      function matcherFromTokens( tokens ) {
              var checkContext, matcher, j,
                      len = tokens.length,
                      leadingRelative = Expr.relative[ tokens[0].type ],
                      implicitRelative = leadingRelative || Expr.relative[" "],
      Severity: Minor
      Found in app/assets/components/jquery/jquery.js - About 1 hr to fix

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

            show: function() {
              var pos
                , actualWidth
                , actualHeight
                , placement
        Severity: Minor
        Found in app/assets/javascripts/twitter/bootstrap-twipsy.js - About 1 hr to fix

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

            , show: function () {
                var $tip
                  , pos
                  , actualWidth
                  , actualHeight
          Severity: Minor
          Found in app/assets/components/bootstrap-css/js/bootstrap.js - About 1 hr to fix

            Consider simplifying this complex logical expression.
            Open

                                    if ( typeof value === "string" && !rnoInnerhtml.test( value ) &&
                                            ( jQuery.support.htmlSerialize || !rnoshimcache.test( value )  ) &&
                                            ( jQuery.support.leadingWhitespace || !rleadingWhitespace.test( value ) ) &&
                                            !wrapMap[ ( rtagName.exec( value ) || ["", ""] )[1].toLowerCase() ] ) {
            
            
            Severity: Critical
            Found in app/assets/components/jquery/jquery.js - About 1 hr to fix

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

                      val: function( value ) {
                              var hooks, ret, isFunction,
                                      elem = this[0];
              
                              if ( !arguments.length ) {
              Severity: Minor
              Found in app/assets/components/jquery/jquery.js - About 1 hr to fix

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

                function Sizzle( selector, context, results, seed ) {
                        results = results || [];
                        context = context || document;
                        var match, elem, xml, m,
                                nodeType = context.nodeType;
                Severity: Minor
                Found in app/assets/components/jquery/jquery.js - About 1 hr to fix

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

                      value: function render() {
                        var days = this.props.days;
                        var reactDays = days.map(function (day) {
                          return React.createElement(Day, { title: day.title, events: day.events });
                        });
                  Severity: Minor
                  Found in react_renderer/build/Week.js - About 1 hr to fix

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

                    jQuery.extend = jQuery.fn.extend = function() {
                            var options, name, src, copy, copyIsArray, clone,
                                    target = arguments[0] || {},
                                    i = 1,
                                    length = arguments.length,
                    Severity: Minor
                    Found in app/assets/components/jquery/jquery.js - About 1 hr to fix

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

                              on: function( types, selector, data, fn, /*INTERNAL*/ one ) {
                                      var origFn, type;
                      
                                      // Types can be a map of types/handlers
                                      if ( typeof types === "object" ) {
                      Severity: Minor
                      Found in app/assets/components/jquery/jquery.js - About 1 hr to fix

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

                        function tokenize( selector, parseOnly ) {
                                var matched, match, tokens, type,
                                        soFar, groups, preFilters,
                                        cached = tokenCache[ expando ][ selector + " " ];
                        
                        
                        Severity: Minor
                        Found in app/assets/components/jquery/jquery.js - About 1 hr to fix

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

                                  stop: function( type, clearQueue, gotoEnd ) {
                                          var stopQueue = function( hooks ) {
                                                  var stop = hooks.stop;
                                                  delete hooks.stop;
                                                  stop( gotoEnd );
                          Severity: Minor
                          Found in app/assets/components/jquery/jquery.js - About 1 hr to fix

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

                                OperationView.prototype.render = function() {
                                  var contentTypeModel, contentTypeView, isMethodSubmissionSupported, param, responseSignatureView, signatureModel, statusCode, _i, _j, _len, _len1, _ref, _ref1;
                                  isMethodSubmissionSupported = jQuery.inArray(this.model.httpMethod, this.model.supportedSubmitMethods()) >= 0;
                                  if (!isMethodSubmissionSupported) {
                                    this.model.isReadOnly = true;
                            Severity: Minor
                            Found in public/api/swagger-ui.js - About 1 hr to fix

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

                                dialogPolyfill.DialogManager = function() {
                                  this.pendingDialogStack = [];
                                  this.overlay = document.createElement('div');
                                  this.overlay.style.width = '100%';
                                  this.overlay.style.height = '100%';
                              Severity: Minor
                              Found in app/assets/components/dialog-polyfill/dialog-polyfill.js - About 1 hr to fix

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

                                      _renderEvents : function (data, $weekDayColumns) {
                                
                                         this._clearCalendar();
                                
                                         var self = this;
                                Severity: Minor
                                Found in lib/assets/weekcalendar/jquery.weekcalendar.js - About 1 hr to fix

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

                                  jQuery.fn.load = function( url, params, callback ) {
                                          if ( typeof url !== "string" && _load ) {
                                                  return _load.apply( this, arguments );
                                          }
                                  
                                  
                                  Severity: Minor
                                  Found in app/assets/components/jquery/jquery.js - About 1 hr to fix

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

                                      dialogPolyfill.showDialog = function(isModal) {
                                        if (this.open) {
                                          throw 'InvalidStateError: showDialog called on open dialog';
                                        }
                                        this.open = true;
                                    Severity: Minor
                                    Found in app/assets/components/dialog-polyfill/dialog-polyfill.js - About 1 hr to fix

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

                                        , keyup: function (e) {
                                            var blocked = false
                                            switch(e.keyCode) {
                                              case 40: // down arrow
                                              case 38: // up arrow
                                      Severity: Minor
                                      Found in app/assets/components/bootstrap-markdown/js/bootstrap-markdown.js - About 1 hr to fix

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

                                          function ColumnView(el, options) {
                                            if (!ColumnView.canBrowserHandleThis()) {
                                              throw "This browser doesn't support all neccesary EcmaScript 5 Javascript methods.";
                                            }
                                        
                                        
                                        Severity: Minor
                                        Found in app/assets/components/column-view/all.js - About 1 hr to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language