CloneSet1248


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.986if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13101
libraries/joomla/filesystem/file.php
23293
libraries/joomla/filesystem/file.php
Clone Instance
1
Line Count
3
Source Line
101
Source File
libraries/joomla/filesystem/file.php

                        // If the parent folder doesn't exist we must create it
                        if (!file_exists(dirname($dest))) {
                                jimport('joomla.filesystem.folder');
                                JFolder::create(dirname($dest));
                              }


Clone Instance
2
Line Count
3
Source Line
293
Source File
libraries/joomla/filesystem/file.php

                // If the destination directory doesn't exist we need to create it
                if (!file_exists(dirname($file))) {
                        jimport('joomla.filesystem.folder');
                        JFolder::create(dirname($file));
                      }


Clone AbstractionParameter Count: 1Parameter Bindings

// If the parent folder doesn't exist we must create it
// If the destination directory doesn't exist we need to create it
if (!file_exists(dirname( [[#variable20aa0d20]]))) {
  jimport('joomla.filesystem.folder');
  JFolder::create(dirname( [[#variable20aa0d20]]));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#20aa0d20]]
$dest 
12[[#20aa0d20]]
$file