Community
Participate
Working Groups
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"
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