| Summary: | Unhandled event loop exception | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Lysathor <lysathor> |
| Component: | APT | Assignee: | Lysathor <lysathor> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | eclipse, knut.wannheden, remy.suen |
| Version: | 3.5 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
Lysathor
This has nothing whatsoever to do with JDT annotation processing, as far as I can tell. Before I reassign it to the correct product and component, can you tell me how come you ended up with the classification you did? Did you go through the web site, or some other bug entry tool? I just created the bug report via eclipse help menu. I did not select something special. I have not intended to select "JDT annotation processing". I do not know the abbreviations, so I let the default setting eclipse presented (e.g. JDT, APT) Thanks, that's quite helpful. One more question: what Eclipse package are you using? (Classic, J2EE, Java, ... ?) (In reply to comment #3) > Thanks, that's quite helpful. One more question: what Eclipse package are you > using? (Classic, J2EE, Java, ... ?) (In reply to comment #0) > -product org.eclipse.epp.package.java.product Looks like the standard Java package to me. I guess Mylyn's defaults are bad or it should "guess" better. Lysanthor, your logs indicate an error with some tree columns. What were you doing when you got the error? The eclipse edition is the standard edition for java (3.5). I assumed that eclipse would fill in the correct versions by itself (I created the bug report via help menu of eclipse). I am a bit surprised that questions regarding eclips version arise, the information provided by eclipse should cover that. I cannot remember excactly what I did. I think the problems occured directly after starting a debug session of my project application. But after exiting the project application and restarting it (eclipse still running), the problem did not exist any more. Seems to be sporadic. According to tree columns: My code adjusts the width of table columns (I do not know, what tree columns are). According to the stack trace it is an eclipse internal class (jface.layout.TreeColumnLayout). I just ran into the same "Widget is disposed" exception in the context of an SWTBot test. AFAICT the problem is that TreeColumnLayout doesn't check if the tree has been disposed within its Runnable posted to Display#asyncExec(). So I think this issue should be moved to Platform.SWT. Or should I report a new issue there? Please report a new issue there. This bug's 3 years old and doesn't contain a lot of useful info at this point. Thanks. Makes sense. I've now reported this as bug 395890. So I assume this bug can be closed now. Yep. Thanks for doing that. *** This bug has been marked as a duplicate of bug 395890 *** |