Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 0 | 1.000 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 53 | plugins/system/debug.php |
2 | 7 | 47 | plugins/system/debug/debug.php |
| ||||
// Do not render if debugging is not enabled if (!JDEBUG) { return; } $document= & JFactory::getDocument(); $doctype= $document->getType(); // Only render for HTML output if ( $doctype !== 'html') { return; } |
| ||||
// Do not render if debugging is not enabled if (!JDEBUG) { return; } $document= &JFactory::getDocument(); $doctype= $document->getType(); // Only render for HTML output if ($doctype !== 'html') { return; } |
| |||
// Do not render if debugging is not enabled if (!JDEBUG) { return; } $document= &JFactory::getDocument(); $doctype=$document->getType(); // Only render for HTML output if ($doctype !== 'html') { return; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |