Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 216676 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/emf/databinding/EObjectObservableMap.java (-1 / +3 lines)
Lines 9-14 Link Here
9
 * 
9
 * 
10
 * Contributors: 
10
 * Contributors: 
11
 *   IBM - Initial API and implementation
11
 *   IBM - Initial API and implementation
12
 *   Trevor S. Kaufman - Bug 216676 - Only Noftify change for specified EStructuralFeature
12
 *
13
 *
13
 * </copyright>
14
 * </copyright>
14
 *
15
 *
Lines 40-46 Link Here
40
      @Override
41
      @Override
41
      public void notifyChanged(Notification msg)
42
      public void notifyChanged(Notification msg)
42
      {
43
      {
43
        if (!msg.isTouch())
44
        if (!msg.isTouch() &&
45
        	eStructuralFeature.getFeatureID() == msg.getFeatureID(target.getClass()))
44
        {
46
        {
45
          // TODO
47
          // TODO
46
          // This assumes we only get a SET notification, which isn't a good assumption.
48
          // This assumes we only get a SET notification, which isn't a good assumption.

Return to bug 216676