Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 0 | 1.000 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 36 | components/com_users/views/remind/view.html.php |
2 | 5 | 36 | components/com_users/views/reset/view.html.php |
| ||||
// If the user is logged in, send them to their profile. if (!$user->get('guest')) { $itemid= UsersHelperRoute::getProfileRoute(); $itemid= $itemid !== NULL ? '&Itemid=' . $itemid : ''; $app->redirect(JRoute::_('index.php?option=com_users&view=profile' . $itemid, FALSE)); return FALSE; } |
| ||||
// If the user is logged in, send them to their profile. if (!$user->get('guest')) { $itemid= UsersHelperRoute::getProfileRoute(); $itemid= $itemid !== NULL ? '&Itemid=' . $itemid : ''; $app->redirect(JRoute::_('index.php?option=com_users&view=profile' . $itemid, FALSE)); return FALSE; } |
| |||
// If the user is logged in, send them to their profile. if (!$user->get('guest')) { $itemid=UsersHelperRoute::getProfileRoute(); $itemid=$itemid !== NULL ? '&Itemid=' . $itemid : ''; $app->redirect(JRoute::_('index.php?option=com_users&view=profile' . $itemid,FALSE)); return FALSE; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |