CloneSet85


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
32410.994class_body_declarations[5]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13256
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/EcoreEMap.java
23232
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/EDataTypeEList.java
33233
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/EObjectContainmentEList.java
43232
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/EObjectEList.java
Next
Last
Clone Instance
1
Line Count
32
Source Line
56
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/EcoreEMap.java

protected boolean isSet;

public UnsettableDelegateEObjectContainmentEList(Class<? > dataClass, InternalEObject owner, int featureID) {
  super(dataClass, owner, featureID);
}

@Override protected void didChange() {
  isSet = true;
}

@Override public boolean isSet() {
  return isSet;
}

@Override public void unset() {
  super.unset();
  if (isNotificationRequired()) {
    boolean oldIsSet = isSet;
    isSet = false;
    owner.eNotify(createNotification(Notification.UNSET, oldIsSet, false));
  }
  else {
    isSet = false;
  }
}


Next
Previous
Clone Instance
2
Line Count
32
Source Line
32
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/EDataTypeEList.java

protected boolean isSet;

public Unsettable(Class<? > dataClass, InternalEObject owner, int featureID) {
  super(dataClass, owner, featureID);
}

@Override protected void didChange() {
  isSet = true;
}

@Override public boolean isSet() {
  return isSet;
}

@Override public void unset() {
  super.unset();
  if (isNotificationRequired()) {
    boolean oldIsSet = isSet;
    isSet = false;
    owner.eNotify(createNotification(Notification.UNSET, oldIsSet, false));
  }
  else {
    isSet = false;
  }
}


Next
Previous
Clone Instance
3
Line Count
32
Source Line
33
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/EObjectContainmentEList.java

protected boolean isSet;

public Unsettable(Class<? > dataClass, InternalEObject owner, int featureID) {
  super(dataClass, owner, featureID);
}

@Override protected void didChange() {
  isSet = true;
}

@Override public boolean isSet() {
  return isSet;
}

@Override public void unset() {
  super.unset();
  if (isNotificationRequired()) {
    boolean oldIsSet = isSet;
    isSet = false;
    owner.eNotify(createNotification(Notification.UNSET, oldIsSet, false));
  }
  else {
    isSet = false;
  }
}


First
Previous
Clone Instance
4
Line Count
32
Source Line
32
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/EObjectEList.java

protected boolean isSet;

public Unsettable(Class<? > dataClass, InternalEObject owner, int featureID) {
  super(dataClass, owner, featureID);
}

@Override protected void didChange() {
  isSet = true;
}

@Override public boolean isSet() {
  return isSet;
}

@Override public void unset() {
  super.unset();
  if (isNotificationRequired()) {
    boolean oldIsSet = isSet;
    isSet = false;
    owner.eNotify(createNotification(Notification.UNSET, oldIsSet, false));
  }
  else {
    isSet = false;
  }
}


Clone AbstractionParameter Count: 1Parameter Bindings

protected boolean isSet;

public [[#variable19030660]](Class<? > dataClass, InternalEObject owner, int featureID) {
  super(dataClass, owner, featureID);
}

@Override protected void didChange() {
  isSet = true;
}

@Override public boolean isSet() {
  return isSet;
}

@Override public void unset() {
  super.unset();
  if (isNotificationRequired()) {
    boolean oldIsSet = isSet;
    isSet = false;
    owner.eNotify(createNotification(Notification.UNSET, oldIsSet, false));
  }
  else {
    isSet = false;
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#19030660]]
UnsettableDelegateEObjectContainmentEList 
12[[#19030660]]
Unsettable 
13[[#19030660]]
Unsettable 
14[[#19030660]]
Unsettable