Bug 54893 - @see to class attributes in javadoc generates warning
Summary: @see to class attributes in javadoc generates warning
Status: RESOLVED DUPLICATE of bug 51911
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 3.0 M9   Edit
Assignee: Frederic Fusier CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-15 15:32 EST by Dr. David J. Knowles CLA
Modified: 2005-04-29 07:13 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 Dr. David J. Knowles CLA 2004-03-15 15:32:29 EST
In Eclipse 3.0 M7

The following javadoc lines

        * @see #addNotify
        * @see java.awt.Component#removeNotify

Generate the following warnings

Javadoc: addNotify cannot be resolved or is not a field.
Javadoc: removeNotify cannot be resolved or is not a field.

This is valid javadoc syntax and should not generate a warning.
Comment 1 Frederic Fusier CLA 2004-03-24 16:08:12 EST

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