CloneSet1701


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1220.981statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1190
administrator/components/com_users/models/user.php
21206
libraries/joomla/user/helper.php
Clone Instance
1
Line Count
1
Source Line
90
Source File
administrator/components/com_users/models/user.php

                // Trigger the data preparation event.
                $results=  $dispatcher->trigger('onPrepareUserProfileData', array( $userId, &$value
                                                                                 ));


Clone Instance
2
Line Count
1
Source Line
206
Source File
libraries/joomla/user/helper.php

                // Trigger the data preparation event.
                $results=  $dispatcher->trigger('onPrepareUsersProfileData', array( $userId, &$data
                                                                                  ));


Clone AbstractionParameter Count: 2Parameter Bindings

// Trigger the data preparation event.
$results=$dispatcher->trigger( [[#variable51ee6260]],array( $userId,
                                                            & [[#variable51ee6200]]
                                                          ));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#51ee6260]]
'onPrepareUserProfileData' 
12[[#51ee6260]]
'onPrepareUsersProfileData' 
21[[#51ee6200]]
$value 
22[[#51ee6200]]
$data