Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 5 | 0.958 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 59 | components/com_users/models/user.php |
2 | 4 | 173 | libraries/joomla/client/helper.php |
| ||||
// Set the form loading options. $options= array( 'array' => FALSE, 'event' => 'onPrepareUsersLoginForm', 'group' => 'users' ); |
| ||||
$options= array( 'enabled' => FALSE, 'user' => '', 'pass' => '' ); |
| |||
// Set the form loading options. $options=array( [[#variable526f9dc0]]=> FALSE, [[#variable526f9d40]]=> [[#variable526f9ca0]], [[#variable526f9c20]]=> [[#variable526f9bc0]] ); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#526f9dc0]] | 'enabled' |
1 | 2 | [[#526f9dc0]] | 'array' |
2 | 1 | [[#526f9d40]] | 'user' |
2 | 2 | [[#526f9d40]] | 'event' |
3 | 1 | [[#526f9ca0]] | '' |
3 | 2 | [[#526f9ca0]] | 'onPrepareUsersLoginForm' |
4 | 1 | [[#526f9c20]] | 'pass' |
4 | 2 | [[#526f9c20]] | 'group' |
5 | 1 | [[#526f9bc0]] | '' |
5 | 2 | [[#526f9bc0]] | 'users' |