Community
Participate
Working Groups
M6 - select a .java file in the Package Explorer, right-click -> Open With > In- Place Editor - will get the attached dump
Created attachment 7397 [details] dump
This exception is a valid one. The OleEditor should check for an exception in the createClientSite code. Redirecting to the UI team. private void createClientSite() { //If there was an OLE Error or nothing has been created yet if (clientFrame == null || clientFrame.isDisposed()) return; // Create a OLE client site. clientSite = new OleClientSite(clientFrame, SWT.NONE, source); clientSite.setBackground( JFaceColors.getBannerBackground(clientFrame.getDisplay ())); }
*** Bug 52147 has been marked as a duplicate of this bug. ***
*** Bug 56000 has been marked as a duplicate of this bug. ***
*** Bug 68612 has been marked as a duplicate of this bug. ***
*** This bug has been marked as a duplicate of 63546 ***