Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 5 | 2 | 0.983 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 78 | administrator/components/com_messages/admin.messages.php |
2 | 1 | 185 | components/com_content/models/archive.php |
3 | 1 | 78 | plugins/search/categories.php |
4 | 1 | 78 | plugins/search/contacts.php |
5 | 1 | 77 | plugins/search/sections.php |
| ||||
$searchEscaped= $db->Quote('%' . $db->getEscaped($search, TRUE) . '%', FALSE); |
| ||||
$filter= $db->Quote('%' . $db->getEscaped($filter, TRUE) . '%', FALSE); |
| ||||
$text= $db->Quote('%' . $db->getEscaped($text, TRUE) . '%', FALSE); |
| ||||
$text= $db->Quote('%' . $db->getEscaped($text, TRUE) . '%', FALSE); |
| ||||
$text= $db->Quote('%' . $db->getEscaped($text, TRUE) . '%', FALSE); |
| |||
[[#variable47015200]]=$db->Quote('%' . $db->getEscaped( [[#variable47015240]],TRUE) . '%',FALSE); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#47015200]] | $text |
1 | 2 | [[#47015200]] | $filter |
1 | 3 | [[#47015200]] | $searchEscaped |
1 | 4 | [[#47015200]] | $text |
1 | 5 | [[#47015200]] | $text |
2 | 1 | [[#47015240]] | $text |
2 | 2 | [[#47015240]] | $filter |
2 | 3 | [[#47015240]] | $search |
2 | 4 | [[#47015240]] | $text |
2 | 5 | [[#47015240]] | $text |