CloneSet1997


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.988if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12134
libraries/joomla/document/html/renderer/head.php
22141
libraries/joomla/document/html/renderer/head.php
Clone Instance
1
Line Count
2
Source Line
134
Source File
libraries/joomla/document/html/renderer/head.php

                        // This is for full XHTML support.
                        if ($document->_mime != 'text/html') {
                                $strHtml.=  $tab
                                            .    $tab
                                            .         '<![CDATA['
                                            .                     $lnEnd;
                              }


Clone Instance
2
Line Count
2
Source Line
141
Source File
libraries/joomla/document/html/renderer/head.php

                        // See above note
                        if ($document->_mime != 'text/html') {
                                $strHtml.=  $tab
                                            .    $tab
                                            .         '// ]]>'
                                            .                  $lnEnd;
                              }


Clone AbstractionParameter Count: 1Parameter Bindings

// See above note
// This is for full XHTML support.
if ($document->_mime != 'text/html') {
  $strHtml.=$tab
            . $tab
            .  [[#variable3ea99180]]
            . $lnEnd;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#3ea99180]]
'// ]]>' 
12[[#3ea99180]]
'<![CDATA['