-
Bug
-
Resolution: Fixed
-
P4
-
17
-
b23
-
generic
-
generic
-
Verified
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/javax/swing/JTree.java#L3678
https://github.com/openjdk/jdk/blob/7b1916efda95a46439cf42e006593361d12a8823/src/java.desktop/share/classes/javax/swing/SwingUtilities.java#L109
https://github.com/openjdk/jdk/blob/7b1916efda95a46439cf42e006593361d12a8823/src/java.desktop/share/classes/javax/swing/SwingUtilities.java#L114
https://github.com/openjdk/jdk/blob/7b1916efda95a46439cf42e006593361d12a8823/src/java.desktop/share/classes/javax/swing/event/HyperlinkEvent.java#L178
https://github.com/openjdk/jdk/blob/7b1916efda95a46439cf42e006593361d12a8823/src/java.desktop/share/classes/javax/swing/plaf/basic/BasicComboBoxUI.java#L98
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/javax/swing/JTree.java#L3678
https://github.com/openjdk/jdk/blob/7b1916efda95a46439cf42e006593361d12a8823/src/java.desktop/share/classes/javax/swing/SwingUtilities.java#L109
https://github.com/openjdk/jdk/blob/7b1916efda95a46439cf42e006593361d12a8823/src/java.desktop/share/classes/javax/swing/SwingUtilities.java#L114
https://github.com/openjdk/jdk/blob/7b1916efda95a46439cf42e006593361d12a8823/src/java.desktop/share/classes/javax/swing/event/HyperlinkEvent.java#L178
https://github.com/openjdk/jdk/blob/7b1916efda95a46439cf42e006593361d12a8823/src/java.desktop/share/classes/javax/swing/plaf/basic/BasicComboBoxUI.java#L98
- clones
-
JDK-8276686 Malformed Javadoc inline tags in JDK source in /java/util/regex/Pattern.java
- Resolved