ThibaultMontaufray/Droid-Image

View on GitHub

Showing 429 of 903 total issues

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

    offset: function( options ) {

        // Preserve chaining for setter
        if ( arguments.length ) {
            return options === undefined ?
Severity: Minor
Found in Project/Droid.Image.UI/Scripts/jquery-3.0.0.slim.js - About 1 hr to fix

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

        remove: function( owner, key ) {
            var i,
                cache = owner[ this.expando ];
    
            if ( cache === undefined ) {
    Severity: Minor
    Found in Project/Droid.Image.UI/Scripts/jquery-3.0.0.js - About 1 hr to fix

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

          when: function( singleValue ) {
              var
      
                  // count of uncompleted subordinates
                  remaining = arguments.length,
      Severity: Minor
      Found in Project/Droid.Image.UI/Scripts/jquery-3.0.0.slim.js - About 1 hr to fix

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

        jQuery.speed = function( speed, easing, fn ) {
            var opt = speed && typeof speed === "object" ? jQuery.extend( {}, speed ) : {
                complete: fn || !fn && easing ||
                    jQuery.isFunction( speed ) && speed,
                duration: speed,
        Severity: Minor
        Found in Project/Droid.Image.UI/Scripts/jquery-3.0.0.js - About 1 hr to fix

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

              offset: function( options ) {
          
                  // Preserve chaining for setter
                  if ( arguments.length ) {
                      return options === undefined ?
          Severity: Minor
          Found in Project/Droid.Image.UI/Scripts/jquery-3.0.0.js - About 1 hr to fix

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

                when: function( singleValue ) {
                    var
            
                        // count of uncompleted subordinates
                        remaining = arguments.length,
            Severity: Minor
            Found in Project/Droid.Image.UI/Scripts/jquery-3.0.0.js - About 1 hr to fix

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

                  remove: function( owner, key ) {
                      var i,
                          cache = owner[ this.expando ];
              
                      if ( cache === undefined ) {
              Severity: Minor
              Found in Project/Droid.Image.UI/Scripts/jquery-3.0.0.slim.js - About 1 hr to fix

                Method BuildSizePanel has 26 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                        private void BuildSizePanel()
                        {
                            ts_imgcenter = new RibbonButton("Center");
                            ts_imgcenter.Click += new EventHandler(tsb_imgcenter_Click);
                            ts_imgcenter.MinSizeMode = RibbonElementSizeMode.DropDown;
                Severity: Minor
                Found in Project/Droid.Image.UI/ToolStripMenuIMG.cs - About 1 hr to fix

                  Method ProcessKeyUp has 26 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                          public void ProcessKeyUp(Keys key)
                          {
                              if (key == Keys.Alt || key == Keys.Menu)
                              {
                                  _altPress = false;
                  Severity: Minor
                  Found in Project/Droid.Image.UI/Interface_image.cs - About 1 hr to fix

                    Consider simplifying this complex logical expression.
                    Open

                        if ( support.matchesSelector && documentIsHTML &&
                            !compilerCache[ expr + " " ] &&
                            ( !rbuggyMatches || !rbuggyMatches.test( expr ) ) &&
                            ( !rbuggyQSA     || !rbuggyQSA.test( expr ) ) ) {
                    
                    
                    Severity: Major
                    Found in Project/Droid.Image.UI/Scripts/jquery-3.0.0.slim.js - About 1 hr to fix

                      Consider simplifying this complex logical expression.
                      Open

                              if ( tokens.length > 2 && (token = tokens[0]).type === "ID" &&
                                      support.getById && context.nodeType === 9 && documentIsHTML &&
                                      Expr.relative[ tokens[1].type ] ) {
                      
                                  context = ( Expr.find["ID"]( token.matches[0].replace(runescape, funescape), context ) || [] )[0];
                      Severity: Major
                      Found in Project/Droid.Image.UI/Scripts/jquery-3.0.0.slim.js - About 1 hr to fix

                        Consider simplifying this complex logical expression.
                        Open

                                if ( tokens.length > 2 && (token = tokens[0]).type === "ID" &&
                                        support.getById && context.nodeType === 9 && documentIsHTML &&
                                        Expr.relative[ tokens[1].type ] ) {
                        
                                    context = ( Expr.find["ID"]( token.matches[0].replace(runescape, funescape), context ) || [] )[0];
                        Severity: Major
                        Found in Project/Droid.Image.UI/Scripts/jquery-2.1.1.js - About 1 hr to fix

                          Consider simplifying this complex logical expression.
                          Open

                              if ( support.matchesSelector && documentIsHTML &&
                                  !compilerCache[ expr + " " ] &&
                                  ( !rbuggyMatches || !rbuggyMatches.test( expr ) ) &&
                                  ( !rbuggyQSA     || !rbuggyQSA.test( expr ) ) ) {
                          
                          
                          Severity: Major
                          Found in Project/Droid.Image.UI/Scripts/jquery-3.0.0.js - About 1 hr to fix

                            Consider simplifying this complex logical expression.
                            Open

                                    if ( tokens.length > 2 && (token = tokens[0]).type === "ID" &&
                                            support.getById && context.nodeType === 9 && documentIsHTML &&
                                            Expr.relative[ tokens[1].type ] ) {
                            
                                        context = ( Expr.find["ID"]( token.matches[0].replace(runescape, funescape), context ) || [] )[0];
                            Severity: Major
                            Found in Project/Droid.Image.UI/Scripts/jquery-3.0.0.js - About 1 hr to fix

                              Method InsertText has 8 arguments (exceeds 4 allowed). Consider refactoring.
                              Open

                                      public void InsertText(string text, int xPosition, int yPosition, string fontName, float fontSize, string fontStyle, string colorName1, string colorName2)
                              Severity: Major
                              Found in Project/Droid.Image/Controler/ImageHandler.cs - About 1 hr to fix

                                Function access has 7 arguments (exceeds 4 allowed). Consider refactoring.
                                Open

                                var access = function( elems, fn, key, value, chainable, emptyGet, raw ) {
                                Severity: Major
                                Found in Project/Droid.Image.UI/Scripts/jquery-3.0.0.slim.js - About 50 mins to fix

                                  Function access has 7 arguments (exceeds 4 allowed). Consider refactoring.
                                  Open

                                  var access = jQuery.access = function( elems, fn, key, value, chainable, emptyGet, raw ) {
                                  Severity: Major
                                  Found in Project/Droid.Image.UI/Scripts/jquery-2.1.1.js - About 50 mins to fix

                                    Function access has 7 arguments (exceeds 4 allowed). Consider refactoring.
                                    Open

                                    var access = function( elems, fn, key, value, chainable, emptyGet, raw ) {
                                    Severity: Major
                                    Found in Project/Droid.Image.UI/Scripts/jquery-3.0.0.js - About 50 mins to fix

                                      Avoid deeply nested control flow statements.
                                      Open

                                                                      if ( ( ofType ? node.nodeName.toLowerCase() === name : node.nodeType === 1 ) && ++diff ) {
                                                                          // Cache the index of each encountered element
                                                                          if ( useCache ) {
                                                                              (node[ expando ] || (node[ expando ] = {}))[ type ] = [ dirruns, diff ];
                                                                          }
                                      Severity: Major
                                      Found in Project/Droid.Image.UI/Scripts/jquery-2.1.1.js - About 45 mins to fix

                                        Avoid deeply nested control flow statements.
                                        Open

                                                        } else if ( copy !== undefined ) {
                                                            target[ name ] = copy;
                                                        }
                                        Severity: Major
                                        Found in Project/Droid.Image.UI/Scripts/jquery-2.1.1.js - About 45 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language