Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 0 | 1.000 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 73 | plugins/system/debug.php |
2 | 4 | 68 | 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>'; } } |
| ||||
if ($this->params->get('profile', 1)) { echo '<h4>' . JText::_('Profile Information') . '</h4>'; foreach ($profiler->getBuffer() as $mark) { echo '<div>' . $mark . '</div>'; } } |
| |||
if ($this->params->get('profile',1)) { echo '<h4>' . JText::_('Profile Information') . '</h4>'; foreach ($profiler->getBuffer() as $mark) { echo '<div>' . $mark . '</div>'; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |