Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 405115 - [1.8][code assist] After the parameter list of a lambda expression is specified, the assist should put the stuff to make it ready to specify the body.
Summary: [1.8][code assist] After the parameter list of a lambda expression is specifi...
Status: RESOLVED WONTFIX
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 4.3   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: BETA J8   Edit
Assignee: Srikanth Sankaran CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 402079
  Show dependency tree
 
Reported: 2013-04-07 17:05 EDT by ANIRBAN CHAKRABORTY CLA
Modified: 2013-11-30 19:57 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ANIRBAN CHAKRABORTY CLA 2013-04-07 17:05:42 EDT
public interface Foo { 
	String run(String s1, String s2); 
}

class X {
	void method1(){
		Foo f = (String S2, String S2  <ctrl-space>
	}
}

Here the code assist should put something like ') -> ' to make the programming setup ready for the body to be specified.

Thanks
Anirban
Comment 1 Srikanth Sankaran CLA 2013-11-24 03:08:12 EST
I am closing this as WONTFIX. I think https://bugs.eclipse.org/bugs/show_bug.cgi?id=405113 is likely to be more useful if we can include all contexts - I don't
yet know how we would handle overloaded methods in invocation contexts. Assuming
that can be solved, that would be more useful.