Bug 86112 - [javadoc][assist] Wrong reference to binary static initializer in javadoc
Summary: [javadoc][assist] Wrong reference to binary static initializer in javadoc
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC All
: P3 minor (vote)
Target Milestone: 3.2 M3   Edit
Assignee: Frederic Fusier CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-22 06:14 EST by Tobias Widmer CLA
Modified: 2005-10-31 07:04 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 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