CloneSet2009


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1230.965statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11417
components/com_content/models/category.php
21418
components/com_content/models/category.php
Clone Instance
1
Line Count
1
Source Line
417
Source File
components/com_content/models/category.php

                                // Get some request vars specific to this state
                                $year=    JRequest::getInt('year', date('Y'));


Clone Instance
2
Line Count
1
Source Line
418
Source File
components/com_content/models/category.php

                                $month=   JRequest::getInt('month', date('m'));


Clone AbstractionParameter Count: 3Parameter Bindings

 [[#variable46695220]]=JRequest::getInt( [[#variable466951a0]],date( [[#variable466950e0]]));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#46695220]]
$month 
12[[#46695220]]
// Get some request vars specific to this state
$year 
21[[#466951a0]]
'month' 
22[[#466951a0]]
'year' 
31[[#466950e0]]
'm' 
32[[#466950e0]]
'Y'