Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 339849 - chain: IntelligentCompletionContext expectsReturnValue() return null on Field (static access,, with import)
Summary: chain: IntelligentCompletionContext expectsReturnValue() return null on Field...
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Recommenders (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Marcel Bruch CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-14 05:03 EDT by Andreas Kaluza CLA
Modified: 2019-07-24 14:35 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kaluza CLA 2011-03-14 05:03:22 EDT
Test case CompletionOnStaticAccessOnFieldWithImport class in the package *.tests.fixtures.rcp.codecompletion.chain.

The chain does not complete regularly, because the check
ictx.expectsReturnValue() is false. This check is located in the ChainAlgorithm class with in the execute method.

As you can see the import is set.
Comment 1 Marcel Bruch CLA 2012-01-12 04:24:37 EST
I guess this one is obsolete now after the latest context changes.