qcubed/framework

View on GitHub

Showing 2,378 of 15,774 total issues

Avoid too many return statements within this method.
Open

                        return $strToReturn . sprintf('%s', $mixData);
Severity: Major
Found in includes/database/QPostgreSqlPdoDatabase.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/QPostgreSqlPdoDatabase.class.php - About 30 mins to fix

      Avoid too many return statements within this method.
      Open

                      return sprintf("%sAs%s",
                          $strToReturn,
                          QConvertNotation::CamelCaseFromUnderscore($strColumnName));
      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->blnAutoInitialize;
        Severity: Major
        Found in includes/codegen/QDatabaseCodeGen.class.php - About 30 mins to fix

          Avoid too many return statements within this method.
          Open

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

            Avoid too many return statements within this method.
            Open

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

              Avoid too many return statements within this method.
              Open

                                  return new QDateTime($strColumnValue, null, QDateTime::DateAndTimeType);
              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 . sprintf("'%s'", pg_escape_string($mixData));
                Severity: Major
                Found in includes/database/QPostgreSqlDatabase.class.php - About 30 mins to fix

                  Avoid too many return statements within this method.
                  Open

                                                  return $strToReturn . sprintf("'%s'", $mixData->__toString('YYYY-MM-DD'));
                  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::Float);
                    Severity: Major
                    Found in includes/database/QOracleDatabase.class.php - About 30 mins to fix

                      Avoid too many return statements within this method.
                      Open

                                          return $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 $strToReturn . sprintf("%s", $this->objPdo->quote($mixData));
                        Severity: Major
                        Found in includes/database/QPostgreSqlPdoDatabase.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 QType::Integer;
                            Severity: Major
                            Found in includes/codegen/QCodeGenBase.class.php - About 30 mins to fix

                              Avoid too many return statements within this method.
                              Open

                                                  return 'QListBox';
                              Severity: Major
                              Found in includes/codegen/QCodeGenBase.class.php - About 30 mins to fix

                                Avoid too many return statements within this method.
                                Open

                                                return $strName . "es";
                                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->strVariableType;
                                  Severity: Major
                                  Found in includes/codegen/QReverseReference.class.php - About 30 mins to fix

                                    Avoid too many return statements within this method.
                                    Open

                                                        return $this->strObjectDescriptionPlural;
                                    Severity: Major
                                    Found in includes/codegen/QReverseReference.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/QMySqliDatabase.class.php - About 30 mins to fix

                                        Avoid too many return statements within this method.
                                        Open

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