Bug 286918

Summary: [javadoc] Compiler should warn when @see and @link tag references in package-info.java don't have fully qualified names
Product: [Eclipse Project] JDT Reporter: Jay Arthanareeswaran <jarthana>
Component: CoreAssignee: Jay Arthanareeswaran <jarthana>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: frederic_fusier, Olivier_Thomann, srikanth_sankaran
Version: 3.5   
Target Milestone: 3.6 M2   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
Proposed Patch frederic_fusier: iplog+, frederic_fusier: review+

Description Jay Arthanareeswaran CLA 2009-08-18 06:39:09 EDT
Build ID: I20090714-0800

Steps To Reproduce:
The bug 283413 captures part of the bug description. To add to that, the compiler should warn when the references in package-info.java are used without qualified names, even if the refererred elements are in the same package. Right now, it doesn't. When one tries to run Javadoc on these sources, Javadoc tool issues warnings about this. 

More information:
Comment 1 Srikanth Sankaran CLA 2009-08-20 01:11:16 EDT
Reassigning this to Jay as he already
has a patch for this, see bug#281609#c10
Comment 2 Jay Arthanareeswaran CLA 2009-08-20 02:19:48 EDT
Created attachment 145077 [details]
Proposed Patch

Fix with test cases attached.
Comment 3 Olivier Thomann CLA 2009-08-20 09:13:54 EDT
Frédéric,

Please review and release.
Thanks.
Comment 4 Frederic Fusier CLA 2009-08-20 09:17:18 EDT
Comment on attachment 145077 [details]
Proposed Patch

Patch looks good.
Comment 5 Frederic Fusier CLA 2009-08-20 09:19:45 EDT
Released for 3.6M2 in HEAD stream.
Comment 6 Olivier Thomann CLA 2009-09-16 09:59:21 EDT
Verified for 3.6M2 using I20090915-0100.