| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 3 | 1 | 0.978 | if_statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 40 | administrator/components/com_content/views/article/view.html.php |
| 2 | 2 | 43 | administrator/components/com_content/views/article/view.html.php |
| 3 | 2 | 46 | administrator/components/com_content/views/article/view.html.php |
| ||||
if (intval($item->created)) {
$item->created = JHtml::date($item->created ,'%Y-%m-%d %H-%M-%S', $offset);
}
|
| ||||
if (intval($item->publish_up)) {
$item->publish_up = JHtml::date($item->publish_up ,'%Y-%m-%d %H-%M-%S', $offset);
}
|
| ||||
if (intval($item->publish_down)) {
$item->publish_down = JHtml::date($item->publish_down ,'%Y-%m-%d %H-%M-%S', $offset);
}
|
| |||
if (intval($item-> [[#variable3ebb25e0]])) {
$item-> [[#variable3ebb25e0]]=JHtml::date($item-> [[#variable3ebb25e0]],'%Y-%m-%d %H-%M-%S',$offset);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#3ebb25e0]] | publish_down |
| 1 | 2 | [[#3ebb25e0]] | publish_up |
| 1 | 3 | [[#3ebb25e0]] | created |