CloneSet105


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
42220.965statement_sequence[9]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14214
components/com_content/views/archive/tmpl/default_items.php
2424
templates/rhuk_milkyway/html/com_content/archive/default_items.php
Clone Instance
1
Line Count
42
Source Line
14
Source File
components/com_content/views/archive/tmpl/default_items.php

                                        ?>
<li class="row<?php         echo ($item->odd +1); ?>">
<h4 class="contentheading">
  <a href="<?php                       echo JRoute::_(ContentHelperRoute::getArticleRoute($item->slug)); ?>">
<?php                                 echo $this->escape($item->title); ?></a>
</h4>
<?php
                      if (($this->params->get('show_section')
                           &&                                    $item->sectionid)
                          ||                                                          ($this->params->get('show_category')
                                                                                       &&                                     $item->catid)):  ;
                                                                                                                                               ?>
<div>
<?php                         if ($this->params->get('show_section')
                                  &&                                    $item->sectionid
                                  &&                                                        isset ($item->section)): ;
                                                                                                                     ?>
<span>
<?php                                 if ($this->params->get('link_section')):  ;
                                                                                ?>
<?php                                         echo '<a href="'
                                                   .           JRoute::_(ContentHelperRoute::getSectionRoute($item->sectionid))
                                                   .                                                                            '">'; ?>
<?php
                                      endif; ?>
<?php                                 echo $item->section; ?>
<?php                                 if ($this->params->get('link_section')):  ;
                                                                                ?>
<?php                                         echo '</a>'; ?>
<?php
                                      endif; ?>
<?php                                 if ($this->params->get('show_category')):  ;
                                                                                 ?>
<?php                                         echo ' - '; ?>
<?php
                                      endif; ?>
</span>
<?php
                              endif; ?>
<?php                         if ($this->params->get('show_category')
                                  &&                                     $item->catid):  ;
                                                                                         ?>
<span>
<?php                                 if ($this->params->get('link_category')):  ;
                                                                                 ?>
<?php                                         echo '<a href="'
                                                   .           JRoute::_(ContentHelperRoute::getCategoryRoute($item->catslug ,$item->sectionid))
                                                   .                                                                                             '">'; ?>
<?php
                                      endif; ?>
<?php                                 echo $item->category; ?>
<?php                                 if ($this->params->get('link_category')):  ;
                                                                                 ?>
<?php                                         echo '</a>'; ?>
<?php
                                      endif; ?>
</span>
<?php
                              endif; ?>
</div>
<?php
                      endif; ?>
<h5 class="metadata">
<?php


Clone Instance
2
Line Count
42
Source Line
4
Source File
templates/rhuk_milkyway/html/com_content/archive/default_items.php

                                        ?>
<li class="row<?php         echo ($item->odd +1);  ?>">
<h4 class="contentheading">
  <a href="<?php                       echo JRoute::_(ContentHelperRoute::getArticleRoute($item->slug)); ?>">
<?php                                 echo $this->escape($item->title); ?></a>
</h4>
<?php
                      if (($this->params->get('show_section')
                           &&                                    $item->sectionid)
                          ||                                                          ($this->params->get('show_category')
                                                                                       &&                                     $item->catid)):  ;
                                                                                                                                               ?>
<div>
<?php                         if ($this->params->get('show_section')
                                  &&                                    $item->sectionid
                                  &&                                                        isset ($item->section)): ;
                                                                                                                     ?>
<span>
<?php                                 if ($this->params->get('link_section')):  ;
                                                                                ?>
<?php                                         echo '<a href="'
                                                   .           JRoute::_(ContentHelperRoute::getSectionRoute($item->sectionid))
                                                   .                                                                            '">'; ?>
<?php
                                      endif; ?>
<?php                                 echo $this->escape($item->section); ?>
<?php                                 if ($this->params->get('link_section')):  ;
                                                                                ?>
<?php                                         echo '</a>'; ?>
<?php
                                      endif; ?>
<?php                                 if ($this->params->get('show_category')):  ;
                                                                                 ?>
<?php                                         echo ' - '; ?>
<?php
                                      endif; ?>
</span>
<?php
                              endif; ?>
<?php                         if ($this->params->get('show_category')
                                  &&                                     $item->catid):  ;
                                                                                         ?>
<span>
<?php                                 if ($this->params->get('link_category')):  ;
                                                                                 ?>
<?php                                         echo '<a href="'
                                                   .           JRoute::_(ContentHelperRoute::getCategoryRoute($item->catslug ,$item->sectionid))
                                                   .                                                                                             '">'; ?>
<?php
                                      endif; ?>
<?php                                 echo $this->escape($item->category); ?>
<?php                                 if ($this->params->get('link_category')):  ;
                                                                                 ?>
<?php                                         echo '</a>'; ?>
<?php
                                      endif; ?>
</span>
<?php
                              endif; ?>
</div>
<?php
                      endif; ?>
<h5 class="metadata">
<?php


Clone AbstractionParameter Count: 2Parameter Bindings

?>
<li class="row<?php
echo ($item->odd +1);
?>">
<h4 class="contentheading">
  <a href="<?php
echo JRoute::_(ContentHelperRoute::getArticleRoute($item->slug));
?>">
<?php
echo $this->escape($item->title);
?></a>
</h4>
<?php
if (($this->params->get('show_section')
     && $item->sectionid)
    || ($this->params->get('show_category')
        && $item->catid)):
  ;
  ?>
<div>
<?php
  if ($this->params->get('show_section')
      && $item->sectionid
      && isset ($item->section)):
    ;
    ?>
<span>
<?php
    if ($this->params->get('link_section')):
      ;
      ?>
<?php
      echo '<a href="'
           . JRoute::_(ContentHelperRoute::getSectionRoute($item->sectionid))
           . '">';
      ?>
<?php
    endif;
    ?>
<?php
    echo [[#variable573ce400]];
    ?>
<?php
    if ($this->params->get('link_section')):
      ;
      ?>
<?php
      echo '</a>';
      ?>
<?php
    endif;
    ?>
<?php
    if ($this->params->get('show_category')):
      ;
      ?>
<?php
      echo ' - ';
      ?>
<?php
    endif;
    ?>
</span>
<?php
  endif;
  ?>
<?php
  if ($this->params->get('show_category')
      && $item->catid):
    ;
    ?>
<span>
<?php
    if ($this->params->get('link_category')):
      ;
      ?>
<?php
      echo '<a href="'
           . JRoute::_(ContentHelperRoute::getCategoryRoute($item->catslug ,$item->sectionid))
           . '">';
      ?>
<?php
    endif;
    ?>
<?php
    echo [[#variable573ce420]];
    ?>
<?php
    if ($this->params->get('link_category')):
      ;
      ?>
<?php
      echo '</a>';
      ?>
<?php
    endif;
    ?>
</span>
<?php
  endif;
  ?>
</div>
<?php
endif;
?>
<h5 class="metadata">
<?php
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#573ce400]]
$item->section 
12[[#573ce400]]
$this->escape($item->section) 
21[[#573ce420]]
$item->category 
22[[#573ce420]]
$this->escape($item->category)