Bug 69275

Summary: [Javadoc] Invalid warning on @see link
Product: [Eclipse Project] JDT Reporter: David Pérez <dperezcar>
Component: CoreAssignee: Frederic Fusier <frederic_fusier>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: 3.0.1   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Bug Depends on: 68025    
Bug Blocks:    

Description David Pérez CLA 2004-07-05 04:15:35 EDT
I have the following JavaDoc:

	/**@see <a
href="http://www.dbcenter.cise.ufl.edu/triggerman/InfoShelf/sqlr/03.fm7.html#12362">Documentación
externa</a>*/
	static String traduceFormatoFechaInformix(String fmt) {
		....
	}

The following error is reported:

       JavaDoc: Invalid reference

I think it is correct, look at the spec:
http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#@see
Comment 1 Frederic Fusier CLA 2004-07-05 07:35:09 EDT
Text is not allowed after a @see link reference, but compiler should not
complain when these text is the end of comment...
Comment 2 Frederic Fusier CLA 2004-07-08 09:42:37 EDT
Fixed.

Compiler does not longer complain on this syntax.

[jdt-core-internal]
Change done in AbstractCommentParser.parseComment(int,int).
Test cases added in JavadocTestMixed and ASTConverterJavadocTest.
Comment 3 Frederic Fusier CLA 2004-07-08 09:42:45 EDT
Released in HEAD.
Comment 4 David Audel CLA 2004-09-06 10:27:28 EDT
Verified for 3.0.1 RC1