CloneSet1432


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2310.988if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1278
administrator/components/com_categories/views/categories/view.html.php
2255
administrator/components/com_content/views/articles/view.html.php
3255
administrator/components/com_content/views/featured/view.html.php
Clone Instance
1
Line Count
2
Source Line
78
Source File
administrator/components/com_categories/views/categories/view.html.php

                if ($state->get('filter.published') != -1) {
                        JToolBarHelper::archiveList('categories.archive');
                      }


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

                if ($state->get('filter.published') != -1) {
                        JToolBarHelper::archiveList('articles.archive');
                      }


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

                if ($state->get('filter.published') != -1) {
                        JToolBarHelper::archiveList('featured.archive');
                      }


Clone AbstractionParameter Count: 1Parameter Bindings

if ($state->get('filter.published') != -1) {
  JToolBarHelper::archiveList( [[#variable586e57c0]]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#586e57c0]]
'featured.archive' 
12[[#586e57c0]]
'articles.archive' 
13[[#586e57c0]]
'categories.archive'