Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.955 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 209 | libraries/joomla/installer/adapters/component.php |
2 | 4 | 112 | libraries/joomla/installer/adapters/library.php |
| ||||
if ($this->parent->parseFiles($child, 1) === FALSE) { // Install failed, rollback any changes $this->parent->abort(); return FALSE; } |
| ||||
// Copy all necessary files if ($this->parent->parseFiles($element, -1) === FALSE) { // Install failed, roll back changes $this->parent->abort(); return FALSE; } |
| |||
// Copy all necessary files if ($this->parent->parseFiles( [[#variable52384400]], [[#variable523843a0]]) === FALSE) { // Install failed, rollback any changes // Install failed, roll back changes $this->parent->abort(); return FALSE; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#52384400]] | $child |
1 | 2 | [[#52384400]] | $element |
2 | 1 | [[#523843a0]] | 1 |
2 | 2 | [[#523843a0]] | -1 |