Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 1 | 0.996 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 912 | libraries/bitfolge/feedcreator.php |
2 | 3 | 73 | libraries/joomla/utilities/date.php |
| ||||
$this->unix = mktime($matches[4],$matches[5],$matches[6],$months[$matches[2]],$matches[1],$matches[3]); |
| ||||
$this->_date = mktime( $matches[4], $matches[5], $matches[6], $months[$matches[2]], $matches[1], $matches[3]); |
| |||
$this-> [[#variable2522d5c0]]=mktime($matches[4],$matches[5],$matches[6],$months[$matches[2]],$matches[1],$matches[3]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2522d5c0]] | unix |
1 | 2 | [[#2522d5c0]] | _date |