XoopsModules25x/smallworld

View on GitHub

Showing 759 of 1,838 total issues

Consider simplifying this complex logical expression.
Open

                if ((this.options.values.length === 2 && this.options.range === true) &&
                    ((index === 0 && newVal > otherVal) || (index === 1 && newVal < otherVal))
                ) {
                    newVal = otherVal;
                }
Severity: Major
Found in assets/js/jquery-ui-1.8.11.custom.js - About 40 mins to fix

    Consider simplifying this complex logical expression.
    Open

        if (false === ($successC = $tables->useTable($sTable))) { // if this returns true then the table exists already
            // Table does not exist -> create
            $successC = $tables->addTable($sTable);
            $successC = $successC && ($tables->setTableOptions($sTable, 'ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1'));
            $successC = $successC && ($tables->addColumn($sTable, 'id', 'INT(11) NOT NULL AUTO_INCREMENT'));
    Severity: Major
    Found in include/onupdate.php - About 40 mins to fix

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

          switchClass: function( remove, add, speed, easing, callback) {
      Severity: Minor
      Found in assets/js/jqueryui.min.js - About 35 mins to fix

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

            _dialogDatepicker: function(input, date, onSelect, settings, pos) {
        Severity: Minor
        Found in assets/js/jqueryui.min.js - About 35 mins to fix

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

              remove: function( elem, types, handler, selector, mappedTypes ) {
          Severity: Minor
          Found in assets/js/jquery.min.js - About 35 mins to fix

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

            function augmentWidthOrHeight( elem, name, extra, isBorderBox, styles ) {
            Severity: Minor
            Found in assets/js/jquery.min.js - About 35 mins to fix

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

                      "CHILD": function( type, what, argument, first, last ) {
              Severity: Minor
              Found in assets/js/jquery.min.js - About 35 mins to fix

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

                        superMatcher = function( seed, context, xml, results, outermost ) {
                Severity: Minor
                Found in assets/js/jquery.min.js - About 35 mins to fix

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

                      add: function( elem, types, handler, data, selector ) {
                  Severity: Minor
                  Found in assets/js/jquery.min.js - About 35 mins to fix

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

                        on: function( types, selector, data, fn, /*INTERNAL*/ one ) {
                    Severity: Minor
                    Found in assets/js/jquery.min.js - About 35 mins to fix

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

                      function condense( unmatched, map, filter, context, xml ) {
                      Severity: Minor
                      Found in assets/js/jquery.min.js - About 35 mins to fix

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

                        function Tween( elem, options, prop, end, easing ) {
                        Severity: Minor
                        Found in assets/js/jquery.min.js - About 35 mins to fix

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

                                      easeInOutQuart: function (x, t, b, c, d) {
                          Severity: Minor
                          Found in assets/js/jquery-ui-1.8.11.custom.js - About 35 mins to fix

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

                                        easeInOutCubic: function (x, t, b, c, d) {
                            Severity: Minor
                            Found in assets/js/jquery-ui-1.8.11.custom.js - About 35 mins to fix

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

                                          easeInCirc: function (x, t, b, c, d) {
                              Severity: Minor
                              Found in assets/js/jquery-ui-1.8.11.custom.js - About 35 mins to fix

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

                                        _dialogDatepicker: function (input, date, onSelect, settings, pos) {
                                Severity: Minor
                                Found in assets/js/jquery-ui-1.8.11.custom.js - About 35 mins to fix

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

                                              easeOutSine: function (x, t, b, c, d) {
                                  Severity: Minor
                                  Found in assets/js/jquery-ui-1.8.11.custom.js - About 35 mins to fix

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

                                                easeInQuint: function (x, t, b, c, d) {
                                    Severity: Minor
                                    Found in assets/js/jquery-ui-1.8.11.custom.js - About 35 mins to fix

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

                                                  easeInOutQuint: function (x, t, b, c, d) {
                                      Severity: Minor
                                      Found in assets/js/jquery-ui-1.8.11.custom.js - About 35 mins to fix

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

                                                    easeInOutExpo: function (x, t, b, c, d) {
                                        Severity: Minor
                                        Found in assets/js/jquery-ui-1.8.11.custom.js - About 35 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language