fossasia/loklak_webclient

View on GitHub

Showing 566 of 915 total issues

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

             $rootScope.root.postTweet = function() {

                 var message = $rootScope.root.tweet;
                 var tweetLen = twttr.txt.getTweetLength(message);
                 var tweet = encodeURIComponent(message);
Severity: Major
Found in app/js/directives/tweet-feature-drt.js - About 6 hrs to fix

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

        module.exports = function(app){
    
            app.get('/tests/run/:plugin', function(req, res, next) {
    
                if (req.params.plugin == "all") {
    Severity: Major
    Found in iframely/modules/tests-ui/views.js - About 6 hrs to fix

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

          function googleChartDirective($timeout, $window, $rootScope, googleChartApiPromise) {
      
              GoogleChartController.$inject = ['$scope', '$element', '$attrs', '$injector', 'FormatManager'];
      
              function GoogleChartController($scope, $element, $attrs, $injector, FormatManager){
      Severity: Major
      Found in app/js/components/ng-google-chart.js - About 5 hrs to fix

        File wallDisplay.js has 412 lines of code (exceeds 250 allowed). Consider refactoring.
        Open

        'use strict';
        /* global angular */
        /* jshint unused:false */
        
        var controllersModule = require('./_index');
        Severity: Minor
        Found in app/js/controllers/wallDisplay.js - About 5 hrs to fix

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

              var run = core.run = function(uri, options, cb) {
          
                  if (typeof options === 'function') {
                      cb = options;
                      options = {};
          Severity: Major
          Found in iframely/lib/core.js - About 5 hrs to fix

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

            hello.api = function() {
            
                // Shorthand
                var _this = this;
                var utils = _this.utils;
            Severity: Major
            Found in app/js/components/hello.all.js - About 5 hrs to fix

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

              function mapLayoutDirective(MapPopUpTemplateService, $interval, $location, MapCreationService) {
              
                  return {
                      scope: {
                          data: '=',
              Severity: Major
              Found in app/js/directives/mapLayout.js - About 5 hrs to fix

                Consider simplifying this complex logical expression.
                Open

                    if (meta) {
                        var isJetpack = meta.twitter && meta.twitter.card === 'jetpack';
                        var isWordpress = meta.generator && /wordpress/i.test(meta.generator);
                
                        var isShopify = false;
                Severity: Critical
                Found in iframely/lib/utils.js - About 5 hrs to fix

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

                          function GoogleChartController($scope, $element, $attrs, $injector, FormatManager){
                              var self = this;
                              var resizeHandler, wrapperListeners = {}, formatManager,
                                  chartListeners = {}, innerVisualization = null;
                              self.registerChartListener = registerChartListener;
                  Severity: Major
                  Found in app/js/components/ng-google-chart.js - About 5 hrs to fix

                    Function $get has 139 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                          function($interval, $log, $rootScope, $document, Keepalive, LocalStorage, $window) {
                            var state = {
                              idle: null,
                              timeout: null,
                              idling: false,
                    Severity: Major
                    Found in app/js/components/angular-idle.js - About 5 hrs to fix

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

                          login: function() {
                      
                              // Create an object which inherits its parent as the prototype and constructs a new event chain.
                              var _this = this;
                              var utils = _this.utils;
                      Severity: Major
                      Found in app/js/components/hello.all.js - About 5 hrs to fix

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

                        function SearchService($q, $http, $rootScope, AppSettings) {
                        
                          var service = {};
                        
                          $rootScope.root.numberOfFailedReq = 0;
                        Severity: Major
                        Found in app/js/services/search.js - About 5 hrs to fix

                          Function Event has a Cognitive Complexity of 36 (exceeds 5 allowed). Consider refactoring.
                          Open

                              Event: function() {
                          
                                  var separator = /[\s\,]+/;
                          
                                  // If this doesn't support getPrototype then we can't get prototype.events of the parent
                          Severity: Minor
                          Found in app/js/components/hello.all.js - About 5 hrs 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

                          Function getOembed has a Cognitive Complexity of 36 (exceeds 5 allowed). Consider refactoring.
                          Open

                          exports.getOembed = function(uri, data, options) {
                          
                              if (!data) {
                                  return;
                              }
                          Severity: Minor
                          Found in iframely/lib/oembed.js - About 5 hrs 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

                          Function getLink has a Cognitive Complexity of 36 (exceeds 5 allowed). Consider refactoring.
                          Open

                              getLink: function(url) {
                                  // Currently the notes and data layers aren't used in embeds and static maps,
                                  // but who knows, maybe that'll change?
                                  var layers, layer, zoom, lat, lon, bbox, marker, notes = false, data = false;
                          
                          
                          Severity: Minor
                          Found in iframely/plugins/domains/openstreetmap.org.js - About 5 hrs 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

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

                              post: function(url, data, options, callback, callbackID, timeout) {
                          
                                  var _this = this;
                                  var error = _this.error;
                                  var doc = document;
                          Severity: Major
                          Found in app/js/components/hello.all.js - About 5 hrs to fix

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

                            Parser.prototype.tok = function() {
                              switch (this.token.type) {
                                case 'space': {
                                  return '';
                                }
                            Severity: Major
                            Found in app/js/components/marked.js - About 5 hrs to fix

                              File ng-google-chart.js has 391 lines of code (exceeds 250 allowed). Consider refactoring.
                              Open

                              /*! angular-google-chart 2015-06-16 */
                              /*
                              * @description Google Chart Api Directive Module for AngularJS
                              * @version 0.0.11
                              * @author Nicolas Bouillon <nicolas@bouil.org>
                              Severity: Minor
                              Found in app/js/components/ng-google-chart.js - About 5 hrs to fix

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

                                function MapCreationService($rootScope, MapPopUpTemplateService, SearchService) {
                                
                                    var service = {};
                                    var attribution = 'Map data &copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, ' +
                                        '<a href="http://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>, ' +
                                Severity: Major
                                Found in app/js/services/mapcreation.js - About 5 hrs to fix

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

                                          link: function(scope, element, attrs) {
                                              var curr = 0;
                                              var tweetsArrayLength = 20;
                                              var tweetsArray = [];
                                              var cycle = attrs.cycletweets;
                                  Severity: Major
                                  Found in app/js/directives/mapLayout.js - About 5 hrs to fix
                                    Severity
                                    Category
                                    Status
                                    Source
                                    Language