| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 2 | 2 | 0.972 | if_statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 116 | libraries/joomla/error/log.php |
| 2 | 3 | 120 | libraries/joomla/error/log.php |
| ||||
if (! isset ($entry['date'])) {
$entry['date']= $date->toFormat("%Y-%m-%d");
}
|
| ||||
if (! isset ($entry['time'])) {
$entry['time']= $date->toFormat("%H:%M:%S");
}
|
| |||
if (! isset ($entry[ [[#variable523b5680]]])) {
$entry[ [[#variable523b5680]]]=$date->toFormat( [[#variable523b5600]]);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#523b5680]] | 'date' |
| 1 | 2 | [[#523b5680]] | 'time' |
| 2 | 1 | [[#523b5600]] | "%Y-%m-%d" |
| 2 | 2 | [[#523b5600]] | "%H:%M:%S" |