| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 5 | 2 | 1 | 0.992 | statement_block |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 5 | 113 | administrator/components/com_users/controllers/level.json.php |
| 2 | 5 | 161 | installation/controllers/setup.json.php |
| ||||
{
// Prepare the error response.
$this->error = TRUE;
$this->header = JText::_('USERS_LEVEL_HEADER_ERROR');
$this->message = $state->getMessage();
}
|
| ||||
{
// Prepare the error response.
$this->error = TRUE;
$this->header = JText::_('Installation_Header_Error');
$this->message = $state->getMessage();
}
|
| |||
{
// Prepare the error response.
$this->error =TRUE;
$this->header =JText::_( [[#variable500ecd80]]);
$this->message =$state->getMessage();
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#500ecd80]] | 'USERS_LEVEL_HEADER_ERROR' |
| 1 | 2 | [[#500ecd80]] | 'Installation_Header_Error' |