ThibaultMontaufray/Droid-Image

View on GitHub

Showing 429 of 903 total issues

Function matcherFromTokens has 44 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-2.1.1.js - About 1 hr to fix

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

        val: function( value ) {
            var hooks, ret, isFunction,
                elem = this[ 0 ];
    
            if ( !arguments.length ) {
    Severity: Minor
    Found in Project/Droid.Image.UI/Scripts/jquery-3.0.0.slim.js - About 1 hr to fix

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

          data: function( key, value ) {
              var i, name, data,
                  elem = this[ 0 ],
                  attrs = elem && elem.attributes;
      
      
      Severity: Minor
      Found in Project/Droid.Image.UI/Scripts/jquery-3.0.0.js - About 1 hr to fix

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

            val: function( value ) {
                var hooks, ret, isFunction,
                    elem = this[ 0 ];
        
                if ( !arguments.length ) {
        Severity: Minor
        Found in Project/Droid.Image.UI/Scripts/jquery-3.0.0.js - About 1 hr to fix

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

              data: function( key, value ) {
                  var i, name, data,
                      elem = this[ 0 ],
                      attrs = elem && elem.attributes;
          
          
          Severity: Minor
          Found in Project/Droid.Image.UI/Scripts/jquery-3.0.0.slim.js - 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.js - About 1 hr to fix

              Method Dilate has 43 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

                      public static Bitmap Dilate(Bitmap img, int Size)
                      {
                          Bitmap TempBitmap = new Bitmap(img);
                          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

                Method Dilate has 43 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                        public static Bitmap Dilate(Bitmap img, int Size)
                        {
                            Bitmap TempBitmap = new Bitmap(img);
                            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 LaunchGoogleImg has 42 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                          private void LaunchGoogleImg(string direction = "", int count = 42, bool icon = false)
                          {
                              if (_textSearchChanged)
                              {
                                  _webSearchUrls = icon ? Droid.Web.Web.GetIcon(_textSearch) : Droid.Web.Web.GetImages(_textSearch);
                  Severity: Minor
                  Found in Project/Droid.Image/Controler/Interface_image.cs - About 1 hr to fix

                    Method LaunchGoogleImg has 42 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                            private void LaunchGoogleImg(string direction = "", int count = 42, bool icon = false)
                            {
                                if (_textSearchChanged)
                                {
                                    _webSearchUrls = icon ? Droid.Web.Web.GetIcon(_textSearch) : Droid.Web.Web.GetImages(_textSearch);
                    Severity: Minor
                    Found in Project/Droid.Image.UI/Interface_image.cs - About 1 hr to fix

                      Function extend has 41 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                      jQuery.extend = jQuery.fn.extend = function() {
                          var options, name, src, copy, copyIsArray, clone,
                              target = arguments[ 0 ] || {},
                              i = 1,
                              length = arguments.length,
                      Severity: Minor
                      Found in Project/Droid.Image.UI/Scripts/jquery-3.0.0.slim.js - About 1 hr to fix

                        Function extend has 41 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                        jQuery.extend = jQuery.fn.extend = function() {
                            var options, name, src, copy, copyIsArray, clone,
                                target = arguments[ 0 ] || {},
                                i = 1,
                                length = arguments.length,
                        Severity: Minor
                        Found in Project/Droid.Image.UI/Scripts/jquery-3.0.0.js - About 1 hr to fix

                          Function stop has 41 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                              stop: function( type, clearQueue, gotoEnd ) {
                                  var stopQueue = function( hooks ) {
                                      var stop = hooks.stop;
                                      delete hooks.stop;
                                      stop( gotoEnd );
                          Severity: Minor
                          Found in Project/Droid.Image.UI/Scripts/jquery-3.0.0.js - About 1 hr to fix

                            Method DrawSelection has 41 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                                    private void DrawSelection()
                                    {
                                        if (_panelSelection != null)
                                        {
                                            bool changed = false;
                            Severity: Minor
                            Found in Project/Droid.Image.UI/Interface_image.cs - About 1 hr to fix

                              Method InsertText has 41 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                                      public void InsertText(string text, int xPosition, int yPosition, string fontName, float fontSize, string fontStyle, string colorName1, string colorName2)
                                      {
                                          Bitmap temp = (Bitmap)_currentBitmap;
                                          Bitmap bmap = (Bitmap)temp.Clone();
                                          Graphics gr = Graphics.FromImage(bmap);
                              Severity: Minor
                              Found in Project/Droid.Image/Controler/ImageHandler.cs - About 1 hr to fix

                                Function on has 40 lines of code (exceeds 25 allowed). Consider refactoring.
                                Open

                                    on: function( types, selector, data, fn, /*INTERNAL*/ one ) {
                                        var origFn, type;
                                
                                        // Types can be a map of types/handlers
                                        if ( typeof types === "object" ) {
                                Severity: Minor
                                Found in Project/Droid.Image.UI/Scripts/jquery-2.1.1.js - About 1 hr to fix

                                  Function extend has 40 lines of code (exceeds 25 allowed). Consider refactoring.
                                  Open

                                  jQuery.extend = jQuery.fn.extend = function() {
                                      var options, name, src, copy, copyIsArray, clone,
                                          target = arguments[0] || {},
                                          i = 1,
                                          length = arguments.length,
                                  Severity: Minor
                                  Found in Project/Droid.Image.UI/Scripts/jquery-2.1.1.js - About 1 hr to fix

                                    Function stop has 40 lines of code (exceeds 25 allowed). Consider refactoring.
                                    Open

                                        stop: function( type, clearQueue, gotoEnd ) {
                                            var stopQueue = function( hooks ) {
                                                var stop = hooks.stop;
                                                delete hooks.stop;
                                                stop( gotoEnd );
                                    Severity: Minor
                                    Found in Project/Droid.Image.UI/Scripts/jquery-2.1.1.js - About 1 hr to fix

                                      Function val has 40 lines of code (exceeds 25 allowed). Consider refactoring.
                                      Open

                                          val: function( value ) {
                                              var hooks, ret, isFunction,
                                                  elem = this[0];
                                      
                                              if ( !arguments.length ) {
                                      Severity: Minor
                                      Found in Project/Droid.Image.UI/Scripts/jquery-2.1.1.js - About 1 hr to fix

                                        Function on has 40 lines of code (exceeds 25 allowed). Consider refactoring.
                                        Open

                                        function on( elem, types, selector, data, fn, one ) {
                                            var origFn, type;
                                        
                                            // Types can be a map of types/handlers
                                            if ( typeof types === "object" ) {
                                        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