Community
Participate
Working Groups
Given two Xtend files foo/Foo.xtend and bar/Bar.xtend: package foo import bar.Bar import com.google.inject.Inject public class Foo { @Inject bar.Bar bar } and: package bar class Bar { } There is a warning marker on the "import bar.Bar". But invoking the quick fix or the Organize Imports action directly does not have any effect and the warning marker remains.
*** Bug 361386 has been marked as a duplicate of this bug. ***
*** Bug 364971 has been marked as a duplicate of this bug. ***
Fixed in HEAD: Import satys untouched and the field declaration is now shortened to @Inject Bar bar
Requested via bug 522520. -M.