Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 2 | 0.988 | statement_sequence |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 48 | libraries/joomla/cache/storage/xcache.php |
2 | 7 | 85 | libraries/joomla/cache/storage/xcache.php |
| ||||
$cache_id= $this->_getCacheId($id, $group); //check if id exists if (!xcache_isset($cache_id)) { return FALSE; } return xcache_get($cache_id); |
| ||||
$cache_id= $this->_getCacheId($id, $group); if (!xcache_isset($cache_id)) { return TRUE; } return xcache_unset($cache_id); |
| |||
$cache_id=$this->_getCacheId($id,$group); //check if id exists if (!xcache_isset($cache_id)) { return [[#variable2436c2c0]]; } return [[#variable2436c2e0]]($cache_id); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2436c2c0]] | FALSE |
1 | 2 | [[#2436c2c0]] | TRUE |
2 | 1 | [[#2436c2e0]] | xcache_get |
2 | 2 | [[#2436c2e0]] | xcache_unset |