CloneSet1419


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4201.000toplevel_statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1420
components/com_banners/banners.php
2421
components/com_contact/contact.php
Clone Instance
1
Line Count
4
Source Line
20
Source File
components/com_banners/banners.php

// Perform the Request task
$controller->execute(JRequest::getVar('task', NULL, 'default', 'cmd'));

// Redirect if set by the controller
$controller->redirect();


Clone Instance
2
Line Count
4
Source Line
21
Source File
components/com_contact/contact.php

// Perform the Request task
$controller->execute(JRequest::getVar('task', NULL, 'default', 'cmd'));

// Redirect if set by the controller
$controller->redirect();


Clone AbstractionParameter Count: 0Parameter Bindings

// Perform the Request task
$controller->execute(JRequest::getVar('task',NULL,'default','cmd'));
// Redirect if set by the controller
$controller->redirect();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None