Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 0 | 1.000 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 7 | components/com_contact/views/contact/tmpl/default_address.php |
2 | 7 | 7 | templates/rhuk_milkyway/html/com_contact/contact/default_address.php |
| ||||
if ($this->contact->params->get('address_check')> 0): ; ?> <tr> <td rowspan="6" valign="top" width="<?php echo $this->contact->params->get('column_width'); ?>" > <?php echo $this->contact->params->get('marker_address'); ?> </td> </tr> <?php endif; |
| ||||
if ( $this->contact->params->get( 'address_check')> 0): ; ?> <tr> <td rowspan="6" valign="top" width="<?php echo $this->contact->params->get( 'column_width'); ?>" > <?php echo $this->contact->params->get( 'marker_address'); ?> </td> </tr> <?php endif; |
| |||
if ($this->contact->params->get('address_check')>0): ; ?> <tr> <td rowspan="6" valign="top" width="<?php echo $this->contact->params->get('column_width'); ?>" > <?php echo $this->contact->params->get('marker_address'); ?> </td> </tr> <?php endif; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |