CaffGeek/MBACNationals

View on GitHub

Showing 5,566 of 7,504 total issues

Function compile has 53 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    compile: function (tElement, tAttrs, $transclude) {
      return function (scope, $element, attrs) {
        var previousEl, currentEl, currentScope, latestLocals,
            onloadExp     = attrs.onload || '',
            autoScrollExp = attrs.autoscroll,
Severity: Major
Found in Web.Admin/z-scripts/angular-ui-router.js - About 2 hrs to fix

    Function _transform has 53 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

            function _transform(err, img){
                // img -- info object
                var
                      images = {}
                    , queue = api.queue(function (err){
    Severity: Major
    Found in Web.Admin/z-scripts/FileAPI.js - About 2 hrs to fix

      Function ContextTagKeys has 53 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

              function ContextTagKeys() {
                  this.applicationVersion = "ai.application.ver";
                  this.applicationBuild = "ai.application.build";
                  this.applicationTypeId = "ai.application.typeId";
                  this.deviceId = "ai.device.id";
      Severity: Major
      Found in Web.Admin/z-scripts/ai.0.15.0-build46802.js - About 2 hrs to fix

        Function Finger has 53 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

            var Finger = function(elem, options) {
        
                // default options
                this.config = {
                    start: 0,
        Severity: Major
        Found in Web.Admin/2015/js/galleria/galleria-1.4.2.js - About 2 hrs to fix

          Function edInsertTag has 53 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

              t.edInsertTag = function(i) {
                  //IE support
                  if ( document.selection ) {
                      t.Canvas.focus();
                      sel = document.selection.createRange();
          Severity: Major
          Found in Web.Admin/2014/wordpress/wp-includes/js/quicktags.dev.js - About 2 hrs to fix

            Function Finger has 53 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                var Finger = function(elem, options) {
            
                    // default options
                    this.config = {
                        start: 0,
            Severity: Major
            Found in Web.Admin/Content/galleria/galleria-1.4.2.js - About 2 hrs to fix

              Method upgrade_130 has 53 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

              function upgrade_130() {
                  global $wpdb;
              
                  // Remove extraneous backslashes.
                  $posts = $wpdb->get_results("SELECT ID, post_title, post_content, post_excerpt, guid, post_date, post_name, post_status, post_author FROM $wpdb->posts");
              Severity: Major
              Found in Web.Admin/2014/wordpress/wp-admin/includes/upgrade.php - About 2 hrs to fix

                Method iis7_add_rewrite_rule has 53 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                function iis7_add_rewrite_rule($filename, $rewrite_rule) {
                    if ( ! class_exists('DOMDocument') )
                        return false;
                
                    // If configuration file does not exist then we create one.
                Severity: Major
                Found in Web.Admin/2014/wordpress/wp-admin/includes/misc.php - About 2 hrs to fix

                  Method step_2 has 53 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                      function step_2() {
                          check_admin_referer('custom-header');
                          $overrides = array('test_form' => false);
                          $file = wp_handle_upload($_FILES['import'], $overrides);
                  
                  
                  Severity: Major
                  Found in Web.Admin/2014/wordpress/wp-admin/custom-header.php - About 2 hrs to fix

                    Method wp_admin_bar_edit_menu has 53 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                    function wp_admin_bar_edit_menu( $wp_admin_bar ) {
                        global $tag, $wp_the_query;
                    
                        if ( is_admin() ) {
                            $current_screen = get_current_screen();
                    Severity: Major
                    Found in Web.Admin/2014/wordpress/wp-includes/admin-bar.php - About 2 hrs to fix

                      Method get_contributors has 53 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                          public function get_contributors()
                          {
                              $contributors = array();
                              foreach ((array) $this->get_item_tags(SIMPLEPIE_NAMESPACE_ATOM_10, 'contributor') as $contributor)
                              {
                      Severity: Major
                      Found in Web.Admin/2014/wordpress/wp-includes/SimplePie/Item.php - About 2 hrs to fix

                        Method get_contributors has 53 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                            public function get_contributors()
                            {
                                $contributors = array();
                                foreach ((array) $this->get_source_tags(SIMPLEPIE_NAMESPACE_ATOM_10, 'contributor') as $contributor)
                                {
                        Severity: Major
                        Found in Web.Admin/2014/wordpress/wp-includes/SimplePie/Source.php - About 2 hrs to fix

                          Method get_the_category_list has 53 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                          function get_the_category_list( $separator = '', $parents='', $post_id = false ) {
                              global $wp_rewrite;
                              $categories = get_the_category( $post_id );
                              if ( empty( $categories ) )
                                  return apply_filters( 'the_category', __( 'Uncategorized' ), $separator, $parents );
                          Severity: Major
                          Found in Web.Admin/2014/wordpress/wp-includes/category-template.php - About 2 hrs to fix

                            Method wp_list_categories has 53 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                            function wp_list_categories( $args = '' ) {
                                $defaults = array(
                                    'show_option_all' => '', 'orderby' => 'name',
                                    'order' => 'ASC', 'show_last_update' => 0,
                                    'style' => 'list', 'show_count' => 0,
                            Severity: Major
                            Found in Web.Admin/2014/wordpress/wp-includes/category-template.php - About 2 hrs to fix

                              Method setup_widget_addition_previews has 53 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                                  public function setup_widget_addition_previews() {
                                      $is_customize_preview = false;
                              
                                      if ( ! empty( $this->manager ) && ! is_admin() && 'on' === $this->get_post_value( 'wp_customize' ) ) {
                                          $is_customize_preview = check_ajax_referer( 'preview-customize_' . $this->manager->get_stylesheet(), 'nonce', false );
                              Severity: Major
                              Found in Web.Admin/2014/wordpress/wp-includes/class-wp-customize-widgets.php - About 2 hrs to fix

                                Method get_contributors has 53 lines of code (exceeds 25 allowed). Consider refactoring.
                                Open

                                    function get_contributors()
                                    {
                                        $contributors = array();
                                        foreach ((array) $this->get_channel_tags(SIMPLEPIE_NAMESPACE_ATOM_10, 'contributor') as $contributor)
                                        {
                                Severity: Major
                                Found in Web.Admin/2014/wordpress/wp-includes/class-simplepie.php - About 2 hrs to fix

                                  Method get_contributors has 53 lines of code (exceeds 25 allowed). Consider refactoring.
                                  Open

                                      function get_contributors()
                                      {
                                          $contributors = array();
                                          foreach ((array) $this->get_source_tags(SIMPLEPIE_NAMESPACE_ATOM_10, 'contributor') as $contributor)
                                          {
                                  Severity: Major
                                  Found in Web.Admin/2014/wordpress/wp-includes/class-simplepie.php - About 2 hrs to fix

                                    Method get_type has 53 lines of code (exceeds 25 allowed). Consider refactoring.
                                    Open

                                        function get_type()
                                        {
                                            if (isset($this->file->headers['content-type']))
                                            {
                                                if (!isset($this->file->headers['content-encoding'])
                                    Severity: Major
                                    Found in Web.Admin/2014/wordpress/wp-includes/class-simplepie.php - About 2 hrs to fix

                                      Method get_contributors has 53 lines of code (exceeds 25 allowed). Consider refactoring.
                                      Open

                                          function get_contributors()
                                          {
                                              $contributors = array();
                                              foreach ((array) $this->get_item_tags(SIMPLEPIE_NAMESPACE_ATOM_10, 'contributor') as $contributor)
                                              {
                                      Severity: Major
                                      Found in Web.Admin/2014/wordpress/wp-includes/class-simplepie.php - About 2 hrs to fix

                                        Method call has 53 lines of code (exceeds 25 allowed). Consider refactoring.
                                        Open

                                            function call($methodname, $args) {
                                                // Make sure it's in an array
                                                if ($args && !is_array($args)) {
                                                    $args = array($args);
                                                }
                                        Severity: Major
                                        Found in Web.Admin/2014/wordpress/wp-includes/class-IXR.php - About 2 hrs to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language