Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.976 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 82 | libraries/joomla/filesystem/path.php |
2 | 3 | 91 | libraries/joomla/filesystem/path.php |
| ||||
if ( isset ($filemode)) { if (!@ chmod($fullpath, octdec($filemode))) { $ret= FALSE; } } |
| ||||
if ( isset ($foldermode)) { if (!@ chmod($path, octdec($foldermode))) { $ret= FALSE; } } |
| |||
if ( isset ( [[#variable45fcfc20]])) { if (!@chmod( [[#variable45fcfc00]],octdec( [[#variable45fcfc20]]))) { $ret=FALSE; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#45fcfc20]] | $filemode |
1 | 2 | [[#45fcfc20]] | $foldermode |
2 | 1 | [[#45fcfc00]] | $fullpath |
2 | 2 | [[#45fcfc00]] | $path |