CloneSet1765


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.990statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1292
components/com_content/views/category/tmpl/default_items.php
2282
templates/rhuk_milkyway/html/com_content/category/default_items.php
Clone Instance
1
Line Count
2
Source Line
92
Source File
components/com_content/views/category/tmpl/default_items.php

                        echo $this->escape($item->title)
                             .                           ' : ';
                        $link=  JRoute::_('index.php?option=com_user&task=register');


Clone Instance
2
Line Count
2
Source Line
82
Source File
templates/rhuk_milkyway/html/com_content/category/default_items.php

                        echo $this->escape($item->title)
                             .                           ' : ';
                        $link=  JRoute::_('index.php?option=com_user&view=login');


Clone AbstractionParameter Count: 1Parameter Bindings

echo $this->escape($item->title)
     . ' : ';
$link=JRoute::_( [[#variable423d0f80]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#423d0f80]]
'index.php?option=com_user&view=login' 
12[[#423d0f80]]
'index.php?option=com_user&task=register'