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.981 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 90 | administrator/components/com_users/models/user.php |
2 | 1 | 206 | libraries/joomla/user/helper.php |
| ||||
// Trigger the data preparation event. $results= $dispatcher->trigger('onPrepareUserProfileData', array( $userId, &$value )); |
| ||||
// Trigger the data preparation event. $results= $dispatcher->trigger('onPrepareUsersProfileData', array( $userId, &$data )); |
| |||
// Trigger the data preparation event. $results=$dispatcher->trigger( [[#variable51ee6260]],array( $userId, & [[#variable51ee6200]] )); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#51ee6260]] | 'onPrepareUserProfileData' |
1 | 2 | [[#51ee6260]] | 'onPrepareUsersProfileData' |
2 | 1 | [[#51ee6200]] | $value |
2 | 2 | [[#51ee6200]] | $data |