Bug 177009 - [javadoc] Missing Javadoc tag not reported
Summary: [javadoc] Missing Javadoc tag not reported
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.3 M6   Edit
Assignee: Eric Jodet CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2007-03-12 11:49 EDT by Dani Megert CLA
Modified: 2007-06-06 13:41 EDT (History)
0 users

See Also:


Attachments
patch + test case (5.26 KB, patch)
2007-03-15 08:06 EDT, Eric Jodet CLA
no flags Details | Diff
patch + test case (8.29 KB, patch)
2007-03-15 10:06 EDT, Eric Jodet CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dani Megert CLA 2007-03-12 11:49:33 EDT
Checkout 'org.eclipse.ui.workbench.texteditor' from HEAD and get rev. 1.18 of the FindReplaceAction.

Observe: the FindReplaceAction(ResourceBundle, String, Shell, IFindReplaceTarget) constructor does not have Javadoc for the 'shell' parameter but no warning is issued even though the project's compiler preferences indicate to do so.

Funny: if I remove the following line from the Javadoc the warning is there:
	 * @see ResourceAction#ResourceAction(ResourceBundle, String)
Comment 1 Eric Jodet CLA 2007-03-15 08:06:12 EDT
Created attachment 60921 [details]
patch + test case

Fix + 177009* test cases added to JavadocBugsTest
Comment 2 Eric Jodet CLA 2007-03-15 10:06:45 EDT
Created attachment 60938 [details]
patch + test case
Comment 3 Eric Jodet CLA 2007-03-15 10:24:10 EDT
new patch that prevents a dependency between the model and the compiler.
In Javadoc::resolve(MethodScope), removed the catch(Exception e) when trying to find a super type reference.
This to avoid any exception to be silently catched.
Comment 4 Frederic Fusier CLA 2007-03-15 11:50:47 EDT
Released for 3.3 M6 in HEAD stream.
Comment 5 Olivier Thomann CLA 2007-03-20 09:09:33 EDT
Verified for 3.3 M6 using build I20070320-0010