Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 4 | 0.962 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 263 | components/com_users/models/registration.php |
2 | 2 | 238 | libraries/joomla/user/helper.php |
| ||||
$user->set('activation', ''); $user->set('block', '0'); |
| ||||
$user->set('block', '0'); $user->set('activation', ''); |
| |||
$user->set( [[#variable5234f3c0]], [[#variable5234f320]]); $user->set( [[#variable5234f2c0]], [[#variable5234f240]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5234f3c0]] | 'block' |
1 | 2 | [[#5234f3c0]] | 'activation' |
2 | 1 | [[#5234f320]] | '0' |
2 | 2 | [[#5234f320]] | '' |
3 | 1 | [[#5234f2c0]] | 'activation' |
3 | 2 | [[#5234f2c0]] | 'block' |
4 | 1 | [[#5234f240]] | '' |
4 | 2 | [[#5234f240]] | '0' |