CloneSet874


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6210.990if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16720
libraries/joomla/installer/installer.php
261186
libraries/joomla/installer/installer.php
Clone Instance
1
Line Count
6
Source Line
720
Source File
libraries/joomla/installer/installer.php

                /*
                 * Here we set the folder we are going to remove the files from.
                 */
                if ($client) {
                        $pathname=  'extension_'
                                    .            $client->name;
                        $destination=  $this->getPath($pathname);
                      }
                else   {
                        $pathname=  'extension_root';
                        $destination=  $this->getPath($pathname);
                      }


Clone Instance
2
Line Count
6
Source Line
1186
Source File
libraries/joomla/installer/installer.php

                                if ($client) {
                                        $pathname=  'extension_'
                                                    .            $client->name;
                                        $source=  $this->getPath($pathname);
                                      }
                                else   {
                                        $pathname=  'extension_root';
                                        $source=  $this->getPath($pathname);
                                      }


Clone AbstractionParameter Count: 1Parameter Bindings

/*
                 * Here we set the folder we are going to remove the files from.
                 */
if ($client) {
  $pathname='extension_'
            . $client->name;
   [[#variable46672660]]=$this->getPath($pathname);
}
else {
  $pathname='extension_root';
   [[#variable46672660]]=$this->getPath($pathname);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#46672660]]
$destination 
12[[#46672660]]
$source