Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.978 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 3533 | libraries/simplepie/simplepie.php |
2 | 4 | 3538 | libraries/simplepie/simplepie.php |
| ||||
if (sizeof($temp)> 0) { (int) $minutes= array_pop($temp); $seconds += $minutes* 60; } |
| ||||
if (sizeof($temp)> 0) { (int) $hours= array_pop($temp); $seconds += $hours* 3600; } |
| |||
if (sizeof($temp)>0) { (int) [[#variable53d7c360]]=array_pop($temp); $seconds += [[#variable53d7c360]]* [[#variable53d7c2e0]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#53d7c360]] | $hours |
1 | 2 | [[#53d7c360]] | $minutes |
2 | 1 | [[#53d7c2e0]] | 3600 |
2 | 2 | [[#53d7c2e0]] | 60 |