Bug 286918 - [javadoc] Compiler should warn when @see and @link tag references in package-info.java don't have fully qualified names
Summary: [javadoc] Compiler should warn when @see and @link tag references in package-...
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.5   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.6 M2   Edit
Assignee: Jay Arthanareeswaran CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-18 06:39 EDT by Jay Arthanareeswaran CLA
Modified: 2009-09-16 09:59 EDT (History)
3 users (show)

See Also:


Attachments
Proposed Patch (9.89 KB, patch)
2009-08-20 02:19 EDT, Jay Arthanareeswaran CLA
frederic_fusier: iplog+
frederic_fusier: review+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.