Community
Participate
Working Groups
Sample class: public class A { /** * Obj| * @deprecated */ public void a() {} } where | indicates the cursor position. I expect completion proposals like {@link Object} but get an empty list. Completion works fine if @deprecated for the following cases: public class A { /** * Obj| */ public void a() {} } public class A { /** * @deprecated Obj| */ public void a() {} }
Can reproduce using Juno M2.
Broken in Indigo and Helios as well. Will investigate.
I once had something similar (bug 249785). Maybe this fix is also a one-liner?
*** This bug has been marked as a duplicate of bug 429340 ***