-
Bug
-
Resolution: Won't Fix
-
P4
-
None
-
17
-
generic
-
generic
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.management/share/classes/javax/management/NumericValueExp.java#L116
https://github.com/openjdk/jdk/blob/7b1916efda95a46439cf42e006593361d12a8823/src/java.management/share/classes/javax/management/modelmbean/RequiredModelMBean.java#L195
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.management/share/classes/javax/management/NumericValueExp.java#L116
https://github.com/openjdk/jdk/blob/7b1916efda95a46439cf42e006593361d12a8823/src/java.management/share/classes/javax/management/modelmbean/RequiredModelMBean.java#L195
- clones
-
JDK-8276686 Malformed Javadoc inline tags in JDK source in /java/util/regex/Pattern.java
- Resolved
- links to
-
Review openjdk/jdk/7366