CloneSet144


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
22220.965class_body_declarations[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12066
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/msg/EditPaneUpdate.java
22272
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/msg/ViewUpdate.java
Next
Last
Clone Instance
1
Line Count
20
Source Line
66
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/msg/EditPaneUpdate.java

/**
 * Returns what caused this edit pane update.
 */
public Object getWhat() {
  return what;
}

/**
 * Returns the edit pane involved.
 */
public EditPane getEditPane() {
  return (EditPane) getSource();
}

public String paramString() {
  return "what=" + what + "," + super.paramString();
}

// private members
private Object what;


First
Previous
Clone Instance
2
Line Count
22
Source Line
72
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/msg/ViewUpdate.java

//{{{ getWhat() method
/**
 * Returns what caused this view update.
 */
public Object getWhat() {
  return what;
} //}}}

//{{{ getView() method
/**
 * Returns the view involved.
 */
public View getView() {
  return (View) getSource();
} //}}}

//{{{ paramString() method
public String paramString() {
  return "what=" + what + "," + super.paramString();
} //}}}

//{{{ Private members
private Object what;


Clone AbstractionParameter Count: 2Parameter Bindings

//{{{ getWhat() method
/**
         * Returns what caused this view update.
         */
/**
         * Returns what caused this edit pane update.
         */
public Object getWhat() {
  return what;
} //}}}

//{{{ getView() method
/**
         * Returns the view involved.
         */
/**
         * Returns the edit pane involved.
         */
public [[#variableaee8c20]]  [[#variableaee8d00]]() {
  return ( [[#variableaee8c20]]) getSource();
} //}}}

//{{{ paramString() method
public String paramString() {
  return "what=" + what + "," + super.paramString();
} //}}}

//{{{ Private members
// private members
private Object what;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#aee8c20]]
EditPane 
12[[#aee8c20]]
View 
21[[#aee8d00]]
getEditPane 
22[[#aee8d00]]
getView