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.992 | php_sequence[6] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 21 | administrator/components/com_installer/views/discover/tmpl/default_item.php |
2 | 2 | 13 | administrator/components/com_installer/views/languages/tmpl/default_item.php |
3 | 2 | 22 | administrator/components/com_installer/views/manage/tmpl/default_item.php |
| ||||
<?php echo JText::_( 'Author Information'); ?>::<?php echo $this->item->author_info; ?>"> <?php echo @$this->item->author != '' ? $this->item->author : ' '; ?> </span> </td> </tr> |
| ||||
<?php echo JText::_('Author Information');?>::<?php echo $this->item->author_info; ?>"> <?php echo @$this->item->author != '' ? $this->item->author : ' '; ?> </span> </td> </tr> |
| ||||
<?php echo JText::_( 'Author Information'); ?>::<?php echo $this->item->author_info; ?>"> <?php echo @$this->item->author != '' ? $this->item->author : ' '; ?> </span> </td> <td> |
| |||
<?php echo JText::_('Author Information'); ?>::<?php echo $this->item->author_info; ?>"> <?php echo @$this->item->author != '' ? $this->item->author : ' '; ?> [[#variable23d8fdc0]] |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#23d8fdc0]] | </span> </td> <td> |
1 | 2 | [[#23d8fdc0]] | </span> </td> </tr> |
1 | 3 | [[#23d8fdc0]] | </span> </td> </tr> |