CloneSet400


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10230.992statement_sequence[8]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11052
plugins/editors-xtd/image.php
21036
plugins/editors-xtd/pagebreak.php
Clone Instance
1
Line Count
10
Source Line
52
Source File
plugins/editors-xtd/image.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;


Clone Instance
2
Line Count
10
Source Line
36
Source File
plugins/editors-xtd/pagebreak.php

                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;


Clone AbstractionParameter Count: 3Parameter Bindings

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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#41dfcb80]]
'Pagebreak' 
12[[#41dfcb80]]
'Image' 
21[[#41dfca80]]
'pagebreak' 
22[[#41dfca80]]
'image' 
31[[#41dfcaa0]]
"{handler: 'iframe', size: {x: 400, y: 85}}" 
32[[#41dfcaa0]]
"{handler: 'iframe', size: {x: 570, y: 400}}"