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 385794 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/dstore/core/model/DataElement.java (-1 / +1 lines)
Lines 1630-1636 Link Here
1630
			{
1630
			{
1631
				_attributes[i] = null;
1631
				_attributes[i] = null;
1632
			}
1632
			}
1633
1633
			_attributes = null;
1634
		}
1634
		}
1635
1635
1636
		if (_nestedData != null)
1636
		if (_nestedData != null)
(-)src/org/eclipse/dstore/core/model/UpdateHandler.java (-1 / +1 lines)
Lines 97-103 Link Here
97
							child.delete();
97
							child.delete();
98
						}
98
						}
99
					}
99
					}
100
					if (!virtual || !child.isSpirit()){ // leave the client attributes if spirited
100
					if (!virtual){ // leave the client attributes if spirited
101
						child.clear();
101
						child.clear();
102
					}
102
					}
103
					if (parent != null)
103
					if (parent != null)

Return to bug 385794