CloneSet351


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11030.964statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1189
components/com_contact/controller.php
2190
components/com_contact/controller.php
3192
components/com_contact/controller.php
41181
components/com_content/models/archive.php
51107
components/com_mailto/controller.php
61108
components/com_mailto/controller.php
71109
components/com_mailto/controller.php
8144
components/com_mailto/views/mailto/view.html.php
9145
components/com_mailto/views/mailto/view.html.php
10146
components/com_mailto/views/mailto/view.html.php
Clone Instance
1
Line Count
1
Source Line
89
Source File
components/com_contact/controller.php

                $name=            JRequest::getVar('name',                      '',                     'post');


Clone Instance
2
Line Count
1
Source Line
90
Source File
components/com_contact/controller.php

                $email=           JRequest::getVar('email',             '',                     'post');


Clone Instance
3
Line Count
1
Source Line
92
Source File
components/com_contact/controller.php

                $body=            JRequest::getVar('text',                      '',                     'post');


Clone Instance
4
Line Count
1
Source Line
181
Source File
components/com_content/models/archive.php

                /*
                 * If we have a filter... lets tack the AND clause
                 * for the filter onto the WHERE clause of the archive query.
                 */
                $filter=  JRequest::getString('filter', '', 'post');


Clone Instance
5
Line Count
1
Source Line
107
Source File
components/com_mailto/controller.php

                $email=                           JRequest::getString('mailto', '', 'post');


Clone Instance
6
Line Count
1
Source Line
108
Source File
components/com_mailto/controller.php

                $sender=                          JRequest::getString('sender', '', 'post');


Clone Instance
7
Line Count
1
Source Line
109
Source File
components/com_mailto/controller.php

                $from=                            JRequest::getString('from', '', 'post');


Clone Instance
8
Line Count
1
Source Line
44
Source File
components/com_mailto/views/mailto/view.html.php

                $sender=                          JRequest::getString('sender', '', 'post');


Clone Instance
9
Line Count
1
Source Line
45
Source File
components/com_mailto/views/mailto/view.html.php

                $from=                            JRequest::getString('from', '', 'post');


Clone Instance
10
Line Count
1
Source Line
46
Source File
components/com_mailto/views/mailto/view.html.php

                $subject=                         JRequest::getString('subject', '', 'post');


Clone AbstractionParameter Count: 3Parameter Bindings

 [[#variable541115a0]]=JRequest:: [[#variable541114c0]]( [[#variable541114e0]],'','post');
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#541115a0]]
$from 
12[[#541115a0]]
$sender 
13[[#541115a0]]
$body 
14[[#541115a0]]
$email 
15[[#541115a0]]
$name 
16[[#541115a0]]
/*
 * If we have a filter... lets tack the AND clause
 * for the filter onto the WHERE clause of the archive query.
 */
$filter 
17[[#541115a0]]
$email 
18[[#541115a0]]
$subject 
19[[#541115a0]]
$from 
110[[#541115a0]]
$sender 
21[[#541114c0]]
getString 
22[[#541114c0]]
getString 
23[[#541114c0]]
getVar 
24[[#541114c0]]
getVar 
25[[#541114c0]]
getVar 
26[[#541114c0]]
getString 
27[[#541114c0]]
getString 
28[[#541114c0]]
getString 
29[[#541114c0]]
getString 
210[[#541114c0]]
getString 
31[[#541114e0]]
'from' 
32[[#541114e0]]
'sender' 
33[[#541114e0]]
'text' 
34[[#541114e0]]
'email' 
35[[#541114e0]]
'name' 
36[[#541114e0]]
'filter' 
37[[#541114e0]]
'mailto' 
38[[#541114e0]]
'subject' 
39[[#541114e0]]
'from' 
310[[#541114e0]]
'sender'