Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 5 | 0 | 1.000 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 168 | installation/models/database.php |
2 | 3 | 289 | installation/models/database.php |
3 | 3 | 301 | installation/models/database.php |
4 | 3 | 377 | installation/models/database.php |
5 | 3 | 423 | installation/models/database.php |
| ||||
// Check for errors. if ($db->getErrorNum()) { $this->setError($db->getErrorMsg()); $return= FALSE; } |
| ||||
// Check for errors. if ($db->getErrorNum()) { $this->setError($db->getErrorMsg()); $return= FALSE; } |
| ||||
// Check for errors. if ($db->getErrorNum()) { $this->setError($db->getErrorMsg()); $return= FALSE; } |
| ||||
// Check for errors. if ($db->getErrorNum()) { $this->setError($db->getErrorMsg()); $return= FALSE; } |
| ||||
// Check for errors. if ($db->getErrorNum()) { $this->setError($db->getErrorMsg()); $return= FALSE; } |
| |||
// Check for errors. if ($db->getErrorNum()) { $this->setError($db->getErrorMsg()); $return=FALSE; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |