Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 7 | 2 | 0.966 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 230 | administrator/components/com_banners/controllers/banner.php |
2 | 2 | 241 | administrator/components/com_banners/controllers/banner.php |
3 | 2 | 348 | administrator/components/com_banners/controllers/banner.php |
4 | 2 | 140 | administrator/components/com_banners/controllers/client.php |
5 | 2 | 143 | administrator/components/com_banners/controllers/client.php |
6 | 2 | 471 | administrator/components/com_modules/models/module.php |
7 | 2 | 474 | administrator/components/com_modules/models/module.php |
| ||||
if (!$row->check()) { return JError::raiseWarning(500, $row->getError()); } |
| ||||
if (!$row->store()) { return JError::raiseWarning(500, $row->getError()); } |
| ||||
if (!$db->query()) { return JError::raiseWarning(500, $db->getError()); } |
| ||||
if (!$table->check()) { return JError::raiseWarning(500, $table->getError()); } |
| ||||
if (!$table->store()) { return JError::raiseWarning(500, $table->getError()); } |
| ||||
if (!$row->check()) { return JError::raiseWarning(500, $row->getError()); } |
| ||||
if (!$row->store()) { return JError::raiseWarning(500, $row->getError()); } |
| |||
if (! [[#variable523065e0]]-> [[#variable52306560]]()) { return JError::raiseWarning(500, [[#variable523065e0]]->getError()); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#523065e0]] | $row |
1 | 2 | [[#523065e0]] | $table |
1 | 3 | [[#523065e0]] | $table |
1 | 4 | [[#523065e0]] | $row |
1 | 5 | [[#523065e0]] | $db |
1 | 6 | [[#523065e0]] | $row |
1 | 7 | [[#523065e0]] | $row |
2 | 1 | [[#52306560]] | store |
2 | 2 | [[#52306560]] | store |
2 | 3 | [[#52306560]] | check |
2 | 4 | [[#52306560]] | check |
2 | 5 | [[#52306560]] | query |
2 | 6 | [[#52306560]] | check |
2 | 7 | [[#52306560]] | store |