Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P4
-
Resolution: Fixed
-
Affects Version/s: 17
-
Fix Version/s: 18
-
Component/s: client-libs
-
Subcomponent:
-
Resolved In Build:b24
-
CPU:generic
-
OS:generic
-
Verification:Verified
Description
A DESCRIPTION OF THE PROBLEM :
The JDK source contains multiple malformed Javadoc inline tags. For some the `@` is missing, for others the `@` is placed in front of the opening curly bracket (instead of behind).
Affected:
https://github.com/openjdk/jdk/blob/7b1916efda95a46439cf42e006593361d12a8823/src/java.desktop/share/classes/com/sun/beans/decoder/DocumentHandler.java#L202-L203
The JDK source contains multiple malformed Javadoc inline tags. For some the `@` is missing, for others the `@` is placed in front of the opening curly bracket (instead of behind).
Affected:
https://github.com/openjdk/jdk/blob/7b1916efda95a46439cf42e006593361d12a8823/src/java.desktop/share/classes/com/sun/beans/decoder/DocumentHandler.java#L202-L203
Attachments
Issue Links
- clones
-
JDK-8276686 Malformed Javadoc inline tags in JDK source in /java/util/regex/Pattern.java
-
- Resolved
-