CloneSet716


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2410.992statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12120
components/com_users/controllers/reset.php
22133
components/com_users/controllers/reset.php
32191
components/com_users/controllers/user.php
42204
components/com_users/controllers/user.php
Clone Instance
1
Line Count
2
Source Line
120
Source File
components/com_users/controllers/reset.php

                        // Go back to the confirm form.
                        $this->setRedirect(JRoute::_($route, FALSE), $message, 'error');
                        return FALSE;


Clone Instance
2
Line Count
2
Source Line
133
Source File
components/com_users/controllers/reset.php

                        $this->setRedirect(JRoute::_($route, FALSE), $message, 'notice');
                        return FALSE;


Clone Instance
3
Line Count
2
Source Line
191
Source File
components/com_users/controllers/user.php

                        // Go back to the complete form.
                        $this->setRedirect(JRoute::_($route, FALSE), $message, 'error');
                        return FALSE;


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

                        $this->setRedirect(JRoute::_($route, FALSE), $message, 'notice');
                        return FALSE;


Clone AbstractionParameter Count: 1Parameter Bindings

// Go back to the complete form.
// Go back to the confirm form.
$this->setRedirect(JRoute::_($route,FALSE),$message, [[#variable20fab5e0]]);
return FALSE;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#20fab5e0]]
'error' 
12[[#20fab5e0]]
'notice' 
13[[#20fab5e0]]
'notice' 
14[[#20fab5e0]]
'error'