|
Quick Lists
|
|
Bug ID:
|
4965490
|
|
Votes
|
0
|
|
Synopsis
|
Inline tag should end at the matching closing brace.
|
|
Category
|
java:javadoctool
|
|
Reported Against
|
tiger-beta
|
|
Release Fixed
|
1.5(tiger-b32)
|
|
State
|
10-Fix Delivered,
bug
|
|
Priority:
|
4-Low
|
|
Related Bugs
|
4421066
|
|
Submit Date
|
09-DEC-2003
|
|
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:
======================================================================
|
|
Work Around
|
N/A
|
|
Evaluation
|
In com/sun/tools/javadoc/Comment.java, change findInlineTagDelim() to look for
"{" instead of "{@".
xxxxx@xxxxx 2003-12-08
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |