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

Collapse All | Expand All

(-)src/org/eclipse/core/internal/resources/Resource.java (+2 lines)
Lines 1655-1660 Link Here
1655
				workspace.prepareOperation(rule, monitor);
1655
				workspace.prepareOperation(rule, monitor);
1656
				if (!isRoot && !getProject().isAccessible())
1656
				if (!isRoot && !getProject().isAccessible())
1657
					return;
1657
					return;
1658
				if (!exists() && isFiltered())
1659
					return;
1658
				workspace.beginOperation(true);
1660
				workspace.beginOperation(true);
1659
				if (getType() == IResource.PROJECT || getType() == IResource.ROOT)
1661
				if (getType() == IResource.PROJECT || getType() == IResource.ROOT)
1660
					workspace.broadcastEvent(LifecycleEvent.newEvent(LifecycleEvent.PRE_REFRESH, this));
1662
					workspace.broadcastEvent(LifecycleEvent.newEvent(LifecycleEvent.PRE_REFRESH, this));

Return to bug 318162