Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
42 | 2 | 2 | 0.965 | statement_sequence[9] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 42 | 14 | components/com_content/views/archive/tmpl/default_items.php |
2 | 42 | 4 | 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 $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 |
| ||||
?> <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 |
| |||
?> <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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#573ce400]] | $item->section |
1 | 2 | [[#573ce400]] | $this->escape($item->section) |
2 | 1 | [[#573ce420]] | $item->category |
2 | 2 | [[#573ce420]] | $this->escape($item->category) |