Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 4 | 0.960 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 57 | administrator/components/com_massmail/admin.massmail.php |
2 | 1 | 58 | administrator/components/com_massmail/admin.massmail.php |
| ||||
$gou= JRequest::getVar('mm_group', '0', 'post', 'int'); |
| ||||
$recurse= JRequest::getVar('mm_recurse', 'NO_RECURSE', 'post', 'word'); |
| |||
[[#variable51276fa0]]=JRequest::getVar( [[#variable51276f40]], [[#variable51276ee0]],'post', [[#variable51276e20]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#51276fa0]] | $recurse |
1 | 2 | [[#51276fa0]] | $gou |
2 | 1 | [[#51276f40]] | 'mm_recurse' |
2 | 2 | [[#51276f40]] | 'mm_group' |
3 | 1 | [[#51276ee0]] | 'NO_RECURSE' |
3 | 2 | [[#51276ee0]] | '0' |
4 | 1 | [[#51276e20]] | 'word' |
4 | 2 | [[#51276e20]] | 'int' |