Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.980 | statement_block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 424 | libraries/joomla/environment/browser.php |
2 | 4 | 498 | libraries/joomla/environment/browser.php |
| ||||
{ $this->setFeature('mathml'); $this->setFeature('svg'); $this->setFeature('xhtml+xml'); } |
| ||||
{ $this->setFeature('svg'); $this->setFeature('mathml'); $this->setFeature('xhtml+xml'); } |
| |||
{ $this->setFeature( [[#variable55ee4440]]); $this->setFeature( [[#variable55ee43c0]]); $this->setFeature('xhtml+xml'); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#55ee4440]] | 'svg' |
1 | 2 | [[#55ee4440]] | 'mathml' |
2 | 1 | [[#55ee43c0]] | 'mathml' |
2 | 2 | [[#55ee43c0]] | 'svg' |