codenautas/backend-plus

View on GitHub
for-client/my-menu.js

Summary

Maintainability
F
6 days
Test Coverage

File my-menu.js has 630 lines of code (exceeds 250 allowed). Consider refactoring.
Open

"use strict";

// require('lazy-some').bindToPrototypeIn(Array);
var changing = require('best-globals').changing;
myOwn.wScreens={}
Severity: Major
Found in for-client/my-menu.js - About 1 day to fix

    Function displayMenu has 95 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    myOwn.displayMenu = function displayMenu(layout, menu, addrParams, parents){
        var my = this;
        var selectedItem = null;
        var elements=[];
        var depth = parents.length;
    Severity: Major
    Found in for-client/my-menu.js - About 3 hrs to fix

      Function showParams has 92 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          showParams:function(formDef, main_layout, addrParams, mainAction){
              var autoproced = addrParams.autoproced || false
              addrParams.up=addrParams.up||addrParams.ff||{};
              var params=addrParams.up;
              // var button = html.button(formDef.proceedLabel||my.messages.proceed).create();
      Severity: Major
      Found in for-client/my-menu.js - About 3 hrs to fix

        Function showPage has a Cognitive Complexity of 24 (exceeds 5 allowed). Consider refactoring.
        Open

        myOwn.showPage = function showPage(pageDef){
            my.prepareFloating3dots();
            var newHash;
            if(!location.hash){
                newHash=sessionStorage.getItem('backend-plus-hash-redirect');
        Severity: Minor
        Found in for-client/my-menu.js - About 3 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 showPage has 67 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

        myOwn.showPage = function showPage(pageDef){
            my.prepareFloating3dots();
            var newHash;
            if(!location.hash){
                newHash=sessionStorage.getItem('backend-plus-hash-redirect');
        Severity: Major
        Found in for-client/my-menu.js - About 2 hrs to fix

          Function table has a Cognitive Complexity of 16 (exceeds 5 allowed). Consider refactoring.
          Open

          myOwn.wScreens.table = function(addrParams){
              setTimeout(function(){
                  var layout = document.getElementById('main_layout');
                  var opts={tableDef: addrParams.td ?? {}};
                  if(addrParams.ff){
          Severity: Minor
          Found in for-client/my-menu.js - About 2 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 changeOfflineMode has 48 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

          myOwn.changeOfflineMode = function changeOfflineMode(){
              my.offline.mode=!my.offline.mode;
              my.offlineModeRefresh();
              my.setOnlineOfflineUrl();
              if(my.offline.mode){
          Severity: Minor
          Found in for-client/my-menu.js - About 1 hr to fix

            Function displayMenu has a Cognitive Complexity of 14 (exceeds 5 allowed). Consider refactoring.
            Open

            myOwn.displayMenu = function displayMenu(layout, menu, addrParams, parents){
                var my = this;
                var selectedItem = null;
                var elements=[];
                var depth = parents.length;
            Severity: Minor
            Found in for-client/my-menu.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 createForkeableButton has a Cognitive Complexity of 13 (exceeds 5 allowed). Consider refactoring.
            Open

            myOwn.createForkeableButton = function createForkeableButton(menu, opts){
                var my = this;
                if(typeof opts==="string" || opts==null){
                    opts = {label:opts};
                }
            Severity: Minor
            Found in for-client/my-menu.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 createForkeableButton has 35 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

            myOwn.createForkeableButton = function createForkeableButton(menu, opts){
                var my = this;
                if(typeof opts==="string" || opts==null){
                    opts = {label:opts};
                }
            Severity: Minor
            Found in for-client/my-menu.js - About 1 hr to fix

              Function table has 28 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

              myOwn.wScreens.table = function(addrParams){
                  setTimeout(function(){
                      var layout = document.getElementById('main_layout');
                      var opts={tableDef: addrParams.td ?? {}};
                      if(addrParams.ff){
              Severity: Minor
              Found in for-client/my-menu.js - About 1 hr to fix

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

                    showParams:function(formDef, main_layout, addrParams, mainAction){
                        var autoproced = addrParams.autoproced || false
                        addrParams.up=addrParams.up||addrParams.ff||{};
                        var params=addrParams.up;
                        // var button = html.button(formDef.proceedLabel||my.messages.proceed).create();
                Severity: Minor
                Found in for-client/my-menu.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 displayMainMenu has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring.
                Open

                myOwn.displayMainMenu = function(addrParams){
                    if(window.currentAutofrefresh){
                        console.log("borro currentAutoRefresh")
                        clearInterval(window.currentAutofrefresh);
                        window.currentAutofrefresh=null;
                Severity: Minor
                Found in for-client/my-menu.js - About 55 mins 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 updateOnlineStatus has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
                Open

                function updateOnlineStatus(){
                    if(window.my){
                        var networkLight=document.getElementById('light-network-signal');
                        var skin=((my.config||{}).config||{}).skin;
                        if(networkLight){
                Severity: Minor
                Found in for-client/my-menu.js - About 35 mins 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 changeOfflineMode has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
                Open

                myOwn.changeOfflineMode = function changeOfflineMode(){
                    my.offline.mode=!my.offline.mode;
                    my.offlineModeRefresh();
                    my.setOnlineOfflineUrl();
                    if(my.offline.mode){
                Severity: Minor
                Found in for-client/my-menu.js - About 35 mins 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 getHRef has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
                Open

                myOwn.getHRef = function getHRef(menu){
                    var href;
                    if(!menu.w && menu.menuType){
                        if(menu.directUrl){
                            href = my.menup + my.paramsToUriPart(changing({w:menu.menuType}, changing(menu,{menuType:null, label:null, button:null},changing.options({deletingValue:undefined}))));
                Severity: Minor
                Found in for-client/my-menu.js - About 25 mins 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

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

                myOwn.i18n.messages.en=changing(myOwn.i18n.messages.en, {
                    chpass:'change password',
                    completed:'completed',
                    exit:'exit',
                    networkSignal1:'network $1',
                Severity: Major
                Found in for-client/my-menu.js and 1 other location - About 3 hrs to fix
                for-client/my-menu.js on lines 23..37

                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 102.

                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

                myOwn.i18n.messages.es=changing(myOwn.i18n.messages.es, {
                    chpass:'cambiar clave',
                    completed:'finalizado',
                    exit:'salir',
                    networkSignal1:'estado de la red: $1',
                Severity: Major
                Found in for-client/my-menu.js and 1 other location - About 3 hrs to fix
                for-client/my-menu.js on lines 7..21

                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 102.

                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

                            my.light('network-signal', function(){
                                alertPromise(
                                    my.messages.networkSignal1.replace('$1',this.result.status),
                                    {underElement:this}
                                );
                Severity: Minor
                Found in for-client/my-menu.js and 1 other location - About 55 mins to fix
                for-client/my-menu.js on lines 425..430

                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 54.

                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

                            my.light('server', function(){
                                alertPromise(
                                    my.messages.speed1.replace('$1',this.result.speed),
                                    {underElement:this}
                                );
                Severity: Minor
                Found in for-client/my-menu.js and 1 other location - About 55 mins to fix
                for-client/my-menu.js on lines 431..436

                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 54.

                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

                            }else{
                                networkLight.src=my.path.img+'network-no-signal.png';
                                networkLight.result.status=my.messages.offLine;
                            }
                Severity: Minor
                Found in for-client/my-menu.js and 1 other location - About 40 mins to fix
                for-client/my-menu.js on lines 658..661

                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 49.

                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

                            if(window.navigator.onLine){
                                networkLight.src=my.path.img+'network-signal-ok.png';
                                networkLight.result.status=my.messages.onLine;
                            }else{
                Severity: Minor
                Found in for-client/my-menu.js and 1 other location - About 40 mins to fix
                for-client/my-menu.js on lines 661..664

                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 49.

                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

                There are no issues that match your filters.

                Category
                Status