Bug 109108 - Compile error on javadoc @link to method with generic type
Summary: Compile error on javadoc @link to method with generic type
Status: RESOLVED DUPLICATE of bug 101283
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.1.1   Edit
Assignee: Frederic Fusier CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-08 18:35 EDT by Piotr Kaminski CLA
Modified: 2005-09-09 03:32 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***