| Summary: | [xtend][ui] Duplicate QuickFix for imports | ||
|---|---|---|---|
| Product: | [Modeling] TMF | Reporter: | Sebastian Zarnekow <sebastian.zarnekow> |
| Component: | Xtext | Assignee: | Project Inbox <tmf.xtext-inbox> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | jan |
| Version: | 2.3.0 | Flags: | sebastian.zarnekow:
juno+
|
| Target Milestone: | M5 | ||
| Hardware: | PC | ||
| OS: | Mac OS X - Carbon (unsup.) | ||
| Whiteboard: | |||
Actually three issues here - the label was incomplete: the second quick fix pointed to the inner class java.util.Arrays.ArrayList - for inner classes, an import with '.' as inner class separator was generated - unreachable classes were proposed All three fixed and 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 |
package bug import java.util.List class XtendClass { def void testToUpperCase() { val ArrayList list = newArrayList("Hello", "Xtend") } } 1) Try to use the quickfix on ArrayList 2) Note two entries "import java.util.ArrayList"