Community
Participate
Working Groups
After working in Eclipse for a while and running some workflows Eclipse seems to get slower and there are always more background jobs being run with the title "refresh resources". It seems like the problem is in MWELaunchDelegate which adds itself as a debug event listener (DebugPlugin.getDefault().addDebugEventListener(this)) but it seems like this event listener is never removed. The attached patch fixes this. Possibly it is not the correct place to remove the listener.
Created attachment 129586 [details] patch for mwelaunchdelegate
Patch applied
closing