CloneSet356


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5210.998statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1528
administrator/components/com_content/helpers/html/content.php
2529
libraries/joomla/html/html/jgrid.php
Clone Instance
1
Line Count
5
Source Line
28
Source File
administrator/components/com_content/helpers/html/content.php

                $state=   JArrayHelper::getValue($states, (int) $value, $states[1]);
                $html=    '<a href="javascript:void(0);" onclick="return listItemTask(\'cb'
                          .                                                                 $i
                          .                                                                    '\',\''
                          .                                                                            $state[1]
                          .                                                                                      '\')" title="'
                          .                                                                                                     JText::_($state[3])
                          .                                                                                                                         '">'
                          .       JHtml::_('image.administrator', $state[0], '/images/', NULL, '/images/', JText::_($state[2]))
                          .                                                                                                     '</a>';
                return $html;


Clone Instance
2
Line Count
5
Source Line
29
Source File
libraries/joomla/html/html/jgrid.php

                $state=   JArrayHelper::getValue($states, (int) $value, $states[0]);
                $html=    '<a href="javascript:void(0);" onclick="return listItemTask(\'cb'
                          .                                                                 $i
                          .                                                                    '\',\''
                          .                                                                            $state[1]
                          .                                                                                      '\')" title="'
                          .                                                                                                     JText::_($state[3])
                          .                                                                                                                         '">'
                          .       JHtml::_('image.administrator', $state[0], '/images/', NULL, '/images/', JText::_($state[2]))
                          .                                                                                                     '</a>';
                return $html;


Clone AbstractionParameter Count: 1Parameter Bindings

$state=JArrayHelper::getValue($states,(int) $value,$states[ [[#variable252ab9c0]]]);
$html='<a href="javascript:void(0);" onclick="return listItemTask(\'cb'
      . $i
      . '\',\''
      . $state[1]
      . '\')" title="'
      . JText::_($state[3])
      . '">'
      . JHtml::_('image.administrator',$state[0],'/images/',NULL,'/images/',JText::_($state[2]))
      . '</a>';
return $html;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#252ab9c0]]
1 
12[[#252ab9c0]]
0