| Summary: | [1.5][assist] ContentAssist no longer able to propose Types for import | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Randy Hudson <hudsonr> |
| Component: | Core | Assignee: | David Audel <david_audel> |
| Status: | CLOSED WONTFIX | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 3.2.1 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | stalebug | ||
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. |
I have the following code: service.addThumbnailListener(new IThumbnailListener() { public void updated(IFile targetFile, ImageD<<CARET>>) { The inner class has a red squiggle (on the line above the CARET) because it does not implement the changed signature for the method "updated". So, I am trying to fix the method signature by adding the parameter of type ImageDescriptor. Content assist will not help me find the type ImageDescriptor. I am 90% sure this scenario worked in previous releases. I am forced to type the complete name of the class and the parameter name before organize imports fixes the problem that content assist wouldn't. In general, content assist seems to be more fragile in 3.2, and compile errors are often obscure and less helpful than in previous releases. But, that comment doesn't help much so I'll remember to provide specific examples.