CloneSet359


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6220.958method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
165085
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/textarea/JEditTextArea.java
265134
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/textarea/JEditTextArea.java
Next
Last
Clone Instance
1
Line Count
6
Source Line
5085
Source File
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();
} //}}}


First
Previous
Clone Instance
2
Line Count
6
Source Line
5134
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/textarea/JEditTextArea.java

//{{{ 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();
} //}}}


Clone AbstractionParameter Count: 2Parameter Bindings

//{{{ 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#c282a20]]
getSelectionStartLine 
12[[#c282a20]]
getSelectionEndLine 
21[[#c2828a0]]
getStartLine 
22[[#c2828a0]]
getEndLine