Bug 96597 - [Javadoc] Bad warning for Javadoc of generic methods
Summary: [Javadoc] Bad warning for Javadoc of generic methods
Status: RESOLVED DUPLICATE of bug 95521
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 RC1   Edit
Assignee: Frederic Fusier CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-25 08:33 EDT by Philippe Couton CLA
Modified: 2005-05-25 09:17 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 Philippe Couton CLA 2005-05-25 08:33:19 EDT
The following method produces a false warning "Javadoc: Missing tag for 
parameter T".

    public static <T> void wrongWarning(T arg) { ... }

This occurs only when the preferences are set as follow:
- Process Javadoc comments is on.
- Missing Javadoc tags is set Warning.

Occurs with 3.1M6 and 3.1M7 using JDK1.5.0.
Comment 1 Frederic Fusier CLA 2005-05-25 09:17:44 EDT

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