CloneSet578


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10201.000executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
110289
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/change/impl/FeatureChangeImpl.java
210256
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/change/impl/FeatureMapEntryImpl.java
Next
Last
Clone Instance
1
Line Count
10
Source Line
289
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/change/impl/FeatureChangeImpl.java

if ((eFlags&EPROXY_FEATURECHANGE) != 0) {
  EStructuralFeature oldFeature = feature;
  feature = (EStructuralFeature) EcoreUtil.resolve(feature, this );
  if (feature != oldFeature) {
    if (eNotificationRequired())
      eNotify(new ENotificationImpl(this, Notification.RESOLVE, ChangePackage.FEATURE_CHANGE__FEATURE, oldFeature, feature));
  }
  eFlags &= ~EPROXY_FEATURECHANGE;
}


First
Previous
Clone Instance
2
Line Count
10
Source Line
256
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/change/impl/FeatureMapEntryImpl.java

if ((eFlags&EPROXY_FEATURECHANGE) != 0) {
  EStructuralFeature oldFeature = feature;
  feature = (EStructuralFeature) EcoreUtil.resolve(feature, this );
  if (feature != oldFeature) {
    if (eNotificationRequired())
      eNotify(new ENotificationImpl(this, Notification.RESOLVE, ChangePackage.FEATURE_CHANGE__FEATURE, oldFeature, feature));
  }
  eFlags &= ~EPROXY_FEATURECHANGE;
}


Clone AbstractionParameter Count: 0Parameter Bindings

if ((eFlags&EPROXY_FEATURECHANGE) != 0) {
  EStructuralFeature oldFeature = feature;
  feature = (EStructuralFeature) EcoreUtil.resolve(feature, this );
  if (feature != oldFeature) {
    if (eNotificationRequired())
      eNotify(new ENotificationImpl(this, Notification.RESOLVE, ChangePackage.FEATURE_CHANGE__FEATURE, oldFeature, feature));
  }
  eFlags &= ~EPROXY_FEATURECHANGE;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None