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

Collapse All | Expand All

(-)src/org/eclipse/mylyn/internal/java/ui/JavaStructureBridge.java (+4 lines)
Lines 122-127 Link Here
122
122
123
					return childHandles;
123
					return childHandles;
124
				} catch (JavaModelException e) {
124
				} catch (JavaModelException e) {
125
					AbstractContextStructureBridge parentBridge = ContextCorePlugin.getDefault().getStructureBridge(
126
							ContextCorePlugin.CONTENT_TYPE_RESOURCE);
127
					return parentBridge.getChildHandles(handle);
128
					
125
					// ignore these, usually indicate no-existent element
129
					// ignore these, usually indicate no-existent element
126
				} catch (Exception e) {
130
				} catch (Exception e) {
127
					StatusHandler.fail(e, "could not get child", false);
131
					StatusHandler.fail(e, "could not get child", false);

Return to bug 212285