Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 2 | 0.964 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 49 | components/com_search/controller.php |
2 | 1 | 50 | components/com_search/controller.php |
| ||||
$post['ordering']= JRequest::getWord('ordering', NULL, 'post'); |
| ||||
$post['searchphrase']= JRequest::getWord('searchphrase', 'all', 'post'); |
| |||
$post[ [[#variable423d3320]]]=JRequest::getWord( [[#variable423d3320]], [[#variable423d3260]],'post'); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#423d3320]] | 'searchphrase' |
1 | 2 | [[#423d3320]] | 'ordering' |
2 | 1 | [[#423d3260]] | 'all' |
2 | 2 | [[#423d3260]] | NULL |