CloneSet1358


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7201.000statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1753
plugins/system/debug.php
2747
plugins/system/debug/debug.php
Clone Instance
1
Line Count
7
Source Line
53
Source File
plugins/system/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;
                                           }


Clone Instance
2
Line Count
7
Source Line
47
Source File
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;
                                         }


Clone AbstractionParameter Count: 0Parameter Bindings

// 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None