CloneSet560


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
13201.000class_body_declarations[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
113179
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/ui/celleditor/ExtendedTableEditor.java
213189
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/ui/celleditor/ExtendedTableTreeEditor.java
Next
Last
Clone Instance
1
Line Count
13
Source Line
179
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/ui/celleditor/ExtendedTableEditor.java

public void widgetDefaultSelected(SelectionEvent event) {
  widgetSelected(event);
}

public void widgetSelected(SelectionEvent event) {
  TableItem[] selection = table.getSelection();
  selectedTableItem = selection.length == 1 ? selection[0]: null;
}

public void keyPressed(KeyEvent event) {
// Do nothing
}


First
Previous
Clone Instance
2
Line Count
13
Source Line
189
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/ui/celleditor/ExtendedTableTreeEditor.java

public void widgetDefaultSelected(SelectionEvent event) {
  widgetSelected(event);
}

public void widgetSelected(SelectionEvent event) {
  TableItem[] selection = table.getSelection();
  selectedTableItem = selection.length == 1 ? selection[0]: null;
}

public void keyPressed(KeyEvent event) {
// Do nothing
}


Clone AbstractionParameter Count: 0Parameter Bindings

public void widgetDefaultSelected(SelectionEvent event) {
  widgetSelected(event);
}

public void widgetSelected(SelectionEvent event) {
  TableItem[] selection = table.getSelection();
  selectedTableItem = selection.length == 1 ? selection[0]: null;
}

public void keyPressed(KeyEvent event) {
// Do nothing
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None