CloneSet562


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3720.976statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1219
components/com_banners/router.php
2223
components/com_banners/router.php
33117
components/com_contact/router.php
43132
components/com_contact/router.php
52195
components/com_content/router.php
62203
components/com_content/router.php
7218
components/com_search/router.php
Clone Instance
1
Line Count
2
Source Line
19
Source File
components/com_banners/router.php

                $segments[]=  $query['task'];
                unset ($query['task']);


Clone Instance
2
Line Count
2
Source Line
23
Source File
components/com_banners/router.php

                $segments[]=  $query['bid'];
                unset ($query['bid']);


Clone Instance
3
Line Count
3
Source Line
117
Source File
components/com_contact/router.php

                        $segments[]=  $query['catid'];

                        unset ($query['view']);


Clone Instance
4
Line Count
3
Source Line
132
Source File
components/com_contact/router.php

                        // Push the id onto the stack.
                        $segments[]=  $query['id'];

                        unset ($query['view']);


Clone Instance
5
Line Count
2
Source Line
195
Source File
components/com_content/router.php

                        $segments[]=  $query['year'];
                        unset ($query['year']);


Clone Instance
6
Line Count
2
Source Line
203
Source File
components/com_content/router.php

                        $segments[]=  $query['month'];
                        unset ($query['month']);


Clone Instance
7
Line Count
2
Source Line
18
Source File
components/com_search/router.php

                $segments[]=  $query['searchword'];
                unset ($query['searchword']);


Clone AbstractionParameter Count: 2Parameter Bindings

// Push the id onto the stack.
$segments[]=$query[ [[#variable5859cce0]]];
unset ($query[ [[#variable5859cd80]]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5859cce0]]
'id' 
12[[#5859cce0]]
'searchword' 
13[[#5859cce0]]
'year' 
14[[#5859cce0]]
'month' 
15[[#5859cce0]]
'task' 
16[[#5859cce0]]
'bid' 
17[[#5859cce0]]
'catid' 
21[[#5859cd80]]
'view' 
22[[#5859cd80]]
'searchword' 
23[[#5859cd80]]
'year' 
24[[#5859cd80]]
'month' 
25[[#5859cd80]]
'task' 
26[[#5859cd80]]
'bid' 
27[[#5859cd80]]
'view'