Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 2 | 0.985 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 148 | administrator/components/com_templates/models/templates.php |
2 | 1 | 149 | administrator/components/com_templates/models/templates.php |
| ||||
$this->_data[$i]->assigned = TemplatesHelper::isTemplateNameAssigned($this->_data[$i]->template ,$this->_data[$i]->client_id); |
| ||||
$this->_data[$i]->home = TemplatesHelper::isTemplateNameDefault($this->_data[$i]->template ,$this->_data[$i]->client_id); |
| |||
$this->_data[$i]-> [[#variable5865c000]]=TemplatesHelper:: [[#variable46cd5fc0]]($this->_data[$i]->template ,$this->_data[$i]->client_id); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5865c000]] | home |
1 | 2 | [[#5865c000]] | assigned |
2 | 1 | [[#46cd5fc0]] | isTemplateNameDefault |
2 | 2 | [[#46cd5fc0]] | isTemplateNameAssigned |