Bug 89186

Summary: [5.0][content assist] JavaDoc @see tag is not working for generics related methods
Product: [Eclipse Project] JDT Reporter: Andre Ranvik <bugzilla>
Component: TextAssignee: JDT-Text-Inbox <jdt-text-inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 CC: martinae
Version: 3.1   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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 ***