eisen-dev/eisen_front

View on GitHub

Showing 2,746 of 2,746 total issues

Function setup has 99 lines of code (exceeds 25 allowed). Consider refactoring.
Open

setup : function( table, c ) {
// if no thead or tbody, or tablesorter is already present, quit
if ( !table || !table.tHead || table.tBodies.length === 0 || table.hasInitialized === true ) {
if ( c.debug ) {
if ( table.hasInitialized ) {
Severity: Major
Found in webd/includes/tablesorter/jquery.tablesorter.js - About 3 hrs to fix

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

    if ($return['error'] === false) {
    $package = $dba->installedPackageSearch($target_host, $dbh, $search);
    foreach ($package as $i => $row) {
    $return['msg'] .= '<tr class="cell-which-triggers-popup"
    data-modal="open"
    Severity: Major
    Found in webd/includes/search.php and 1 other location - About 3 hrs to fix
    webd/includes/search.php on lines 131..149

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

    if ($return['error'] === false) {
    $package = $dba->PackageSearch($target_host, $dbh, $search);
    foreach ($package as $i => $row) {
    $return['msg'] .= '<tr class="cell-which-triggers-popup"
    data-modal="open"
    Severity: Major
    Found in webd/includes/search.php and 1 other location - About 3 hrs to fix
    webd/includes/search.php on lines 83..101

    Function format has 91 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    format: function(table, c, wo) {
    var i, hdr, icon, time, $header, $icon, $tfoot, $h, oldtheme, oldremove, oldIconRmv, hasOldTheme,
    themesAll = ts.themes,
    $table = c.$table.add( $( c.namespace + '_extra_table' ) ),
    $headers = c.$headers.add( $( c.namespace + '_extra_headers' ) ),
    Severity: Major
    Found in webd/includes/tablesorter/jquery.tablesorter.widgets.js - About 3 hrs to fix

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

      format : function( str, table ) {
      var num = ts.formatFloat( ( str || '' ).replace( ts.regex.nondigit, '' ), table );
      return str && typeof num === 'number' ? num :
      str ? $.trim( str && table.config.ignoreCase ? str.toLocaleLowerCase() : str ) : str;
      },
      Severity: Major
      Found in webd/includes/tablesorter/jquery.tablesorter.js and 1 other location - About 3 hrs to fix
      webd/includes/tablesorter/jquery.tablesorter.js on lines 2507..2511

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

      format : function( str, table ) {
      var num = ts.formatFloat( ( str || '' ).replace( ts.regex.nondigit, '' ), table );
      return str && typeof num === 'number' ? num :
      str ? $.trim( str && table.config.ignoreCase ? str.toLocaleLowerCase() : str ) : str;
      },
      Severity: Major
      Found in webd/includes/tablesorter/jquery.tablesorter.js and 1 other location - About 3 hrs to fix
      webd/includes/tablesorter/jquery.tablesorter.js on lines 2490..2494

      File ajaxtest.php has 308 lines of code (exceeds 250 allowed). Consider refactoring.
      Open

      <!--
      Eisen Frontend
      http://eisen-dev.github.io
       
      Copyright (c) $today.year Alice Ferrazzi <alice.ferrazzi@gmail.com> - Takuma Muramatsu <t.muramatu59@gmail.com>
      Severity: Minor
      Found in webd/ajaxtest.php - About 3 hrs to fix

        The class restclient has 19 public methods. Consider refactoring restclient to keep number of public methods under 10.
        Open

        class restclient
        {
        /**
        * @return Logger
        */
        Severity: Minor
        Found in webd/includes/restclient.php by phpmd

        The class DbAction has 33 non-getter- and setter-methods. Consider refactoring DbAction to keep number of methods under 25.
        Open

        class DbAction
        {
        /**
        * @return Logger
        */
        Severity: Minor
        Found in webd/includes/DbAction.php by phpmd

        The class DbAction has 33 public methods. Consider refactoring DbAction to keep number of public methods under 10.
        Open

        class DbAction
        {
        /**
        * @return Logger
        */
        Severity: Minor
        Found in webd/includes/DbAction.php by phpmd

        The class restclient has an overall complexity of 55 which is very high. The configured complexity threshold is 50.
        Open

        class restclient
        {
        /**
        * @return Logger
        */
        Severity: Minor
        Found in webd/includes/restclient.php by phpmd

        The class DbAction has an overall complexity of 70 which is very high. The configured complexity threshold is 50.
        Open

        class DbAction
        {
        /**
        * @return Logger
        */
        Severity: Minor
        Found in webd/includes/DbAction.php by phpmd

        Function setupParsers has 83 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

        setupParsers : function( c, $tbodies ) {
        var rows, list, span, max, colIndex, indx, header, configHeaders,
        noParser, parser, extractor, time, tbody, len,
        table = c.table,
        tbodyIndex = 0,
        Severity: Major
        Found in webd/includes/tablesorter/jquery.tablesorter.js - About 3 hrs to fix

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

          public function tasks_result($rest_host, $rest_port, $username, $password, $task_id)
          {
          try {
          $uri = 'http://' . $rest_host . ':' . $rest_port . '/eisen/api/v1.0/task/' . $task_id . '/result';
          $response = \Httpful\Request::get($uri)
          Severity: Major
          Found in webd/includes/restclient.php and 1 other location - About 3 hrs to fix
          webd/includes/restclient.php on lines 266..284

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

          public function recipe_result($rest_host, $rest_port, $username, $password, $recipe_id)
          {
          try {
          $uri = 'http://' . $rest_host . ':' . $rest_port . '/eisen/api/v1.0/recipe/' . $recipe_id . '/result';
          $response = \Httpful\Request::get($uri)
          Severity: Major
          Found in webd/includes/restclient.php and 1 other location - About 3 hrs to fix
          webd/includes/restclient.php on lines 237..255

          Function buildHeaders has 79 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

          buildHeaders : function( c ) {
          var $temp, icon, timer, indx;
          c.headerList = [];
          c.headerContent = [];
          c.sortVars = [];
          Severity: Major
          Found in webd/includes/tablesorter/jquery.tablesorter.js - About 3 hrs to fix

            File Promise.ts has 298 lines of code (exceeds 250 allowed). Consider refactoring.
            Open

            "use strict";
             
            /**
            Module P: Generic Promises for TypeScript
             
             
            Severity: Minor
            Found in webd/ts/libs/Promise.ts - About 3 hrs to fix

              Function bindMethods has 77 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

              bindMethods : function( c ) {
              var $table = c.$table,
              namespace = c.namespace,
              events = ( 'sortReset update updateRows updateAll updateHeaders addRows updateCell updateComplete ' +
              'sorton appendCache updateCache applyWidgetId applyWidgets refreshWidgets destroy mouseup ' +
              Severity: Major
              Found in webd/includes/tablesorter/jquery.tablesorter.js - About 3 hrs to fix

                Consider simplifying this complex logical expression.
                Open

                if ( searchFiltered ) {
                // cycle through all filters; include last ( columnIndex + 1 = match any column ). Fixes #669
                for ( indx = 0; indx < columnIndex + 1; indx++ ) {
                val = filters[indx] || '';
                // break out of loop if we've already determined not to search filtered rows
                Severity: Critical
                Found in webd/includes/tablesorter/jquery.tablesorter.widgets.js - About 3 hrs to fix

                  Function buildRow has 70 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                  buildRow: function( table, c, wo ) {
                  var $filter, col, column, $header, makeSelect, disabled, name, ffxn, tmp,
                  // c.columns defined in computeThIndexes()
                  cellFilter = wo.filter_cellFilter,
                  columns = c.columns,
                  Severity: Major
                  Found in webd/includes/tablesorter/jquery.tablesorter.widgets.js - About 2 hrs to fix
                    Severity
                    Category
                    Status
                    Source
                    Language