Bug 86112

Summary: [javadoc][assist] Wrong reference to binary static initializer in javadoc
Product: [Eclipse Project] JDT Reporter: Tobias Widmer <tobias_widmer>
Component: CoreAssignee: Frederic Fusier <frederic_fusier>
Status: VERIFIED FIXED QA Contact:
Severity: minor    
Priority: P3    
Version: 3.1   
Target Milestone: 3.2 M3   
Hardware: PC   
OS: All   
Whiteboard:

Description Tobias Widmer CLA 2005-02-22 06:14:28 EST
I20050219-1500 + ZRH plugin export

Steps to reproduce:
- Create 1.4 project
- Write javadoc comment

/**
 * @see Terminator#<Ctrl+Space>
 */

The first proposal (static initializer) inserts wrong reference

/**
 * @see Terminator#<clinit>()
 */

As far as I known, static initializers cannot be referenced within javadoc 
comments
Comment 1 Dani Megert CLA 2005-02-22 10:49:41 EST
Not a regression from 5.0 work. Is in since 3.0 (or earlier).
Comment 2 Dani Megert CLA 2005-02-22 10:49:57 EST
Not a regression from 5.0 work. Is in since 3.0 (or earlier).
Comment 3 Dani Megert CLA 2005-09-16 03:28:02 EDT
Moving bug since ownership changed
Comment 4 Frederic Fusier CLA 2005-10-20 16:30:40 EDT
Fixed and released in HEAD.

Test case added in JavadocBugsCompletionModelTest.
Comment 5 David Audel CLA 2005-10-31 07:04:40 EST
Verified for 3.2 M3 using build I20051031-0010