| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 1 | 2 | 3 | 0.964 | statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 1 | 436 | components/com_content/models/category.php |
| 2 | 1 | 43 | components/com_mailto/views/mailto/view.html.php |
| ||||
$filter= JRequest::getString('filter', '', 'request');
|
| ||||
// Load with previous data, if it exists
$mailto= JRequest::getString('mailto', '', 'post');
|
| |||
[[#variable460592e0]]=JRequest::getString( [[#variable46059220]],'', [[#variable460591c0]]); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#460592e0]] | // Load with previous data, if it exists $mailto |
| 1 | 2 | [[#460592e0]] | $filter |
| 2 | 1 | [[#46059220]] | 'mailto' |
| 2 | 2 | [[#46059220]] | 'filter' |
| 3 | 1 | [[#460591c0]] | 'post' |
| 3 | 2 | [[#460591c0]] | 'request' |