codenothing/CSSCompressor

View on GitHub

Showing 254 of 254 total issues

Avoid too many return statements within this function.
Open

            return elem[ name ];
Severity: Major
Found in demo/rules/js/jquery.js - About 30 mins to fix

    Avoid too many return statements within this function.
    Open

            return attr === null ? undefined : attr;
    Severity: Major
    Found in demo/rules/js/jquery.js - About 30 mins to fix

      Avoid too many return statements within this function.
      Open

              return { top: top, left: left };
      Severity: Major
      Found in demo/rules/js/jquery.js - About 30 mins to fix

        Avoid too many return statements within this function.
        Open

                    return undefined;
        Severity: Major
        Found in demo/rules/js/jquery.js - About 30 mins to fix

          Avoid too many return statements within this function.
          Open

                              return elem.getAttribute("value") === null ? "on" : elem.value;
          Severity: Major
          Found in demo/rules/js/jquery.js - About 30 mins to fix

            Avoid too many return statements within this function.
            Open

                                    return false;
            Severity: Major
            Found in lib/Util.js - About 30 mins to fix

              Avoid too many return statements within this function.
              Open

                                  return false;
              Severity: Major
              Found in lib/Util.js - About 30 mins to fix

                Avoid too many return statements within this function.
                Open

                                return jQuery.merge( this, selector );
                Severity: Major
                Found in demo/rules/js/jquery.js - About 30 mins to fix

                  Avoid too many return statements within this function.
                  Open

                          return this.each(function(i) {
                              var self = jQuery(this), val = value;
                  
                              if ( this.nodeType !== 1 ) {
                                  return;
                  Severity: Major
                  Found in demo/rules/js/jquery.js - About 30 mins to fix

                    Avoid too many return statements within this function.
                    Open

                            return i === al ?
                                siblingCheck( a, bp[i], -1 ) :
                                siblingCheck( ap[i], b, 1 );
                    Severity: Major
                    Found in demo/rules/js/jquery.js - About 30 mins to fix

                      Avoid too many return statements within this function.
                      Open

                                                  return rootjQuery.find( selector );
                      Severity: Major
                      Found in demo/rules/js/jquery.js - About 30 mins to fix

                        Avoid too many return statements within this function.
                        Open

                                            return this;
                        Severity: Major
                        Found in demo/rules/js/jquery.js - About 30 mins to fix

                          Avoid too many return statements within this function.
                          Open

                                      return rootjQuery.ready( selector );
                          Severity: Major
                          Found in demo/rules/js/jquery.js - About 30 mins to fix

                            Avoid too many return statements within this function.
                            Open

                                            return (elem.value || "").replace(rreturn, "");
                            Severity: Major
                            Found in demo/rules/js/jquery.js - About 30 mins to fix

                              Avoid too many return statements within this function.
                              Open

                                          return false;
                              Severity: Major
                              Found in lib/Util.js - About 30 mins to fix

                                Avoid too many return statements within this function.
                                Open

                                            return undefined;
                                Severity: Major
                                Found in demo/rules/js/jquery.js - About 30 mins to fix

                                  Avoid too many return statements within this function.
                                  Open

                                          return jQuery.makeArray( selector, this );
                                  Severity: Major
                                  Found in demo/rules/js/jquery.js - About 30 mins to fix

                                    Avoid too many return statements within this function.
                                    Open

                                                return this.css( type, typeof size === "string" ? size : size + "px" );
                                    Severity: Major
                                    Found in demo/rules/js/jquery.js - About 30 mins to fix

                                      Avoid too many return statements within this function.
                                      Open

                                                  return jQuery.isNaN( ret ) ? orig : ret;
                                      Severity: Major
                                      Found in demo/rules/js/jquery.js - About 30 mins to fix

                                        Avoid too many return statements within this function.
                                        Open

                                                        return (context || rootjQuery).find( selector );
                                        Severity: Major
                                        Found in demo/rules/js/jquery.js - About 30 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language