CloneSet326


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5220.962statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1563
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/options/GlobalOptions.java
2563
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/options/PluginOptions.java
Next
Last
Clone Instance
1
Line Count
5
Source Line
63
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/options/GlobalOptions.java

OptionTreeModel paneTreeModel = new OptionTreeModel();
OptionGroup rootGroup = (OptionGroup) paneTreeModel.getRoot();
// initialize the jEdit branch of the options tree
jEditGroup = new OptionGroup("jedit");


First
Previous
Clone Instance
2
Line Count
5
Source Line
63
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/options/PluginOptions.java

OptionTreeModel paneTreeModel = new OptionTreeModel();
OptionGroup rootGroup = (OptionGroup) paneTreeModel.getRoot();
// initialize the Plugins branch of the options tree
pluginsGroup = new OptionGroup("plugins");


Clone AbstractionParameter Count: 2Parameter Bindings

OptionTreeModel paneTreeModel = new OptionTreeModel();
OptionGroup rootGroup = (OptionGroup) paneTreeModel.getRoot();
 [[#variablee22a2a0]]= new OptionGroup( [[#variablee22a1e0]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#e22a2a0]]
// initialize the jEdit branch of the options tree
jEditGroup 
12[[#e22a2a0]]
// initialize the Plugins branch of the options tree
pluginsGroup 
21[[#e22a1e0]]
"jedit" 
22[[#e22a1e0]]
"plugins"