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.988 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 78 | administrator/components/com_categories/views/categories/view.html.php |
2 | 2 | 55 | administrator/components/com_content/views/articles/view.html.php |
3 | 2 | 55 | administrator/components/com_content/views/featured/view.html.php |
| ||||
if ($state->get('filter.published') != -1) { JToolBarHelper::archiveList('categories.archive'); } |
| ||||
if ($state->get('filter.published') != -1) { JToolBarHelper::archiveList('articles.archive'); } |
| ||||
if ($state->get('filter.published') != -1) { JToolBarHelper::archiveList('featured.archive'); } |
| |||
if ($state->get('filter.published') != -1) { JToolBarHelper::archiveList( [[#variable586e57c0]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#586e57c0]] | 'featured.archive' |
1 | 2 | [[#586e57c0]] | 'articles.archive' |
1 | 3 | [[#586e57c0]] | 'categories.archive' |