Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.968 | php_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 22 | templates/beez/html/com_contact/contact/default.php |
2 | 5 | 28 | templates/beez/html/com_contact/contact/default.php |
| ||||
<?php if ($this->contact->name && $this->contact->params->get('show_name')): ; ?> <p> <?php echo $this->contact->name; ?> </p> <?php endif; ?> |
| ||||
<?php if ($this->contact->con_position && $this->contact->params->get('show_position')): ; ?> <p> <?php echo $this->contact->con_position; ?> </p> <?php endif; ?> |
| |||
<?php if ($this->contact-> [[#variable44e22080]] && $this->contact->params->get( [[#variable3c6b5fc0]])): ; ?> <p> <?php echo $this->contact-> [[#variable44e22080]]; ?> </p> <?php endif; ?> |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#44e22080]] | name |
1 | 2 | [[#44e22080]] | con_position |
2 | 1 | [[#3c6b5fc0]] | 'show_name' |
2 | 2 | [[#3c6b5fc0]] | 'show_position' |