cleanup entry points in order to reinit them with the new RefManager

This commit is contained in:
anna
2012-04-04 18:21:00 +02:00
parent f7f075854a
commit 0bf49781b6
@@ -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() {