mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
cleanup entry points in order to reinit them with the new RefManager
This commit is contained in:
@@ -192,6 +192,7 @@ public class EntryPointsManagerImpl implements PersistentStateComponent<Element>
|
||||
public void resolveEntryPoints(final RefManager manager) {
|
||||
if (!myResolved) {
|
||||
myResolved = true;
|
||||
cleanup();
|
||||
validateEntryPoints();
|
||||
|
||||
ApplicationManager.getApplication().runReadAction(new Runnable() {
|
||||
|
||||
Reference in New Issue
Block a user