Community
Participate
Working Groups
Add import to org.foo.Bar to Xtend class. Find references on org.foo.Bar. The result is displayed as <unnamed>. It should read "import org.foo.Bar" instead.
We should consider relying on JDT's find references completely, when having the trace information.
Xtend reuses JDT's find references now.
Created attachment 223337 [details] Screenshot This is the search result if you do a find reference on a class that contains errors and is therefore not compiled. I'm not sure whether it qualified for 'ugly', though.
Requested via bug 522520. -M.