CloneSet1110


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4201.000if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1473
plugins/system/debug.php
2468
plugins/system/debug/debug.php
Clone Instance
1
Line Count
4
Source Line
73
Source File
plugins/system/debug.php

                if ($this->params->get('profile', 1)) {
                        echo '<h4>'
                             .      JText::_( 'Profile Information')
                             .                                        '</h4>';
                        foreach ( $profiler->getBuffer() as $mark)  {
                                echo '<div>'
                                     .       $mark
                                     .             '</div>';
                              }
                      }


Clone Instance
2
Line Count
4
Source Line
68
Source File
plugins/system/debug/debug.php

                if ($this->params->get('profile', 1)) {
                        echo '<h4>'
                             .      JText::_('Profile Information')
                             .                                      '</h4>';
                        foreach ($profiler->getBuffer() as $mark) {
                                echo '<div>'
                                     .       $mark
                                     .             '</div>';
                              }
                      }


Clone AbstractionParameter Count: 0Parameter Bindings

if ($this->params->get('profile',1)) {
  echo '<h4>'
       . JText::_('Profile Information')
       . '</h4>';
  foreach ($profiler->getBuffer() as $mark) {
    echo '<div>'
         . $mark
         . '</div>';
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None