CloneSet903


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2310.992php_sequence[6]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1221
administrator/components/com_installer/views/discover/tmpl/default_item.php
2213
administrator/components/com_installer/views/languages/tmpl/default_item.php
3222
administrator/components/com_installer/views/manage/tmpl/default_item.php
Clone Instance
1
Line Count
2
Source Line
21
Source File
administrator/components/com_installer/views/discover/tmpl/default_item.php

                                                        <?php echo JText::_( 'Author Information'); ?>::<?php echo $this->item->author_info; ?>">
<?php echo @$this->item->author != ''
           ?                            $this->item->author
           :                                                  '&nbsp;'; ?>
</span>
</td>
</tr>


Clone Instance
2
Line Count
2
Source Line
13
Source File
administrator/components/com_installer/views/languages/tmpl/default_item.php

                                                        <?php echo JText::_('Author Information');?>::<?php echo $this->item->author_info; ?>">
<?php echo @$this->item->author != ''
           ?                            $this->item->author
           :                                                  '&nbsp;'; ?>
</span>
</td>
</tr>


Clone Instance
3
Line Count
2
Source Line
22
Source File
administrator/components/com_installer/views/manage/tmpl/default_item.php

                                                        <?php echo JText::_( 'Author Information'); ?>::<?php echo $this->item->author_info; ?>">
<?php echo @$this->item->author != ''
           ?                            $this->item->author
           :                                                  '&nbsp;'; ?>
</span>
</td>
<td>


Clone AbstractionParameter Count: 1Parameter Bindings

<?php
  echo JText::_('Author Information');
?>::<?php
      echo $this->item->author_info;
    ?>">
<?php
  echo @$this->item->author != ''
       ? $this->item->author
       : '&nbsp;';
?> [[#variable23d8fdc0]]
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#23d8fdc0]]
</span>
</td>
<td> 
12[[#23d8fdc0]]
</span>
</td>
</tr> 
13[[#23d8fdc0]]
</span>
</td>
</tr>