Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 4 | 3 | 0.964 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 21 | templates/rhuk_milkyway/html/com_contact/contact/default_address.php |
2 | 8 | 28 | templates/rhuk_milkyway/html/com_contact/contact/default_address.php |
3 | 8 | 35 | templates/rhuk_milkyway/html/com_contact/contact/default_address.php |
4 | 10 | 42 | templates/rhuk_milkyway/html/com_contact/contact/default_address.php |
| ||||
if ( $this->contact->suburb && $this->contact->params->get( 'show_suburb')): ; ?> <tr> <td valign="top"> <?php echo $this->escape($this->contact->suburb); ?> </td> </tr> <?php endif; ?> <?php |
| ||||
if ( $this->contact->state && $this->contact->params->get( 'show_state')): ; ?> <tr> <td valign="top"> <?php echo $this->escape($this->contact->state); ?> </td> </tr> <?php endif; ?> <?php |
| ||||
if ( $this->contact->postcode && $this->contact->params->get( 'show_postcode')): ; ?> <tr> <td valign="top"> <?php echo $this->escape($this->contact->postcode); ?> </td> </tr> <?php endif; ?> <?php |
| ||||
if ( $this->contact->country && $this->contact->params->get( 'show_country')): ; ?> <tr> <td valign="top"> <?php echo $this->escape($this->contact->country); ?> </td> </tr> <?php endif; ?> </table> <br/> <?php |
| |||
if ($this->contact-> [[#variable407124a0]] && $this->contact->params->get( [[#variable407123c0]])): ; ?> <tr> <td valign="top"> <?php echo $this->escape($this->contact-> [[#variable407124a0]]); ?> </td> </tr> <?php endif; ?> [[#variable40712400]]<?php |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#407124a0]] | suburb |
1 | 2 | [[#407124a0]] | state |
1 | 3 | [[#407124a0]] | postcode |
1 | 4 | [[#407124a0]] | country |
2 | 1 | [[#407123c0]] | 'show_suburb' |
2 | 2 | [[#407123c0]] | 'show_state' |
2 | 3 | [[#407123c0]] | 'show_postcode' |
2 | 4 | [[#407123c0]] | 'show_country' |
3 | 1 | [[#40712400]] | |
3 | 2 | [[#40712400]] | |
3 | 3 | [[#40712400]] | |
3 | 4 | [[#40712400]] | </table> <br/> |