Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 2 | 0.977 | php_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 66 | templates/beez/html/com_content/article/form.php |
2 | 4 | 74 | templates/beez/html/com_weblinks/weblink/form.php |
3 | 4 | 83 | templates/rhuk_milkyway/html/com_content/article/form.php |
| ||||
<?php echo JText::_('Save');?> </button> <button type="button" onclick="submitbutton('cancel')"/> <?php echo JText::_('Cancel');?> </button> </div> <div class="wrap"> </div> |
| ||||
<?php echo JText::_('Save');?> </button> <button type="button" onclick="submitbutton('cancel')"> <?php echo JText::_('Cancel');?> </button> </div> <input type="hidden" name="jform[id]" value=" |
| ||||
<?php echo JText::_('Save');?> </button> <button type="button" onclick="submitbutton('cancel')"> <?php echo JText::_('Cancel');?> </button> </div> </td> </tr> </table> |
| |||
<?php echo JText::_('Save'); ?> [[#variable527011e0]]<?php echo JText::_('Cancel'); ?> [[#variable52701240]] |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#527011e0]] | </button> <button type="button" onclick="submitbutton('cancel')"> |
1 | 2 | [[#527011e0]] | </button> <button type="button" onclick="submitbutton('cancel')"/> |
1 | 3 | [[#527011e0]] | </button> <button type="button" onclick="submitbutton('cancel')"> |
2 | 1 | [[#52701240]] | </button> </div> </td> </tr> </table> |
2 | 2 | [[#52701240]] | </button> </div> <div class="wrap"> </div> |
2 | 3 | [[#52701240]] | </button> </div> <input type="hidden" name="jform[id]" value=" |