Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 4 | 1 | 0.989 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 88 | administrator/components/com_categories/models/categories.php |
2 | 3 | 95 | administrator/components/com_menus/models/items.php |
3 | 3 | 114 | administrator/components/com_users/models/levels.php |
4 | 3 | 95 | components/com_content/models/categories.php |
| ||||
$id.= ':' . $this->getState('filter.published'); return md5($id); |
| ||||
$id.= ':' . $this->getState('filter.menu_id'); return md5($id); |
| ||||
$id.= ':' . $this->getState('filter.search'); return md5($id); |
| ||||
$id.= ':' . $this->getState('filter.access'); return md5($id); |
| |||
$id.=':' . $this->getState( [[#variable4657cee0]]); return md5($id); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4657cee0]] | 'filter.published' |
1 | 2 | [[#4657cee0]] | 'filter.access' |
1 | 3 | [[#4657cee0]] | 'filter.search' |
1 | 4 | [[#4657cee0]] | 'filter.menu_id' |