| Summary: | [misc] SIOOBE switching perspective with the Javadoc view (non-Browser) open | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Michael Rennie <Michael_Rennie> |
| Component: | Text | Assignee: | JDT-Text-Inbox <jdt-text-inbox> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | minor | ||
| Priority: | P3 | CC: | daniel_megert, martinae, Michael_Rennie |
| Version: | 3.3 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Michael Rennie
Am I right that the Browser widget isn't installed/working? It looks like the fall back code is running here. Can you reproduce? The browser widget was not working (but is now). And I have not been able to reproduce. Maybe the fall-back code could handle it more gracefully? >Maybe the fall-back code could handle it more gracefully?
Well, it should of course. I suspect some speciality with the source it wanted to show. We would need a test case to do something here.
this is the class and javadoc header it was showing at the time the error occurred:
/**
* This preference page allows {@link IApiProfile}s to be created/removed/edited
* @since 1.0.0
*/
public class ApiProfilesPreferencePage extends PreferencePage implements IWorkbenchPreferencePage {
...
<snip>
...
}
The ApiProfilesPreferencePage class is in the org.eclipse.pde.api.tools.ui (manifest_tooling branch) pde-incubator project.
just got the error again, with my browser working correctly, and the javadoc view not the the focus view. Immediately after I was hit with an out of memory error, maybe one has an effect on the other? >just got the error again, w
That's not possible. If the Browser is now working then it cannot be the same code path. Must be a slightly different path.
Can you provide reproducible steps?
I have no concrete steps, it seems to occur intermittently. I have not seen it at all today. Sorry, nothing I can do without steps. . *** This bug has been marked as a duplicate of bug 400693 *** |