Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 4 | 4 | 0.959 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 14 | templates/rhuk_milkyway/html/com_contact/category/default_items.php |
2 | 6 | 24 | templates/rhuk_milkyway/html/com_contact/category/default_items.php |
3 | 6 | 29 | templates/rhuk_milkyway/html/com_contact/category/default_items.php |
4 | 7 | 34 | templates/rhuk_milkyway/html/com_contact/category/default_items.php |
| ||||
if ( $this->params->get( 'show_position')): ; ?> <td> <?php echo $this->escape($item->con_position); ?> </td> <?php endif; ?> <?php |
| ||||
if ( $this->params->get( 'show_telephone')): ; ?> <td width="15%"> <?php echo $this->escape($item->telephone); ?> </td> <?php endif; ?> <?php |
| ||||
if ( $this->params->get( 'show_mobile')): ; ?> <td width="15%"> <?php echo $this->escape($item->mobile); ?> </td> <?php endif; ?> <?php |
| ||||
if ( $this->params->get( 'show_fax')): ; ?> <td width="15%"> <?php echo $this->escape($item->fax); ?> </td> <?php endif; ?> </tr> <?php |
| |||
if ($this->params->get( [[#variable2207c3c0]])): ; ?> [[#variable2207c340]]<?php echo $this->escape($item-> [[#variable2207c260]]); ?> </td> <?php endif; ?> [[#variable2207c2c0]]<?php |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2207c3c0]] | 'show_position' |
1 | 2 | [[#2207c3c0]] | 'show_telephone' |
1 | 3 | [[#2207c3c0]] | 'show_mobile' |
1 | 4 | [[#2207c3c0]] | 'show_fax' |
2 | 1 | [[#2207c340]] | <td> |
2 | 2 | [[#2207c340]] | <td width="15%"> |
2 | 3 | [[#2207c340]] | <td width="15%"> |
2 | 4 | [[#2207c340]] | <td width="15%"> |
3 | 1 | [[#2207c260]] | con_position |
3 | 2 | [[#2207c260]] | telephone |
3 | 3 | [[#2207c260]] | mobile |
3 | 4 | [[#2207c260]] | fax |
4 | 1 | [[#2207c2c0]] | |
4 | 2 | [[#2207c2c0]] | |
4 | 3 | [[#2207c2c0]] | |
4 | 4 | [[#2207c2c0]] | </tr> |