| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 1 | 2 | 3 | 0.965 | statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 1 | 417 | components/com_content/models/category.php |
| 2 | 1 | 418 | components/com_content/models/category.php |
| ||||
// Get some request vars specific to this state
$year= JRequest::getInt('year', date('Y'));
|
| ||||
$month= JRequest::getInt('month', date('m'));
|
| |||
[[#variable46695220]]=JRequest::getInt( [[#variable466951a0]],date( [[#variable466950e0]])); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#46695220]] | $month |
| 1 | 2 | [[#46695220]] | // Get some request vars specific to this state $year |
| 2 | 1 | [[#466951a0]] | 'month' |
| 2 | 2 | [[#466951a0]] | 'year' |
| 3 | 1 | [[#466950e0]] | 'm' |
| 3 | 2 | [[#466950e0]] | 'Y' |