Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 2 | 0.961 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 63 | libraries/joomla/cache/cache.php |
2 | 4 | 69 | libraries/joomla/cache/cache.php |
3 | 4 | 75 | libraries/joomla/cache/cache.php |
| ||||
if ( isset ($options['defaultgroup'])) { $this->_options['defaultgroup']= $options['defaultgroup']; } else { $this->_options['defaultgroup']= 'default'; } |
| ||||
if ( isset ($options['caching'])) { $this->_options['caching']= $options['caching']; } else { $this->_options['caching']= TRUE; } |
| ||||
if ( isset ($options['storage'])) { $this->_options['storage']= $options['storage']; } else { $this->_options['storage']= 'file'; } |
| |||
if ( isset ($options[ [[#variable47777580]]])) { $this->_options[ [[#variable47777580]]]=$options[ [[#variable47777580]]]; } else { $this->_options[ [[#variable47777580]]]= [[#variable477775a0]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#47777580]] | 'defaultgroup' |
1 | 2 | [[#47777580]] | 'caching' |
1 | 3 | [[#47777580]] | 'storage' |
2 | 1 | [[#477775a0]] | 'default' |
2 | 2 | [[#477775a0]] | TRUE |
2 | 3 | [[#477775a0]] | 'file' |