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.968 | toplevel_statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 108 | templates/beez/html/pagination.php |
2 | 6 | 104 | templates/rhuk_milkyway/html/pagination.php |
| ||||
function pagination_item_active( &$item) { return "<li><strong><a href=\"" . $item->link . "\" title=\"" . $item->text . "\">" . $item->text . "</a></strong></li>"; } function pagination_item_inactive( &$item) { return "<li>" . $item->text . "</li>"; } |
| ||||
function pagination_item_active( &$item) { return "<a href=\"" . $item->link . "\" title=\"" . $item->text . "\">" . $item->text . "</a>"; } function pagination_item_inactive( &$item) { return "<span>" . $item->text . "</span>"; } |
| |||
function pagination_item_active( &$item) { return [[#variable5269f860]] . $item->link . "\" title=\"" . $item->text . "\">" . $item->text . [[#variable5269f7e0]]; } function pagination_item_inactive( &$item) { return [[#variable5269f700]] . $item->text . [[#variable526bfb60]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5269f860]] | "<li><strong><a href=\"" |
1 | 2 | [[#5269f860]] | "<a href=\"" |
2 | 1 | [[#5269f7e0]] | "</a></strong></li>" |
2 | 2 | [[#5269f7e0]] | "</a>" |
3 | 1 | [[#5269f700]] | "<li>" |
3 | 2 | [[#5269f700]] | "<span>" |
4 | 1 | [[#526bfb60]] | "</li>" |
4 | 2 | [[#526bfb60]] | "</span>" |