Bug 111584

Summary: [assist] code assist should work even if return type of current method is not resolvable
Product: [Eclipse Project] JDT Reporter: Tom Hofmann <eclipse>
Component: CoreAssignee: David Audel <david_audel>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3    
Version: 3.2   
Target Milestone: 3.3 RC4   
Hardware: PC   
OS: All   
Whiteboard:

Description Tom Hofmann CLA 2005-10-05 06:54:34 EDT
I20051004

- consider below snippet
- invoke code assist at caret position (|)
- expected: code assist proposals the 'get' method
- actual: no code assist

import java.util.Map;

class X {
	private static Sting getStringValue(Map options, String key, String def) {
		return options.get|
	}
}
Comment 1 David Audel CLA 2007-06-19 10:07:29 EDT
I cannot reproduce the bug using 3.3RC4.