CaffGeek/MBACNationals

View on GitHub

Showing 7,504 of 7,504 total issues

Method CopyTagsToComments has 46 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static function CopyTagsToComments(&$ThisFileInfo) {

        // Copy all entries from ['tags'] into common ['comments']
        if (!empty($ThisFileInfo['tags'])) {
            foreach ($ThisFileInfo['tags'] as $tagtype => $tagarray) {
Severity: Minor
Found in Web.Admin/2014/wordpress/wp-includes/ID3/getid3.lib.php - About 1 hr to fix

    Method uncompress has 46 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        public static function uncompress($ip)
        {
            $c1 = -1;
            $c2 = -1;
            if (substr_count($ip, '::') === 1)
    Severity: Minor
    Found in Web.Admin/2014/wordpress/wp-includes/SimplePie/Net/IPv6.php - About 1 hr to fix

      Method remove_rfc2822_comments has 46 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          public function remove_rfc2822_comments($string)
          {
              $string = (string) $string;
              $position = 0;
              $length = strlen($string);
      Severity: Minor
      Found in Web.Admin/2014/wordpress/wp-includes/SimplePie/Parse/Date.php - About 1 hr to fix

        Method uncomment_rfc822 has 46 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

            public static function uncomment_rfc822($string)
            {
                $string = (string) $string;
                $position = 0;
                $length = strlen($string);
        Severity: Minor
        Found in Web.Admin/2014/wordpress/wp-includes/SimplePie/Misc.php - About 1 hr to fix

          Method uncomment_rfc822 has 46 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

              function uncomment_rfc822($string)
              {
                  $string = (string) $string;
                  $position = 0;
                  $length = strlen($string);
          Severity: Minor
          Found in Web.Admin/2014/wordpress/wp-includes/class-simplepie.php - About 1 hr to fix

            Method remove_rfc2822_comments has 46 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                function remove_rfc2822_comments($string)
                {
                    $string = (string) $string;
                    $position = 0;
                    $length = strlen($string);
            Severity: Minor
            Found in Web.Admin/2014/wordpress/wp-includes/class-simplepie.php - About 1 hr to fix

              Method get_favicon has 46 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

                  function get_favicon()
                  {
                      if ($return = $this->get_channel_tags(SIMPLEPIE_NAMESPACE_ATOM_10, 'icon'))
                      {
                          return $this->sanitize($return[0]['data'], SIMPLEPIE_CONSTRUCT_IRI, $this->get_base($return[0]));
              Severity: Minor
              Found in Web.Admin/2014/wordpress/wp-includes/class-simplepie.php - About 1 hr to fix

                Method global_terms has 46 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                function global_terms( $term_id, $deprecated = '' ) {
                    global $wpdb;
                    static $global_terms_recurse = null;
                
                    if ( !global_terms_enabled() )
                Severity: Minor
                Found in Web.Admin/2014/wordpress/wp-includes/ms-functions.php - About 1 hr to fix

                  Similar blocks of code found in 2 locations. Consider refactoring.
                  Open

                              elseif ($restrictions = $parent->get_channel_tags(SIMPLEPIE_NAMESPACE_ITUNES, 'block'))
                              {
                                  foreach ($restrictions as $restriction)
                                  {
                                      $restriction_relationship = 'allow';
                  Severity: Major
                  Found in Web.Admin/2014/wordpress/wp-includes/SimplePie/Item.php and 1 other location - About 1 hr to fix
                  Web.Admin/2014/wordpress/wp-includes/SimplePie/Item.php on lines 1602..1615

                  Duplicated Code

                  Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                  Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                  When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                  Tuning

                  This issue has a mass of 117.

                  We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                  The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                  If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                  See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                  Refactorings

                  Further Reading

                  Similar blocks of code found in 2 locations. Consider refactoring.
                  Open

                              elseif ($restrictions = $this->get_item_tags(SIMPLEPIE_NAMESPACE_ITUNES, 'block'))
                              {
                                  foreach ($restrictions as $restriction)
                                  {
                                      $restriction_relationship = 'allow';
                  Severity: Major
                  Found in Web.Admin/2014/wordpress/wp-includes/SimplePie/Item.php and 1 other location - About 1 hr to fix
                  Web.Admin/2014/wordpress/wp-includes/SimplePie/Item.php on lines 1638..1651

                  Duplicated Code

                  Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                  Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                  When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                  Tuning

                  This issue has a mass of 117.

                  We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                  The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                  If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                  See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                  Refactorings

                  Further Reading

                  Function animate has 45 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                    .config(['$provide', function($provide) {
                  
                      var reflowQueue = [];
                      $provide.value('$$animateReflow', function(fn) {
                        var index = reflowQueue.length;
                  Severity: Minor
                  Found in Web.Admin/z-scripts/angular-mocks.js - About 1 hr to fix

                    Function dump has 45 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                    angular.mock.dump = function(object) {
                      return serialize(object);
                    
                      function serialize(object) {
                        var out;
                    Severity: Minor
                    Found in Web.Admin/z-scripts/angular-mocks.js - About 1 hr to fix

                      Function getFiles has 45 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                                  getFiles: function (input, filter, callback){
                                      var files = [];
                      
                                      if( callback ){
                                          api.filterFiles(api.getFiles(input), filter, callback);
                      Severity: Minor
                      Found in Web.Admin/z-scripts/FileAPI.js - About 1 hr to fix

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

                        Galleria.prototype.load = function() {
                        
                            // pass if no data is provided or facebook option not found
                            if ( arguments.length || typeof this._options.facebook !== 'string' ) {
                                load.apply( this, Galleria.utils.array( arguments ) );
                        Severity: Minor
                        Found in Web.Admin/2015/js/galleria/plugins/facebook/galleria.facebook.js - About 1 hr to fix

                          Function PopupWindow has 45 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                          function PopupWindow() {
                              if (!window.popupWindowIndex) { window.popupWindowIndex = 0; }
                              if (!window.popupWindowObjects) { window.popupWindowObjects = new Array(); }
                              if (!window.listenerAttached) {
                                  window.listenerAttached = true;
                          Severity: Minor
                          Found in Web.Admin/2014/wordpress/wp-includes/js/colorpicker.dev.js - About 1 hr to fix

                            Function update has 45 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                                update : function() {
                                    var f = document.forms[0], ed = tinyMCEPopup.editor, e, b;
                            
                                    tinyMCEPopup.restoreSelection();
                                    e = ed.dom.getParent(ed.selection.getNode(), 'A');

                              Function onLoad has 45 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                              },onLoad:function(){
                              var _f="imgCrop_";
                              var _10=this.img.parentNode;
                              var _11="";
                              if(this.isOpera8){
                              Severity: Minor
                              Found in Web.Admin/2014/wordpress/wp-includes/js/crop/cropper.js - About 1 hr to fix

                                Function prepareMediaItemInit has 45 lines of code (exceeds 25 allowed). Consider refactoring.
                                Open

                                function prepareMediaItemInit(fileObj) {
                                    var item = jQuery('#media-item-' + fileObj.id);
                                    // Clone the thumbnail as a "pinkynail" -- a tiny image to the left of the filename
                                    jQuery('.thumbnail', item).clone().attr('class', 'pinkynail toggle').prependTo(item);
                                
                                
                                Severity: Minor
                                Found in Web.Admin/2014/wordpress/wp-includes/js/plupload/handlers.js - About 1 hr to fix

                                  Function Coords has 45 lines of code (exceeds 25 allowed). Consider refactoring.
                                  Open

                                  opt.keySupport=$.browser.msie?false:true;var defaults={trackDocument:false,baseClass:'jcrop',addClass:null,bgColor:'black',bgOpacity:.6,borderOpacity:.4,handleOpacity:.5,handlePad:5,handleSize:9,handleOffset:5,edgeMargin:14,aspectRatio:0,keySupport:true,cornerHandles:true,sideHandles:true,drawBorders:true,dragEdges:true,boxWidth:0,boxHeight:0,boundary:8,animationDelay:20,swingSpeed:3,allowSelect:true,allowMove:true,allowResize:true,minSelect:[0,0],maxSize:[0,0],minSize:[0,0],onChange:function(){},onSelect:function(){}};var options=defaults;setOptions(opt);var $origimg=$(obj);var $img=$origimg.clone().removeAttr('id').css({position:'absolute'});$img.width($origimg.width());$img.height($origimg.height());$origimg.after($img).hide();presize($img,options.boxWidth,options.boxHeight);var boundx=$img.width(),boundy=$img.height(),$div=$('<div />').width(boundx).height(boundy).addClass(cssClass('holder')).css({position:'relative',backgroundColor:options.bgColor}).insertAfter($origimg).append($img);;if(options.addClass)$div.addClass(options.addClass);var $img2=$('<img />').attr('src',$img.attr('src')).css('position','absolute').width(boundx).height(boundy);var $img_holder=$('<div />').width(pct(100)).height(pct(100)).css({zIndex:310,position:'absolute',overflow:'hidden'}).append($img2);var $hdl_holder=$('<div />').width(pct(100)).height(pct(100)).css('zIndex',320);var $sel=$('<div />').css({position:'absolute',zIndex:300}).insertBefore($img).append($img_holder,$hdl_holder);var bound=options.boundary;var $trk=newTracker().width(boundx+(bound*2)).height(boundy+(bound*2)).css({position:'absolute',top:px(-bound),left:px(-bound),zIndex:290}).mousedown(newSelection);var xlimit,ylimit,xmin,ymin;var xscale,yscale,enabled=true;var docOffset=getPos($img),btndown,lastcurs,dimmed,animating,shift_down;var Coords=function()
                                  {var x1=0,y1=0,x2=0,y2=0,ox,oy;function setPressed(pos)
                                  {var pos=rebound(pos);x2=x1=pos[0];y2=y1=pos[1];};function setCurrent(pos)
                                  {var pos=rebound(pos);ox=pos[0]-x2;oy=pos[1]-y2;x2=pos[0];y2=pos[1];};function getOffset()
                                  {return[ox,oy];};function moveOffset(offset)
                                  Severity: Minor
                                  Found in Web.Admin/2014/wordpress/wp-includes/js/jcrop/jquery.Jcrop.js - About 1 hr to fix

                                    Function initialize has 45 lines of code (exceeds 25 allowed). Consider refactoring.
                                    Open

                                            function initialize() {
                                                if ( typeof window.pagenow === 'string' ) {
                                                    settings.screenId = window.pagenow;
                                                }
                                    
                                    
                                    Severity: Minor
                                    Found in Web.Admin/2014/wordpress/wp-includes/js/heartbeat.js - About 1 hr to fix
                                      Severity
                                      Category
                                      Status
                                      Source
                                      Language