Bug 246715

Summary: [Javadoc] Missing description is warned if the @param tag description starts with {@link
Product: [Eclipse Project] JDT Reporter: Dani Megert <daniel_megert>
Component: CoreAssignee: Frederic Fusier <frederic_fusier>
Status: VERIFIED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 3.4   
Target Milestone: 3.5 M2   
Hardware: All   
OS: All   
Whiteboard:

Description Dani Megert CLA 2008-09-09 09:41:01 EDT
N20080908-2000.

A missing description is warned if the @param tag description starts with {@link, e.g.:

	 * @param waitFlag {@link #WAIT_YES} or {@link #WAIT_NO}

Didn't test whether only @param is affected.
Comment 1 Frederic Fusier CLA 2008-09-09 09:58:40 EDT
(In reply to comment #0)
> 
> Didn't test whether only @param is affected.
> 
No, unfortunately, I needed to change the way the JavadocParser warns missing description... So, it seems I missed this case :-(
Comment 2 Frederic Fusier CLA 2008-09-09 10:46:29 EDT
This is a duplicate if bug 246712 because the 'Missing tag descriptions' Javadoc compiler options need to be set to 'Validate all standard tags' to get this warning...


*** This bug has been marked as a duplicate of bug 246712 ***
Comment 3 Dani Megert CLA 2008-09-10 06:51:18 EDT
Verified that this is fixed running on latest code.