CloneSet1016


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6240.977statement_block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16554
libraries/joomla/environment/browser.php
26560
libraries/joomla/environment/browser.php
Clone Instance
1
Line Count
6
Source Line
554
Source File
libraries/joomla/environment/browser.php

                                                                     {
                $this->setBrowser('palmscape');
                $this->setFeature('javascript', FALSE);
                $this->setFeature('hdml');
                $this->setFeature('wml');
                $this->_mobile = TRUE;
              }


Clone Instance
2
Line Count
6
Source Line
560
Source File
libraries/joomla/environment/browser.php

                                                                {
                $this->setBrowser('nokia');
                $this->setFeature('html', FALSE);
                $this->setFeature('wml');
                $this->setFeature('xhtml');
                $this->_mobile = TRUE;
              }


Clone AbstractionParameter Count: 4Parameter Bindings

{
  $this->setBrowser( [[#variable222dd460]]);
  $this->setFeature( [[#variable222dd3e0]],FALSE);
  $this->setFeature( [[#variable222dd380]]);
  $this->setFeature( [[#variable222dd320]]);
  $this->_mobile =TRUE;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#222dd460]]
'nokia' 
12[[#222dd460]]
'palmscape' 
21[[#222dd3e0]]
'html' 
22[[#222dd3e0]]
'javascript' 
31[[#222dd380]]
'wml' 
32[[#222dd380]]
'hdml' 
41[[#222dd320]]
'xhtml' 
42[[#222dd320]]
'wml'