Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
22 | 2 | 2 | 0.965 | class_body_declarations[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 20 | 66 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/msg/EditPaneUpdate.java |
2 | 22 | 72 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/msg/ViewUpdate.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; |
| |||||
//{{{ 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; |
| |||
//{{{ 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#aee8c20]] | EditPane |
1 | 2 | [[#aee8c20]] | View |
2 | 1 | [[#aee8d00]] | getEditPane |
2 | 2 | [[#aee8d00]] | getView |