Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 4 | 0.978 | php_fragment |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 15 | components/com_users/views/remind/tmpl/default.php |
2 | 8 | 15 | components/com_users/views/resend/tmpl/default.php |
| ||||
<?php foreach ($this->form->getGroups() as $group): ; ?> <fieldset> <?php foreach ($this->form->getFields($group, $group) as $name => $field): ; ?> <dt><?php echo $field->label; ?></dt> <dd><?php echo $field->input; ?></dd> <?php endforeach ; ?> </fieldset> <?php endforeach ; ?> |
| ||||
<?php foreach ($this->form->getGroups() as $group): ; ?> <fieldset> <?php foreach ($this->form->getFields($group, $group) as $name => $field): ; ?> <dt><?php echo $field->label; ?></dt> <dd><?php echo $field->field; ?></dd> <?php endforeach ; ?> </fieldset> <?php endforeach ; ?> |
| |||
<?php foreach ($this->form->getGroups() as $group): ; ?> [[#variable3c626cc0]]<?php foreach ($this->form->getFields($group,$group) as $name => $field): ; ?> <dt><?php echo $field->label; ?></dt> <dd><?php echo $field-> [[#variable3c626ca0]]; ?> [[#variable3c626be0]]<?php endforeach ; ?> [[#variable3c626c60]]<?php endforeach ; ?> |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#3c626cc0]] | <fieldset> |
1 | 2 | [[#3c626cc0]] | <fieldset> |
2 | 1 | [[#3c626ca0]] | input |
2 | 2 | [[#3c626ca0]] | field |
3 | 1 | [[#3c626be0]] | </dd> |
3 | 2 | [[#3c626be0]] | </dd> |
4 | 1 | [[#3c626c60]] | </fieldset> |
4 | 2 | [[#3c626c60]] | </fieldset> |