Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 0 | 1.000 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 97 | libraries/joomla/cache/storage/memcache.php |
2 | 8 | 62 | libraries/joomla/session/storage/memcache.php |
| ||||
if (!is_array($params)) { $params= unserialize(stripslashes($params)); } if (!$params) { $params= array(); } |
| ||||
if (!is_array($params)) { $params= unserialize(stripslashes($params)); } if (!$params) { $params= array(); } |
| |||
if (!is_array($params)) { $params=unserialize(stripslashes($params)); } if (!$params) { $params=array(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |