CloneSet208


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

label.setBorder(new EmptyBorder(6, 0, 3, 0));
layout.setConstraints(label, cons);
add(label);
cons.gridy++;
cons.weighty = 1.0F;
beforeCaret = new JTextArea(4, 40);


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

label.setBorder(new EmptyBorder(6, 0, 3, 0));
layout.setConstraints(label, cons);
add(label);
cons.gridy++;
cons.weighty = 1.0F;
afterCaret = new JTextArea(4, 40);


Clone AbstractionParameter Count: 1Parameter Bindings

label.setBorder(new EmptyBorder(6, 0, 3, 0));
layout.setConstraints(label, cons);
add(label);
cons.gridy++;
cons.weighty = 1.0F;
 [[#variableaedeb00]]= new JTextArea(4, 40);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#aedeb00]]
beforeCaret 
12[[#aedeb00]]
afterCaret