Bug 89186 - [5.0][content assist] JavaDoc @see tag is not working for generics related methods
Summary: [5.0][content assist] JavaDoc @see tag is not working for generics related me...
Status: RESOLVED DUPLICATE of bug 87868
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-27 05:17 EST by Andre Ranvik CLA
Modified: 2005-05-30 13:21 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andre Ranvik CLA 2005-03-27 05:17:51 EST
I was not able to find a suitable component for this bug...

@see #isValid(Set<CharacteristicOption>)

When typing in JavaDoc and the editor suggests method names after I am typing in
the hash (#), it correctly displays the method signatures, but the JavaDoc gets
warnings, and does not work correctly (no link is actually created). The problem
is apparently due to the < and the >, that are inserted by Eclipse.

See output from JavaDoc generation below: 



C:\projects\dateproxy\vc\core\src\com\dateproxy\core\domain\entry\CharacteristicEntry.java:28:
warning - Tag @see:illegal character: "60" in "#isValid(Set<CharacteristicOption>)"
C:\projects\dateproxy\vc\core\src\com\dateproxy\core\domain\entry\CharacteristicEntry.java:28:
warning - Tag @see:illegal character: "62" in "#isValid(Set<CharacteristicOption>)"
C:\projects\dateproxy\vc\core\src\com\dateproxy\core\domain\entry\CharacteristicEntry.java:28:
warning - Tag @see: can't find isValid(Set<CharacteristicOption>) in
com.dateproxy.core.domain.entry.CharacteristicEntry
Comment 1 Dani Megert CLA 2005-05-25 18:08:30 EDT
Deferred.
Comment 2 Dani Megert CLA 2005-05-30 13:21:38 EDT

*** This bug has been marked as a duplicate of 87868 ***