Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 4 | 0 | 1.000 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 72 | libraries/joomla/filesystem/file.php |
2 | 3 | 191 | libraries/joomla/filesystem/file.php |
3 | 3 | 41 | libraries/joomla/filesystem/folder.php |
4 | 3 | 348 | libraries/joomla/filesystem/folder.php |
| ||||
// Prepend a base path if it exists if ($path) { $src= JPath::clean($path . DS . $src); $dest= JPath::clean($path . DS . $dest); } |
| ||||
if ($path) { $src= JPath::clean($path . DS . $src); $dest= JPath::clean($path . DS . $dest); } |
| ||||
if ($path) { $src= JPath::clean($path . DS . $src); $dest= JPath::clean($path . DS . $dest); } |
| ||||
if ($path) { $src= JPath::clean($path . DS . $src); $dest= JPath::clean($path . DS . $dest); } |
| |||
// Prepend a base path if it exists if ($path) { $src=JPath::clean($path . DS . $src); $dest=JPath::clean($path . DS . $dest); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |