Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 4 | 3 | 0.958 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 31 | libraries/joomla/cache/storage.php |
2 | 1 | 32 | libraries/joomla/cache/storage.php |
3 | 1 | 33 | libraries/joomla/cache/storage.php |
4 | 1 | 34 | libraries/joomla/cache/storage.php |
| ||||
$this->_application = ( isset ($options['application'])) ? $options['application'] : NULL; |
| ||||
$this->_language = ( isset ($options['language'])) ? $options['language'] : 'en-GB'; |
| ||||
$this->_locking = ( isset ($options['locking'])) ? $options['locking'] : TRUE; |
| ||||
$this->_lifetime = ( isset ($options['lifetime'])) ? $options['lifetime'] : NULL; |
| |||
$this-> [[#variable21bb3660]]=( isset ($options[ [[#variable21bb35e0]]])) ? $options[ [[#variable21bb35e0]]] : [[#variable21bb3580]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#21bb3660]] | _language |
1 | 2 | [[#21bb3660]] | _application |
1 | 3 | [[#21bb3660]] | _locking |
1 | 4 | [[#21bb3660]] | _lifetime |
2 | 1 | [[#21bb35e0]] | 'language' |
2 | 2 | [[#21bb35e0]] | 'application' |
2 | 3 | [[#21bb35e0]] | 'locking' |
2 | 4 | [[#21bb35e0]] | 'lifetime' |
3 | 1 | [[#21bb3580]] | 'en-GB' |
3 | 2 | [[#21bb3580]] | NULL |
3 | 3 | [[#21bb3580]] | TRUE |
3 | 4 | [[#21bb3580]] | NULL |