CloneSet903


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5201.000executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
151251
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/BasicFeatureMap.java
251223
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/DelegatingFeatureMap.java
Next
Last
Clone Instance
1
Line Count
5
Source Line
1251
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/BasicFeatureMap.java

if (validator.isValid(entry.getEStructuralFeature())) {
  if (isFeatureMap ? entry.equals(object): object == null ? entry.getValue() == null: object.equals(entry.getValue())) {
    throw new IllegalArgumentException("The \'no duplicates\' constraint is violated");
  }
}


First
Previous
Clone Instance
2
Line Count
5
Source Line
1223
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/DelegatingFeatureMap.java

if (validator.isValid(entry.getEStructuralFeature())) {
  if (isFeatureMap ? entry.equals(object): object == null ? entry.getValue() == null: object.equals(entry.getValue())) {
    throw new IllegalArgumentException("The \'no duplicates\' constraint is violated");
  }
}


Clone AbstractionParameter Count: 0Parameter Bindings

if (validator.isValid(entry.getEStructuralFeature())) {
  if (isFeatureMap ? entry.equals(object): object == null ? entry.getValue() == null: object.equals(entry.getValue())) {
    throw new IllegalArgumentException("The \'no duplicates\' constraint is violated");
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None