Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.976 | class_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 164 | administrator/components/com_templates/controller.php |
2 | 4 | 30 | components/com_search/controller.php |
| ||||
/** * Preview Template */ function preview() { JRequest::setVar('view', 'prevuuw'); parent::display(); } |
| ||||
/** * Method to show the search view * * @access public * @since 1.5 */ function display() { JRequest::setVar('view','search'); // force it to be the polls view parent::display(); } |
| |||
/** * Preview Template */ /** * Method to show the search view * * @access public * @since 1.5 */ function [[#variable402c9200]]() { JRequest::setVar('view', [[#variable402c9260]]); // force it to be the polls view parent::display(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#402c9200]] | preview |
1 | 2 | [[#402c9200]] | display |
2 | 1 | [[#402c9260]] | 'prevuuw' |
2 | 2 | [[#402c9260]] | 'search' |