CloneSet1063


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5201.000statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1560
components/com_contact/views/contact/view.html.php
25225
includes/application.php
Clone Instance
1
Line Count
5
Source Line
60
Source File
components/com_contact/views/contact/view.html.php

                        $uri=             JFactory::getURI();
                        $return=          $uri->toString();

                        $url=   'index.php?option=com_users&view=login';
                        $url.=  '&return='
                                .          base64_encode($return);


Clone Instance
2
Line Count
5
Source Line
225
Source File
includes/application.php

                                // Redirect to login
                                $uri=             JFactory::getURI();
                                $return=          $uri->toString();

                                $url=   'index.php?option=com_users&view=login';
                                $url.=  '&return='
                                        .          base64_encode($return);


Clone AbstractionParameter Count: 0Parameter Bindings

// Redirect to login
$uri=JFactory::getURI();
$return=$uri->toString();
$url='index.php?option=com_users&view=login';
$url.='&return='
      . base64_encode($return);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None