Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
13 | 2 | 6 | 0.961 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 13 | 13 | templates/beez/html/com_user/login/default_login.php |
2 | 13 | 14 | templates/beez/html/com_user/login/default_logout.php |
| ||||
if ( isset ($this->image)): echo $this->image; endif; if ($this->params->get('description_login')): ; ?> <p> <?php echo $this->params->get('description_login_text'); ?> </p> <?php endif; if ( isset ($this->image)): ; ?> <div class="wrap_image"> </div> <?php endif; ?> </div> <?php |
| ||||
if ( isset ($this->image)): echo $this->image; endif; if ($this->params->get('description_logout')): ; ?> <p> <?php echo $this->params->get('description_logout_text'); ?> </p> <?php endif; if ( isset ($this->image)): ; ?> <div class="wrap_image"> </div> <?php endif; ?> </div> <?php |
| |||
if ( isset ($this->image)): echo $this->image; endif; if ($this->params->get( [[#variable22f9eba0]])): ; ?> [[#variable22f9eae0]]<?php echo $this->params->get( [[#variable22f9e9e0]]); ?> [[#variable22f9ea80]]<?php endif; if ( isset ($this->image)): ; ?> [[#variable22f9ea60]]<?php endif; ?> [[#variable230f2da0]]<?php |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#22f9eba0]] | 'description_login' |
1 | 2 | [[#22f9eba0]] | 'description_logout' |
2 | 1 | [[#22f9eae0]] | <p> |
2 | 2 | [[#22f9eae0]] | <p> |
3 | 1 | [[#22f9e9e0]] | 'description_login_text' |
3 | 2 | [[#22f9e9e0]] | 'description_logout_text' |
4 | 1 | [[#22f9ea80]] | </p> |
4 | 2 | [[#22f9ea80]] | </p> |
5 | 1 | [[#22f9ea60]] | <div class="wrap_image"> </div> |
5 | 2 | [[#22f9ea60]] | <div class="wrap_image"> </div> |
6 | 1 | [[#230f2da0]] | </div> |
6 | 2 | [[#230f2da0]] | </div> |