Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 3 | 0.967 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 419 | libraries/joomla/environment/browser.php |
2 | 3 | 460 | libraries/joomla/environment/browser.php |
| ||||
if ($this->_majorVersion > 1) { $this->setFeature('mathml'); $this->setFeature('svg'); } |
| ||||
if ($this->_majorVersion > 522) { $this->setFeature('svg'); $this->setFeature('xhtml+xml'); } |
| |||
if ($this->_majorVersion > [[#variable3c369740]]) { $this->setFeature( [[#variable3c3696e0]]); $this->setFeature( [[#variable3c3695e0]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#3c369740]] | 1 |
1 | 2 | [[#3c369740]] | 522 |
2 | 1 | [[#3c3696e0]] | 'mathml' |
2 | 2 | [[#3c3696e0]] | 'svg' |
3 | 1 | [[#3c3695e0]] | 'svg' |
3 | 2 | [[#3c3695e0]] | 'xhtml+xml' |