Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.974 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 97 | libraries/joomla/cache/cache.php |
2 | 2 | 64 | libraries/joomla/cache/storage.php |
| ||||
$type= strtolower(preg_replace('/[^A-Z0-9_\\.-]/i','', $type)); $class= 'JCache' . ucfirst($type); |
| ||||
//We can't cache this since options may change... $handler= strtolower(preg_replace('/[^A-Z0-9_\\.-]/i','', $handler)); $class= 'JCacheStorage' . ucfirst($handler); |
| |||
[[#variable23325340]]=strtolower(preg_replace('/[^A-Z0-9_\\.-]/i','', [[#variable23325340]])); $class= [[#variable23325320]] . ucfirst( [[#variable23325340]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#23325340]] | //We can't cache this since options may change... $handler |
1 | 2 | [[#23325340]] | $type |
2 | 1 | [[#23325320]] | 'JCacheStorage' |
2 | 2 | [[#23325320]] | 'JCache' |