Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.988 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 55 | administrator/components/com_banners/admin.banners.php |
2 | 2 | 80 | installation/includes/application.php |
| ||||
// Perform the Request task $controller->execute(JRequest::getCmd('task')); // Redirect if set by the controller $controller->redirect(); |
| ||||
$controller->execute(JRequest::getVar('task')); $controller->redirect(); |
| |||
// Perform the Request task $controller->execute(JRequest:: [[#variable51f1dea0]]('task')); // Redirect if set by the controller $controller->redirect(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#51f1dea0]] | getVar |
1 | 2 | [[#51f1dea0]] | getCmd |