| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 2 | 3 | 0.974 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 23 | administrator/components/com_templates/helpers/template.php |
| 2 | 4 | 34 | administrator/components/com_templates/helpers/template.php |
| ||||
// check if template is assigned
$query= 'SELECT COUNT(*)'
. ' FROM #__menu'
. ' WHERE template_id = '
. $db->Quote($id);
$db->setQuery($query);
|
| ||||
// check if template is assigned
$query= 'SELECT home'
. ' FROM #__menu_template'
. ' WHERE id = '
. $db->Quote($id);
$db->setQuery($query);
|
| |||
// check if template is assigned
$query= [[#variable46920560]]
. [[#variable46d00420]]
. [[#variable46d01320]]
. $db->Quote($id);
$db->setQuery($query);
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#46920560]] | 'SELECT COUNT(*)' |
| 1 | 2 | [[#46920560]] | 'SELECT home' |
| 2 | 1 | [[#46d00420]] | ' FROM #__menu' |
| 2 | 2 | [[#46d00420]] | ' FROM #__menu_template' |
| 3 | 1 | [[#46d01320]] | ' WHERE template_id = ' |
| 3 | 2 | [[#46d01320]] | ' WHERE id = ' |