CloneSet1759


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4220.955if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14209
libraries/joomla/installer/adapters/component.php
24112
libraries/joomla/installer/adapters/library.php
Clone Instance
1
Line Count
4
Source Line
209
Source File
libraries/joomla/installer/adapters/component.php

                                if ($this->parent->parseFiles($child, 1) === FALSE) {
                                        // Install failed, rollback any changes
                                        $this->parent->abort();
                                        return FALSE;
                                      }


Clone Instance
2
Line Count
4
Source Line
112
Source File
libraries/joomla/installer/adapters/library.php

                // Copy all necessary files
                if ($this->parent->parseFiles($element, -1) === FALSE) {
                        // Install failed, roll back changes
                        $this->parent->abort();
                        return FALSE;
                      }


Clone AbstractionParameter Count: 2Parameter Bindings

// 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#52384400]]
$child 
12[[#52384400]]
$element 
21[[#523843a0]]
1 
22[[#523843a0]]
-1