CloneSet214


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10210.986statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
110345
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/HistoryTextField.java
210378
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/HistoryTextField.java
Next
Last
Clone Instance
1
Line Count
10
Source Line
345
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/HistoryTextField.java

if (getSelectionEnd() != getDocument().getLength()) {
  setCaretPosition(getDocument().getLength());
}
String text = getText().substring(0, getSelectionStart());
if (text == null) {
  historyPrevious();
  return;
}


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

if (getSelectionEnd() != getDocument().getLength()) {
  setCaretPosition(getDocument().getLength());
}
String text = getText().substring(0, getSelectionStart());
if (text == null) {
  historyNext();
  return;
}


Clone AbstractionParameter Count: 1Parameter Bindings

if (getSelectionEnd() != getDocument().getLength()) {
  setCaretPosition(getDocument().getLength());
}
String text = getText().substring(0, getSelectionStart());
if (text == null) {
   [[#variableaea8f60]]();
  return;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#aea8f60]]
historyPrevious 
12[[#aea8f60]]
historyNext