| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 2 | 3 | 0.966 | statement_sequence |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 60 | components/com_content/views/category/tmpl/blog_item.php |
| 2 | 3 | 66 | templates/rhuk_milkyway/html/com_content/article/default.php |
| ||||
;
?>
<?php echo '<a href="'
. JRoute::_(ContentHelperRoute::getCategoryRoute($this->item->catslug))
. '">'; ?>
<?php
|
| ||||
;
?>
<?php echo '<a href="'
. JRoute::_(ContentHelperRoute::getSectionRoute($this->article->sectionid))
. '">'; ?>
<?php
|
| |||
;
?>
<?php
echo '<a href="'
. JRoute::_(ContentHelperRoute:: [[#variable3c3cbe60]]($this-> [[#variable3c3cbde0]]-> [[#variable3c3cbd60]]))
. '">';
?>
<?php
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#3c3cbe60]] | getCategoryRoute |
| 1 | 2 | [[#3c3cbe60]] | getSectionRoute |
| 2 | 1 | [[#3c3cbde0]] | item |
| 2 | 2 | [[#3c3cbde0]] | article |
| 3 | 1 | [[#3c3cbd60]] | catslug |
| 3 | 2 | [[#3c3cbd60]] | sectionid |