Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.951 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 156 | libraries/joomla/html/html/access.php |
2 | 4 | 198 | libraries/joomla/html/html/access.php |
| ||||
// Build the HTML for the item. $html[]= "\t<li>"; $html[]= "\t\t<label for=\"" . $eid . '">'; $html[]= "\t\t\t<input type=\"checkbox\" name=\"" . $name . '[]" value="' . $item->id . '" id="' . $eid . '"'; $html[]= "\t\t\t\t" . $checked . $rel . ' />'; |
| ||||
// Build the HTML for the item. $html[]= "\t<li>"; $html[]= "\t\t<label for=\"" . $eid . '">'; $html[]= "\t\t\t<input type=\"checkbox\" name=\"" . $name . '[]" value="' . $item->id . '" id="' . $eid . '"'; $html[]= "\t\t\t\t" . $checked . ' />'; |
| |||
// Build the HTML for the item. $html[]="\t<li>"; $html[]="\t\t<label for=\"" . $eid . '">'; $html[]="\t\t\t<input type=\"checkbox\" name=\"" . $name . '[]" value="' . $item->id . '" id="' . $eid . '"'; $html[]= [[#variable41dec6c0]] . [[#variable238251e0]] . ' />'; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#41dec6c0]] | "\t\t\t\t" |
1 | 2 | [[#41dec6c0]] | "\t\t\t\t" . $checked |
2 | 1 | [[#238251e0]] | $checked |
2 | 2 | [[#238251e0]] | $rel |