CloneSet130


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3401.000statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13209
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/options/ContextOptionPane.java
23218
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/options/ContextOptionPane.java
33344
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/options/ToolBarOptionPane.java
43353
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/options/ToolBarOptionPane.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
209
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/options/ContextOptionPane.java

int index = list.getSelectedIndex();
Object selected = list.getSelectedValue();
listModel.removeElementAt(index);


Next
Previous
Clone Instance
2
Line Count
3
Source Line
218
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/options/ContextOptionPane.java

int index = list.getSelectedIndex();
Object selected = list.getSelectedValue();
listModel.removeElementAt(index);


Next
Previous
Clone Instance
3
Line Count
3
Source Line
344
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/options/ToolBarOptionPane.java

int index = list.getSelectedIndex();
Object selected = list.getSelectedValue();
listModel.removeElementAt(index);


First
Previous
Clone Instance
4
Line Count
3
Source Line
353
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/options/ToolBarOptionPane.java

int index = list.getSelectedIndex();
Object selected = list.getSelectedValue();
listModel.removeElementAt(index);


Clone AbstractionParameter Count: 0Parameter Bindings

int index = list.getSelectedIndex();
Object selected = list.getSelectedValue();
listModel.removeElementAt(index);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None