| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 5 | 2 | 3 | 0.974 | statement_sequence[6] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 5 | 161 | administrator/components/com_banners/views/banner.php |
| 2 | 5 | 111 | administrator/components/com_plugins/views/plugins/tmpl/default.php |
| ||||
$disabled= $ordering
? ''
: 'disabled="disabled"'; ?>
<input type="text" name="order[]" size="5" value="<?php echo $row->ordering; ?>" <?php echo $disabled;?> class="text_area" style="text-align: center" />
</td>
<td align="center">
<?php
|
| ||||
$disabled= $ordering
? ''
: 'disabled="disabled"'; ?>
<input type="text" name="order[]" size="5" value="<?php echo $row->ordering; ?>" <?php echo $disabled;?> class="text_area" style="text-align: center" />
</td>
<td align="center">
<?php
|
| |||
$disabled=$ordering
? ''
: 'disabled="disabled"';
?> [[#variable516343c0]]<?php
echo $row->ordering;
?> [[#variable51634340]]<?php
echo $disabled;
?> [[#variable51634360]]<?php
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#516343c0]] | <input type="text" name="order[]" size="5" value=" |
| 1 | 2 | [[#516343c0]] | <input type="text" name="order[]" size="5" value=" |
| 2 | 1 | [[#51634340]] | " |
| 2 | 2 | [[#51634340]] | " |
| 3 | 1 | [[#51634360]] | class="text_area" style="text-align: center" /> </td> <td align="center"> |
| 3 | 2 | [[#51634360]] | class="text_area" style="text-align: center" /> </td> <td align="center"> |