nemesiscodex/openfonacide

View on GitHub

Showing 970 of 970 total issues

Function filter has 45 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        filter: function(searchTerm) {
          var
            $results       = $(),
            escapedTerm    = module.escape.regExp(searchTerm),
            exactRegExp    = new RegExp('^' + escapedTerm, 'igm'),
Severity: Minor
Found in static/components/dropdown.js - About 1 hr to fix

    Function hideModal has 45 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

            hideModal: function(callback, keepDimmed) {
              callback = $.isFunction(callback)
                ? callback
                : function(){}
              ;
    Severity: Minor
    Found in static/components/modal.js - About 1 hr to fix

      Function delete has 44 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          'delete' : kwargs(function (obj, axis) {
              var data = this._array;
              if (typeof(obj) === 'number') {
                  obj = [obj];
              }
      Severity: Minor
      Found in static/js/dncp/util/ndarray.js - About 1 hr to fix

        Function _transposelike has 44 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

            _transposelike : function (axes, out) {
                var source = this._array;
                var shape = this._shape.slice();
                var strides = calculateDimStrides(this._shape);
                var dim = shape.length;
        Severity: Minor
        Found in static/js/dncp/util/ndarray.js - About 1 hr to fix

          Function fetchResults has 44 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

                var fetchResults = function(){
                  if(!$scope.fetch) return;
                  var
                    $segment = $('.results.segment'),
                    $loader  = $segment.find('.inline.loader');
          Severity: Minor
          Found in static/js/frontend.ResultadosController.js - About 1 hr to fix

            Function value has 44 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                        value: function(value) {
                            if (value !== UNDEFINED) {
                                value = _strict(value);
                                if (value == '/') {
                                    value = '';
            Severity: Minor
            Found in static/js/jquery.address.js - About 1 hr to fix

              Function ring has 44 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

                  function ring(zr, oldShape, newShape, duration, easing) {
                      var x = newShape.style.x;
                      var y = newShape.style.y;
                      var r0 = newShape.style.r0;
                      var r = newShape.style.r;
              Severity: Minor
              Found in static/js/dncp/util/ecAnimation.js - About 1 hr to fix

                Function show has 44 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                          show: function(callback) {
                            callback = $.isFunction(callback)
                              ? callback
                              : function(){}
                            ;
                Severity: Minor
                Found in static/components/dimmer.js - About 1 hr to fix

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

                  def generar_query_ubicaciones(ubicaciones, tabla_prioridad):
                      query = ''
                      count = 0
                      if type(ubicaciones) != list:
                          return query
                  Severity: Minor
                  Found in openfonacide/resumen.py - 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 get has a Cognitive Complexity of 14 (exceeds 5 allowed). Consider refactoring.
                  Open

                      def get(self, request, *args, **kwargs):
                          _md5 = request.GET.get('md5')
                          if _md5:
                              cursor = connection.cursor()
                              cursor.execute(
                  Severity: Minor
                  Found in openfonacide/views.py - 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 post has a Cognitive Complexity of 14 (exceeds 5 allowed). Consider refactoring.
                  Open

                      def post(self, request, *args, **kwargs):
                          method = request.POST.get('_method')
                          _query = request.GET.copy()
                          print request.REQUEST.__str__();
                          print _query;
                  Severity: Minor
                  Found in openfonacide/views.py - 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 positions has 43 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                            positions: function() {
                              var
                                window = {
                                  height: $window.height()
                                },
                  Severity: Minor
                  Found in static/components/sticky.js - About 1 hr to fix

                    Function std has 42 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                        std : kwargs((function () {
                            function withAxis(data, source, offsetStride, axisSize, stride) {
                                var cursor = 0;
                                for (var offset = 0; offset < this._size; offset+=offsetStride) {
                                    for (var i = 0; i < stride; i++) {
                    Severity: Minor
                    Found in static/js/dncp/util/ndarray.js - About 1 hr to fix

                      Function var has 42 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                          'var' : kwargs((function () {
                              function withAxis(data, source, offsetStride, axisSize, stride) {
                                  var cursor = 0;
                                  for (var offset = 0; offset < this._size; offset+=offsetStride) {
                                      for (var i = 0; i < stride; i++) {
                      Severity: Minor
                      Found in static/js/dncp/util/ndarray.js - About 1 hr to fix

                        Function brushSymbol has 42 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                                brushSymbol : function (ctx, style) {
                                    var y = style.y + style.height / 4;
                                    ctx.save();
                        
                                    var chainPoint = style.chainPoint;
                        Severity: Minor
                        Found in static/js/dncp/util/shape/Chain.js - About 1 hr to fix

                          Function selectValues has 42 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                                    selectValues: function() {
                                      var
                                        select = {}
                                      ;
                                      select.values = (settings.sortSelect)
                          Severity: Minor
                          Found in static/components/dropdown.js - About 1 hr to fix

                            Function standard has 42 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                                standard: function(response) {
                                  var
                                    html = ''
                                  ;
                                  if(response.results !== undefined) {
                            Severity: Minor
                            Found in static/components/search.js - About 1 hr to fix

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

                                      zr.animate(newShape.id, 'style')
                                          .when(
                                              duration,
                                              {
                                                  startAngle : startAngle,
                              Severity: Major
                              Found in static/js/dncp/util/ecAnimation.js and 2 other locations - About 1 hr to fix
                              static/js/dncp/util/ecAnimation.js on lines 217..228
                              static/js/dncp/util/ecAnimation.js on lines 333..344

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

                              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 3 locations. Consider refactoring.
                              Open

                                      zr.animate(newShape.id, 'style')
                                          .when(
                                              duration,
                                              {
                                                  x : x,
                              Severity: Major
                              Found in static/js/dncp/util/ecAnimation.js and 2 other locations - About 1 hr to fix
                              static/js/dncp/util/ecAnimation.js on lines 217..228
                              static/js/dncp/util/ecAnimation.js on lines 288..299

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

                              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 3 locations. Consider refactoring.
                              Open

                                          zr.animate(newShape.id, 'style')
                                              .when(
                                                  duration,
                                                  {
                                                      r0 : r0,
                              Severity: Major
                              Found in static/js/dncp/util/ecAnimation.js and 2 other locations - About 1 hr to fix
                              static/js/dncp/util/ecAnimation.js on lines 288..299
                              static/js/dncp/util/ecAnimation.js on lines 333..344

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

                              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

                              Severity
                              Category
                              Status
                              Source
                              Language