Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 4 | 1 | 0.998 | php_sequence[14] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 14 | administrator/components/com_installer/views/components/tmpl/default_item.php |
2 | 10 | 10 | administrator/components/com_installer/views/modules/tmpl/default_item.php |
3 | 10 | 8 | administrator/components/com_installer/views/plugins/tmpl/default_item.php |
4 | 10 | 10 | administrator/components/com_installer/views/templates/tmpl/default_item.php |
| ||||
<?php echo @$this->item->version != '' ? $this->item->version : ' '; ?></td> <td><?php echo @$this->item->creationdate != '' ? $this->item->creationdate : ' '; ?></td> <td> <span class="editlinktip hasTip" title="<?php echo JText::_('Author Information');?>::<?php echo $this->item->author_info; ?>"> <?php echo @$this->item->author != '' ? $this->item->author : ' '; ?> </span> </td> <td align="center"> <span class="editlinktip hasTip" title="<?php echo (@$this->item->legacy ? JText::_('Not Compatible Extension') : JText::_('Compatible Extension'));?>"> <img src="images/<?php echo (@$this->item->legacy ? 'publish_x.png' : 'tick.png');?>"/> </span> </td> </tr> |
| ||||
<?php echo @$this->item->version != '' ? $this->item->version : ' '; ?></td> <td><?php echo @$this->item->creationdate != '' ? $this->item->creationdate : ' '; ?></td> <td> <span class="editlinktip hasTip" title="<?php echo JText::_('Author Information');?>::<?php echo $this->item->author_info; ?>"> <?php echo @$this->item->author != '' ? $this->item->author : ' '; ?> </span> </td> <td align="center"> <span class="editlinktip hasTip" title="<?php echo (@$this->item->legacy ? JText::_('Not Compatible Extension') : JText::_('Compatible Extension'));?>"> <img src="images/<?php echo (@$this->item->legacy ? 'publish_x.png' : 'tick.png');?>"/> </span> </td> </tr> |
| ||||
<?php echo @$this->item->version != '' ? $this->item->version : ' '; ?></td> <td><?php echo @$this->item->creationdate != '' ? $this->item->creationdate : ' '; ?></td> <td> <span class="editlinktip hasTip" title="<?php echo JText::_('Author Information');?>::<?php echo $this->item->author_info; ?>"> <?php echo @$this->item->author != '' ? $this->item->author : ' '; ?> </span> </td> <td align="center"> <span class="editlinktip hasTip" title="<?php echo (@$this->item->legacy ? JText::_('Not Compatible Extension') : JText::_('Compatible Extension'));?>"> <img src="images/<?php echo (@$this->item->legacy ? 'publish_x.png' : 'tick.png');?>"/> </span> </td> </tr> |
| ||||
<?php echo @$this->item->version != '' ? $this->item->version : ' '; ?></td> <td><?php echo @$this->item->creationdate != '' ? $this->item->creationdate : ' '; ?></td> <td> <span class="editlinktip hasTip" title="<?php echo JText::_('Author Information');?>::<?php echo $this->item->author_information; ?>"> <?php echo @$this->item->author != '' ? $this->item->author : ' '; ?> </span> </td> <td align="center"> <span class="editlinktip hasTip" title="<?php echo (@$this->item->legacy ? JText::_('Not Compatible Extension') : JText::_('Compatible Extension'));?>"> <img src="images/<?php echo (@$this->item->legacy ? 'publish_x.png' : 'tick.png');?>"/> </span> </td> </tr> |
| |||
<?php echo @$this->item->version != '' ? $this->item->version : ' '; ?></td> <td><?php echo @$this->item->creationdate != '' ? $this->item->creationdate : ' '; ?></td> <td> <span class="editlinktip hasTip" title="<?php echo JText::_('Author Information'); ?>::<?php echo $this->item-> [[#variable52222140]]; ?>"> <?php echo @$this->item->author != '' ? $this->item->author : ' '; ?> </span> </td> <td align="center"> <span class="editlinktip hasTip" title="<?php echo (@$this->item->legacy ? JText::_('Not Compatible Extension') : JText::_('Compatible Extension')); ?>"> <img src="images/<?php echo (@$this->item->legacy ? 'publish_x.png' : 'tick.png'); ?>"/> </span> </td> </tr> |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#52222140]] | author_information |
1 | 2 | [[#52222140]] | author_info |
1 | 3 | [[#52222140]] | author_info |
1 | 4 | [[#52222140]] | author_info |