@Override
public boolean canFinish()
{
return false;
}
@Override
public boolean performFinish()
{
selectionPage.performFinish();
return true;
@Override
public boolean canFinish()
{
return false;
}
@Override
public boolean performFinish()
{
selectionPage.performFinish();
return true;
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 | @Override↵ | | 1 | @Override↵
|
2 | public boolean canFinish()↵ | | 2 | public boolean canFinish()↵
|
3 | {↵ | | 3 | {↵
|
4 | return false;↵ | | 4 | return false;↵
|
5 | }↵ | | 5 | }↵
|
|
6 | @Override↵ | | 6 | @Override↵
|
7 | public boolean performFinish()↵ | | 7 | public boolean performFinish()↵
|
8 | {↵ | | 8 | {↵
|
9 | selectionPage.performFinish();↵ | | 9 | selectionPage.performFinish();↵
|
10 | return true; | | 10 | return true;
|
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 |