Community
Participate
Working Groups
from org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer.createWidget(...).new Composite() {...}.setFocus() String id = part.getElementId(); if (id == null) { logger.warn(new IllegalStateException(), "Blocked recursive attempt to activate part " //$NON-NLS-1$ + id); } else { logger.warn(new IllegalStateException(), "Blocked recursive attempt to activate part"); //$NON-NLS-1$ } The condition should be id != null PW
Filed bug 409324 for the more severe problem that this happens at all...
The proposed fix for bug 409746 resolves this issue. *** This bug has been marked as a duplicate of bug 409746 ***