Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.992 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 131 | installation/models/database.php |
2 | 3 | 139 | installation/models/database.php |
| ||||
// Attempt to import the database schema. if (!$this->populateDatabase($db, $schema)) { $this->setError(JText::_('WARNPOPULATINGDB')); return FALSE; } |
| ||||
if (!$this->populateDatabase($db, $dblocalise)) { $this->setError(JText::_('WARNPOPULATINGDB')); return FALSE; } |
| |||
// Attempt to import the database schema. if (!$this->populateDatabase($db, [[#variable53d33f00]])) { $this->setError(JText::_('WARNPOPULATINGDB')); return FALSE; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#53d33f00]] | $schema |
1 | 2 | [[#53d33f00]] | $dblocalise |