Bug 76460 - Javadoc: Unexpected text
Summary: Javadoc: Unexpected text
Status: RESOLVED DUPLICATE of bug 76324
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-18 07:47 EDT by Martin Skorsky CLA
Modified: 2004-10-18 07:50 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 Martin Skorsky CLA 2004-10-18 07:47:15 EDT
In the following part of a JavaDoc comment, the end tag </a> produces a warning
'Javadoc: Unexpected text'.


	 **
	 ** It is assumed that you have read the introductory document
	 ** {@link <a HREF="../../../../../internat/overview.htm">
	 ** Internationalization</a>}
	 ** and are familiar with this.
	 **

I think this is ok for a JavaDoc and should not produce a warning.
The severity level for malformed JavaDoc comments is 'warning'.

I use Eclipse 3.1 M2 with following properties.

eclipse.buildId=I200409240800
eclipse.commands=-os
win32
-ws
win32
-arch
x86
-showsplash
C:\Tools\Eclipse3.1M2\eclipse.exe -showsplash 600
-exitdata
C:\Tools\Eclipse3.1M2\eclipse.exe -exitdata 464_30
-data
D:\Exx
-showlocation
-vm
C:\Tools\JDK1.5.0\bin\javaw.exe
eclipse.product=org.eclipse.platform.ide
eclipse.startTime=1098082004859
eclipse.vm=C:\Tools\JDK1.5.0\bin\javaw.exe
eclipse.vmargs=-Xmx384m
-cp
C:\Tools\Eclipse3.1M2\startup.jar
org.eclipse.core.launcher.Main
eof=eof
file.encoding=Cp1252
file.encoding.pkg=sun.io
file.separator=\
java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
java.awt.printerjob=sun.awt.windows.WPrinterJob
java.class.path=C:\Tools\Eclipse3.1M2\startup.jar
java.class.version=49.0
java.endorsed.dirs=C:\Tools\JDK1.5.0\jre\lib\endorsed
java.ext.dirs=C:\Tools\JDK1.5.0\jre\lib\ext
java.home=C:\Tools\JDK1.5.0\jre
java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
java.runtime.version=1.5.0-b64
java.specification.name=Java Platform API Specification
java.specification.vendor=Sun Microsystems Inc.
java.specification.version=1.5
java.vendor=Sun Microsystems Inc.
java.vendor.url=http://java.sun.com/
Comment 1 Frederic Fusier CLA 2004-10-18 07:50:11 EDT

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