mambax7/publisher

View on GitHub

Showing 578 of 3,032 total issues

Function getItemRating5 has a Cognitive Complexity of 33 (exceeds 5 allowed). Consider refactoring.
Open

    public function getItemRating5($itemObj = null, $source = null): array
    {
        $itemId    = $itemObj->itemid();
        $source    = $source ?? 0;
        $xoopsUser = $GLOBALS['xoopsUser'];
Severity: Minor
Found in class/VoteHandler.php - About 4 hrs to fix

Cognitive Complexity

Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

A method's cognitive complexity is based on a few simple rules:

  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
  • Code is considered more complex for each "break in the linear flow of the code"
  • Code is considered more complex when "flow breaking structures are nested"

Further reading

Method publisher_editItem has 122 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function publisher_editItem($showmenu = false, $itemId = 0, $clone = false): void
{
    $helper = Helper::getInstance();
    global $publisherCurrentPage;

Severity: Major
Found in admin/item.php - About 4 hrs to fix

    Method publisher_items_new_show has 122 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    function publisher_items_new_show($options)
    {
        $helper = Helper::getInstance();
        /** @var ItemHandler $itemHandler */
        $itemHandler = $helper->getHandler('Item');
    Severity: Major
    Found in blocks/items_new.php - About 4 hrs to fix

      Method edit has 121 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          public static function edit(): void
          {
              $helper = Helper::getInstance();
              /** @var MimetypeHandler $mimetypeHandler */
              $mimetypeHandler = $helper->getHandler('Mimetype');
      Severity: Major
      Found in class/MimetypesUtility.php - About 4 hrs to fix

        File ajaxupload.3.9.js has 368 lines of code (exceeds 250 allowed). Consider refactoring.
        Open

        /**
         * AJAX Upload ( http://valums.com/ajax-upload/ )
         * Copyright (c) Andris Valums
         * Licensed under the MIT license ( http://valums.com/mit-license/ )
         * Thanks to Gary Haran, David Mark, Corey Burns and others for contributions
        Severity: Minor
        Found in assets/js/ajaxupload.3.9.js - About 4 hrs to fix

          Method publisher_search_show has 119 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

          function publisher_search_show($options)
          {
              $block  = [];
              $helper = Helper::getInstance();
              /** @var CategoryHandler $categoryHandler */
          Severity: Major
          Found in blocks/search.php - About 4 hrs to fix

            Function listBlocks has a Cognitive Complexity of 32 (exceeds 5 allowed). Consider refactoring.
            Open

                public function listBlocks(): void
                {
                    global $xoopsModule, $pathIcon16;
                    require_once XOOPS_ROOT_PATH . '/class/xoopslists.php';
                    //        xoops_loadLanguage('admin', 'system');
            Severity: Minor
            Found in class/Common/Blocksadmin.php - About 4 hrs to fix

            Cognitive Complexity

            Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

            A method's cognitive complexity is based on a few simple rules:

            • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
            • Code is considered more complex for each "break in the linear flow of the code"
            • Code is considered more complex when "flow breaking structures are nested"

            Further reading

            Method add has 118 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                public static function add(): void
                {
                    $helper = Helper::getInstance();
                    /** @var MimetypeHandler $mimetypeHandler */
                    $mimetypeHandler = $helper->getHandler('Mimetype');
            Severity: Major
            Found in class/MimetypesUtility.php - About 4 hrs to fix

              Timthumb has 35 functions (exceeds 20 allowed). Consider refactoring.
              Open

              class Timthumb
              {
                  protected        $src                      = '';
                  protected        $is404                    = false;
                  protected        $docRoot                  = '';
              Severity: Minor
              Found in thumb.php - About 4 hrs to fix

                Function publisher_items_columns_show has a Cognitive Complexity of 30 (exceeds 5 allowed). Consider refactoring.
                Open

                function publisher_items_columns_show($options)
                {
                    //    global $xoTheme;
                    $helper = Helper::getInstance();
                    /** @var CategoryHandler $categoryHandler */
                Severity: Minor
                Found in blocks/items_columns.php - About 4 hrs to fix

                Cognitive Complexity

                Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                A method's cognitive complexity is based on a few simple rules:

                • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                • Code is considered more complex for each "break in the linear flow of the code"
                • Code is considered more complex when "flow breaking structures are nested"

                Further reading

                Function smarty_modifier_rewrite_url has a Cognitive Complexity of 30 (exceeds 5 allowed). Consider refactoring.
                Open

                function smarty_modifier_rewrite_url($url, $insert_param, $param_value = null, $remove_params_arr = '')
                {
                    //parse $insert_param if it is a query string
                    if (preg_match('/.+=([\w%,-])*/', $insert_param)) {
                        parse_str($insert_param, $insert_arr);
                Severity: Minor
                Found in extra/modifier.rewrite_url.php - About 4 hrs to fix

                Cognitive Complexity

                Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                A method's cognitive complexity is based on a few simple rules:

                • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                • Code is considered more complex for each "break in the linear flow of the code"
                • Code is considered more complex when "flow breaking structures are nested"

                Further reading

                Function createElements has a Cognitive Complexity of 30 (exceeds 5 allowed). Consider refactoring.
                Open

                    public function createElements(): void
                    {
                        // require_once  \dirname(__DIR__, 2) . '/include/common.php';
                        // Category
                        $criteria = new \Criteria(null);
                Severity: Minor
                Found in class/Form/CategoryForm.php - About 4 hrs to fix

                Cognitive Complexity

                Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                A method's cognitive complexity is based on a few simple rules:

                • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                • Code is considered more complex for each "break in the linear flow of the code"
                • Code is considered more complex when "flow breaking structures are nested"

                Further reading

                Method editCategory has 108 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                    public static function editCategory($showmenu = false, $categoryid = 0, $nbSubCats = 4, $categoryObj = null): void
                    {
                        $helper       = Helper::getInstance();
                        $configurator = new Common\Configurator();
                        $icons        = $configurator->icons;
                Severity: Major
                Found in class/Utility.php - About 4 hrs to fix

                  Function publisher_search_show has a Cognitive Complexity of 28 (exceeds 5 allowed). Consider refactoring.
                  Open

                  function publisher_search_show($options)
                  {
                      $block  = [];
                      $helper = Helper::getInstance();
                      /** @var CategoryHandler $categoryHandler */
                  Severity: Minor
                  Found in blocks/search.php - About 4 hrs to fix

                  Cognitive Complexity

                  Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                  A method's cognitive complexity is based on a few simple rules:

                  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                  • Code is considered more complex for each "break in the linear flow of the code"
                  • Code is considered more complex when "flow breaking structures are nested"

                  Further reading

                  Method createSchemaFromSqlfile has 99 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                      public function createSchemaFromSqlfile(): bool
                      {
                          if (!\is_file($this->fileSql)) {
                              \xoops_error('Error: Sql file not found!');
                              return false;
                  Severity: Major
                  Found in class/Common/MigrateHelper.php - About 3 hrs to fix

                    File admin.php has 330 lines of code (exceeds 250 allowed). Consider refactoring.
                    Open

                    <?php declare(strict_types=1);
                    
                    /**
                     * Module: Publisher
                     * Author: The SmartFactory <www.smartfactory.ca>
                    Severity: Minor
                    Found in language/english/admin.php - About 3 hrs to fix

                      Function init has 97 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                                  function init() {
                      
                                      // popeye dom setup
                                      //--------------------------------------------------------------
                      
                      
                      Severity: Major
                      Found in assets/js/jquery.popeye-2.1.js - About 3 hrs to fix

                        `` has 31 functions (exceeds 20 allowed). Consider refactoring.
                        Open

                            {
                                def: 'easeOutQuad',
                                swing: function (x, t, b, c, d) {
                                    //alert(jQuery.easing.default);
                                    return jQuery.easing[jQuery.easing.def](x, t, b, c, d);
                        Severity: Minor
                        Found in assets/js/jquery.easing.js - About 3 hrs to fix

                          Method render has 95 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                              public function render(?array $block = null)
                              {
                                  \xoops_load('XoopsFormLoader');
                                  \xoops_loadLanguage('common', $this->moduleDirNameUpper);
                          
                          
                          Severity: Major
                          Found in class/Common/Blocksadmin.php - About 3 hrs to fix

                            File VoteHandler.php has 325 lines of code (exceeds 250 allowed). Consider refactoring.
                            Open

                            <?php declare(strict_types=1);
                            
                            namespace XoopsModules\Publisher;
                            
                            /*
                            Severity: Minor
                            Found in class/VoteHandler.php - About 3 hrs to fix
                              Severity
                              Category
                              Status
                              Source
                              Language