| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 3 | 2 | 0.983 | statement_sequence[6] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 21 | components/com_contact/views/category/tmpl/default.php |
| 2 | 2 | 18 | templates/beez/html/com_contact/category/default.php |
| 3 | 2 | 21 | templates/rhuk_milkyway/html/com_contact/category/default.php |
| ||||
echo $this->baseurl
. '/'
. 'images/stories'
. '/'
. $this->category->image; ?>" align="<?php echo $this->category->image_position; ?>" hspace="6" alt="<?php echo JText::_('Contacts'); ?>" />
<?php
|
| ||||
echo $this->baseurl
. '/'
. 'images/stories'
. '/'
. $this->category->image; ?>" class="image_<?php echo $this->category->image_position; ?>" alt="<?php echo JText::_('Contacts'); ?>" />
<?php
|
| ||||
echo $this->baseurl
. '/'
. 'images/stories'
. '/'
. $this->category->image; ?>" align="<?php echo $this->category->image_position; ?>" hspace="6" alt="<?php echo JText::_( 'Contacts'); ?>" />
<?php
|
| |||
echo $this->baseurl
. '/'
. 'images/stories'
. '/'
. $this->category->image;
?> [[#variable23ddb080]]<?php
echo $this->category->image_position;
?> [[#variable23ddb0c0]]<?php
echo JText::_('Contacts');
?>" />
<?php
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#23ddb080]] | " align=" |
| 1 | 2 | [[#23ddb080]] | " class="image_ |
| 1 | 3 | [[#23ddb080]] | " align=" |
| 2 | 1 | [[#23ddb0c0]] | " hspace="6" alt=" |
| 2 | 2 | [[#23ddb0c0]] | " alt=" |
| 2 | 3 | [[#23ddb0c0]] | " hspace="6" alt=" |