Community
Participate
Working Groups
3.5.2 and BETA_JAVA7 In the example below, invoke content assist after "@see Stri". The first proposals are {@link Stri*} completions, which are invalid after @see. The right completions (plain type name) follow at the end of the proposals list. The bug only seems to happen in special constellations. It e.g. also appears if I replace @throws with @exception, but it doesn't appear when I have both of these tags before the @see. package javadoc; import java.io.IOException; public class JavadocTest { /** * @throws IOException * @see Stri */ public void m() throws IOException{ } }
Like that since the introduction of the JAVADOC_TYPE_REF proposal.
Satyam, please take a look.
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. As such, we're closing this bug. If you have further information on the current state of the bug, please add it and reopen this bug. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. -- The automated Eclipse Genie.