CloneSet1892


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3230.967if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13419
libraries/joomla/environment/browser.php
23460
libraries/joomla/environment/browser.php
Clone Instance
1
Line Count
3
Source Line
419
Source File
libraries/joomla/environment/browser.php

                if ($this->_majorVersion > 1) {
                    $this->setFeature('mathml');
                    $this->setFeature('svg');
                  }


Clone Instance
2
Line Count
3
Source Line
460
Source File
libraries/joomla/environment/browser.php

                    if ($this->_majorVersion > 522) {
                        $this->setFeature('svg');
                        $this->setFeature('xhtml+xml');
                      }


Clone AbstractionParameter Count: 3Parameter Bindings

if ($this->_majorVersion > [[#variable3c369740]]) {
  $this->setFeature( [[#variable3c3696e0]]);
  $this->setFeature( [[#variable3c3695e0]]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#3c369740]]
1 
12[[#3c369740]]
522 
21[[#3c3696e0]]
'mathml' 
22[[#3c3696e0]]
'svg' 
31[[#3c3695e0]]
'svg' 
32[[#3c3695e0]]
'xhtml+xml'