Bug 96597

Summary: [Javadoc] Bad warning for Javadoc of generic methods
Product: [Eclipse Project] JDT Reporter: Philippe Couton <philippe.couton>
Component: CoreAssignee: Frederic Fusier <frederic_fusier>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 3.1   
Target Milestone: 3.1 RC1   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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 ***