public void init(IWorkbench workbench, IStructuredSelection selection)
{
this.workbench = workbench;
this.selection = selection;
init();
}
protected void init()
{
setDefaultPageImageDescriptor(getDefaultImageDescriptor());
public void init(IWorkbench workbench, IStructuredSelection selection)
{
this.workbench = workbench;
this.selection = selection;
init();
}
protected void init()
{
setDefaultPageImageDescriptor(getDefaultImageDescriptor());
Clone fragments detected by clone detection tool
File path: /emf-2.4.1/src/org/eclipse/emf/exporter/ui/EMFExportWizard.java
|
|
File path: /emf-2.4.1/src/org/eclipse/emf/importer/ui/EMFModelWizard.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | public void init(IWorkbench workbench, IStructuredSelection selection)↵ | | 1 | public void init(IWorkbench workbench, IStructuredSelection selection)↵
|
2 | {↵ | | 2 | {↵
|
3 | this.workbench = workbench;↵ | | 3 | this.workbench = workbench;↵
|
4 | this.selection = selection;↵ | | 4 | this.selection = selection;↵
|
5 | init();↵ | | 5 | init();↵
|
6 | }↵ | | 6 | }↵
|
7 | ↵ | | 7 | ↵
|
8 | protected void init()↵ | | 8 | protected void init()↵
|
9 | {↵ | | 9 | {↵
|
10 | setDefaultPageImageDescriptor(getDefaultImageDescriptor()); | | 10 | setDefaultPageImageDescriptor(getDefaultImageDescriptor());
|
See real code fragment |
|
See real code fragment |
Summary
Number of common nesting structure subtrees | 0 |
Number of refactorable cases | 0 |
Number of non-refactorable cases | 0 |
Time elapsed for finding largest common nesting structure subtrees (ms) | 0.0 |
Clones location | |
Number of node comparisons | 0 |