Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 3 | 0.966 | root |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 1 | templates/beez/html/com_user/register/default_message.php |
2 | 10 | 1 | templates/beez/html/com_user/remind/default_message.php |
| ||||
<?php // @version $Id: default_message.php 11845 2009-05-27 23:28:59Z robs $ defined( "_JEXEC") or exit; ?> <h3> <?php echo $this->message->title; ?> </h3> <p class="message"> <?php echo $this->message->text; ?> </p> |
| ||||
<?php // @version $Id: default_message.php$ defined( "_JEXEC") or exit; ?> <div class="componentheading"> <?php echo $this->message->title; ?> </div> <div class="message"> <?php echo $this->message->text; ?> </div> |
| |||
<?php // @version $Id: default_message.php 11845 2009-05-27 23:28:59Z robs $ // @version $Id: default_message.php$ defined( "_JEXEC") or exit; ?> [[#variable4dadbd80]]<?php echo $this->message->title; ?> [[#variable4dadbcc0]]<?php echo $this->message->text; ?> [[#variable4dadbc60]] |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4dadbd80]] | <h3> |
1 | 2 | [[#4dadbd80]] | <div class="componentheading"> |
2 | 1 | [[#4dadbcc0]] | </h3> <p class="message"> |
2 | 2 | [[#4dadbcc0]] | </div> <div class="message"> |
3 | 1 | [[#4dadbc60]] | </p> |
3 | 2 | [[#4dadbc60]] | </div> |