Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.993 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 151 | libraries/joomla/html/html/access.php |
2 | 2 | 194 | libraries/joomla/html/html/access.php |
| ||||
// Setup the variable attributes. $eid= $count . 'group_' . $item->id; $checked= in_array($item->id ,$selected) ? ' checked="checked"' : ''; |
| ||||
// Setup the variable attributes. $eid= $count . 'action_' . $item->id; $checked= in_array($item->id ,$selected) ? ' checked="checked"' : ''; |
| |||
// Setup the variable attributes. $eid=$count . [[#variable21fece80]] . $item->id; $checked=in_array($item->id ,$selected) ? ' checked="checked"' : ''; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#21fece80]] | 'action_' |
1 | 2 | [[#21fece80]] | 'group_' |