Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 7 | 1 | 0.994 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 30 | administrator/components/com_cache/controller.php |
2 | 3 | 35 | administrator/components/com_redirect/controller.php |
3 | 3 | 33 | administrator/components/com_users/controller.php |
4 | 3 | 33 | components/com_content/controller.php |
5 | 3 | 36 | components/com_users/controller.php |
6 | 3 | 40 | components/com_weblinks/controller.php |
7 | 3 | 40 | installation/controller.php |
| ||||
// Set the default view name and format from the Request. $vName= JRequest::getWord('view', 'cache'); $vFormat= $document->getType(); $lName= JRequest::getWord('layout', 'default'); |
| ||||
// Set the default view name and format from the Request. $vName= JRequest::getWord('view', 'links'); $vFormat= $document->getType(); $lName= JRequest::getWord('layout', 'default'); |
| ||||
// Set the default view name and format from the Request. $vName= JRequest::getWord('view', 'users'); $vFormat= $document->getType(); $lName= JRequest::getWord('layout', 'default'); |
| ||||
// Set the default view name and format from the Request. $vName= JRequest::getWord('view', 'articles'); $vFormat= $document->getType(); $lName= JRequest::getWord('layout', 'default'); |
| ||||
// Set the default view name and format from the Request. $vName= JRequest::getWord('view', 'login'); $vFormat= $document->getType(); $lName= JRequest::getWord('layout', 'default'); |
| ||||
// Set the default view name and format from the Request. $vName= JRequest::getWord('view', 'category'); $vFormat= $document->getType(); $lName= JRequest::getWord('layout', 'default'); |
| ||||
// Set the default view name and format from the Request. $vName= JRequest::getWord('view', 'language'); $vFormat= $document->getType(); $lName= JRequest::getWord('layout', 'default'); |
| |||
// Set the default view name and format from the Request. $vName=JRequest::getWord('view', [[#variable525d93e0]]); $vFormat=$document->getType(); $lName=JRequest::getWord('layout','default'); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#525d93e0]] | 'articles' |
1 | 2 | [[#525d93e0]] | 'cache' |
1 | 3 | [[#525d93e0]] | 'language' |
1 | 4 | [[#525d93e0]] | 'category' |
1 | 5 | [[#525d93e0]] | 'links' |
1 | 6 | [[#525d93e0]] | 'users' |
1 | 7 | [[#525d93e0]] | 'login' |