Jupiterrr/Vorlesungsverzeichnis

View on GitHub

Showing 474 of 474 total issues

File jquery.js has 6532 lines of code (exceeds 250 allowed). Consider refactoring.
Open

/*!
 * jQuery JavaScript Library v1.8.3
 * http://jquery.com/
 *
 * Includes Sizzle.js
Severity: Major
Found in app/assets/components/jquery/jquery.js - About 2 wks to fix

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

    (function() {
      var template = Handlebars.template, templates = Handlebars.templates = Handlebars.templates || {};
    templates['param_readonly'] = template(function (Handlebars,depth0,helpers,partials,data) {
      helpers = helpers || Handlebars.helpers;
      var buffer = "", stack1, stack2, foundHelper, tmp1, self=this, functionType="function", helperMissing=helpers.helperMissing, undef=void 0, escapeExpression=this.escapeExpression;
    Severity: Major
    Found in public/api/swagger-ui.js and 1 other location - About 5 days to fix
    public/api/swagger-ui.js on lines 803..859

    Duplicated Code

    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

    Tuning

    This issue has a mass of 931.

    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

    Refactorings

    Further Reading

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

    (function() {
      var template = Handlebars.template, templates = Handlebars.templates = Handlebars.templates || {};
    templates['param_readonly_required'] = template(function (Handlebars,depth0,helpers,partials,data) {
      helpers = helpers || Handlebars.helpers;
      var buffer = "", stack1, stack2, foundHelper, tmp1, self=this, functionType="function", helperMissing=helpers.helperMissing, undef=void 0, escapeExpression=this.escapeExpression;
    Severity: Major
    Found in public/api/swagger-ui.js and 1 other location - About 5 days to fix
    public/api/swagger-ui.js on lines 745..801

    Duplicated Code

    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

    Tuning

    This issue has a mass of 931.

    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

    Refactorings

    Further Reading

    File swagger-ui.js has 1625 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    $(function() {
    
        // Helper function for vertically aligning DOM elements
        // http://www.seodenver.com/simple-vertical-align-plugin-for-jquery/
        $.fn.vAlign = function() {
    Severity: Major
    Found in public/api/swagger-ui.js - About 4 days to fix

      Function handlebars has a Cognitive Complexity of 199 (exceeds 5 allowed). Consider refactoring.
      Open

      var handlebars = (function(){
      var parser = {trace: function trace() { },
      yy: {},
      symbols_: {"error":2,"root":3,"program":4,"EOF":5,"statements":6,"simpleInverse":7,"statement":8,"openInverse":9,"closeBlock":10,"openBlock":11,"mustache":12,"partial":13,"CONTENT":14,"COMMENT":15,"OPEN_BLOCK":16,"inMustache":17,"CLOSE":18,"OPEN_INVERSE":19,"OPEN_ENDBLOCK":20,"path":21,"OPEN":22,"OPEN_UNESCAPED":23,"OPEN_PARTIAL":24,"params":25,"hash":26,"DATA":27,"param":28,"STRING":29,"INTEGER":30,"BOOLEAN":31,"hashSegments":32,"hashSegment":33,"ID":34,"EQUALS":35,"pathSegments":36,"SEP":37,"$accept":0,"$end":1},
      terminals_: {2:"error",5:"EOF",14:"CONTENT",15:"COMMENT",16:"OPEN_BLOCK",18:"CLOSE",19:"OPEN_INVERSE",20:"OPEN_ENDBLOCK",22:"OPEN",23:"OPEN_UNESCAPED",24:"OPEN_PARTIAL",27:"DATA",29:"STRING",30:"INTEGER",31:"BOOLEAN",34:"ID",35:"EQUALS",37:"SEP"},
      Severity: Minor
      Found in public/api/lib/handlebars-1.0.rc.1.js - About 4 days 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

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

      /* ===================================================
       * bootstrap-transition.js v2.3.1
       * http://twitter.github.com/bootstrap/javascript.html#transitions
       * ===================================================
       * Copyright 2012 Twitter, Inc.
      Severity: Major
      Found in app/assets/components/bootstrap-css/js/bootstrap.js - About 4 days to fix

        File handlebars-1.0.rc.1.js has 1432 lines of code (exceeds 250 allowed). Consider refactoring.
        Open

        // lib/handlebars/base.js
        
        /*jshint eqnull:true*/
        this.Handlebars = {};
        
        
        Severity: Major
        Found in public/api/lib/handlebars-1.0.rc.1.js - About 3 days to fix

          File jquery.weekcalendar.js has 1032 lines of code (exceeds 250 allowed). Consider refactoring.
          Open

          /*
           * jQuery.weekCalendar v1.2.3-pre
           * http://www.redredred.com.au/
           *
           * Requires:
          Severity: Major
          Found in lib/assets/weekcalendar/jquery.weekcalendar.js - About 2 days to fix

            File markdown.js has 999 lines of code (exceeds 250 allowed). Consider refactoring.
            Open

            // Released under MIT license
            // Copyright (c) 2009-2010 Dominic Baggott
            // Copyright (c) 2009-2010 Ash Berlin
            // Copyright (c) 2011 Christoph Dorn <christoph@christophdorn.com> (http://www.christophdorn.com)
            
            
            Severity: Major
            Found in app/assets/components/bootstrap-markdown/js/markdown.js - About 2 days to fix

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

              var handlebars = (function(){
              var parser = {trace: function trace() { },
              yy: {},
              symbols_: {"error":2,"root":3,"program":4,"EOF":5,"statements":6,"simpleInverse":7,"statement":8,"openInverse":9,"closeBlock":10,"openBlock":11,"mustache":12,"partial":13,"CONTENT":14,"COMMENT":15,"OPEN_BLOCK":16,"inMustache":17,"CLOSE":18,"OPEN_INVERSE":19,"OPEN_ENDBLOCK":20,"path":21,"OPEN":22,"OPEN_UNESCAPED":23,"OPEN_PARTIAL":24,"params":25,"hash":26,"DATA":27,"param":28,"STRING":29,"INTEGER":30,"BOOLEAN":31,"hashSegments":32,"hashSegment":33,"ID":34,"EQUALS":35,"pathSegments":36,"SEP":37,"$accept":0,"$end":1},
              terminals_: {2:"error",5:"EOF",14:"CONTENT",15:"COMMENT",16:"OPEN_BLOCK",18:"CLOSE",19:"OPEN_INVERSE",20:"OPEN_ENDBLOCK",22:"OPEN",23:"OPEN_UNESCAPED",24:"OPEN_PARTIAL",27:"DATA",29:"STRING",30:"INTEGER",31:"BOOLEAN",34:"ID",35:"EQUALS",37:"SEP"},
              Severity: Major
              Found in public/api/lib/handlebars-1.0.rc.1.js - About 2 days to fix

                Function dialogPolyfill has a Cognitive Complexity of 107 (exceeds 5 allowed). Consider refactoring.
                Open

                var dialogPolyfill = (function() {
                
                  var addEventListenerFn = (window.document.addEventListener
                      ? function(element, type, fn) { element.addEventListener(type, fn); }
                      : function(element, type, fn) { element.attachEvent('on' + type, fn); });
                Severity: Minor
                Found in app/assets/components/dialog-polyfill/dialog-polyfill.js - About 2 days 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

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

                /* ===================================================
                 * bootstrap-markdown.js v1.1.4
                 * http://github.com/toopay/bootstrap-markdown
                 * ===================================================
                 * Copyright 2013 Taufan Aditya
                Severity: Major
                Found in app/assets/components/bootstrap-markdown/js/bootstrap-markdown.js - About 1 day to fix

                  File swagger.js has 684 lines of code (exceeds 250 allowed). Consider refactoring.
                  Open

                  // Generated by CoffeeScript 1.4.0
                  (function() {
                    var SwaggerApi, SwaggerModel, SwaggerModelProperty, SwaggerOperation, SwaggerRequest, SwaggerResource,
                      __bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; };
                  
                  
                  Severity: Major
                  Found in public/api/lib/swagger.js - About 1 day to fix

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

                            data: [{
                              name: 'cmdBold',
                              title: 'Bold',
                              icon: 'icon icon-bold',
                              callback: function(e){
                    app/assets/components/bootstrap-markdown/js/bootstrap-markdown.js on lines 704..733

                    Duplicated Code

                    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                    Tuning

                    This issue has a mass of 270.

                    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                    Refactorings

                    Further Reading

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

                            },{
                              name: 'cmdItalic',
                              title: 'Italic',
                              icon: 'icon icon-italic',
                              callback: function(e){
                    app/assets/components/bootstrap-markdown/js/bootstrap-markdown.js on lines 675..704

                    Duplicated Code

                    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                    Tuning

                    This issue has a mass of 270.

                    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                    Refactorings

                    Further Reading

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

                    var ColumnView = (function() {
                      "use strict";
                    
                      var keyCodes, _slice, transformPrefix;
                    
                    
                    Severity: Major
                    Found in app/assets/components/column-view/all.js - About 1 day to fix

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

                      /*
                       * classList.js: Cross-browser full element.classList implementation.
                       * 2012-11-15
                       *
                       * By Eli Grey, http://eligrey.com
                      Severity: Major
                      Found in app/assets/components/column-view/all.js - About 1 day to fix

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

                        var _get = function get(_x, _x2, _x3) { var _again = true; _function: while (_again) { var object = _x, property = _x2, receiver = _x3; desc = parent = getter = undefined; _again = false; if (object === null) object = Function.prototype; var desc = Object.getOwnPropertyDescriptor(object, property); if (desc === undefined) { var parent = Object.getPrototypeOf(object); if (parent === null) { return undefined; } else { _x = parent; _x2 = property; _x3 = receiver; _again = true; continue _function; } } else if ('value' in desc) { return desc.value; } else { var getter = desc.get; if (getter === undefined) { return undefined; } return getter.call(receiver); } } };
                        Severity: Major
                        Found in react_renderer/build/Week.js and 3 other locations - About 1 day to fix
                        react_renderer/build/App.js on lines 9..9
                        react_renderer/build/Day.js on lines 9..9
                        react_renderer/build/kithub.js on lines 9..9

                        Duplicated Code

                        Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                        Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                        When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                        Tuning

                        This issue has a mass of 243.

                        We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                        The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                        If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                        See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                        Refactorings

                        Further Reading

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

                        var _get = function get(_x, _x2, _x3) { var _again = true; _function: while (_again) { var object = _x, property = _x2, receiver = _x3; desc = parent = getter = undefined; _again = false; if (object === null) object = Function.prototype; var desc = Object.getOwnPropertyDescriptor(object, property); if (desc === undefined) { var parent = Object.getPrototypeOf(object); if (parent === null) { return undefined; } else { _x = parent; _x2 = property; _x3 = receiver; _again = true; continue _function; } } else if ("value" in desc) { return desc.value; } else { var getter = desc.get; if (getter === undefined) { return undefined; } return getter.call(receiver); } } };
                        Severity: Major
                        Found in react_renderer/build/Day.js and 3 other locations - About 1 day to fix
                        react_renderer/build/App.js on lines 9..9
                        react_renderer/build/Week.js on lines 9..9
                        react_renderer/build/kithub.js on lines 9..9

                        Duplicated Code

                        Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                        Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                        When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                        Tuning

                        This issue has a mass of 243.

                        We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                        The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                        If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                        See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                        Refactorings

                        Further Reading

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

                        var _get = function get(_x, _x2, _x3) { var _again = true; _function: while (_again) { var object = _x, property = _x2, receiver = _x3; desc = parent = getter = undefined; _again = false; if (object === null) object = Function.prototype; var desc = Object.getOwnPropertyDescriptor(object, property); if (desc === undefined) { var parent = Object.getPrototypeOf(object); if (parent === null) { return undefined; } else { _x = parent; _x2 = property; _x3 = receiver; _again = true; continue _function; } } else if ('value' in desc) { return desc.value; } else { var getter = desc.get; if (getter === undefined) { return undefined; } return getter.call(receiver); } } };
                        Severity: Major
                        Found in react_renderer/build/kithub.js and 3 other locations - About 1 day to fix
                        react_renderer/build/App.js on lines 9..9
                        react_renderer/build/Day.js on lines 9..9
                        react_renderer/build/Week.js on lines 9..9

                        Duplicated Code

                        Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                        Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                        When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                        Tuning

                        This issue has a mass of 243.

                        We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                        The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                        If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                        See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                        Refactorings

                        Further Reading

                        Severity
                        Category
                        Status
                        Source
                        Language