Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
24 | 2 | 5 | 0.976 | statement_sequence[10] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 24 | 228 | administrator/components/com_contact/admin.contact.html.php |
2 | 24 | 241 | administrator/components/com_newsfeeds/admin.newsfeeds.html.php |
| ||||
echo JText::_('Published'); ?>: </td> <td> <?php echo $lists['published']; ?> </td> </tr> <tr> <td class="key"> <label for="catid"> <?php echo JText::_('Category'); ?>: </label> </td> <td> <?php echo $lists['catid'];?> </td> </tr> <tr> <td class="key"> <label for="user_id"> <?php echo JText::_('Linked to User'); ?>: </label> </td> <td> <?php |
| ||||
echo JText::_('Published'); ?>: </td> <td> <?php echo $lists['published']; ?> </td> </tr> <tr> <td class="key"> <label for="catid"> <?php echo JText::_('Category'); ?> </label> </td> <td> <?php echo $lists['category']; ?> </td> </tr> <tr> <td class="key"> <label for="link"> <?php echo JText::_('Link'); ?> </label> </td> <td> <input class="inputbox" type="text" size="60" name="link" id="link" value="<?php |
| |||
echo JText::_('Published'); ?>: </td> <td> <?php echo $lists['published']; ?> </td> </tr> <tr> <td class="key"> <label for="catid"> <?php echo JText::_('Category'); ?> [[#variable22662d60]]<?php echo $lists[ [[#variable22662c80]]]; ?> [[#variable22662c60]]<?php echo JText::_( [[#variable22662bc0]]); ?> [[#variable22662b40]]<?php |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#22662d60]] | : </label> </td> <td> |
1 | 2 | [[#22662d60]] | </label> </td> <td> |
2 | 1 | [[#22662c80]] | 'catid' |
2 | 2 | [[#22662c80]] | 'category' |
3 | 1 | [[#22662c60]] | </td> </tr> <tr> <td class="key"> <label for="user_id"> |
3 | 2 | [[#22662c60]] | </td> </tr> <tr> <td class="key"> <label for="link"> |
4 | 1 | [[#22662bc0]] | 'Linked to User' |
4 | 2 | [[#22662bc0]] | 'Link' |
5 | 1 | [[#22662b40]] | : </label> </td> <td> |
5 | 2 | [[#22662b40]] | </label> </td> <td> <input class="inputbox" type="text" size="60" name="link" id="link" value=" |