| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 1 | 2 | 3 | 0.957 | echocall_statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 1 | 57 | components/com_content/views/frontpage/tmpl/default_item.php |
| 2 | 1 | 81 | templates/rhuk_milkyway/html/com_content/article/default.php |
| ||||
echo '<a href="'
. JRoute::_(ContentRoute::category($this->item->catslug ,$this->item->sectionid))
. '">';
|
| ||||
echo '<a href="'
. JRoute::_(ContentHelperRoute::getCategoryRoute($this->article->catslug ,$this->article->sectionid))
. '">';
|
| |||
echo '<a href="'
. JRoute::_( [[#variable53d3b9c0]]:: [[#variable53d3b920]]($this-> [[#variable53d3b8c0]]->catslug ,$this-> [[#variable53d3b8c0]]->sectionid))
. '">';
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#53d3b9c0]] | ContentRoute |
| 1 | 2 | [[#53d3b9c0]] | ContentHelperRoute |
| 2 | 1 | [[#53d3b920]] | category |
| 2 | 2 | [[#53d3b920]] | getCategoryRoute |
| 3 | 1 | [[#53d3b8c0]] | item |
| 3 | 2 | [[#53d3b8c0]] | article |