AppStateESS/InternshipInventory

View on GitHub

Showing 6,675 of 6,675 total issues

Call to method touchDB from undeclared class \PHPWS_DB
Open

        PHPWS_DB::touchDB();
Severity: Critical
Found in class/SubselectDatabase.php by phan

Call to method allowed from undeclared class \PHPWS_DB
Open

        if (!PHPWS_DB::allowed($name)) {
Severity: Critical
Found in class/SubselectDatabase.php by phan

Call to method __construct from undeclared class \PHPWS_DB
Open

            $seq = new PHPWS_DB($seq_table);
Severity: Critical
Found in class/SubselectDatabase.php by phan

Reference to undeclared constant \ALLOW_TABLE_LOCKS
Open

        if (!ALLOW_TABLE_LOCKS) {
Severity: Minor
Found in class/SubselectDatabase.php by phan

Call to method logIfError from undeclared class \PHPWS_Error
Open

            if (PHPWS_Error::logIfError($this->reduceColumn($order_column))) {
Severity: Critical
Found in class/SubselectDatabase.php by phan

Call to method commit from undeclared class \PHPWS_DB
Open

            PHPWS_DB::commit();
Severity: Critical
Found in class/SubselectDatabase.php by phan

Reference to undeclared constant \PHPWS_DB_BAD_COL_NAME
Open

                return PHPWS_Error::get(PHPWS_DB_BAD_COL_NAME, 'core', 'PHPWS_DB::createTableIndex');
Severity: Minor
Found in class/SubselectDatabase.php by phan

Call to method get from undeclared class \PHPWS_Error
Open

            return PHPWS_Error::get(PHPWS_DB_ERROR_TABLE, 'core', 'PHPWS_DB::addTableColumn');
Severity: Critical
Found in class/SubselectDatabase.php by phan

Reference to undeclared constant \PHPWS_DB_BAD_COL_NAME
Open

            return PHPWS_Error::get(PHPWS_DB_BAD_COL_NAME, 'core', 'PHPWS_DB::addTableColumn', $column);
Severity: Minor
Found in class/SubselectDatabase.php by phan

Call to method isError from undeclared class \PHPWS_Error
Open

            if (PHPWS_Error::isError($result)) {
Severity: Critical
Found in class/SubselectDatabase.php by phan

Call to method isError from undeclared class \PHPWS_Error
Open

            if (PHPWS_Error::isError($result)) {
Severity: Critical
Found in class/SubselectDatabase.php by phan

Call to method get from undeclared class \PHPWS_Error
Open

            return PHPWS_Error::get(PHPWS_DB_ERROR_TABLE, 'core', 'PHPWS_DB::dropColumn');
Severity: Critical
Found in class/SubselectDatabase.php by phan

Call to method isError from undeclared class \Intern\DB
Open

                if (DB::isError($result)) {
Severity: Critical
Found in class/SubselectDatabase.php by phan

Call to method getDBType from undeclared class \PHPWS_DB
Open

        if (PHPWS_DB::getDBType() != 'mysql' &&
Severity: Critical
Found in class/SubselectDatabase.php by phan

Saw possibly unextractable annotation for a fragment of comment '* @param string id_column Name of the id_column': after string, did not see an element name (will guess based on comment order)
Open

     * @param string  id_column    Name of the id_column
Severity: Info
Found in class/SubselectDatabase.php by phan

Saw possibly unextractable annotation for a fragment of comment '* @param integer direction Direction to move the row': after integer, did not see an element name (will guess based on comment order)
Open

     * @param integer direction    Direction to move the row
Severity: Info
Found in class/SubselectDatabase.php by phan

Call to method logIfError from undeclared class \PHPWS_Error
Open

            if (PHPWS_Error::logIfError($db->update())) {
Severity: Critical
Found in class/SubselectDatabase.php by phan

Call to method get from undeclared class \PHPWS_Error
Open

            return PHPWS_Error::get(PHPWS_DB_ERROR_TABLE, 'core', 'PHPWS_DB::dropTableIndex');
Severity: Critical
Found in class/SubselectDatabase.php by phan

Reference to undeclared constant \DB_ALLOW_TABLE_INDEX
Open

        if (!DB_ALLOW_TABLE_INDEX) {
Severity: Minor
Found in class/SubselectDatabase.php by phan

Reference to undeclared constant \PHPWS_DB_BAD_COL_NAME
Open

            return PHPWS_Error::get(PHPWS_DB_BAD_COL_NAME, 'core', 'PHPWS_DB::renameTableColumn', $old_name);
Severity: Minor
Found in class/SubselectDatabase.php by phan
Severity
Category
Status
Source
Language