Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 4 | 0.966 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 162 | components/com_contact/views/contact/view.html.php |
2 | 2 | 164 | components/com_contact/views/contact/view.html.php |
3 | 2 | 166 | components/com_contact/views/contact/view.html.php |
| ||||
$contact->params->set('marker_address', $image1); $contact->params->set('marker_email', $image2); |
| ||||
$contact->params->set('marker_telephone', $image3); $contact->params->set('marker_fax', $image4); |
| ||||
$contact->params->set('marker_misc', $image5); $contact->params->set('marker_mobile', $image6); |
| |||
$contact->params->set( [[#variable239a9200]], [[#variable23a57de0]]); $contact->params->set( [[#variable239a9080]], [[#variable2197f040]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#239a9200]] | 'marker_address' |
1 | 2 | [[#239a9200]] | 'marker_telephone' |
1 | 3 | [[#239a9200]] | 'marker_misc' |
2 | 1 | [[#23a57de0]] | $image1 |
2 | 2 | [[#23a57de0]] | $image3 |
2 | 3 | [[#23a57de0]] | $image5 |
3 | 1 | [[#239a9080]] | 'marker_email' |
3 | 2 | [[#239a9080]] | 'marker_fax' |
3 | 3 | [[#239a9080]] | 'marker_mobile' |
4 | 1 | [[#2197f040]] | $image2 |
4 | 2 | [[#2197f040]] | $image4 |
4 | 3 | [[#2197f040]] | $image6 |