Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 4 | 0.977 | statement_block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 554 | libraries/joomla/environment/browser.php |
2 | 6 | 560 | libraries/joomla/environment/browser.php |
| ||||
{ $this->setBrowser('palmscape'); $this->setFeature('javascript', FALSE); $this->setFeature('hdml'); $this->setFeature('wml'); $this->_mobile = TRUE; } |
| ||||
{ $this->setBrowser('nokia'); $this->setFeature('html', FALSE); $this->setFeature('wml'); $this->setFeature('xhtml'); $this->_mobile = TRUE; } |
| |||
{ $this->setBrowser( [[#variable222dd460]]); $this->setFeature( [[#variable222dd3e0]],FALSE); $this->setFeature( [[#variable222dd380]]); $this->setFeature( [[#variable222dd320]]); $this->_mobile =TRUE; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#222dd460]] | 'nokia' |
1 | 2 | [[#222dd460]] | 'palmscape' |
2 | 1 | [[#222dd3e0]] | 'html' |
2 | 2 | [[#222dd3e0]] | 'javascript' |
3 | 1 | [[#222dd380]] | 'wml' |
3 | 2 | [[#222dd380]] | 'hdml' |
4 | 1 | [[#222dd320]] | 'xhtml' |
4 | 2 | [[#222dd320]] | 'wml' |