Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
17 | 2 | 5 | 0.962 | statement_sequence[8] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 29 | 14 | components/com_contact/views/contact/tmpl/default_address.php |
2 | 17 | 16 | templates/beez/html/com_contact/contact/default_address.php |
| ||||
if ($this->contact->address && $this->contact->params->get('show_street_address')): ; ?> <tr> <td valign="top"> <?php echo nl2br($this->contact->address); ?> </td> </tr> <?php endif; ?> <?php if ($this->contact->suburb && $this->contact->params->get('show_suburb')): ; ?> <tr> <td valign="top"> <?php echo $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->contact->state; ?> </td> </tr> <?php endif; ?> <?php if ($this->contact->postcode && $this->contact->params->get('show_postcode')): ; ?> <tr> <td valign="top"> <?php echo $this->contact->postcode; ?> </td> </tr> <?php endif; ?> <?php |
| ||||
if ($this->contact->address && $this->contact->params->get('show_street_address')): ; ?> <?php echo nl2br($this->contact->address); ?><br/> <?php endif; ?> <?php if ($this->contact->suburb && $this->contact->params->get('show_suburb')): ; ?> <?php echo $this->contact->suburb; ?><br/> <?php endif; ?> <?php if ($this->contact->state && $this->contact->params->get('show_state')): ; ?> <?php echo $this->contact->state; ?><br/> <?php endif; ?> <?php if ($this->contact->country && $this->contact->params->get('show_country')): ; ?> <?php echo $this->contact->country; ?><br/> <?php endif; ?> <?php |
| |||
if ($this->contact->address && $this->contact->params->get('show_street_address')): ; ?> [[#variable5234b5a0]]<?php echo nl2br($this->contact->address); ?> [[#variable5234b520]]<?php endif; ?> [[#variable5234b4e0]]<?php if ($this->contact->suburb && $this->contact->params->get('show_suburb')): ; ?> [[#variable5234b5a0]]<?php echo $this->contact->suburb; ?> [[#variable5234b520]]<?php endif; ?> [[#variable5234b4e0]]<?php if ($this->contact->state && $this->contact->params->get('show_state')): ; ?> [[#variable5234b5a0]]<?php echo $this->contact->state; ?> [[#variable5234b520]]<?php endif; ?> [[#variable5234b4e0]]<?php if ($this->contact-> [[#variable5234b3e0]] && $this->contact->params->get( [[#variable5234b360]])): ; ?> [[#variable5234b5a0]]<?php echo $this->contact-> [[#variable5234b3e0]]; ?> [[#variable5234b520]]<?php endif; ?> [[#variable5234b4e0]]<?php |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5234b5a0]] | |
1 | 2 | [[#5234b5a0]] | <tr> <td valign="top"> |
2 | 1 | [[#5234b520]] | <br/> |
2 | 2 | [[#5234b520]] | </td> </tr> |
3 | 1 | [[#5234b4e0]] | |
3 | 2 | [[#5234b4e0]] | |
4 | 1 | [[#5234b3e0]] | country |
4 | 2 | [[#5234b3e0]] | postcode |
5 | 1 | [[#5234b360]] | 'show_country' |
5 | 2 | [[#5234b360]] | 'show_postcode' |