Bug 117493 - [content assist] CompletionRequestor#completionFailure(IProblem)) is ignored
Summary: [content assist] CompletionRequestor#completionFailure(IProblem)) is ignored
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.2 M4   Edit
Assignee: Tom Hofmann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-22 09:51 EST by Dani Megert CLA
Modified: 2005-12-08 09:53 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dani Megert CLA 2005-11-22 09:51:38 EST
This got introduced after 3.2 M1 (i.e. broken in 3.2 M2 and newer).

If completion fails we now always show: "No completion available." instead of the real error text.

Example:
for (Iterator i=things.iterator(); i.<ctrl-space> // Iterator not yet imported)
Comment 1 Tom Hofmann CLA 2005-12-08 09:53:11 EST
fixed > 20051208