| 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.973 | statement_block |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 72 | administrator/components/com_modules/views/module/view.html.php |
| 2 | 4 | 78 | administrator/components/com_modules/views/module/view.html.php |
| ||||
{
$where= 'client_id = 1';
$lists['client_id']= 1;
$path= 'mod1_xml';
}
|
| ||||
{
$where= 'client_id = 0';
$lists['client_id']= 0;
$path= 'mod0_xml';
}
|
| |||
{
$where= [[#variable526ad940]];
$lists['client_id']= [[#variable526acbc0]];
$path= [[#variable526ad9a0]];
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#526ad940]] | 'client_id = 1' |
| 1 | 2 | [[#526ad940]] | 'client_id = 0' |
| 2 | 1 | [[#526acbc0]] | 1 |
| 2 | 2 | [[#526acbc0]] | 0 |
| 3 | 1 | [[#526ad9a0]] | 'mod1_xml' |
| 3 | 2 | [[#526ad9a0]] | 'mod0_xml' |