Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 0 | 1.000 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 60 | components/com_contact/views/contact/view.html.php |
2 | 5 | 225 | includes/application.php |
| ||||
$uri= JFactory::getURI(); $return= $uri->toString(); $url= 'index.php?option=com_users&view=login'; $url.= '&return=' . base64_encode($return); |
| ||||
// Redirect to login $uri= JFactory::getURI(); $return= $uri->toString(); $url= 'index.php?option=com_users&view=login'; $url.= '&return=' . base64_encode($return); |
| |||
// Redirect to login $uri=JFactory::getURI(); $return=$uri->toString(); $url='index.php?option=com_users&view=login'; $url.='&return=' . base64_encode($return); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |