qcubed/framework

View on GitHub

Showing 2,378 of 15,774 total issues

Avoid too many return statements within this method.
Open

                        return parent::__set($strName, $mixValue);
Severity: Major
Found in includes/codegen/QTypeTable.class.php - About 30 mins to fix

    Avoid too many return statements within this method.
    Open

                            return $this->Query("EXPLAIN " . $sql);
    Severity: Major
    Found in includes/database/QMySqliDatabase.class.php - About 30 mins to fix

      Avoid too many return statements within this method.
      Open

                              return $strToReturn . 'NULL';
      Severity: Major
      Found in includes/database/QSqLite3PdoDatabase.class.php - About 30 mins to fix

        Avoid too many return statements within this method.
        Open

                                        return $strToReturn . sprintf("'%s'", $mixData->__toString(QDateTime::FormatIso));
        Severity: Major
        Found in includes/database/QSqLite3PdoDatabase.class.php - About 30 mins to fix

          Avoid too many return statements within this method.
          Open

                          return $strToReturn . $s;
          Severity: Major
          Found in includes/database/QPostgreSqlDatabase.class.php - About 30 mins to fix

            Avoid too many return statements within this method.
            Open

                                    return '1';
            Severity: Major
            Found in includes/database/QSqlServerDatabase.class.php - About 30 mins to fix

              Avoid too many return statements within this method.
              Open

                                      return '0';
              Severity: Major
              Found in includes/database/QSqlServerDatabase.class.php - About 30 mins to fix

                Avoid too many return statements within this method.
                Open

                                    return new QDateTime($strColumnValue);
                Severity: Major
                Found in includes/database/QInformixPdoDatabase.class.php - About 30 mins to fix

                  Avoid too many return statements within this method.
                  Open

                                      return QType::Cast($strColumnValue, QType::Integer);
                  Severity: Major
                  Found in includes/database/QInformixPdoDatabase.class.php - About 30 mins to fix

                    Avoid too many return statements within this method.
                    Open

                                                    return $strToReturn . 'NULL'; // null date and time is a null value
                    Severity: Major
                    Found in includes/database/QPostgreSqlPdoDatabase.class.php - About 30 mins to fix

                      Avoid too many return statements within this method.
                      Open

                                      case 'QIntegerTextBox': return new QIntegerTextBox_CodeGenerator();
                      Severity: Major
                      Found in includes/codegen/QCodeGenBase.class.php - About 30 mins to fix

                        Avoid too many return statements within this method.
                        Open

                                    return new $strControlCodeGeneratorClass($strOrigControlClass);
                        Severity: Major
                        Found in includes/codegen/QCodeGenBase.class.php - About 30 mins to fix

                          Avoid too many return statements within this method.
                          Open

                                              return $this->blnNotNull;
                          Severity: Major
                          Found in includes/codegen/QReverseReference.class.php - About 30 mins to fix

                            Avoid too many return statements within this method.
                            Open

                                                    return $strToReturn . sprintf('%s', $mixData);
                            Severity: Major
                            Found in includes/database/QSqLite3PdoDatabase.class.php - About 30 mins to fix

                              Avoid too many return statements within this method.
                              Open

                                              return $strColumnValue;
                              Severity: Major
                              Found in includes/database/QSqLite3PdoDatabase.class.php - About 30 mins to fix

                                Avoid too many return statements within this method.
                                Open

                                                return $strToReturn . sprintf("'%s'", $mixData->qFormat($this->DateFormat));
                                Severity: Major
                                Found in includes/database/QSqlServer2005Database.class.php - About 30 mins to fix

                                  Avoid too many return statements within this method.
                                  Open

                                                              return '!= 0';
                                  Severity: Major
                                  Found in includes/database/QSqlServerDatabase.class.php - About 30 mins to fix

                                    Avoid too many return statements within this method.
                                    Open

                                                        return QType::Cast($strColumnValue, QType::Float);
                                    Severity: Major
                                    Found in includes/database/QSqlServerDatabase.class.php - About 30 mins to fix

                                      Avoid too many return statements within this method.
                                      Open

                                                                                      return "= '0'";
                                      Severity: Major
                                      Found in includes/database/QInformixPdoDatabase.class.php - About 30 mins to fix

                                        Avoid too many return statements within this method.
                                        Open

                                                                                return 'NULL';
                                        Severity: Major
                                        Found in includes/database/QInformixPdoDatabase.class.php - About 30 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language