CloneSet182


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2620.987if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1246
components/com_users/router.php
2251
components/com_users/router.php
3256
components/com_users/router.php
4261
components/com_users/router.php
5266
components/com_users/router.php
6271
components/com_users/router.php
Clone Instance
1
Line Count
2
Source Line
46
Source File
components/com_users/router.php

                        // Check to see if e have found the resend menu item.
                        if (empty($resend)
                            &&                !empty($items[$i]->query['view'])
                            &&                                                     ($items[$i]->query['view'] == 'resend')) {
                                $resend=  $items[$i]->id;
                              }


Clone Instance
2
Line Count
2
Source Line
51
Source File
components/com_users/router.php

                        // Check to see if e have found the reset menu item.
                        if (empty($reset)
                            &&               !empty($items[$i]->query['view'])
                            &&                                                    ($items[$i]->query['view'] == 'reset')) {
                                $reset=  $items[$i]->id;
                              }


Clone Instance
3
Line Count
2
Source Line
56
Source File
components/com_users/router.php

                        // Check to see if e have found the remind menu item.
                        if (empty($remind)
                            &&                !empty($items[$i]->query['view'])
                            &&                                                     ($items[$i]->query['view'] == 'remind')) {
                                $remind=  $items[$i]->id;
                              }


Clone Instance
4
Line Count
2
Source Line
61
Source File
components/com_users/router.php

                        // Check to see if e have found the login menu item.
                        if (empty($login)
                            &&               !empty($items[$i]->query['view'])
                            &&                                                    ($items[$i]->query['view'] == 'login')) {
                                $login=  $items[$i]->id;
                              }


Clone Instance
5
Line Count
2
Source Line
66
Source File
components/com_users/router.php

                        // Check to see if e have found the registration menu item.
                        if (empty($registration)
                            &&                      !empty($items[$i]->query['view'])
                            &&                                                           ($items[$i]->query['view'] == 'registration')) {
                                $registration=  $items[$i]->id;
                              }


Clone Instance
6
Line Count
2
Source Line
71
Source File
components/com_users/router.php

                        // Check to see if e have found the profile menu item.
                        if (empty($profile)
                            &&                 !empty($items[$i]->query['view'])
                            &&                                                      ($items[$i]->query['view'] == 'profile')) {
                                $profile=  $items[$i]->id;
                              }


Clone AbstractionParameter Count: 2Parameter Bindings

// Check to see if e have found the profile menu item.
// Check to see if e have found the registration menu item.
// Check to see if e have found the login menu item.
// Check to see if e have found the remind menu item.
// Check to see if e have found the reset menu item.
// Check to see if e have found the resend menu item.
if (empty( [[#variable525a6520]])
    && !empty($items[$i]->query['view'])
    && ($items[$i]->query['view'] == [[#variable525a65e0]])) {
   [[#variable525a6520]]=$items[$i]->id;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#525a6520]]
$profile 
12[[#525a6520]]
$registration 
13[[#525a6520]]
$login 
14[[#525a6520]]
$remind 
15[[#525a6520]]
$reset 
16[[#525a6520]]
$resend 
21[[#525a65e0]]
'profile' 
22[[#525a65e0]]
'registration' 
23[[#525a65e0]]
'login' 
24[[#525a65e0]]
'remind' 
25[[#525a65e0]]
'reset' 
26[[#525a65e0]]
'resend'