Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 2 | 0.958 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 5085 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/textarea/JEditTextArea.java |
2 | 6 | 5134 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/textarea/JEditTextArea.java |
| |||||
//{{{ getSelectionStartLine() method /** * @deprecated Instead, obtain a Selection instance using * any means, and call its <code>getStartLine()</code> method */ public final int getSelectionStartLine() { if (selection.size() != 1) return caret; return ((Selection) selection.elementAt(0)).getStartLine(); } //}}} |
| |||||
//{{{ getSelectionEndLine() method /** * @deprecated Instead, obtain a Selection instance using * any means, and call its <code>getEndLine()</code> method */ public final int getSelectionEndLine() { if (selection.size() != 1) return caret; return ((Selection) selection.elementAt(0)).getEndLine(); } //}}} |
| |||
//{{{ getSelectionEndLine() method /** * @deprecated Instead, obtain a Selection instance using * any means, and call its <code>getEndLine()</code> method */ //{{{ getSelectionStartLine() method /** * @deprecated Instead, obtain a Selection instance using * any means, and call its <code>getStartLine()</code> method */ public final int [[#variablec282a20]]() { if (selection.size() != 1) return caret; return ((Selection) selection.elementAt(0)). [[#variablec2828a0]](); } //}}} |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#c282a20]] | getSelectionStartLine |
1 | 2 | [[#c282a20]] | getSelectionEndLine |
2 | 1 | [[#c2828a0]] | getStartLine |
2 | 2 | [[#c2828a0]] | getEndLine |