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.976 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 133 | components/com_contact/views/contact/view.html.php |
2 | 2 | 135 | components/com_contact/views/contact/view.html.php |
3 | 2 | 137 | components/com_contact/views/contact/view.html.php |
| ||||
// text $contact->params->set('marker_address', JText::_('Address') . ": "); $contact->params->set('marker_email', JText::_('Email') . ": "); |
| ||||
$contact->params->set('marker_telephone', JText::_('Telephone') . ": "); $contact->params->set('marker_fax', JText::_('Fax') . ": "); |
| ||||
$contact->params->set('marker_mobile', JText::_('Mobile') . ": "); $contact->params->set('marker_misc', JText::_('Information') . ": "); |
| |||
// text $contact->params->set( [[#variable46577cc0]],JText::_( [[#variable46577ba0]]) . ": "); $contact->params->set( [[#variable2249e780]],JText::_( [[#variable46577b80]]) . ": "); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#46577cc0]] | 'marker_address' |
1 | 2 | [[#46577cc0]] | 'marker_telephone' |
1 | 3 | [[#46577cc0]] | 'marker_mobile' |
2 | 1 | [[#46577ba0]] | 'Address' |
2 | 2 | [[#46577ba0]] | 'Telephone' |
2 | 3 | [[#46577ba0]] | 'Mobile' |
3 | 1 | [[#2249e780]] | 'marker_email' |
3 | 2 | [[#2249e780]] | 'marker_fax' |
3 | 3 | [[#2249e780]] | 'marker_misc' |
4 | 1 | [[#46577b80]] | 'Email' |
4 | 2 | [[#46577b80]] | 'Fax' |
4 | 3 | [[#46577b80]] | 'Information' |