-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
1.3.0
-
sparc
-
solaris_2.6
The following doc comment creates three warnings for the first missing '}'
on @link, and no warnings for the second missing '}' on @docRoot:
/**
* {@link com.package1.Class1#publicStaticMethod().
* Any label would be ignored.
*
* @see <a href="{@docRoot/com/package1/Class1.html">Class1</a>
*/
Here are the warnings:
./Class1.java:34: warning - Missing closing } character for inline tag: "{@link com.package1.Class1#publicStaticMethod().
Any label would be ignored."
./Class1.java:34: warning - Missing closing } character for inline tag: "{@link com.package1.Class1#publicStaticMethod().
Any label would be ignored."
./Class1.java:34: warning - Missing closing } character for inline tag: "{@link com.package1.Class1#publicStaticMethod().
Any label would be ignored."
This is a simplification of the the full class Class1.java, which is attached.
on @link, and no warnings for the second missing '}' on @docRoot:
/**
* {@link com.package1.Class1#publicStaticMethod().
* Any label would be ignored.
*
* @see <a href="{@docRoot/com/package1/Class1.html">Class1</a>
*/
Here are the warnings:
./Class1.java:34: warning - Missing closing } character for inline tag: "{@link com.package1.Class1#publicStaticMethod().
Any label would be ignored."
./Class1.java:34: warning - Missing closing } character for inline tag: "{@link com.package1.Class1#publicStaticMethod().
Any label would be ignored."
./Class1.java:34: warning - Missing closing } character for inline tag: "{@link com.package1.Class1#publicStaticMethod().
Any label would be ignored."
This is a simplification of the the full class Class1.java, which is attached.
- duplicates
-
JDK-4515705 stddoclet: Fix for 4507053 (hangs when '}' missing) emits multiple warnings
-
- Closed
-