Community
Participate
Working Groups
Caused by: java.lang.NullPointerException at org.eclipse.ui.internal.PartSite.getTopLevelModelWindow(PartSite.java:403) at org.eclipse.ui.internal.PartSite.setWindow(PartSite.java:200) at org.eclipse.ui.internal.PartSite.<init>(PartSite.java:177) at org.eclipse.ui.internal.EditorSite.<init>(EditorSite.java:44) at org.eclipse.ui.internal.EditorReference.initialize(EditorReference.java:325) at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.create(CompatibilityPart.java:169) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:48) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37) at java.lang.reflect.Method.invoke(Method.java:600) at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:52) ... 57 more
Created attachment 186037 [details] PartSite patch v1 Editors don't have placeholders so the code actually climbs up to the detached window instead of directly jumping up to the main workbench window.
(In reply to comment #1) > Created attachment 186037 [details] > PartSite patch v1 Patch released to CVS HEAD.
Verified with I20110125-2200 on Windows XP.