public static final List<String> FILE_EXTENSIONS =
Collections.unmodifiableList(Arrays.asList(Ecore2EcoreEditorPlugin.INSTANCE.getString("_UI_Ecore2EcoreEditorFilenameExtensions").split("\\s*,\\s*")));
/**
* A formatted list of supported file extensions, suitable for display.
* <!-- begin-user-doc -->
* @since 2.4
* <!-- end-user-doc -->
* @generated
*/
public static final String FORMATTED_FILE_EXTENSIONS =
Ecore2EcoreEditorPlugin.INSTANCE.getString("_UI_Ecore2EcoreEditorFilenameExtensions").replaceAll("\\s*,\\s*", ", ");
public static final List<String> FILE_EXTENSIONS =
Collections.unmodifiableList(Arrays.asList(Ecore2XMLUIPlugin.INSTANCE.getString("_UI_Ecore2XMLEditorFilenameExtensions").split("\\s*,\\s*"))); //$NON-NLS-1$ //$NON-NLS-2$
/**
* A formatted list of supported file extensions, suitable for display.
* <!-- begin-user-doc -->
* @since 2.4
* <!-- end-user-doc -->
* @generated
*/
public static final String FORMATTED_FILE_EXTENSIONS =
Ecore2XMLUIPlugin.INSTANCE.getString("_UI_Ecore2XMLEditorFilenameExtensions").replaceAll("\\s*,\\s*", ", ");
Clone fragments detected by clone detection tool
File path: /emf-2.4.1/src/org/eclipse/emf/mapping/ecore2ecore/presentation/Ecore2EcoreModelWizard.java
|
|
File path: /emf-2.4.1/src/org/eclipse/emf/mapping/ecore2xml/presentation/Ecore2XMLModelWizard.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | public static final List<String> FILE_EXTENSIONS =↵ | | 1 | public static final List<String> FILE_EXTENSIONS =↵
|
2 | Collections.unmodifiableList(Arrays.asList(Ecore2EcoreEditorPlugin.INSTANCE.getString("_UI_Ecore2EcoreEditorFilenameExtensions").split("\\s*,\\s*")));↵ | | 2 | Collections.unmodifiableList(Arrays.asList(Ecore2XMLUIPlugin.INSTANCE.getString("_UI_Ecore2XMLEditorFilenameExtensions").split("\\s*,\\s*"))); //$NON-NLS-1$ //$NON-NLS-2$↵
|
|
3 | /**↵ | | 3 | /**↵
|
4 | * A formatted list of supported file extensions, suitable for display.↵ | | 4 | * A formatted list of supported file extensions, suitable for display.↵
|
5 | * <!-- begin-user-doc -->↵ | | 5 | * <!-- begin-user-doc -->↵
|
6 | * @since 2.4↵ | | 6 | * @since 2.4↵
|
7 | * <!-- end-user-doc -->↵ | | 7 | * <!-- end-user-doc -->↵
|
8 | * @generated↵ | | 8 | * @generated↵
|
9 | */↵ | | 9 | */↵
|
10 | public static final String FORMATTED_FILE_EXTENSIONS =↵ | | 10 | public static final String FORMATTED_FILE_EXTENSIONS =↵
|
11 | Ecore2EcoreEditorPlugin.INSTANCE.getString("_UI_Ecore2EcoreEditorFilenameExtensions").replaceAll("\\s*,\\s*", ", "); | | 11 | Ecore2XMLUIPlugin.INSTANCE.getString("_UI_Ecore2XMLEditorFilenameExtensions").replaceAll("\\s*,\\s*", ", ");
|
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 |