Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.986 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 106 | libraries/joomla/document/html/renderer/head.php |
2 | 4 | 115 | 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; } |
| ||||
// See above note if ($document->_mime == 'text/html') { $strHtml.= $tab . $tab . '-->' . $lnEnd; } else { $strHtml.= $tab . $tab . ']]>' . $lnEnd; } |
| |||
// 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#226cfbe0]] | '-->' |
1 | 2 | [[#226cfbe0]] | '<!--' |
2 | 1 | [[#226cfb80]] | ']]>' |
2 | 2 | [[#226cfb80]] | '<![CDATA[' |