ThibaultMontaufray/Droid-Image

View on GitHub

Showing 429 of 903 total issues

Function buildFragment has 51 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function buildFragment( elems, context, scripts, selection, ignored ) {
    var elem, tmp, tag, wrap, contains, j,
        fragment = context.createDocumentFragment(),
        nodes = [],
        i = 0,
Severity: Major
Found in Project/Droid.Image.UI/Scripts/jquery-3.0.0.js - About 2 hrs to fix

    Function buildFragment has 51 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    function buildFragment( elems, context, scripts, selection, ignored ) {
        var elem, tmp, tag, wrap, contains, j,
            fragment = context.createDocumentFragment(),
            nodes = [],
            i = 0,
    Severity: Major
    Found in Project/Droid.Image.UI/Scripts/jquery-3.0.0.slim.js - About 2 hrs to fix

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

          remove: function( elem, types, handler, selector, mappedTypes ) {
      
              var j, origCount, tmp,
                  events, t, handleObj,
                  special, handlers, type, namespaces, origType,
      Severity: Minor
      Found in Project/Droid.Image.UI/Scripts/jquery-2.1.1.js - About 2 hrs to fix

        Consider simplifying this complex logical expression.
        Open

                        if ( ( mappedTypes || origType === handleObj.origType ) &&
                            ( !handler || handler.guid === handleObj.guid ) &&
                            ( !tmp || tmp.test( handleObj.namespace ) ) &&
                            ( !selector || selector === handleObj.selector ||
                                selector === "**" && handleObj.selector ) ) {
        Severity: Critical
        Found in Project/Droid.Image.UI/Scripts/jquery-3.0.0.slim.js - About 2 hrs to fix

          Consider simplifying this complex logical expression.
          Open

                          if ( ( mappedTypes || origType === handleObj.origType ) &&
                              ( !handler || handler.guid === handleObj.guid ) &&
                              ( !tmp || tmp.test( handleObj.namespace ) ) &&
                              ( !selector || selector === handleObj.selector || selector === "**" && handleObj.selector ) ) {
                              handlers.splice( j, 1 );
          Severity: Critical
          Found in Project/Droid.Image.UI/Scripts/jquery-2.1.1.js - About 2 hrs to fix

            Consider simplifying this complex logical expression.
            Open

                            if ( ( mappedTypes || origType === handleObj.origType ) &&
                                ( !handler || handler.guid === handleObj.guid ) &&
                                ( !tmp || tmp.test( handleObj.namespace ) ) &&
                                ( !selector || selector === handleObj.selector ||
                                    selector === "**" && handleObj.selector ) ) {
            Severity: Critical
            Found in Project/Droid.Image.UI/Scripts/jquery-3.0.0.js - About 2 hrs to fix

              Method BuildPanelMain has 50 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

                      private void BuildPanelMain()
                      {
                          _ts_main_open = new RibbonButton("Open");
                          _ts_main_open.ToolTip = "Open";
                          _ts_main_open.Click += new EventHandler(tsb_Click);
              Severity: Minor
              Found in Project/Droid.Image.UI/Vues/ToolStripMenuIMG.cs - About 2 hrs to fix

                Function buildFragment has 48 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                    buildFragment: function( elems, context, scripts, selection ) {
                        var elem, tmp, tag, wrap, contains, j,
                            fragment = context.createDocumentFragment(),
                            nodes = [],
                            i = 0,
                Severity: Minor
                Found in Project/Droid.Image.UI/Scripts/jquery-2.1.1.js - About 1 hr to fix

                  Method Resize has 48 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                          public void Resize(int newWidth, int newHeight)
                          {
                              if (newWidth != 0 && newHeight != 0)
                              {
                                  Bitmap temp = (Bitmap)_currentBitmap;
                  Severity: Minor
                  Found in Project/Droid.Image/Controler/ImageHandler.cs - About 1 hr to fix

                    Function select has 47 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                    select = Sizzle.select = function( selector, context, results, seed ) {
                        var i, tokens, token, type, find,
                            compiled = typeof selector === "function" && selector,
                            match = !seed && tokenize( (selector = compiled.selector || selector) );
                    
                    
                    Severity: Minor
                    Found in Project/Droid.Image.UI/Scripts/jquery-2.1.1.js - About 1 hr to fix

                      Function select has 47 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                      select = Sizzle.select = function( selector, context, results, seed ) {
                          var i, tokens, token, type, find,
                              compiled = typeof selector === "function" && selector,
                              match = !seed && tokenize( (selector = compiled.selector || selector) );
                      
                      
                      Severity: Minor
                      Found in Project/Droid.Image.UI/Scripts/jquery-3.0.0.slim.js - About 1 hr to fix

                        Function select has 47 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                        select = Sizzle.select = function( selector, context, results, seed ) {
                            var i, tokens, token, type, find,
                                compiled = typeof selector === "function" && selector,
                                match = !seed && tokenize( (selector = compiled.selector || selector) );
                        
                        
                        Severity: Minor
                        Found in Project/Droid.Image.UI/Scripts/jquery-3.0.0.js - About 1 hr to fix

                          Function tokenize has 46 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                          tokenize = Sizzle.tokenize = function( selector, parseOnly ) {
                              var matched, match, tokens, type,
                                  soFar, groups, preFilters,
                                  cached = tokenCache[ selector + " " ];
                          
                          
                          Severity: Minor
                          Found in Project/Droid.Image.UI/Scripts/jquery-2.1.1.js - About 1 hr to fix

                            Function tokenize has 46 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                            tokenize = Sizzle.tokenize = function( selector, parseOnly ) {
                                var matched, match, tokens, type,
                                    soFar, groups, preFilters,
                                    cached = tokenCache[ selector + " " ];
                            
                            
                            Severity: Minor
                            Found in Project/Droid.Image.UI/Scripts/jquery-3.0.0.slim.js - About 1 hr to fix

                              Function matcherFromTokens has 46 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                              function matcherFromTokens( tokens ) {
                                  var checkContext, matcher, j,
                                      len = tokens.length,
                                      leadingRelative = Expr.relative[ tokens[0].type ],
                                      implicitRelative = leadingRelative || Expr.relative[" "],
                              Severity: Minor
                              Found in Project/Droid.Image.UI/Scripts/jquery-3.0.0.slim.js - About 1 hr to fix

                                Function tokenize has 46 lines of code (exceeds 25 allowed). Consider refactoring.
                                Open

                                tokenize = Sizzle.tokenize = function( selector, parseOnly ) {
                                    var matched, match, tokens, type,
                                        soFar, groups, preFilters,
                                        cached = tokenCache[ selector + " " ];
                                
                                
                                Severity: Minor
                                Found in Project/Droid.Image.UI/Scripts/jquery-3.0.0.js - About 1 hr to fix

                                  Function matcherFromTokens has 46 lines of code (exceeds 25 allowed). Consider refactoring.
                                  Open

                                  function matcherFromTokens( tokens ) {
                                      var checkContext, matcher, j,
                                          len = tokens.length,
                                          leadingRelative = Expr.relative[ tokens[0].type ],
                                          implicitRelative = leadingRelative || Expr.relative[" "],
                                  Severity: Minor
                                  Found in Project/Droid.Image.UI/Scripts/jquery-3.0.0.js - About 1 hr to fix

                                    Method MedianFilter has 45 lines of code (exceeds 25 allowed). Consider refactoring.
                                    Open

                                            public static Bitmap MedianFilter(Bitmap Image, int Size)
                                            {
                                                Bitmap TempBitmap = Image;
                                                Bitmap NewBitmap = new Bitmap(TempBitmap.Width, TempBitmap.Height);
                                                Graphics NewGraphics = Graphics.FromImage(NewBitmap);
                                    Severity: Minor
                                    Found in Project/Droid.Image.UI/Interface_image.cs - About 1 hr to fix

                                      Method MedianFilter has 45 lines of code (exceeds 25 allowed). Consider refactoring.
                                      Open

                                              public static Bitmap MedianFilter(Bitmap Image, int Size)
                                              {
                                                  Bitmap TempBitmap = Image;
                                                  Bitmap NewBitmap = new Bitmap(TempBitmap.Width, TempBitmap.Height);
                                                  Graphics NewGraphics = Graphics.FromImage(NewBitmap);
                                      Severity: Minor
                                      Found in Project/Droid.Image/Controler/Interface_image.cs - About 1 hr to fix

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

                                        function addCombinator( matcher, combinator, base ) {
                                            var dir = combinator.dir,
                                                skip = combinator.next,
                                                key = skip || dir,
                                                checkNonElements = base && key === "parentNode",
                                        Severity: Minor
                                        Found in Project/Droid.Image.UI/Scripts/jquery-3.0.0.slim.js - About 1 hr to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language