Community
Participate
Working Groups
The workbench exception handler (org.eclipse.ui.internal.ExceptionHandler) should have session scope as it maintans an exceptionCount field that otherwise would count exceptions from all sessions.
Created attachment 191433 [details] Patch that make ExceptionHandler session scoped
Applied patch to CVS HEAD. org.eclipse.ui.internal.ExceptionHandler now have a session scope.