XingFramework/xing-frontend-utils

View on GitHub

Showing 71 of 208 total issues

Function whenGoto has a Cognitive Complexity of 10 (exceeds 5 allowed). Consider refactoring.
Open

export default function whenGoto($location) {
  var search = $location.search();
  if (search.goto) {
    var target = search.goto;

Severity: Minor
Found in src/xing-frontend-utils/whenGoto.js - About 1 hr 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 whenGoto has a Cognitive Complexity of 10 (exceeds 5 allowed). Consider refactoring.
Open

export function whenGoto($location) {
  var search = $location.search();
  if (search.goto) {
    var target = search.goto;

Severity: Minor
Found in src/xing-frontend-utils/appConfig.js - About 1 hr 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 ComponentMapping has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    var ComponentMapping = (function () {
      function ComponentMapping(component, componentMapper) {
        _classCallCheck(this, ComponentMapping);

        this.component = component;
Severity: Minor
Found in dist/xing-frontend-utils.js - About 1 hr to fix

    Function 7 has 26 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    },{"a1atscript":1}],7:[function(require,module,exports){
    'use strict';
    
    Object.defineProperty(exports, '__esModule', {
      value: true
    Severity: Minor
    Found in dist/xing-frontend-utils.js - About 1 hr to fix

      Function xngCompilerService has 6 arguments (exceeds 4 allowed). Consider refactoring.
      Open

      function xngCompilerService($q, $http, $injector, $compile, $controller, $templateCache) {
      Severity: Minor
      Found in src/xing-frontend-utils/components/toast/compiler.js - About 45 mins to fix

        Function InterimElementFactory has 6 arguments (exceeds 4 allowed). Consider refactoring.
        Open

        function InterimElementFactory($q, $rootScope, $timeout, $rootElement, $animate, $xngCompiler) {
        Severity: Minor
        Found in dist/xing-frontend-utils.js - About 45 mins to fix

          Function xngCompilerService has 6 arguments (exceeds 4 allowed). Consider refactoring.
          Open

          function xngCompilerService($q, $http, $injector, $compile, $controller, $templateCache) {
          Severity: Minor
          Found in dist/xing-frontend-utils.js - About 45 mins to fix

            Function InterimElementFactory has 6 arguments (exceeds 4 allowed). Consider refactoring.
            Open

            function InterimElementFactory($q, $rootScope, $timeout, $rootElement, $animate, $xngCompiler) {
            Severity: Minor
            Found in src/xing-frontend-utils/components/toast/interimElement.js - About 45 mins to fix

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

                  value: function link(scope, element, attrs, controller, transcludeFn) {
              Severity: Minor
              Found in dist/xing-frontend-utils.js - About 35 mins to fix

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

                function xngToastService($timeout, $$interimElement, $animate, $xngSwipe, Inflector) {
                Severity: Minor
                Found in src/xing-frontend-utils/components/toast/toast.js - About 35 mins to fix

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

                  function xngToastService($timeout, $$interimElement, $animate, $xngSwipe, Inflector) {
                  Severity: Minor
                  Found in dist/xing-frontend-utils.js - About 35 mins to fix
                    Severity
                    Category
                    Status
                    Source
                    Language