CloneSet863


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5230.963php_fragment
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1580
components/com_content/views/article/tmpl/default.php
21073
components/com_content/views/category/tmpl/blog_item.php
Clone Instance
1
Line Count
5
Source Line
80
Source File
components/com_content/views/article/tmpl/default.php

<?php if (($params->get('show_author'))
          &&                               ($this->item->author != "")):  ;
                                                                          ?>
<span>
<?php                 JText::printf('Written by', ($this->item->created_by_alias
                                                   ?                               $this->item->created_by_alias
                                                   :                                                               $this->item->author)); ?>
</span>
<?php
      endif; ?>


Clone Instance
2
Line Count
10
Source Line
73
Source File
components/com_content/views/category/tmpl/blog_item.php

<?php if (($this->item->params->get('show_author'))
          &&                                           ($this->item->author != "")):  ;
                                                                                      ?>
<tr>
  <td width="70%" valign="top" colspan="2">
    <span class="small">
<?php                         JText::printf('Written by', ($this->item->created_by_alias
                                                           ?                               $this->item->created_by_alias
                                                           :                                                               $this->item->author)); ?>
</span>
&nbsp;&nbsp;
</td>
</tr>
<?php
      endif; ?>


Clone AbstractionParameter Count: 3Parameter Bindings

<?php
  if (( [[#variable228ff5a0]]->get('show_author'))
      && ($this->item->author != "")):
    ;
    ?> [[#variable21cd76a0]]<?php
    JText::printf('Written by',($this->item->created_by_alias
                                ? $this->item->created_by_alias
                                : $this->item->author));
    ?> [[#variable228ff5e0]]<?php
  endif;
?>
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#228ff5a0]]
$params 
12[[#228ff5a0]]
$this->item->params 
21[[#21cd76a0]]
<span> 
22[[#21cd76a0]]
<tr>
  <td width="70%" valign="top" colspan="2">
    <span class="small"> 
31[[#228ff5e0]]
</span> 
32[[#228ff5e0]]
</span>
&nbsp;&nbsp;
</td>
</tr>