| Summary: | [quick fix] AssertionFailedException logged while editing Java source | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Gunnar Wagenknecht <gunnar> |
| Component: | UI | Assignee: | JDT-UI-Inbox <jdt-ui-inbox> |
| Status: | CLOSED WONTFIX | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | markus.kell.r |
| Version: | 3.3 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | stalebug | ||
|
Description
Gunnar Wagenknecht
I didn't recognized this error. I just found it in the log. However, I remember that I had a problem with a String that I pasted as a constructor argument replacing an existing string. After I pasted it, the String was not colored. Thus, I went back to the line and added a new line and syntax highlighting worked again. The stck trace indicates that there was some problem computing the changes for a quick fix. From the stack trace we can;t do much, need the example. As of now 'LATER' and 'REMIND' resolutions are no longer supported. Please reopen this bug if it is still valid for you. To reproduce, use steps from bug 293995 comment 12, and at the end, first resume the main thread and then the worker with the AdditionalInfoController. Fix (take care that you don't introduce deadlocks on GTK, see bug 293995!!!): - synchronize ChangeCorrectionProposal#performChange() - when change has been executed, set fChange= new NullChange() This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. As such, we're closing this bug. If you have further information on the current state of the bug, please add it and reopen this bug. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. -- The automated Eclipse Genie. |