CloneSet1494


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5210.992statement_block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15113
administrator/components/com_users/controllers/level.json.php
25161
installation/controllers/setup.json.php
Clone Instance
1
Line Count
5
Source Line
113
Source File
administrator/components/com_users/controllers/level.json.php

                {
                        // Prepare the error response.
                        $this->error =    TRUE;
                        $this->header =   JText::_('USERS_LEVEL_HEADER_ERROR');
                        $this->message =  $state->getMessage();
                      }


Clone Instance
2
Line Count
5
Source Line
161
Source File
installation/controllers/setup.json.php

                {
                        // Prepare the error response.
                        $this->error =    TRUE;
                        $this->header =   JText::_('Installation_Header_Error');
                        $this->message =  $state->getMessage();
                      }


Clone AbstractionParameter Count: 1Parameter Bindings

{
  // Prepare the error response.
  $this->error =TRUE;
  $this->header =JText::_( [[#variable500ecd80]]);
  $this->message =$state->getMessage();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#500ecd80]]
'USERS_LEVEL_HEADER_ERROR' 
12[[#500ecd80]]
'Installation_Header_Error'