Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 5 | 2 | 0.969 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 31 | components/com_content/helpers/icon.php |
2 | 1 | 50 | components/com_content/helpers/icon.php |
3 | 1 | 84 | components/com_content/helpers/icon.php |
4 | 1 | 116 | components/com_content/helpers/icon.php |
5 | 1 | 132 | components/com_content/helpers/icon.php |
| ||||
$text= JHtml::_('image.site', 'new.png', '/images/M_images/', NULL, NULL, JText::_('New')); |
| ||||
$text= JHtml::_('image.site', 'emailButton.png', '/images/M_images/', NULL, NULL, JText::_('Email')); |
| ||||
$text= JHtml::_('image.site', $icon, '/images/M_images/', NULL, NULL, JText::_('Edit')); |
| ||||
$text= JHtml::_('image.site', 'printButton.png', '/images/M_images/', NULL, NULL, JText::_('Print')); |
| ||||
$text= JHtml::_('image.site', 'printButton.png', '/images/M_images/', NULL, NULL, JText::_('Print')); |
| |||
$text=JHtml::_('image.site', [[#variable254dc620]],'/images/M_images/',NULL,NULL,JText::_( [[#variable254dc6a0]])); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#254dc620]] | 'printButton.png' |
1 | 2 | [[#254dc620]] | 'new.png' |
1 | 3 | [[#254dc620]] | 'emailButton.png' |
1 | 4 | [[#254dc620]] | $icon |
1 | 5 | [[#254dc620]] | 'printButton.png' |
2 | 1 | [[#254dc6a0]] | 'Print' |
2 | 2 | [[#254dc6a0]] | 'New' |
2 | 3 | [[#254dc6a0]] | 'Email' |
2 | 4 | [[#254dc6a0]] | 'Edit' |
2 | 5 | [[#254dc6a0]] | 'Print' |