Bug 69275 - [Javadoc] Invalid warning on @see link
Summary: [Javadoc] Invalid warning on @see link
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.0.1   Edit
Assignee: Frederic Fusier CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 68025
Blocks:
  Show dependency tree
 
Reported: 2004-07-05 04:15 EDT by David Pérez CLA
Modified: 2004-09-06 10:27 EDT (History)
0 users

See Also:


Attachments

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