Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 6 | 2 | 0.981 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 713 | libraries/joomla/filesystem/stream.php |
2 | 1 | 744 | libraries/joomla/filesystem/stream.php |
3 | 1 | 745 | libraries/joomla/filesystem/stream.php |
4 | 1 | 775 | libraries/joomla/filesystem/stream.php |
5 | 1 | 776 | libraries/joomla/filesystem/stream.php |
6 | 1 | 804 | libraries/joomla/filesystem/stream.php |
| ||||
$chmodDest= $this->_getFilename($dest, 'w', $use_prefix, $relative); |
| ||||
// since we're going to open the file directly we need to get the filename // we need to use the same prefix so force everything to write $src= $this->_getFilename($src, 'w', $use_prefix, $relative); |
| ||||
$dest= $this->_getFilename($dest, 'w', $use_prefix, $relative); |
| ||||
$src= $this->_getFilename($src, 'w', $use_prefix, $relative); |
| ||||
$dest= $this->_getFilename($dest, 'w', $use_prefix, $relative); |
| ||||
$filename= $this->_getFilename($filename, 'w', $use_prefix, $relative); |
| |||
[[#variable3dcc3000]]=$this->_getFilename( [[#variable3dcc3060]],'w',$use_prefix,$relative); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#3dcc3000]] | $src |
1 | 2 | [[#3dcc3000]] | $dest |
1 | 3 | [[#3dcc3000]] | $filename |
1 | 4 | [[#3dcc3000]] | $chmodDest |
1 | 5 | [[#3dcc3000]] | // since we're going to open the file directly we need to get the filename // we need to use the same prefix so force everything to write $src |
1 | 6 | [[#3dcc3000]] | $dest |
2 | 1 | [[#3dcc3060]] | $src |
2 | 2 | [[#3dcc3060]] | $dest |
2 | 3 | [[#3dcc3060]] | $filename |
2 | 4 | [[#3dcc3060]] | $dest |
2 | 5 | [[#3dcc3060]] | $src |
2 | 6 | [[#3dcc3060]] | $dest |