Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 1 | 0.986 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 345 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/HistoryTextField.java |
2 | 10 | 378 | 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; } |
| |||||
if (getSelectionEnd() != getDocument().getLength()) { setCaretPosition(getDocument().getLength()); } String text = getText().substring(0, getSelectionStart()); if (text == null) { historyNext(); return; } |
| |||
if (getSelectionEnd() != getDocument().getLength()) { setCaretPosition(getDocument().getLength()); } String text = getText().substring(0, getSelectionStart()); if (text == null) { [[#variableaea8f60]](); return; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#aea8f60]] | historyPrevious |
1 | 2 | [[#aea8f60]] | historyNext |