| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 6 | 2 | 0.987 | if_statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 46 | components/com_users/router.php |
| 2 | 2 | 51 | components/com_users/router.php |
| 3 | 2 | 56 | components/com_users/router.php |
| 4 | 2 | 61 | components/com_users/router.php |
| 5 | 2 | 66 | components/com_users/router.php |
| 6 | 2 | 71 | 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;
}
|
| ||||
// 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;
}
|
| ||||
// 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;
}
|
| ||||
// 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;
}
|
| ||||
// 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;
}
|
| ||||
// 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;
}
|
| |||
// 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 Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#525a6520]] | $profile |
| 1 | 2 | [[#525a6520]] | $registration |
| 1 | 3 | [[#525a6520]] | $login |
| 1 | 4 | [[#525a6520]] | $remind |
| 1 | 5 | [[#525a6520]] | $reset |
| 1 | 6 | [[#525a6520]] | $resend |
| 2 | 1 | [[#525a65e0]] | 'profile' |
| 2 | 2 | [[#525a65e0]] | 'registration' |
| 2 | 3 | [[#525a65e0]] | 'login' |
| 2 | 4 | [[#525a65e0]] | 'remind' |
| 2 | 5 | [[#525a65e0]] | 'reset' |
| 2 | 6 | [[#525a65e0]] | 'resend' |