Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Static analysis results #684

Closed
rlerdorf opened this issue May 11, 2013 · 0 comments
Closed

Static analysis results #684

rlerdorf opened this issue May 11, 2013 · 0 comments

Comments

@rlerdorf
Copy link
Contributor

Here are the remaining issues I didn't fix.

--------------------------------
File       : generator/lib/reverse/mssql/MssqlSchemaParser.php:182
Reason     : UseUndeclaredVariable
Snippet    : $name
Github     : https://github.com//blob/master/generator/lib/reverse/mssql/MssqlSchemaParser.php#L182

--------------------------------
File       : runtime/lib/parser/yaml/sfYamlParser.php:128
Reason     : UseUndeclaredVariable
Snippet    : $merge
Github     : https://github.com//blob/master/runtime/lib/parser/yaml/sfYamlParser.php#L128

--------------------------------
File       : generator/lib/model/PropelTypes.php:277
Reason     : UseUndeclaredVariable
Snippet    : PropelTypes::$creoleToPropelTypeMap
Github     : https://github.com//blob/master/generator/lib/model/PropelTypes.php#L277

--------------------------------
File       : generator/lib/model/PropelTypes.php:278
Reason     : UseUndeclaredVariable
Snippet    : PropelTypes::$creoleToPropelTypeMap
Github     : https://github.com//blob/master/generator/lib/model/PropelTypes.php#L278

--------------------------------
File       : generator/lib/behavior/versionable/VersionableBehavior.php:284
Reason     : BadConstructorCall
Snippet    : new VersionableBehaviorPeerBuilderModifier($this)
Github     : https://github.com//blob/master/generator/lib/behavior/versionable/VersionableBehavior.php#L284

--------------------------------
File       : runtime/lib/query/Join.php:152
Reason     : RequiredAfterOptionalParam
Snippet    : $leftTableAlias = null
Github     : https://github.com//blob/master/runtime/lib/query/Join.php#L152

--------------------------------
File       : runtime/lib/query/ModelCriteria.php:74
Reason     : RequiredAfterOptionalParam
Snippet    : $dbName = null
Github     : https://github.com//blob/master/runtime/lib/query/ModelCriteria.php#L74

--------------------------------
File       : runtime/lib/query/ModelCriterion.php:32
Reason     : RequiredAfterOptionalParam
Snippet    : $value = null
Github     : https://github.com//blob/master/runtime/lib/query/ModelCriterion.php#L32

--------------------------------
File       : runtime/lib/query/ModelCriterion.php:32
Reason     : RequiredAfterOptionalParam
Snippet    : $comparison = ModelCriteria::MODEL_CLAUSE
Github     : https://github.com//blob/master/runtime/lib/query/ModelCriterion.php#L32

--------------------------------
File       : generator/lib/model/Column.php:218
Reason     : TooManyArgument
Snippet    : $this->booleanValue($this->getAttribute('required'), false)
Github     : https://github.com//blob/master/generator/lib/model/Column.php#L218

--------------------------------
File       : generator/lib/model/diff/PropelTableComparator.php:139
Reason     : TooManyArgument
Snippet    : PropelColumnComparator::computeDiff($fromColumn, $toColumn, $caseInsensitive)
Github     : https://github.com//blob/master/generator/lib/model/diff/PropelTableComparator.php#L139

--------------------------------
File       : generator/lib/model/diff/PropelTableComparator.php:150
Reason     : TooManyArgument
Snippet    : PropelColumnComparator::computeDiff($addedColumn, $removedColumn, $caseInsensitive)
Github     : https://github.com//blob/master/generator/lib/model/diff/PropelTableComparator.php#L150

--------------------------------
File       : generator/lib/model/diff/PropelTableComparator.php:198
Reason     : TooManyArgument
Snippet    : PropelColumnComparator::computeDiff($addedColumn, $removedColumn, $caseInsensitive)
Github     : https://github.com//blob/master/generator/lib/model/diff/PropelTableComparator.php#L198
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant