CloneSet1783


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.971constructor_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13232
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/presentation/DynamicModelWizard.java
23351
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/presentation/EcoreModelWizard.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
232
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/presentation/DynamicModelWizard.java

/**
 * Pass in the selection.
 */
public DynamicModelWizardNewFileCreationPage(String pageId, IStructuredSelection selection) {
  super(pageId, selection);
}


First
Previous
Clone Instance
2
Line Count
3
Source Line
351
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/presentation/EcoreModelWizard.java

/**
 * Pass in the selection.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public EcoreModelWizardNewFileCreationPage(String pageId, IStructuredSelection selection) {
  super(pageId, selection);
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * Pass in the selection.
     */
/**
     * Pass in the selection.
     * <!-- begin-user-doc -->
     * <!-- end-user-doc -->
     * @generated
     */
public [[#variable1765f0a0]](String pageId, IStructuredSelection selection) {
  super(pageId, selection);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1765f0a0]]
DynamicModelWizardNewFileCreationPage 
12[[#1765f0a0]]
EcoreModelWizardNewFileCreationPage