Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 1 | 0.992 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 109 | libraries/joomla/installer/adapters/template.php |
2 | 4 | 114 | libraries/joomla/installer/adapters/template.php |
3 | 4 | 119 | libraries/joomla/installer/adapters/template.php |
| ||||
// Copy all the necessary files if ($this->parent->parseFiles($root->getElementByPath('files'), -1) === FALSE) { // Install failed, rollback changes $this->parent->abort(); return FALSE; } |
| ||||
if ($this->parent->parseFiles($root->getElementByPath('images'), -1) === FALSE) { // Install failed, rollback changes $this->parent->abort(); return FALSE; } |
| ||||
if ($this->parent->parseFiles($root->getElementByPath('css'), -1) === FALSE) { // Install failed, rollback changes $this->parent->abort(); return FALSE; } |
| |||
// Copy all the necessary files if ($this->parent->parseFiles($root->getElementByPath( [[#variable24149120]]),-1) === FALSE) { // Install failed, rollback changes $this->parent->abort(); return FALSE; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#24149120]] | 'files' |
1 | 2 | [[#24149120]] | 'images' |
1 | 3 | [[#24149120]] | 'css' |