Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 3 | 0.992 | statement_sequence[8] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 52 | plugins/editors-xtd/image.php |
2 | 10 | 36 | plugins/editors-xtd/pagebreak.php |
| ||||
JHtml::_('behavior.modal'); $button= new JObject; $button->set('modal', TRUE); $button->set('link', $link); $button->set('text', JText::_('Image')); $button->set('name', 'image'); $button->set('options', "{handler: 'iframe', size: {x: 570, y: 400}}"); return $button; |
| ||||
JHtml::_('behavior.modal'); $button= new JObject; $button->set('modal', TRUE); $button->set('link', $link); $button->set('text', JText::_('Pagebreak')); $button->set('name', 'pagebreak'); $button->set('options', "{handler: 'iframe', size: {x: 400, y: 85}}"); return $button; |
| |||
JHtml::_('behavior.modal'); $button=new JObject; $button->set('modal',TRUE); $button->set('link',$link); $button->set('text',JText::_( [[#variable41dfcb80]])); $button->set('name', [[#variable41dfca80]]); $button->set('options', [[#variable41dfcaa0]]); return $button; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#41dfcb80]] | 'Pagebreak' |
1 | 2 | [[#41dfcb80]] | 'Image' |
2 | 1 | [[#41dfca80]] | 'pagebreak' |
2 | 2 | [[#41dfca80]] | 'image' |
3 | 1 | [[#41dfcaa0]] | "{handler: 'iframe', size: {x: 400, y: 85}}" |
3 | 2 | [[#41dfcaa0]] | "{handler: 'iframe', size: {x: 570, y: 400}}" |