CloneSet1317


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.993if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14108
components/com_users/controllers/reset.php
24179
components/com_users/controllers/user.php
Clone Instance
1
Line Count
4
Source Line
108
Source File
components/com_users/controllers/reset.php

                        // Get the error message to display.
                        if ($app->getCfg('error_reporting')) {
                                $message=  $return->getMessage();
                              }
                        else   {
                                $message=  JText::_('USERS_RESET_CONFIRM_ERROR');
                              }


Clone Instance
2
Line Count
4
Source Line
179
Source File
components/com_users/controllers/user.php

                        // Get the error message to display.
                        if ($app->getCfg('error_reporting')) {
                                $message=  $return->getMessage();
                              }
                        else   {
                                $message=  JText::_('USERS_REMIND_REQUEST_ERROR');
                              }


Clone AbstractionParameter Count: 1Parameter Bindings

// Get the error message to display.
if ($app->getCfg('error_reporting')) {
  $message=$return->getMessage();
}
else {
  $message=JText::_( [[#variable5887aa60]]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5887aa60]]
'USERS_RESET_CONFIRM_ERROR' 
12[[#5887aa60]]
'USERS_REMIND_REQUEST_ERROR'