ThibaultMontaufray/Droid-Image

View on GitHub

Showing 429 of 903 total issues

Function addClass has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    addClass: function( value ) {
        var classes, elem, cur, curValue, clazz, j, finalValue,
            i = 0;

        if ( jQuery.isFunction( value ) ) {
Severity: Minor
Found in Project/Droid.Image.UI/Scripts/jquery-3.0.0.slim.js - About 1 hr to fix

    Function parseHTML has 28 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    jQuery.parseHTML = function( data, context, keepScripts ) {
        if ( typeof data !== "string" ) {
            return [];
        }
        if ( typeof context === "boolean" ) {
    Severity: Minor
    Found in Project/Droid.Image.UI/Scripts/jquery-3.0.0.js - About 1 hr to fix

      Function off has 28 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          off: function( types, selector, fn ) {
              var handleObj, type;
              if ( types && types.preventDefault && types.handleObj ) {
      
                  // ( event )  dispatched jQuery.Event
      Severity: Minor
      Found in Project/Droid.Image.UI/Scripts/jquery-3.0.0.js - About 1 hr to fix

        Function addClass has 28 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

            addClass: function( value ) {
                var classes, elem, cur, curValue, clazz, j, finalValue,
                    i = 0;
        
                if ( jQuery.isFunction( value ) ) {
        Severity: Minor
        Found in Project/Droid.Image.UI/Scripts/jquery-3.0.0.js - About 1 hr to fix

          Function off has 28 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

              off: function( types, selector, fn ) {
                  var handleObj, type;
                  if ( types && types.preventDefault && types.handleObj ) {
          
                      // ( event )  dispatched jQuery.Event
          Severity: Minor
          Found in Project/Droid.Image.UI/Scripts/jquery-3.0.0.slim.js - About 1 hr to fix

            Function finish has 28 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                finish: function( type ) {
                    if ( type !== false ) {
                        type = type || "fx";
                    }
                    return this.each( function() {
            Severity: Minor
            Found in Project/Droid.Image.UI/Scripts/jquery-3.0.0.js - About 1 hr to fix

              Function getWidthOrHeight has 28 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

              function getWidthOrHeight( elem, name, extra ) {
              
                  // Start with offset property, which is equivalent to the border-box value
                  var val,
                      valueIsBorderBox = true,
              Severity: Minor
              Found in Project/Droid.Image.UI/Scripts/jquery-3.0.0.slim.js - About 1 hr to fix

                Method DetectPedestrian has 28 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                        public static List<DetectZone> DetectPedestrian(byte[] imgArray)
                        {
                            List<DetectZone> zones = new List<DetectZone>();
                            try
                            {
                Severity: Minor
                Found in Project/Droid.Image/Controler/ParsingPicture.cs - About 1 hr to fix

                  Function clone has 27 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                      clone: function( elem, dataAndEvents, deepDataAndEvents ) {
                          var i, l, srcElements, destElements,
                              clone = elem.cloneNode( true ),
                              inPage = jQuery.contains( elem.ownerDocument, elem );
                  
                  
                  Severity: Minor
                  Found in Project/Droid.Image.UI/Scripts/jquery-2.1.1.js - About 1 hr to fix

                    Function fix has 27 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                        fix: function( event ) {
                            if ( event[ jQuery.expando ] ) {
                                return event;
                            }
                    
                    
                    Severity: Minor
                    Found in Project/Droid.Image.UI/Scripts/jquery-2.1.1.js - About 1 hr to fix

                      Function propFilter has 27 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                      function propFilter( props, specialEasing ) {
                          var index, name, easing, value, hooks;
                      
                          // camelCase, specialEasing and expand cssHook pass
                          for ( index in props ) {
                      Severity: Minor
                      Found in Project/Droid.Image.UI/Scripts/jquery-2.1.1.js - About 1 hr to fix

                        Function clone has 27 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                            clone: function( elem, dataAndEvents, deepDataAndEvents ) {
                                var i, l, srcElements, destElements,
                                    clone = elem.cloneNode( true ),
                                    inPage = jQuery.contains( elem.ownerDocument, elem );
                        
                        
                        Severity: Minor
                        Found in Project/Droid.Image.UI/Scripts/jquery-3.0.0.js - About 1 hr to fix

                          Function propFilter has 27 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                          function propFilter( props, specialEasing ) {
                              var index, name, easing, value, hooks;
                          
                              // camelCase, specialEasing and expand cssHook pass
                              for ( index in props ) {
                          Severity: Minor
                          Found in Project/Droid.Image.UI/Scripts/jquery-3.0.0.js - About 1 hr to fix

                            Function clone has 27 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                                clone: function( elem, dataAndEvents, deepDataAndEvents ) {
                                    var i, l, srcElements, destElements,
                                        clone = elem.cloneNode( true ),
                                        inPage = jQuery.contains( elem.ownerDocument, elem );
                            
                            
                            Severity: Minor
                            Found in Project/Droid.Image.UI/Scripts/jquery-3.0.0.slim.js - About 1 hr to fix

                              Method GetDifferenceImage has 27 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                                      public static Bitmap GetDifferenceImage(this System.Drawing.Bitmap img1, System.Drawing.Bitmap img2, bool adjustColorSchemeToMaxDifferenceFound = false, bool absoluteText = false)
                                      {
                                          //create a 16x16 tiles image with information about how much the two images differ
                                          int cellsize = 16;  //each tile is 16 pixels wide and high
                                          Bitmap bmp = new Bitmap(16 * cellsize + 1, 16 * cellsize + 1); //16 blocks * 16 pixels + a borderpixel at left/bottom
                              Severity: Minor
                              Found in Project/Droid.Image.Comparison/ExtensionMethods.cs - About 1 hr to fix

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

                                jQuery.Callbacks = function(flags) {
                                var _object = _1228819969(flags);
                                intellisense.annotate(_object, {
                                  'add': function() {
                                    /// <signature>
                                Severity: Minor
                                Found in Project/Droid.Image.UI/Scripts/jquery-2.1.1.intellisense.js - About 1 hr to fix

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

                                      off: function( types, selector, fn ) {
                                          var handleObj, type;
                                          if ( types && types.preventDefault && types.handleObj ) {
                                              // ( event )  dispatched jQuery.Event
                                              handleObj = types.handleObj;
                                  Severity: Minor
                                  Found in Project/Droid.Image.UI/Scripts/jquery-2.1.1.js - About 1 hr to fix

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

                                        offset: function( options ) {
                                            if ( arguments.length ) {
                                                return options === undefined ?
                                                    this :
                                                    this.each(function( i ) {
                                    Severity: Minor
                                    Found in Project/Droid.Image.UI/Scripts/jquery-2.1.1.js - About 1 hr to fix

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

                                              "*": [ function( prop, value ) {
                                                  var tween = this.createTween( prop, value ),
                                                      target = tween.cur(),
                                                      parts = rfxnum.exec( value ),
                                                      unit = parts && parts[ 3 ] || ( jQuery.cssNumber[ prop ] ? "" : "px" ),
                                      Severity: Minor
                                      Found in Project/Droid.Image.UI/Scripts/jquery-2.1.1.js - About 1 hr to fix

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

                                        jQuery.Callbacks = function(flags) {
                                        var _object = _1228819969(flags);
                                        intellisense.annotate(_object, {
                                          'add': function() {
                                            /// <signature>
                                        Severity: Minor
                                        Found in Project/Droid.Image.UI/Scripts/jquery-3.0.0.intellisense.js - About 1 hr to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language