Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 4 | 0.973 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 61 | libraries/joomla/form/fields/media.php |
2 | 4 | 45 | plugins/content/vote.php |
| ||||
$html.= JText::_('SELECT'); $html.= '</a>'; $html.= '</div>'; $html.= '</div>'; |
| ||||
$html.= JText::_('Poor'); $html.= '<input type="radio" alt="vote 1 star" name="user_rating" value="1" />'; $html.= '<input type="radio" alt="vote 2 star" name="user_rating" value="2" />'; $html.= '<input type="radio" alt="vote 3 star" name="user_rating" value="3" />'; |
| |||
$html.=JText::_( [[#variable24308d80]]); $html.= [[#variable24308ce0]]; $html.= [[#variable24308c80]]; $html.= [[#variable24308ca0]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#24308d80]] | 'SELECT' |
1 | 2 | [[#24308d80]] | 'Poor' |
2 | 1 | [[#24308ce0]] | '</a>' |
2 | 2 | [[#24308ce0]] | '<input type="radio" alt="vote 1 star" name="user_rating" value="1" />' |
3 | 1 | [[#24308c80]] | '</div>' |
3 | 2 | [[#24308c80]] | '<input type="radio" alt="vote 2 star" name="user_rating" value="2" />' |
4 | 1 | [[#24308ca0]] | '</div>' |
4 | 2 | [[#24308ca0]] | '<input type="radio" alt="vote 3 star" name="user_rating" value="3" />' |