Bug 111584 - [assist] code assist should work even if return type of current method is not resolvable
Summary: [assist] code assist should work even if return type of current method is not...
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.2   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: 3.3 RC4   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-05 06:54 EDT by Tom Hofmann CLA
Modified: 2007-06-19 10:07 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 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.