admin管理员组

文章数量:1356438

This question refers to an installation of 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 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.

I know deleting the workspace will probably fix this, but is there a quicker solution?

There are a couple of errors in the .log file, but they don't tell me anything.

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 .eclipse.jface.viewers.ColumnViewer.checkBusy(ColumnViewer.java:762)
    at .eclipse.jface.viewers.ColumnViewer.update(ColumnViewer.java:538)

Error 2:

!MESSAGE Unhandled event loop exception
!STACK 0
.eclipse.swt.SWTException: Widget is disposed
    at .eclipse.swt.SWT.error(SWT.java:4922)

本文标签: Eclipse snippets are not being saved in workspaceStack Overflow