CloneSet1243


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

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


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

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


Clone AbstractionParameter Count: 2Parameter Bindings

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

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#226cfbe0]]
'-->' 
12[[#226cfbe0]]
'<!--' 
21[[#226cfb80]]
']]>' 
22[[#226cfb80]]
'<![CDATA['