Bug 18719 - No code complete in JavaDoc for methods in the same type [javadoc]
Summary: No code complete in JavaDoc for methods in the same type [javadoc]
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: Other Linux-GTK
: P3 minor (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: investigate
Depends on:
Blocks:
 
Reported: 2002-06-03 10:16 EDT by Jared Burns CLA
Modified: 2003-04-01 05:55 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jared Burns CLA 2002-06-03 10:16:13 EDT
Build 20020602

1. Create the following class:
public class A {
  /**
   * Doc for a
   */
  public void a() {
  }
  /**
   * @see A#
   */
  public void b() {
  }
}
2. Put your cursor in the JavaDoc for method b() after the '#'.
3. Hit ctrl+space to get code completion proposals. Nothing shows up.
4. Create a class B like so:
public class B {
  /**
   * @see A#
   */
  public void b() {
  }
}
5. Repeat steps 2 and 3 for the method B#b(). Code complete correctly 
displays the methods on A.

In the first test case, code complete should display the methods on class 
A. It doesn't.
Comment 1 Erich Gamma CLA 2002-06-05 02:45:09 EDT
defer
Comment 2 Martin Aeschlimann CLA 2003-04-01 05:55:05 EST
works in 2.1