| Summary: | [Xtend] member initializer: content assist: static (imported) methods are missing | ||
|---|---|---|---|
| Product: | [Modeling] TMF | Reporter: | Moritz Eysholdt <moritz.eysholdt> |
| Component: | Xtext | Assignee: | Project Inbox <tmf.xtext-inbox> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | major | ||
| Priority: | P3 | CC: | sebastian.zarnekow |
| Version: | unspecified | Flags: | moritz.eysholdt:
juno+
|
| Target Milestone: | M4 | ||
| Hardware: | Macintosh | ||
| OS: | Mac OS X | ||
| Whiteboard: | |||
Pushed to master. Closing all bugs that were set to RESOLVED before Neon.0 Closing all bugs that were set to RESOLVED before Neon.0 |
Exanple: --- class bar { Iterable<Integer> x = newA|rrayList(1, 2) } --- move the cursor to the position of the pipe and trigger content assist. "newArrayList" is not among the suggestions. Furthermore, in --- class bar { def static Iterable<Integer> x() { } Iterable<Integer> l = x|() } --- is "x" (the local static method) missing in the content assist proposals.