JDK-4965490 : Inline tag should end at the matching closing brace.
  • Type: Bug
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Affected Version: 5.0
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: solaris_9
  • CPU: sparc
  • Submitted: 2003-12-09
  • Updated: 2003-12-19
  • Resolved: 2003-12-19
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
5.0 b32Fixed
Related Reports
Relates :  
Description
Inline tags are denoted by braces.  
An inline tag should end at the matching closing brace.

Currently, nested inline tags {@like {@this}} are parsed correctly,
but matching braces in other configurations {@like {this}} are not.
Bug End:

======================================================================

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger-beta FIXED IN: tiger-beta INTEGRATED IN: tiger-b32 tiger-beta
14-06-2004

PUBLIC COMMENTS -
10-06-2004

EVALUATION In com/sun/tools/javadoc/Comment.java, change findInlineTagDelim() to look for "{" instead of "{@". ###@###.### 2003-12-08
08-12-2003