Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 6 | 4 | 0.978 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 155 | components/com_contact/views/contact/view.html.php |
2 | 1 | 156 | components/com_contact/views/contact/view.html.php |
3 | 1 | 157 | components/com_contact/views/contact/view.html.php |
4 | 1 | 158 | components/com_contact/views/contact/view.html.php |
5 | 1 | 159 | components/com_contact/views/contact/view.html.php |
6 | 1 | 160 | components/com_contact/views/contact/view.html.php |
| ||||
// icons $image1= JHtml::_('image.site', 'con_address.png', '/images/M_images/', $contact->params->get('icon_address'), '/images/M_images/', JText::_('Address') . ": "); |
| ||||
$image2= JHtml::_('image.site', 'emailButton.png', '/images/M_images/', $contact->params->get('icon_email'), '/images/M_images/', JText::_('Email') . ": "); |
| ||||
$image3= JHtml::_('image.site', 'con_tel.png', '/images/M_images/', $contact->params->get('icon_telephone'), '/images/M_images/', JText::_('Telephone') . ": "); |
| ||||
$image4= JHtml::_('image.site', 'con_fax.png', '/images/M_images/', $contact->params->get('icon_fax'), '/images/M_images/', JText::_('Fax') . ": "); |
| ||||
$image5= JHtml::_('image.site', 'con_info.png', '/images/M_images/', $contact->params->get('icon_misc'), '/images/M_images/', JText::_('Information') . ": "); |
| ||||
$image6= JHtml::_('image.site', 'con_mobile.png', '/images/M_images/', $contact->params->get('icon_mobile'), '/images/M_images/', JText::_('Mobile') . ": "); |
| |||
[[#variable52706de0]]=JHtml::_('image.site', [[#variable52706cc0]],'/images/M_images/',$contact->params->get( [[#variable52706d40]]),'/images/M_images/',JText::_( [[#variable52706d20]]) . ": "); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#52706de0]] | $image6 |
1 | 2 | [[#52706de0]] | $image5 |
1 | 3 | [[#52706de0]] | $image4 |
1 | 4 | [[#52706de0]] | $image3 |
1 | 5 | [[#52706de0]] | $image2 |
1 | 6 | [[#52706de0]] | // icons $image1 |
2 | 1 | [[#52706cc0]] | 'con_mobile.png' |
2 | 2 | [[#52706cc0]] | 'con_info.png' |
2 | 3 | [[#52706cc0]] | 'con_fax.png' |
2 | 4 | [[#52706cc0]] | 'con_tel.png' |
2 | 5 | [[#52706cc0]] | 'emailButton.png' |
2 | 6 | [[#52706cc0]] | 'con_address.png' |
3 | 1 | [[#52706d40]] | 'icon_mobile' |
3 | 2 | [[#52706d40]] | 'icon_misc' |
3 | 3 | [[#52706d40]] | 'icon_fax' |
3 | 4 | [[#52706d40]] | 'icon_telephone' |
3 | 5 | [[#52706d40]] | 'icon_email' |
3 | 6 | [[#52706d40]] | 'icon_address' |
4 | 1 | [[#52706d20]] | 'Mobile' |
4 | 2 | [[#52706d20]] | 'Information' |
4 | 3 | [[#52706d20]] | 'Fax' |
4 | 4 | [[#52706d20]] | 'Telephone' |
4 | 5 | [[#52706d20]] | 'Email' |
4 | 6 | [[#52706d20]] | 'Address' |