Bug 109108

Summary: Compile error on javadoc @link to method with generic type
Product: [Eclipse Project] JDT Reporter: Piotr Kaminski <piotr>
Component: CoreAssignee: Frederic Fusier <frederic_fusier>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 3.1   
Target Milestone: 3.1.1   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Piotr Kaminski CLA 2005-09-08 18:35:42 EDT
The following code gives a "Missing code implementation in the compiler" error
when compiled:

public class Foo<K> {
  /**
   * Look at {@link #bar(K)}.
   */
  private static int baz = 0;
  
  public void bar(K k) {}
}
Comment 1 Frederic Fusier CLA 2005-09-09 03:32:18 EDT

*** This bug has been marked as a duplicate of 101283 ***