mambax7/alumni-26x

View on GitHub
media/jquery/tablesorter-master/js/widgets/widget-view.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function buildToolBar has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

            buildToolBar: function(c, wo) {
                view.removeToolBar(c, wo);
                view.copyCaption(c, wo);
                var $toolbar = $(wo.view_toolbar);

Severity: Minor
Found in media/jquery/tablesorter-master/js/widgets/widget-view.js - About 1 hr to fix

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

                buildView: function(c, wo) {
                    view.removeView(c, wo);
    
                    var myview = wo.view_layouts[wo.view_layout];
                    var $container = $(myview.container, {
    Severity: Minor
    Found in media/jquery/tablesorter-master/js/widgets/widget-view.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status