Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 2 | 0.984 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 279 | libraries/joomla/filesystem/folder.php |
2 | 1 | 289 | libraries/joomla/filesystem/folder.php |
| ||||
// Remove all the files in folder if they exist; disable all filtering $files= JFolder::files($path, '.', FALSE, TRUE, array(), array()); |
| ||||
// Remove sub-folders of folder; disable all filtering $folders= JFolder::folders($path, '.', FALSE, TRUE, array(), array()); |
| |||
[[#variable51608120]]=JFolder:: [[#variable516091a0]]($path,'.',FALSE,TRUE,array(),array()); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#51608120]] | // Remove all the files in folder if they exist; disable all filtering $files |
1 | 2 | [[#51608120]] | // Remove sub-folders of folder; disable all filtering $folders |
2 | 1 | [[#516091a0]] | files |
2 | 2 | [[#516091a0]] | folders |