Bug 246715 - [Javadoc] Missing description is warned if the @param tag description starts with {@link
Summary: [Javadoc] Missing description is warned if the @param tag description starts ...
Status: VERIFIED DUPLICATE of bug 246712
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.4   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 3.5 M2   Edit
Assignee: Frederic Fusier CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-09 09:41 EDT by Dani Megert CLA
Modified: 2008-09-10 06:51 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 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.