-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Eclipse IDE for Enterprise Java and Web Developers (includes Incubating components), version 2024-12 (4.34.0), build id 20241128-0757.
In one of my workspaces, my new snippets (i.e., bits of code saved in the snippets tab) are not being saved. If I exit Eclipse and come back the snippet I created is not there. In other workspaces it seems to work fine.
Issue raised on StacoOverflow here: https://stackoverflow.com/questions/79545917/eclipse-snippets-are-not-being-saved-in-workspace?noredirect=1#comment140282626_79545917. One other user said they had reproduced the problem.
There are a couple of errors in the .log.
Error 1:
!MESSAGE Ignored reentrant call while viewer is busy. This is only logged once per viewer instance, but similar calls will still be ignored.
!STACK 0
java.lang.RuntimeException
at org.eclipse.jface.viewers.ColumnViewer.checkBusy(ColumnViewer.java:762)
at org.eclipse.jface.viewers.ColumnViewer.update(ColumnViewer.java:538)
Error 2:
!MESSAGE Unhandled event loop exception
!STACK 0
org.eclipse.swt.SWTException: Widget is disposed
at org.eclipse.swt.SWT.error(SWT.java:4922)