Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
23 | 2 | 1 | 0.960 | statement_sequence[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 23 | 56 | components/com_contact/views/contact/tmpl/default_address.php |
2 | 23 | 56 | templates/rhuk_milkyway/html/com_contact/contact/default_address.php |
| ||||
?> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <?php if ($this->contact->email_to && $this->contact->params->get('show_email')): ; ?> <tr> <td width="<?php echo $this->contact->params->get('column_width'); ?>" > <?php echo $this->contact->params->get('marker_email'); ?> </td> <td> <?php echo $this->contact->email_to; ?> </td> </tr> <?php endif; ?> <?php if ($this->contact->telephone && $this->contact->params->get('show_telephone')): ; ?> <tr> <td width="<?php echo $this->contact->params->get('column_width'); ?>" > <?php echo $this->contact->params->get('marker_telephone'); ?> </td> <td> <?php echo nl2br($this->contact->telephone); ?> </td> </tr> <?php endif; ?> <?php |
| ||||
?> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <?php if ( $this->contact->email_to && $this->contact->params->get( 'show_email')): ; ?> <tr> <td width="<?php echo $this->contact->params->get( 'column_width'); ?>" > <?php echo $this->contact->params->get( 'marker_email'); ?> </td> <td> <?php echo $this->contact->email_to; ?> </td> </tr> <?php endif; ?> <?php if ( $this->contact->telephone && $this->contact->params->get( 'show_telephone')): ; ?> <tr> <td width="<?php echo $this->contact->params->get( 'column_width'); ?>" > <?php echo $this->contact->params->get( 'marker_telephone'); ?> </td> <td> <?php echo nl2br($this->escape($this->contact->telephone)); ?> </td> </tr> <?php endif; ?> <?php |
| |||
?> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <?php if ($this->contact->email_to && $this->contact->params->get('show_email')): ; ?> <tr> <td width="<?php echo $this->contact->params->get('column_width'); ?>" > <?php echo $this->contact->params->get('marker_email'); ?> </td> <td> <?php echo $this->contact->email_to; ?> </td> </tr> <?php endif; ?> <?php if ($this->contact->telephone && $this->contact->params->get('show_telephone')): ; ?> <tr> <td width="<?php echo $this->contact->params->get('column_width'); ?>" > <?php echo $this->contact->params->get('marker_telephone'); ?> </td> <td> <?php echo nl2br( [[#variable53d656e0]]); ?> </td> </tr> <?php endif; ?> <?php |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#53d656e0]] | $this->contact->telephone |
1 | 2 | [[#53d656e0]] | $this->escape($this->contact->telephone) |