Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 3 | 3 | 0.962 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 222 | administrator/components/com_contact/admin.contact.php |
2 | 1 | 224 | administrator/components/com_contact/admin.contact.php |
3 | 1 | 62 | administrator/components/com_plugins/views/plugin/view.html.php |
| ||||
// build the html select list for images $lists['image']= JHtml::_('list.images', 'image', $row->image); |
| ||||
// build the html select list for the group access $lists['access']= JHtml::_('access.assetgroups', 'access', $row->access); |
| ||||
// build the html select list for the group access $lists['access']= JHtml::_('access.assetgrouplist', 'access', $row->access); |
| |||
// build the html select list for the group access // build the html select list for images $lists[ [[#variable3c3673e0]]]=JHtml::_( [[#variable3c3672c0]], [[#variable3c3673e0]],$row-> [[#variable3c367300]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#3c3673e0]] | 'access' |
1 | 2 | [[#3c3673e0]] | 'access' |
1 | 3 | [[#3c3673e0]] | 'image' |
2 | 1 | [[#3c3672c0]] | 'access.assetgroups' |
2 | 2 | [[#3c3672c0]] | 'access.assetgrouplist' |
2 | 3 | [[#3c3672c0]] | 'list.images' |
3 | 1 | [[#3c367300]] | access |
3 | 2 | [[#3c367300]] | access |
3 | 3 | [[#3c367300]] | image |