XoopsModules25x/xoopspoll

View on GitHub

Showing 181 of 2,846 total issues

Function sliderAccess has 59 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        sliderAccess: function(options){
            options = options || {};
            options.touchonly = options.touchonly !== undefined? options.touchonly : true; // by default only show it if touch device

            if(options.touchonly === true && !("ontouchend" in document)){
Severity: Major
Found in assets/js/jquery-ui-sliderAccess.js - About 2 hrs to fix

    Function notifyVoter has a Cognitive Complexity of 17 (exceeds 5 allowed). Consider refactoring.
    Open

        public function notifyVoter(\XoopsUser $user = null): bool
        {
            if (($user instanceof \XoopsUser) && (Constants::MAIL_POLL_TO_VOTER === $this->getVar('mail_voter'))) {
                \xoops_loadLanguage('main', 'xoopspoll');
                $xoopsMailer = \xoops_getMailer();
    Severity: Minor
    Found in class/Poll.php - About 2 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 notifyVoter has 56 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        public function notifyVoter(\XoopsUser $user = null): bool
        {
            if (($user instanceof \XoopsUser) && (Constants::MAIL_POLL_TO_VOTER === $this->getVar('mail_voter'))) {
                \xoops_loadLanguage('main', 'xoopspoll');
                $xoopsMailer = \xoops_getMailer();
    Severity: Major
    Found in class/Poll.php - About 2 hrs to fix

      Method xoops_module_update_xoopspoll has 55 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

      function xoops_module_update_xoopspoll(\XoopsModule $module, $prev_version): bool
      {
          // referer check
          $success = false;
          $ref     = xoops_getenv('HTTP_REFERER');
      Severity: Major
      Found in include/onupdate.php - About 2 hrs to fix

        Function formatTime has 55 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

            $.datepicker.formatTime = function (format, time, options) {
                options = options || {};
                options = $.extend({}, $.timepicker._defaults, options);
                time = $.extend({
                    hour: 0,
        Severity: Major
        Found in assets/js/jquery-ui-timepicker-addon.js - About 2 hrs to fix

          Method isBlockCloned has 54 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

              public function isBlockCloned(int $bid, string $bside, string $bweight, string $bvisible, string $bcachetime, ?array $bmodule, ?array $options, ?array $groups, bool $redirect = true)
              {
                  \xoops_loadLanguage('admin', 'system');
                  \xoops_loadLanguage('admin/blocksadmin', 'system');
                  \xoops_loadLanguage('admin/groups', 'system');
          Severity: Major
          Found in class/Common/Blocksadmin.php - About 2 hrs to fix

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

                public function getUserbar()
                {
                    global $xoopsModuleConfig, $xoopsUser, $isadmin;
                    if (empty($GLOBALS['xoopsModuleConfig']['userbar_enabled'])) {
                        return null;
            Severity: Major
            Found in extras/newbb_5x/irmtfan/class/UserLanguage.php - About 2 hrs to fix

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

                      _updateDateTime: function (dp_inst) {
                          dp_inst = this.inst || dp_inst;
                          var dtTmp = (dp_inst.currentYear > 0?
                                          new Date(dp_inst.currentYear, dp_inst.currentMonth, dp_inst.currentDay) :
                                          new Date(dp_inst.selectedYear, dp_inst.selectedMonth, dp_inst.selectedDay)),
              Severity: Major
              Found in assets/js/jquery-ui-timepicker-addon.js - About 2 hrs to fix

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

                    public function displayAttachment($asSource = false)
                    {
                        global $xoopsModule;
                        /** @var Xoopspoll\Helper $helper */
                        $helper = Xoopspoll\Helper::getInstance();
                Severity: Major
                Found in extras/newbb_5x/trunk_5_00/class/Post.php - About 2 hrs to fix

                  Method xoopspoll_search has 52 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                  function xoopspoll_search($queryArray, mixed $andor, mixed $limit, mixed $offset, $uid): array
                  {
                      $ret = [];
                      if (0 === (int)$uid) {
                          $pollHandler = Helper::getInstance()->getHandler('Poll');
                  Severity: Major
                  Found in include/search.php - About 2 hrs to fix

                    Method displayAttachment has 52 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                        public function displayAttachment($asSource = false)
                        {
                            $post_attachment = '';
                            $attachments     = $this->getAttachment();
                            if ($attachments && \is_array($attachments)) {
                    Severity: Major
                    Found in extras/newbb_5x/irmtfan/class/Post.php - About 2 hrs to fix

                      Method approve has 51 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                          public function approve(&$post, $force = false)
                          {
                              if (empty($post)) {
                                  return false;
                              }
                      Severity: Major
                      Found in extras/newbb_5x/trunk_5_00/class/Post.php - About 2 hrs to fix

                        Method xoopspollBlockMultiEdit has 51 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                        function xoopspollBlockMultiEdit(mixed $options): string
                        {
                            /**
                             * Options[]
                             *        [0]    0|1 = show as option|select
                        Severity: Major
                        Found in blocks/multipoll.php - About 2 hrs to fix

                          Method approve has 49 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                              public function approve(&$post, $force = false)
                              {
                                  if (empty($post)) {
                                      return false;
                                  }
                          Severity: Minor
                          Found in extras/newbb_5x/irmtfan/class/PostHandler.php - About 1 hr to fix

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

                                public function mailResults(mixed $pollObj = null): array
                                {
                                    $criteria = new \CriteriaCompo();
                                    $criteria->add(new \Criteria('end_time', \time(), '<'));  // expired polls
                                    $criteria->add(new \Criteria('mail_status', Constants::POLL_NOT_MAILED, '=')); // email not previously sent
                            Severity: Minor
                            Found in class/PollHandler.php - About 1 hr to fix

                              Method getFormFeedback has 45 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                                  public function getFormFeedback($action = false): XoopsThemeForm
                                  {
                                      if (!$action) {
                                          $action = $_SERVER['REQUEST_URI'];
                                      }
                              Severity: Minor
                              Found in class/Common/ModuleFeedback.php - About 1 hr to fix

                                Function approve has a Cognitive Complexity of 14 (exceeds 5 allowed). Consider refactoring.
                                Open

                                    public function approve(&$post, $force = false)
                                    {
                                        if (empty($post)) {
                                            return false;
                                        }
                                Severity: Minor
                                Found in extras/newbb_5x/trunk_5_00/class/Post.php - About 1 hr 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 orderBlock has 14 arguments (exceeds 4 allowed). Consider refactoring.
                                Open

                                        array $bid,
                                        array $oldtitle,
                                        array $oldside,
                                        array $oldweight,
                                        array $oldvisible,
                                Severity: Major
                                Found in class/Common/Blocksadmin.php - About 1 hr to fix

                                  Function displayPostEdit has a Cognitive Complexity of 14 (exceeds 5 allowed). Consider refactoring.
                                  Open

                                      public function displayPostEdit()
                                      {
                                          global $myts;
                                  
                                          if (empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])) {
                                  Severity: Minor
                                  Found in extras/newbb_5x/irmtfan/class/Post.php - About 1 hr 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 updateBlock has 43 lines of code (exceeds 25 allowed). Consider refactoring.
                                  Open

                                      public function updateBlock(int $bid, string $btitle, string $bside, string $bweight, string $bvisible, string $bcachetime, ?array $bmodule, ?array $options, ?array $groups)
                                      {
                                          $myblock = new \XoopsBlock($bid);
                                          $myblock->setVar('title', $btitle);
                                          $myblock->setVar('weight', $bweight);
                                  Severity: Minor
                                  Found in class/Common/Blocksadmin.php - About 1 hr to fix
                                    Severity
                                    Category
                                    Status
                                    Source
                                    Language