GuilhermeStracini/TCC-SENAC

View on GitHub

Showing 390 of 605 total issues

Function attachBehaviors has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

Spry.Widget.ValidationSelect.prototype.attachBehaviors = function()
{
    // find the SELECT element inside current container
    if (this.element.nodeName == "SELECT") {
        this.selectElement = this.element;
Severity: Minor
Found in Src/scripts/spryvalidationselect.js - About 1 hr to fix

    Function loadData has 38 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    Spry.Data.HTTPSourceDataSet.prototype.loadData = function()
    {
        if (!this.url)
            return;
    
    
    Severity: Minor
    Found in Src/scripts/sprydata.js - About 1 hr to fix

      Function regions has 38 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          var regions = Spry.Utils.getNodesByFunc(rootNode, function(node)
          {
              try
              {
                  if (node.nodeType != 1 /* Node.ELEMENT_NODE */)
      Severity: Minor
      Found in Src/scripts/sprydata.js - About 1 hr to fix

        Function getValue has 38 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

        Spry.Data.DataSet.prototype.getValue = function(valueName, rowContext)
        {
            var result = undefined;
        
            // If a rowContext is not defined, we default to
        Severity: Minor
        Found in Src/scripts/sprydata.js - About 1 hr to fix

          Function recalculateDataSetDependencies has 38 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

          Spry.Data.HTTPSourceDataSet.prototype.recalculateDataSetDependencies = function()
          {
              this.hasDataRefStrings = false;
          
              // Clear all old callbacks that may have been registered.
          Severity: Minor
          Found in Src/scripts/sprydata.js - About 1 hr to fix

            Function CHILD has 37 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                    CHILD: function(elem, match){
                        var type = match[1], node = elem;
                        switch (type) {
                            case 'only':
                            case 'first':
            Severity: Minor
            Found in Src/scripts/prototype.js - About 1 hr to fix

              Function setup has 37 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

                setup: function(){
                  function parseColor(color){
                    if (!color || ['rgba(0, 0, 0, 0)','transparent'].include(color)) color = '#ffffff';
                    color = color.parseColor();
                    return $R(0,2).map(function(i){
              Severity: Minor
              Found in Src/scripts/effects.js - About 1 hr to fix

                Function getPageSize has 37 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                    getPageSize: function() {
                            
                         var xScroll, yScroll;
                        
                        if (window.innerHeight && window.scrollMaxY) {    
                Severity: Minor
                Found in Src/scripts/lightbox.js - About 1 hr to fix

                  Function loadData has 37 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                  Spry.Data.HTTPSourceDataSet.LoadManager.loadData = function(reqInfo, ds, useCache)
                  {
                      if (!reqInfo)
                          return null;
                  
                  
                  Severity: Minor
                  Found in Src/scripts/sprydata.js - About 1 hr to fix

                    Function validation has 36 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                            validation: function(value, options) {
                                var regExp = null;
                                options.format = options.format || 'ALL';
                                switch (options.format.toUpperCase()) {
                                    case 'ALL': regExp = /^[3-6]{1}[0-9]{12,18}$/; break;
                    Severity: Minor
                    Found in Src/scripts/spryvalidationtextfield.js - About 1 hr to fix

                      Function getCharacterFromEvent has 36 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                      Spry.Widget.Utils.getCharacterFromEvent = function(e){
                          var keyDown = e.type == "keydown";
                      
                          var code = null;
                          var character = null;
                      Severity: Minor
                      Found in Src/scripts/spryvalidationtextfield.js - About 1 hr to fix

                        Function node has 36 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                          node: function(elementName) {
                            elementName = elementName.toUpperCase();
                        
                            // try innerHTML approach
                            var parentTag = this.NODEMAP[elementName] || 'div';
                        Severity: Minor
                        Found in Src/scripts/builder.js - About 1 hr to fix

                          Function start has 36 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                            start: function(options) {
                              if (options && options.transition === false) options.transition = Effect.Transitions.linear;
                              this.options      = Object.extend(Object.extend({ },Effect.DefaultOptions), options || { });
                              this.currentFrame = 0;
                              this.state        = 'idle';
                          Severity: Minor
                          Found in Src/scripts/effects.js - About 1 hr to fix

                            Function ProcessingContext has 36 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                            Spry.Data.Region.ProcessingContext = function(region)
                            {
                                this.region = region;
                                this.dataSetContexts = [];
                            
                            
                            Severity: Minor
                            Found in Src/scripts/sprydata.js - About 1 hr to fix

                              Function getStyle has a Cognitive Complexity of 12 (exceeds 5 allowed). Consider refactoring.
                              Open

                                  function(proceed, element, style) {
                                    switch (style) {
                                      case 'height': case 'width':
                                        if (!Element.visible(element)) return null;
                              
                              
                              Severity: Minor
                              Found in Src/scripts/prototype.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 validation has a Cognitive Complexity of 12 (exceeds 5 allowed). Consider refactoring.
                              Open

                                      validation: function(value, options) {
                                          var regExp = null;
                                          options.format = options.format || 'ALL';
                                          switch (options.format.toUpperCase()) {
                                              case 'ALL': regExp = /^[3-6]{1}[0-9]{12,18}$/; break;
                              Severity: Minor
                              Found in Src/scripts/spryvalidationtextfield.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 compilePattern has a Cognitive Complexity of 12 (exceeds 5 allowed). Consider refactoring.
                              Open

                              Spry.Widget.ValidationTextField.prototype.compilePattern = function() {
                                  if (!this.pattern) {
                                      return;
                                  }
                                  var compiled = [];
                              Severity: Minor
                              Found in Src/scripts/spryvalidationtextfield.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 destroy has a Cognitive Complexity of 12 (exceeds 5 allowed). Consider refactoring.
                              Open

                              Spry.Widget.ValidationTextField.prototype.destroy = function() {
                                  if (this.event_handlers)
                                      for (var i=0; i<this.event_handlers.length; i++) {
                                          Spry.Widget.Utils.removeEventListener(this.event_handlers[i][0], this.event_handlers[i][1], this.event_handlers[i][2], false);
                                      }
                              Severity: Minor
                              Found in Src/scripts/spryvalidationtextfield.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 onChange has a Cognitive Complexity of 12 (exceeds 5 allowed). Consider refactoring.
                              Open

                              Spry.Widget.ValidationTextField.prototype.onChange = function(e)
                              {
                                  if (Spry.is.opera && this.flags.operaRevertOnKeyUp) {
                                      return true;
                                  }
                              Severity: Minor
                              Found in Src/scripts/spryvalidationtextfield.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 sort has a Cognitive Complexity of 12 (exceeds 5 allowed). Consider refactoring.
                              Open

                              Spry.Data.DataSet.prototype.sort = function(columnNames, sortOrder)
                              {
                                  // columnNames can be either the name of a column to
                                  // sort on, or an array of column names, but it can't be
                                  // null/undefined.
                              Severity: Minor
                              Found in Src/scripts/sprydata.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

                              Severity
                              Category
                              Status
                              Source
                              Language