Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 7 | 2 | 0.976 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 19 | components/com_banners/router.php |
2 | 2 | 23 | components/com_banners/router.php |
3 | 3 | 117 | components/com_contact/router.php |
4 | 3 | 132 | components/com_contact/router.php |
5 | 2 | 195 | components/com_content/router.php |
6 | 2 | 203 | components/com_content/router.php |
7 | 2 | 18 | components/com_search/router.php |
| ||||
$segments[]= $query['task']; unset ($query['task']); |
| ||||
$segments[]= $query['bid']; unset ($query['bid']); |
| ||||
$segments[]= $query['catid']; unset ($query['view']); |
| ||||
// Push the id onto the stack. $segments[]= $query['id']; unset ($query['view']); |
| ||||
$segments[]= $query['year']; unset ($query['year']); |
| ||||
$segments[]= $query['month']; unset ($query['month']); |
| ||||
$segments[]= $query['searchword']; unset ($query['searchword']); |
| |||
// Push the id onto the stack. $segments[]=$query[ [[#variable5859cce0]]]; unset ($query[ [[#variable5859cd80]]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5859cce0]] | 'id' |
1 | 2 | [[#5859cce0]] | 'searchword' |
1 | 3 | [[#5859cce0]] | 'year' |
1 | 4 | [[#5859cce0]] | 'month' |
1 | 5 | [[#5859cce0]] | 'task' |
1 | 6 | [[#5859cce0]] | 'bid' |
1 | 7 | [[#5859cce0]] | 'catid' |
2 | 1 | [[#5859cd80]] | 'view' |
2 | 2 | [[#5859cd80]] | 'searchword' |
2 | 3 | [[#5859cd80]] | 'year' |
2 | 4 | [[#5859cd80]] | 'month' |
2 | 5 | [[#5859cd80]] | 'task' |
2 | 6 | [[#5859cd80]] | 'bid' |
2 | 7 | [[#5859cd80]] | 'view' |