Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 2 | 0.976 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 28 | plugins/content/vote.php |
2 | 1 | 29 | plugins/content/vote.php |
| ||||
// look for images in template if available $starImageOn= JHtml::_('image.site', 'rating_star.png', '/images/M_images/'); |
| ||||
$starImageOff= JHtml::_('image.site', 'rating_star_blank.png', '/images/M_images/'); |
| |||
[[#variable58e61420]]=JHtml::_('image.site', [[#variable58e61440]],'/images/M_images/'); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#58e61420]] | $starImageOff |
1 | 2 | [[#58e61420]] | // look for images in template if available $starImageOn |
2 | 1 | [[#58e61440]] | 'rating_star_blank.png' |
2 | 2 | [[#58e61440]] | 'rating_star.png' |