CloneSet506


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7410.981executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17576
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/EClassImpl.java
27654
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/EClassImpl.java
37761
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/EClassImpl.java
47918
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/EClassImpl.java
Next
Last
Clone Instance
1
Line Count
7
Source Line
576
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/EClassImpl.java

if (computationInProgress.add(this )) {
  for (EClass eSuperType: getESuperTypes()) {
    result.addAll(eSuperType.getEAllAttributes());
  }
  computationInProgress.remove(this );
}


Next
Previous
Clone Instance
2
Line Count
7
Source Line
654
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/EClassImpl.java

if (computationInProgress.add(this )) {
  for (EClass eSuperType: getESuperTypes()) {
    result.addAll(eSuperType.getEAllReferences());
  }
  computationInProgress.remove(this );
}


Next
Previous
Clone Instance
3
Line Count
7
Source Line
761
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/EClassImpl.java

if (computationInProgress.add(this )) {
  for (EClass eSuperType: getESuperTypes()) {
    result.addAll(eSuperType.getEAllStructuralFeatures());
  }
  computationInProgress.remove(this );
}


First
Previous
Clone Instance
4
Line Count
7
Source Line
918
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/EClassImpl.java

if (computationInProgress.add(this )) {
  for (EClass eSuperType: getESuperTypes()) {
    result.addAll(eSuperType.getEAllOperations());
  }
  computationInProgress.remove(this );
}


Clone AbstractionParameter Count: 1Parameter Bindings

if (computationInProgress.add(this )) {
  for (EClass eSuperType: getESuperTypes()) {
    result.addAll(eSuperType. [[#variable1731ea20]]());
  }
  computationInProgress.remove(this );
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1731ea20]]
getEAllAttributes 
12[[#1731ea20]]
getEAllReferences 
13[[#1731ea20]]
getEAllStructuralFeatures 
14[[#1731ea20]]
getEAllOperations