| Summary: | [OLE] SWTException opening java file in-place | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Grant Gayed <grant_gayed> | ||||
| Component: | UI | Assignee: | Tod Creasey <Tod_Creasey> | ||||
| Status: | RESOLVED DUPLICATE | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P4 | CC: | Olivier_Thomann, rukumam, vbhadrir | ||||
| Version: | 3.0 | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | Windows 2000 | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Grant Gayed
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. *** |