CloneSet1517


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2201.000statement_block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12117
components/com_content/helpers/icon.php
22133
components/com_content/helpers/icon.php
Clone Instance
1
Line Count
2
Source Line
117
Source File
components/com_content/helpers/icon.php

                       {
                        $text=  JText::_('ICON_SEP')
                                .                     ' '
                                .                               JText::_('Print')
                                .                                                  ' '
                                .                                                            JText::_('ICON_SEP');
                      }


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

                       {
                        $text=  JText::_('ICON_SEP')
                                .                     ' '
                                .                               JText::_('Print')
                                .                                                  ' '
                                .                                                            JText::_('ICON_SEP');
                      }


Clone AbstractionParameter Count: 0Parameter Bindings

{
  $text=JText::_('ICON_SEP')
        . ' '
        . JText::_('Print')
        . ' '
        . JText::_('ICON_SEP');
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None