CloneSet406


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1520.969statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1131
components/com_content/helpers/icon.php
2150
components/com_content/helpers/icon.php
3184
components/com_content/helpers/icon.php
41116
components/com_content/helpers/icon.php
51132
components/com_content/helpers/icon.php
Clone Instance
1
Line Count
1
Source Line
31
Source File
components/com_content/helpers/icon.php

                        $text=  JHtml::_('image.site', 'new.png', '/images/M_images/', NULL, NULL, JText::_('New'));


Clone Instance
2
Line Count
1
Source Line
50
Source File
components/com_content/helpers/icon.php

                        $text=  JHtml::_('image.site', 'emailButton.png', '/images/M_images/', NULL, NULL, JText::_('Email'));


Clone Instance
3
Line Count
1
Source Line
84
Source File
components/com_content/helpers/icon.php

                $text=  JHtml::_('image.site', $icon, '/images/M_images/', NULL, NULL, JText::_('Edit'));


Clone Instance
4
Line Count
1
Source Line
116
Source File
components/com_content/helpers/icon.php

                        $text=  JHtml::_('image.site',  'printButton.png', '/images/M_images/', NULL, NULL, JText::_('Print'));


Clone Instance
5
Line Count
1
Source Line
132
Source File
components/com_content/helpers/icon.php

                        $text=  JHtml::_('image.site',  'printButton.png', '/images/M_images/', NULL, NULL, JText::_('Print'));


Clone AbstractionParameter Count: 2Parameter Bindings

$text=JHtml::_('image.site', [[#variable254dc620]],'/images/M_images/',NULL,NULL,JText::_( [[#variable254dc6a0]]));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#254dc620]]
'printButton.png' 
12[[#254dc620]]
'new.png' 
13[[#254dc620]]
'emailButton.png' 
14[[#254dc620]]
$icon 
15[[#254dc620]]
'printButton.png' 
21[[#254dc6a0]]
'Print' 
22[[#254dc6a0]]
'New' 
23[[#254dc6a0]]
'Email' 
24[[#254dc6a0]]
'Edit' 
25[[#254dc6a0]]
'Print'