CloneSet248


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3730.980statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13115
components/com_users/controllers/reset.php
23127
components/com_users/controllers/reset.php
33140
components/com_users/controllers/reset.php
43186
components/com_users/controllers/user.php
53198
components/com_users/controllers/user.php
63211
components/com_users/controllers/user.php
73219
components/com_users/models/user.php
Clone Instance
1
Line Count
3
Source Line
115
Source File
components/com_users/controllers/reset.php

                        // Get the route to the next page.
                        $itemid=  UsersHelperRoute::getResetRoute();
                        $itemid=  $itemid !== NULL
                                  ?                  '&Itemid='
                                                     .          $itemid
                                  :                                       '';
                        $route=   'index.php?option=com_users&view=reset&layout=confirm'
                                  .                                                      $itemid;


Clone Instance
2
Line Count
3
Source Line
127
Source File
components/com_users/controllers/reset.php

                        // Get the route to the next page.
                        $itemid=  UsersHelperRoute::getResetRoute();
                        $itemid=  $itemid !== NULL
                                  ?                  '&Itemid='
                                                     .          $itemid
                                  :                                       '';
                        $route=   'index.php?option=com_users&view=reset&layout=confirm'
                                  .                                                      $itemid;


Clone Instance
3
Line Count
3
Source Line
140
Source File
components/com_users/controllers/reset.php

                        // Get the route to the next page.
                        $itemid=  UsersHelperRoute::getResetRoute();
                        $itemid=  $itemid !== NULL
                                  ?                  '&Itemid='
                                                     .          $itemid
                                  :                                       '';
                        $route=   'index.php?option=com_users&view=reset&layout=complete'
                                  .                                                       $itemid;


Clone Instance
4
Line Count
3
Source Line
186
Source File
components/com_users/controllers/user.php

                        // Get the route to the next page.
                        $itemid=  UsersHelperRoute::getRemindRoute();
                        $itemid=  $itemid !== NULL
                                  ?                  '&Itemid='
                                                     .          $itemid
                                  :                                       '';
                        $route=   'index.php?option=com_users&view=remind'
                                  .                                        $itemid;


Clone Instance
5
Line Count
3
Source Line
198
Source File
components/com_users/controllers/user.php

                        // Get the route to the next page.
                        $itemid=  UsersHelperRoute::getRemindRoute();
                        $itemid=  $itemid !== NULL
                                  ?                  '&Itemid='
                                                     .          $itemid
                                  :                                       '';
                        $route=   'index.php?option=com_users&view=remind'
                                  .                                        $itemid;


Clone Instance
6
Line Count
3
Source Line
211
Source File
components/com_users/controllers/user.php

                        // Get the route to the next page.
                        $itemid=  UsersHelperRoute::getLoginRoute();
                        $itemid=  $itemid !== NULL
                                  ?                  '&Itemid='
                                                     .          $itemid
                                  :                                       '';
                        $route=   'index.php?option=com_users&view=login'
                                  .                                       $itemid;


Clone Instance
7
Line Count
3
Source Line
219
Source File
components/com_users/models/user.php

                // Assemble the login link.
                $itemid=  UsersHelperRoute::getLoginRoute();
                $itemid=  $itemid !== NULL
                          ?                  '&Itemid='
                                             .          $itemid
                          :                                       '';
                $link=    'index.php?option=com_users&view=login'
                          .                                       $itemid;


Clone AbstractionParameter Count: 3Parameter Bindings

// Get the route to the next page.
// Assemble the login link.
$itemid=UsersHelperRoute:: [[#variable4c6289e0]]();
$itemid=$itemid !== NULL
        ? '&Itemid='
          . $itemid
        : '';
 [[#variable4c628920]]= [[#variable4c6289a0]]
                       . $itemid;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4c6289e0]]
getLoginRoute 
12[[#4c6289e0]]
getResetRoute 
13[[#4c6289e0]]
getRemindRoute 
14[[#4c6289e0]]
getResetRoute 
15[[#4c6289e0]]
getLoginRoute 
16[[#4c6289e0]]
getRemindRoute 
17[[#4c6289e0]]
getResetRoute 
21[[#4c628920]]
$route 
22[[#4c628920]]
$route 
23[[#4c628920]]
$route 
24[[#4c628920]]
$route 
25[[#4c628920]]
$link 
26[[#4c628920]]
$route 
27[[#4c628920]]
$route 
31[[#4c6289a0]]
'index.php?option=com_users&view=login' 
32[[#4c6289a0]]
'index.php?option=com_users&view=reset&layout=complete' 
33[[#4c6289a0]]
'index.php?option=com_users&view=remind' 
34[[#4c6289a0]]
'index.php?option=com_users&view=reset&layout=confirm' 
35[[#4c6289a0]]
'index.php?option=com_users&view=login' 
36[[#4c6289a0]]
'index.php?option=com_users&view=remind' 
37[[#4c6289a0]]
'index.php?option=com_users&view=reset&layout=confirm'