ThibaultMontaufray/Droid-Image

View on GitHub

Showing 429 of 903 total issues

Consider simplifying this complex logical expression.
Open

            if ( start && start[ 3 ] !== unit ) {
                // Trust units reported by jQuery.css
                unit = unit || start[ 3 ];

                // Make sure we update the tween properties later on
Severity: Critical
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 ( initialInUnit && initialInUnit[ 3 ] !== unit ) {
    
            // Trust units reported by jQuery.css
            unit = unit || initialInUnit[ 3 ];
    
    
    Severity: Critical
    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

                              } else if ( useCache && (cache = (elem[ expando ] || (elem[ expando ] = {}))[ type ]) && cache[0] === dirruns ) {
                                  diff = cache[1];
      
                              // xml :nth-child(...) or :nth-last-child(...) or :nth(-last)?-of-type(...)
                              } else {
      Severity: Critical
      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 ( initialInUnit && initialInUnit[ 3 ] !== unit ) {
        
                // Trust units reported by jQuery.css
                unit = unit || initialInUnit[ 3 ];
        
        
        Severity: Critical
        Found in Project/Droid.Image.UI/Scripts/jquery-3.0.0.js - About 1 hr to fix

          Function showHide has 33 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

          function showHide( elements, show ) {
              var display, elem,
                  values = [],
                  index = 0,
                  length = elements.length;
          Severity: Minor
          Found in Project/Droid.Image.UI/Scripts/jquery-3.0.0.slim.js - About 1 hr to fix

            Function showHide has 33 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

            function showHide( elements, show ) {
                var display, elem,
                    values = [],
                    index = 0,
                    length = elements.length;
            Severity: Minor
            Found in Project/Droid.Image.UI/Scripts/jquery-3.0.0.js - About 1 hr to fix

              Method LaunchNext has 33 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

                      private void LaunchNext()
                      {
                          try
                          {
                              if (_webSearchUrls != null)
              Severity: Minor
              Found in Project/Droid.Image.UI/Interface_image.cs - About 1 hr to fix

                Method LaunchNext has 33 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                        private void LaunchNext()
                        {
                            try
                            {
                                if (_webSearchUrls != null)
                Severity: Minor
                Found in Project/Droid.Image/Controler/Interface_image.cs - About 1 hr to fix

                  Function style has 32 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                      style: function( elem, name, value, extra ) {
                          // Don't set styles on text and comment nodes
                          if ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) {
                              return;
                          }
                  Severity: Minor
                  Found in Project/Droid.Image.UI/Scripts/jquery-2.1.1.js - About 1 hr to fix

                    Function removeClass has 32 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                        removeClass: function( value ) {
                            var classes, elem, cur, clazz, j, finalValue,
                                proceed = arguments.length === 0 || typeof value === "string" && value,
                                i = 0,
                                len = this.length;
                    Severity: Minor
                    Found in Project/Droid.Image.UI/Scripts/jquery-2.1.1.js - About 1 hr to fix

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

                          addClass: function( value ) {
                              var classes, elem, cur, clazz, j, finalValue,
                                  proceed = typeof value === "string" && value,
                                  i = 0,
                                  len = this.length;
                      Severity: Minor
                      Found in Project/Droid.Image.UI/Scripts/jquery-2.1.1.js - About 1 hr to fix

                        Function load has 32 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                        jQuery.fn.load = function( url, params, callback ) {
                            if ( typeof url !== "string" && _load ) {
                                return _load.apply( this, arguments );
                            }
                        
                        
                        Severity: Minor
                        Found in Project/Droid.Image.UI/Scripts/jquery-2.1.1.js - About 1 hr to fix

                          Method BuildPanelMode has 32 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                                  private void BuildPanelMode()
                                  {
                                      _modeView = new RibbonButton();
                                      _modeView.Name = "View";
                                      _modeView.Text = _modeView.Name;
                          Severity: Minor
                          Found in Project/Droid.Image.UI/Vues/ToolStripMenuIMG.cs - About 1 hr to fix

                            Method BuildToolsAdjustment has 32 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                                    private void BuildToolsAdjustment()
                                    {
                                        _ts_tool_contrast = new RibbonButton("Contraste");
                                        _ts_tool_contrast.Click += new EventHandler(tsb_Click);
                                        _ts_tool_contrast.SmallImage = Tools.Utilities.Resources.ResourceIconSet16Default.contrast;
                            Severity: Minor
                            Found in Project/Droid.Image.UI/Vues/ToolStripMenuIMG.cs - About 1 hr to fix

                              Function load has 31 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                              jQuery.fn.load = function( url, params, callback ) {
                                  var selector, type, response,
                                      self = this,
                                      off = url.indexOf( " " );
                              
                              
                              Severity: Minor
                              Found in Project/Droid.Image.UI/Scripts/jquery-3.0.0.js - About 1 hr to fix

                                Function removeClass has 31 lines of code (exceeds 25 allowed). Consider refactoring.
                                Open

                                    removeClass: 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 handlers has 31 lines of code (exceeds 25 allowed). Consider refactoring.
                                  Open

                                      handlers: function( event, handlers ) {
                                          var i, matches, sel, handleObj,
                                              handlerQueue = [],
                                              delegateCount = handlers.delegateCount,
                                              cur = event.target;
                                  Severity: Minor
                                  Found in Project/Droid.Image.UI/Scripts/jquery-3.0.0.js - About 1 hr to fix

                                    Function handlers has 31 lines of code (exceeds 25 allowed). Consider refactoring.
                                    Open

                                        handlers: function( event, handlers ) {
                                            var i, matches, sel, handleObj,
                                                handlerQueue = [],
                                                delegateCount = handlers.delegateCount,
                                                cur = event.target;
                                    Severity: Minor
                                    Found in Project/Droid.Image.UI/Scripts/jquery-3.0.0.slim.js - About 1 hr to fix

                                      Function removeClass has 31 lines of code (exceeds 25 allowed). Consider refactoring.
                                      Open

                                          removeClass: 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

                                        Method LaunchApplyMask has 31 lines of code (exceeds 25 allowed). Consider refactoring.
                                        Open

                                                private void LaunchApplyMask()
                                                {
                                                    if (_currentImage != null && _mask != null)
                                                    {
                                                        Bitmap original = new Bitmap(_currentImage); ;
                                        Severity: Minor
                                        Found in Project/Droid.Image/Controler/Interface_image.cs - About 1 hr to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language