Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 3 | 2 | 0.983 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 57 | libraries/joomla/access/access.php |
2 | 1 | 58 | libraries/joomla/access/access.php |
3 | 1 | 898 | libraries/joomla/access/helper.php |
| ||||
$actionName= strtolower(preg_replace('#[\\s\\-]+#','.',trim($actionName))); |
| ||||
$assetName= strtolower(preg_replace('#[\\s\\-]+#','.',trim($assetName))); |
| ||||
// Sanitize the title. $name= strtolower(preg_replace('#[\\s\\-]+#','.',trim($title))); |
| |||
[[#variable22c20d80]]=strtolower(preg_replace('#[\\s\\-]+#','.',trim( [[#variable22c20d00]]))); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#22c20d80]] | $assetName |
1 | 2 | [[#22c20d80]] | $actionName |
1 | 3 | [[#22c20d80]] | // Sanitize the title. $name |
2 | 1 | [[#22c20d00]] | $assetName |
2 | 2 | [[#22c20d00]] | $actionName |
2 | 3 | [[#22c20d00]] | $title |