LearnPAd/learnpad

View on GitHub
lp-dashboard-kpi/lp-dash-adoxx-cockpit/src/main/webapp/ext-3.4.0/pkgs/pkg-buttons-debug.js

Summary

Maintainability
F
5 days
Test Coverage

File pkg-buttons-debug.js has 607 lines of code (exceeds 250 allowed). Consider refactoring.
Open

/*!
 * Ext JS Library 3.4.0
 * Copyright(c) 2006-2011 Sencha Inc.
 * licensing@sencha.com
 * http://www.sencha.com/license

    Button has 42 functions (exceeds 20 allowed). Consider refactoring.
    Open

    Ext.Button = Ext.extend(Ext.BoxComponent, {
        /**
         * Read-only. True if this button is hidden
         * @type Boolean
         */

      Function ButtonToggleMgr has a Cognitive Complexity of 26 (exceeds 5 allowed). Consider refactoring.
      Open

      Ext.ButtonToggleMgr = function(){
         var groups = {};
      
         function toggleGroup(btn, state){
             if(state){

      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 onClick has a Cognitive Complexity of 16 (exceeds 5 allowed). Consider refactoring.
      Open

          onClick : function(e, t){
              e.preventDefault();
              if(!this.disabled){
                  if(this.isClickOnArrow(e)){
                      if(this.menu && !this.menu.isVisible() && !this.ignoreNextClick){

      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 ButtonToggleMgr has 45 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

      Ext.ButtonToggleMgr = function(){
         var groups = {};
      
         function toggleGroup(btn, state){
             if(state){

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

            setActiveItem : function(item, suppressEvent){
                if(!Ext.isObject(item)){
                    item = this.menu.getComponent(item);
                }
                if(item){

        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 toggle has a Cognitive Complexity of 12 (exceeds 5 allowed). Consider refactoring.
        Open

            toggle : function(state, suppressEvent){
                state = state === undefined ? !this.pressed : !!state;
                if(state != this.pressed){
                    if(this.rendered){
                        this.el[state ? 'addClass' : 'removeClass']('x-btn-pressed');

        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 doAutoWidth has a Cognitive Complexity of 11 (exceeds 5 allowed). Consider refactoring.
        Open

            doAutoWidth : function(){
                if(this.autoWidth !== false && this.el && this.text && this.width === undefined){
                    this.el.setWidth('auto');
                    if(Ext.isIE7 && Ext.isStrict){
                        var ib = this.btnEl;

        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 setButtonClass has a Cognitive Complexity of 11 (exceeds 5 allowed). Consider refactoring.
        Open

            setButtonClass : function(){
                if(this.useSetClass){
                    if(!Ext.isEmpty(this.oldCls)){
                        this.el.removeClass([this.oldCls, 'x-btn-pressed']);
                    }

        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 initButtonEl has 30 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

            initButtonEl : function(btn, btnEl){
                this.el = btn;
                this.setIcon(this.icon);
                this.setText(this.text);
                this.setIconClass(this.iconCls);

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

              initComponent : function(){
                  this.addEvents(
                      /**
                       * @event change
                       * Fires after the button's active menu item has changed.  Note that if a {@link #changeHandler} function

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

                onRender : function(ct, position){
                    if(!this.template){
                        if(!Ext.Button.buttonTemplate){
                            // hideous table template
                            Ext.Button.buttonTemplate = new Ext.Template(

              Function onMouseOver has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
              Open

                  onMouseOver : function(e){
                      if(!this.disabled){
                          var internal = e.within(this.el,  true);
                          if(!internal){
                              this.el.addClass('x-btn-over');

              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 initButtonEl has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
              Open

                  initButtonEl : function(btn, btnEl){
                      this.el = btn;
                      this.setIcon(this.icon);
                      this.setText(this.text);
                      this.setIconClass(this.iconCls);

              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 onClick has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
              Open

                  onClick : function(e){
                      if(e){
                          e.preventDefault();
                      }
                      if(e.button !== 0){

              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 setTooltip has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
              Open

                  setTooltip : function(tooltip, /* private */ initial){
                      if(this.rendered){
                          if(!initial){
                              this.clearTip();
                          }

              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 initComponent has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
              Open

                  initComponent : function(){
                      if(this.menu){
                          // If array of items, turn it into an object config so we
                          // can set the ownerCt property in the config
                          if (Ext.isArray(this.menu)){

              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 onDisableChange has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
              Open

                  onDisableChange : function(disabled){
                      if(this.el){
                          if(!Ext.isIE6 || !this.text){
                              this.el[disabled ? 'addClass' : 'removeClass'](this.disabledClass);
                          }

              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 showMenu has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
              Open

                  showMenu : function(){
                      if(this.rendered && this.menu){
                          if(this.tooltip){
                              Ext.QuickTips.getQuickTip().cancelShow(this.btnEl);
                          }

              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

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

                      if(this.menu){
                          // If array of items, turn it into an object config so we
                          // can set the ownerCt property in the config
                          if (Ext.isArray(this.menu)){
                              this.menu = { items: this.menu };
              lp-dashboard-kpi/lp-dash-adoxx-cockpit/src/main/webapp/ext-3.4.0/pkgs/pkg-menu-debug.js on lines 1230..1245

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

              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