Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 2 | 0.991 | statement_block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 354 | libraries/joomla/html/pagination.php |
2 | 7 | 385 | libraries/joomla/html/pagination.php |
| ||||
{ if ($enabled) { $html= '<a href="#reorder" onclick="return listItemTask(\'cb' . $i . '\',\'' . $task . '\')" title="' . $alt . '">'; $html.= ' <img src="images/uparrow.png" width="16" height="16" border="0" alt="' . $alt . '" />'; $html.= '</a>'; } else { $html= '<img src="images/uparrow0.png" width="16" height="16" border="0" alt="' . $alt . '" />'; } } |
| ||||
{ if ($enabled) { $html= '<a href="#reorder" onclick="return listItemTask(\'cb' . $i . '\',\'' . $task . '\')" title="' . $alt . '">'; $html.= ' <img src="images/downarrow.png" width="16" height="16" border="0" alt="' . $alt . '" />'; $html.= '</a>'; } else { $html= '<img src="images/downarrow0.png" width="16" height="16" border="0" alt="' . $alt . '" />'; } } |
| |||
{ if ($enabled) { $html='<a href="#reorder" onclick="return listItemTask(\'cb' . $i . '\',\'' . $task . '\')" title="' . $alt . '">'; $html.= [[#variable46f84e60]] . $alt . '" />'; $html.='</a>'; } else { $html= [[#variable46f84e00]] . $alt . '" />'; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#46f84e60]] | ' <img src="images/uparrow.png" width="16" height="16" border="0" alt="' |
1 | 2 | [[#46f84e60]] | ' <img src="images/downarrow.png" width="16" height="16" border="0" alt="' |
2 | 1 | [[#46f84e00]] | '<img src="images/uparrow0.png" width="16" height="16" border="0" alt="' |
2 | 2 | [[#46f84e00]] | '<img src="images/downarrow0.png" width="16" height="16" border="0" alt="' |