CloneSet480


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9201.000executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
19188
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/CloseDialog.java
29211
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/CloseDialog.java
Next
Last
Clone Instance
1
Line Count
9
Source Line
188
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/CloseDialog.java

if (bufferModel.getSize() == 0) {
  ok = true;
  dispose();
}
else {
  bufferList.setSelectedIndex(0);
  bufferList.requestFocus();
}


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

if (bufferModel.getSize() == 0) {
  ok = true;
  dispose();
}
else {
  bufferList.setSelectedIndex(0);
  bufferList.requestFocus();
}


Clone AbstractionParameter Count: 0Parameter Bindings

if (bufferModel.getSize() == 0) {
  ok = true;
  dispose();
}
else {
  bufferList.setSelectedIndex(0);
  bufferList.requestFocus();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None