Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.971 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 148 | plugins/content/pagenavigation.php |
2 | 4 | 154 | plugins/content/pagenavigation.php |
| ||||
if ($row->prev) { $row->prev = JRoute::_(ContentRoute::article($row->prev->slug ,$row->prev->catslug)); } else { $row->prev = ''; } |
| ||||
if ($row->next) { $row->next = JRoute::_(ContentRoute::article($row->next->slug ,$row->next->catslug)); } else { $row->next = ''; } |
| |||
if ($row-> [[#variable239ba1c0]]) { $row-> [[#variable239ba1c0]]=JRoute::_(ContentRoute::article($row-> [[#variable239ba1c0]]->slug ,$row-> [[#variable239ba1c0]]->catslug)); } else { $row-> [[#variable239ba1c0]]=''; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#239ba1c0]] | next |
1 | 2 | [[#239ba1c0]] | prev |