ThibaultMontaufray/Droid-Image

View on GitHub

Showing 429 of 903 total issues

Method ResizeAndDisplayImage has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        private void ResizeAndDisplayImage(int width, int height)
        {
            // Set the backcolor of the pictureboxes
            //pictureboxmini.BackColor = BackColor;

Severity: Minor
Found in Project/Droid.Image/Controler/Interface_image.cs - About 1 hr to fix

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

        when: function( subordinate /* , ..., subordinateN */ ) {
            var i = 0,
                resolveValues = slice.call( arguments ),
                length = resolveValues.length,
    
    
    Severity: Minor
    Found in Project/Droid.Image.UI/Scripts/jquery-2.1.1.js - About 1 hr to fix

      Function Deferred has 36 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

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

        Function Deferred has 36 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

        jQuery.Deferred = function(func) {
        var _object = _731531622(func);
        intellisense.annotate(_object, {
          'always': function() {
            /// <signature>
        Severity: Minor
        Found in Project/Droid.Image.UI/Scripts/jquery-3.0.0.intellisense.js - About 1 hr to fix

          Function mightThrow has 36 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

                                          mightThrow = function() {
                                              var returned, then;
          
                                              // Support: Promises/A+ section 2.3.3.3.3
                                              // https://promisesaplus.com/#point-59
          Severity: Minor
          Found in Project/Droid.Image.UI/Scripts/jquery-3.0.0.js - About 1 hr to fix

            Function mightThrow has 36 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                                            mightThrow = function() {
                                                var returned, then;
            
                                                // Support: Promises/A+ section 2.3.3.3.3
                                                // https://promisesaplus.com/#point-59
            Severity: Minor
            Found in Project/Droid.Image.UI/Scripts/jquery-3.0.0.slim.js - About 1 hr to fix

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

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

                Function dispatch has 35 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                    dispatch: function( event ) {
                
                        // Make a writable jQuery.Event from the native event object
                        event = jQuery.event.fix( event );
                
                
                Severity: Minor
                Found in Project/Droid.Image.UI/Scripts/jquery-2.1.1.js - About 1 hr to fix

                  Function access has 35 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                  var access = jQuery.access = function( elems, fn, key, value, chainable, emptyGet, raw ) {
                      var i = 0,
                          len = elems.length,
                          bulk = key == null;
                  
                  
                  Severity: Minor
                  Found in Project/Droid.Image.UI/Scripts/jquery-2.1.1.js - About 1 hr to fix

                    Function style has 35 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-3.0.0.js - About 1 hr to fix

                      Function style has 35 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-3.0.0.slim.js - About 1 hr to fix

                        Method AddImage has 35 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                                private void AddImage()
                                {
                                    BuildSheet();
                                    try
                                    {
                        Severity: Minor
                        Found in Project/Droid.Image.UI/Interface_image.cs - About 1 hr to fix

                          Method BuildReturnPanel has 35 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                                  private void BuildReturnPanel()
                                  {
                                      ts_returnH = new RibbonButton("Return horizontal");
                                      ts_returnH.MinSizeMode = RibbonElementSizeMode.DropDown;
                                      ts_returnH.Click += new EventHandler(tsb_returnH_Click);
                          Severity: Minor
                          Found in Project/Droid.Image.UI/ToolStripMenuIMG.cs - About 1 hr to fix

                            Function setOffset has 34 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                                setOffset: function( elem, options, i ) {
                                    var curPosition, curLeft, curCSSTop, curTop, curOffset, curCSSLeft, calculatePosition,
                                        position = jQuery.css( elem, "position" ),
                                        curElem = jQuery( elem ),
                                        props = {};
                            Severity: Minor
                            Found in Project/Droid.Image.UI/Scripts/jquery-2.1.1.js - About 1 hr to fix

                              Function adjustCSS has 34 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                              function adjustCSS( elem, prop, valueParts, tween ) {
                                  var adjusted,
                                      scale = 1,
                                      maxIterations = 20,
                                      currentValue = tween ?
                              Severity: Minor
                              Found in Project/Droid.Image.UI/Scripts/jquery-3.0.0.slim.js - About 1 hr to fix

                                Function setOffset has 34 lines of code (exceeds 25 allowed). Consider refactoring.
                                Open

                                    setOffset: function( elem, options, i ) {
                                        var curPosition, curLeft, curCSSTop, curTop, curOffset, curCSSLeft, calculatePosition,
                                            position = jQuery.css( elem, "position" ),
                                            curElem = jQuery( elem ),
                                            props = {};
                                Severity: Minor
                                Found in Project/Droid.Image.UI/Scripts/jquery-3.0.0.js - About 1 hr to fix

                                  Function setOffset has 34 lines of code (exceeds 25 allowed). Consider refactoring.
                                  Open

                                      setOffset: function( elem, options, i ) {
                                          var curPosition, curLeft, curCSSTop, curTop, curOffset, curCSSLeft, calculatePosition,
                                              position = jQuery.css( elem, "position" ),
                                              curElem = jQuery( elem ),
                                              props = {};
                                  Severity: Minor
                                  Found in Project/Droid.Image.UI/Scripts/jquery-3.0.0.slim.js - About 1 hr to fix

                                    Function adjustCSS has 34 lines of code (exceeds 25 allowed). Consider refactoring.
                                    Open

                                    function adjustCSS( elem, prop, valueParts, tween ) {
                                        var adjusted,
                                            scale = 1,
                                            maxIterations = 20,
                                            currentValue = tween ?
                                    Severity: Minor
                                    Found in Project/Droid.Image.UI/Scripts/jquery-3.0.0.js - About 1 hr to fix

                                      Method LaunchBack has 34 lines of code (exceeds 25 allowed). Consider refactoring.
                                      Open

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

                                        Method LaunchBack has 34 lines of code (exceeds 25 allowed). Consider refactoring.
                                        Open

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