Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 1 | 0.991 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 48 | libraries/joomla/cache/storage/memcache.php |
2 | 5 | 54 | libraries/joomla/session/storage/memcache.php |
3 | 5 | 30 | libraries/joomla/session/storage/xcache.php |
| ||||
if (!$this->test()) { return JError::raiseError(404, "The memcache extension is not available"); } parent:: __construct($options); |
| ||||
if (!$this->test()) { return JError::raiseError(404, "The memcache extension isn't available"); } parent:: __construct($options); |
| ||||
if (!$this->test()) { return JError::raiseError(404, "The xcache extension isn't available"); } parent:: __construct($options); |
| |||
if (!$this->test()) { return JError::raiseError(404, [[#variable21414cc0]]); } parent:: __construct($options); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#21414cc0]] | "The memcache extension is not available" |
1 | 2 | [[#21414cc0]] | "The xcache extension isn't available" |
1 | 3 | [[#21414cc0]] | "The memcache extension isn't available" |