CloneSet1416


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1220.984statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1127
components/com_contact/views/category/view.feed.php
2131
components/com_weblinks/views/category/view.feed.php
Clone Instance
1
Line Count
1
Source Line
27
Source File
components/com_contact/views/category/view.feed.php

                $document->link = JRoute::_('index.php?option=com_contact&view=category&catid='
                                            .                                                   JRequest::getVar('catid',NULL, '', 'int'));


Clone Instance
2
Line Count
1
Source Line
31
Source File
components/com_weblinks/views/category/view.feed.php

                $document->link = JRoute::_('index.php?option=com_weblinks&view=category&id='
                                            .                                                 JRequest::getVar('id',NULL, '', 'int'));


Clone AbstractionParameter Count: 2Parameter Bindings

$document->link =JRoute::_( [[#variable4905f0c0]]
                           . JRequest::getVar( [[#variable4905efa0]],NULL,'','int'));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4905f0c0]]
'index.php?option=com_contact&view=category&catid=' 
12[[#4905f0c0]]
'index.php?option=com_weblinks&view=category&id=' 
21[[#4905efa0]]
'catid' 
22[[#4905efa0]]
'id'