CloneSet346


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6210.960statement_sequence[5]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16158
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/SelectLineRange.java
26172
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/SelectLineRange.java
Next
Last
Clone Instance
1
Line Count
6
Source Line
158
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/SelectLineRange.java

panel.add(label);
startField = new JTextField(10);
cons.gridx = 1;
cons.weightx = 1.0F;
layout.setConstraints(startField, cons);


First
Previous
Clone Instance
2
Line Count
6
Source Line
172
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/SelectLineRange.java

panel.add(label);
endField = new JTextField(10);
cons.gridx = 1;
cons.weightx = 1.0F;
layout.setConstraints(endField, cons);


Clone AbstractionParameter Count: 1Parameter Bindings

panel.add(label);
 [[#variablee237640]]= new JTextField(10);
cons.gridx = 1;
cons.weightx = 1.0F;
layout.setConstraints( [[#variablee237640]], cons);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#e237640]]
startField 
12[[#e237640]]
endField