Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 416996 - [1.8][code assist] 'sys' code completion template not populated when invoked from inside lambda expression
Summary: [1.8][code assist] 'sys' code completion template not populated when invoked ...
Status: RESOLVED DUPLICATE of bug 422901
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 4.4   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-09-11 06:41 EDT by Martin Mathew CLA
Modified: 2013-12-17 12:42 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Mathew CLA 2013-09-11 06:41:39 EDT
Consider the below snippet:
public class C1 {
	I2 i2= () -> sys| // invoke <Ctrl+space> here
}
@FunctionalInterface
interface I2{
	public void foo();
}
After 'sys' when code assist is invoked we used to get 3 proposals
1. sysout
2. syserr
3. systrace
Now when invoked from within lambda none of the code template for 'sys' is displayed.
Comment 1 Srikanth Sankaran CLA 2013-09-28 21:42:57 EDT
Same as bug 407106.

*** This bug has been marked as a duplicate of bug 407106 ***
Comment 2 Srikanth Sankaran CLA 2013-11-30 19:58:55 EST

*** This bug has been marked as a duplicate of bug 422901 ***