CloneSet868


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2310.978if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1240
administrator/components/com_content/views/article/view.html.php
2243
administrator/components/com_content/views/article/view.html.php
3246
administrator/components/com_content/views/article/view.html.php
Clone Instance
1
Line Count
2
Source Line
40
Source File
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);
                      }


Clone Instance
2
Line Count
2
Source Line
43
Source File
administrator/components/com_content/views/article/view.html.php

                if (intval($item->publish_up)) {
                        $item->publish_up = JHtml::date($item->publish_up ,'%Y-%m-%d %H-%M-%S', $offset);
                      }


Clone Instance
3
Line Count
2
Source Line
46
Source File
administrator/components/com_content/views/article/view.html.php

                if (intval($item->publish_down)) {
                        $item->publish_down = JHtml::date($item->publish_down ,'%Y-%m-%d %H-%M-%S', $offset);
                      }


Clone AbstractionParameter Count: 1Parameter Bindings

if (intval($item-> [[#variable3ebb25e0]])) {
  $item-> [[#variable3ebb25e0]]=JHtml::date($item-> [[#variable3ebb25e0]],'%Y-%m-%d %H-%M-%S',$offset);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#3ebb25e0]]
publish_down 
12[[#3ebb25e0]]
publish_up 
13[[#3ebb25e0]]
created