Bug 18719

Summary: No code complete in JavaDoc for methods in the same type [javadoc]
Product: [Eclipse Project] JDT Reporter: Jared Burns <jared_burns>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: minor    
Priority: P3 Keywords: investigate
Version: 2.0   
Target Milestone: ---   
Hardware: Other   
OS: Linux-GTK   
Whiteboard:

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