Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
15 | 2 | 6 | 0.957 | statement_sequence[15] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 15 | 90 | administrator/components/com_categories/views/categories/tmpl/default.php |
2 | 13 | 102 | administrator/components/com_menus/views/items/tmpl/default.php |
| ||||
?> <a href="<?php echo JRoute::_('index.php?option=com_categories&task=category.edit&cid[]=' . $item->id . '&extension=' . $extension);?>"> <?php echo $this->escape($item->title); ?></a> <br/><small title="<?php echo $this->escape($item->path);?>"> (<?php echo $this->escape($item->alias);?>)</small> </td> <td align="center"> <?php echo JHtml::_('jgrid.published', $item->published ,$i, 'categories.');?> </td> <td class="order"> <span><?php echo $this->pagination->orderUpIcon($i, $item->order_up ,'categories.orderup', 'JGrid_Move_Up', $ordering); ?></span> <span><?php echo $this->pagination->orderDownIcon($i, $this->pagination->total ,$item->order_dn ,'categories.orderdown', 'JGrid_Move_Down', $ordering); ?></span> </td> <td align="center"> <?php |
| ||||
?> <a href="<?php echo JRoute::_('index.php?option=com_menus&task=item.edit&cid[]=' . $item->id);?>"> <?php echo $this->escape($item->title); ?></a> <br/><small title="<?php echo $this->escape($item->path);?>"> (<?php echo $this->escape($item->alias);?>)</small> </td> <td align="center"> <?php echo JHtml::_('jgrid.published', $item->published ,$i, 'items.');?> </td> <td class="order"> <span><?php echo $this->pagination->orderUpIcon($i, $item->order_up ,'items.orderup', 'JGrid_Move_Up', $ordering); ?></span> <span><?php echo $this->pagination->orderDownIcon($i, $this->pagination->total ,$item->order_dn ,'items.orderdown', 'JGrid_Move_Down', $ordering); ?></span> <?php |
| |||
?> <a href="<?php echo JRoute::_( [[#variable46fdb140]] . [[#variable46fdb080]]); ?>"> <?php echo $this->escape($item->title); ?></a> <br/><small title="<?php echo $this->escape($item->path); ?>"> (<?php echo $this->escape($item->alias); ?>)</small> </td> <td align="center"> <?php echo JHtml::_('jgrid.published',$item->published ,$i, [[#variable46fdb020]]); ?> </td> <td class="order"> <span><?php echo $this->pagination->orderUpIcon($i,$item->order_up , [[#variable46fdaf60]],'JGrid_Move_Up',$ordering); ?></span> <span><?php echo $this->pagination->orderDownIcon($i,$this->pagination->total ,$item->order_dn , [[#variable22822980]],'JGrid_Move_Down',$ordering); ?> [[#variable46fdaf40]]<?php |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#46fdb140]] | 'index.php?option=com_categories&task=category.edit&cid[]=' . $item->id . '&extension=' |
1 | 2 | [[#46fdb140]] | 'index.php?option=com_menus&task=item.edit&cid[]=' |
2 | 1 | [[#46fdb080]] | $extension |
2 | 2 | [[#46fdb080]] | $item->id |
3 | 1 | [[#46fdb020]] | 'categories.' |
3 | 2 | [[#46fdb020]] | 'items.' |
4 | 1 | [[#46fdaf60]] | 'categories.orderup' |
4 | 2 | [[#46fdaf60]] | 'items.orderup' |
5 | 1 | [[#22822980]] | 'categories.orderdown' |
5 | 2 | [[#22822980]] | 'items.orderdown' |
6 | 1 | [[#46fdaf40]] | </span> </td> <td align="center"> |
6 | 2 | [[#46fdaf40]] | </span> |