CloneSet991


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4310.992if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14109
libraries/joomla/installer/adapters/template.php
24114
libraries/joomla/installer/adapters/template.php
34119
libraries/joomla/installer/adapters/template.php
Clone Instance
1
Line Count
4
Source Line
109
Source File
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;
                      }


Clone Instance
2
Line Count
4
Source Line
114
Source File
libraries/joomla/installer/adapters/template.php

                if ($this->parent->parseFiles($root->getElementByPath('images'), -1) === FALSE) {
                        // Install failed, rollback changes
                        $this->parent->abort();
                        return FALSE;
                      }


Clone Instance
3
Line Count
4
Source Line
119
Source File
libraries/joomla/installer/adapters/template.php

                if ($this->parent->parseFiles($root->getElementByPath('css'), -1) === FALSE) {
                        // Install failed, rollback changes
                        $this->parent->abort();
                        return FALSE;
                      }


Clone AbstractionParameter Count: 1Parameter Bindings

// 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#24149120]]
'files' 
12[[#24149120]]
'images' 
13[[#24149120]]
'css'