CloneSet967


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12120
libraries/joomla/html/html.php
2350
libraries/joomla/html/html/behavior.php
Clone Instance
1
Line Count
2
Source Line
120
Source File
libraries/joomla/html/html.php

                // TODO NOTE: Here we are checking for Konqueror - If they fix thier issue with compressed, we will need to update this
                $konkcheck=               strpos(strtolower($_SERVER['HTTP_USER_AGENT']), "konqueror");
                $uncompressed=    ($debug
                                   ||        $konkcheck)
                                  ?                        '-uncompressed'
                                  :                                          '';


Clone Instance
2
Line Count
3
Source Line
50
Source File
libraries/joomla/html/html/behavior.php

                // TODO NOTE: Here we are checking for Konqueror - If they fix thier issue with compressed, we will need to update this
                $konkcheck=  strpos(strtolower($_SERVER['HTTP_USER_AGENT']), "konqueror");

                $uncompressed=  ($debug
                                 ||        $konkcheck)
                                ?                        '-uncompressed'
                                :                                          '';


Clone AbstractionParameter Count: 0Parameter Bindings

// TODO NOTE: Here we are checking for Konqueror - If they fix thier issue with compressed, we will need to update this
$konkcheck=strpos(strtolower($_SERVER['HTTP_USER_AGENT']),"konqueror");
$uncompressed=($debug
               || $konkcheck)
              ? '-uncompressed'
              : '';
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None