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

Collapse All | Expand All

(-)ve_swt/org/eclipse/ve/internal/swt/ControlManager.java (+5 lines)
Lines 404-409 Link Here
404
					public void proxyResolved(ProxyEvent event) {
404
					public void proxyResolved(ProxyEvent event) {
405
						controlBeanProxy = event.getProxy();
405
						controlBeanProxy = event.getProxy();
406
					}
406
					}
407
408
					public void proxyNotResolved(ProxyEvent event) {
409
						JavaVEPlugin.log("Control bean proxy not resolved on remote vm.", Level.WARNING);
410
						controlBeanProxy = null;
411
					}
407
				});
412
				});
408
			} else
413
			} else
409
				controlBeanProxy = controlProxy;
414
				controlBeanProxy = controlProxy;

Return to bug 239736