CloneSet678


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5201.000if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1536
components/com_users/views/remind/view.html.php
2536
components/com_users/views/reset/view.html.php
Clone Instance
1
Line Count
5
Source Line
36
Source File
components/com_users/views/remind/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;
                      }


Clone Instance
2
Line Count
5
Source Line
36
Source File
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;
                      }


Clone AbstractionParameter Count: 0Parameter Bindings

// 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None