CloneSet603


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6301.000statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16137
administrator/includes/application.php
26125
includes/application.php
36238
libraries/joomla/application/application.php
Clone Instance
1
Line Count
6
Source Line
137
Source File
administrator/includes/application.php

                $contents=  JComponentHelper::renderComponent($component);
                $document->setBuffer($contents, 'component');

                // Trigger the onAfterDispatch event.
                JPluginHelper::importPlugin('system');
                $this->triggerEvent('onAfterDispatch');


Clone Instance
2
Line Count
6
Source Line
125
Source File
includes/application.php

                $contents=  JComponentHelper::renderComponent($component);
                $document->setBuffer($contents, 'component');

                // Trigger the onAfterDispatch event.
                JPluginHelper::importPlugin('system');
                $this->triggerEvent('onAfterDispatch');


Clone Instance
3
Line Count
6
Source Line
238
Source File
libraries/joomla/application/application.php

                $contents=  JComponentHelper::renderComponent($component);
                $document->setBuffer($contents, 'component');

                // Trigger the onAfterDispatch event.
                JPluginHelper::importPlugin('system');
                $this->triggerEvent('onAfterDispatch');


Clone AbstractionParameter Count: 0Parameter Bindings

$contents=JComponentHelper::renderComponent($component);
$document->setBuffer($contents,'component');
// Trigger the onAfterDispatch event.
JPluginHelper::importPlugin('system');
$this->triggerEvent('onAfterDispatch');
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None