Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 339849

Summary: chain: IntelligentCompletionContext expectsReturnValue() return null on Field (static access,, with import)
Product: z_Archived Reporter: Andreas Kaluza <andreas>
Component: RecommendersAssignee: Marcel Bruch <marcel.bruch>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

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.