Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 0 | 1.000 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 71 | administrator/components/com_installer/models/discover.php |
2 | 4 | 134 | administrator/components/com_installer/models/manage.php |
3 | 4 | 60 | administrator/components/com_installer/models/update.php |
| ||||
if ( isset ($apps[$row->client_id ])) { $row->client = ucfirst($apps[$row->client_id ]->name); } else { $row->client = $row->client_id; } |
| ||||
if ( isset ($apps[$row->client_id ])) { $row->client = ucfirst($apps[$row->client_id ]->name); } else { $row->client = $row->client_id; } |
| ||||
if ( isset ($apps[$row->client_id ])) { $row->client = ucfirst($apps[$row->client_id ]->name); } else { $row->client = $row->client_id; } |
| |||
if ( isset ($apps[$row->client_id ])) { $row->client =ucfirst($apps[$row->client_id ]->name); } else { $row->client =$row->client_id; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |