Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 4 | 0.964 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 168 | plugins/content/pagenavigation.php |
2 | 6 | 187 | plugins/content/pagenavigation.php |
| ||||
if ($row->prev) { $html.= "\n\t\t\t\t<th class=\"pagenav_prev\">\n\t\t\t\t\t<a href=\"" . $row->prev . '">' . JText::_('<') . $pnSpace . JText::_('Prev') . "</a>\n\t\t\t\t</th>"; } |
| ||||
if ($row->next) { $html.= "\n\t\t\t\t<th class=\"pagenav_next\">\n\t\t\t\t\t<a href=\"" . $row->next . '">' . JText::_('Next') . $pnSpace . JText::_('>') . "</a>\n\t\t\t\t</th>"; } |
| |||
if ($row-> [[#variable526c5080]]) { $html.= [[#variable526c5040]] . $row-> [[#variable526c5080]] . '">' . JText::_( [[#variable526c4fe0]]) . $pnSpace . JText::_( [[#variable526c5000]]) . "</a>\n\t\t\t\t</th>"; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#526c5080]] | next |
1 | 2 | [[#526c5080]] | prev |
2 | 1 | [[#526c5040]] | "\n\t\t\t\t<th class=\"pagenav_next\">\n\t\t\t\t\t<a href=\"" |
2 | 2 | [[#526c5040]] | "\n\t\t\t\t<th class=\"pagenav_prev\">\n\t\t\t\t\t<a href=\"" |
3 | 1 | [[#526c4fe0]] | 'Next' |
3 | 2 | [[#526c4fe0]] | '<' |
4 | 1 | [[#526c5000]] | '>' |
4 | 2 | [[#526c5000]] | 'Prev' |