Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 6 | 0.967 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 22 | templates/beez/html/com_contact/category/default_items.php |
2 | 11 | 34 | templates/beez/html/com_contact/category/default_items.php |
| ||||
if ($this->params->get('show_email')): ; ?> <td headers="Mail" class="sectiontableentry<?php echo $item->odd; ?>"> <?php echo $item->email_to; ?> </td> <?php endif; ?> <?php if ($this->params->get('show_telephone')): ; ?> <td headers="Phone" class="sectiontableentry"> <?php echo $item->telephone; ?> </td> <?php endif; |
| ||||
if ($this->params->get('show_mobile')): ; ?> <td headers="Mobile" class="sectiontableentry<?php echo $item->odd; ?>"> <?php echo $item->mobile; ?> </td> <?php endif; ?> <?php if ($this->params->get('show_fax')): ; ?> <td headers="Fax" class="sectiontableentry"> <?php echo $item->fax; ?> </td> <?php endif; |
| |||
if ($this->params->get( [[#variable42187100]])): ; ?> [[#variable42187060]]<?php echo $item->odd; ?>"> <?php echo $item-> [[#variable42186fc0]]; ?> </td> <?php endif; ?> <?php if ($this->params->get( [[#variable42186f60]])): ; ?> [[#variable42186f20]]<?php echo $item-> [[#variable42186f00]]; ?> </td> <?php endif; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#42187100]] | 'show_mobile' |
1 | 2 | [[#42187100]] | 'show_email' |
2 | 1 | [[#42187060]] | <td headers="Mobile" class="sectiontableentry |
2 | 2 | [[#42187060]] | <td headers="Mail" class="sectiontableentry |
3 | 1 | [[#42186fc0]] | mobile |
3 | 2 | [[#42186fc0]] | email_to |
4 | 1 | [[#42186f60]] | 'show_fax' |
4 | 2 | [[#42186f60]] | 'show_telephone' |
5 | 1 | [[#42186f20]] | <td headers="Fax" class="sectiontableentry"> |
5 | 2 | [[#42186f20]] | <td headers="Phone" class="sectiontableentry"> |
6 | 1 | [[#42186f00]] | fax |
6 | 2 | [[#42186f00]] | telephone |