-
Enhancement
-
Resolution: Fixed
-
P4
-
19
-
b05
-
generic
-
generic
ADDITIONAL SYSTEM INFORMATION :
openjdk version "19.0.1" 2022-10-18
OpenJDK Runtime Environment Homebrew (build 19.0.1)
OpenJDK 64-Bit Server VM Homebrew (build 19.0.1, mixed mode, sharing)
A DESCRIPTION OF THE PROBLEM :
* Creates a spliterator using the given
* collection's {@link java.util.Collection#iterator()) for traversal,
* and reporting its {@link java.util.Collection#size()) as its initial
* size.
Two link tags are closed with ) instead of }. This makes Intellij Idea incorrectly parse the Javadoc in Reader mode.
openjdk version "19.0.1" 2022-10-18
OpenJDK Runtime Environment Homebrew (build 19.0.1)
OpenJDK 64-Bit Server VM Homebrew (build 19.0.1, mixed mode, sharing)
A DESCRIPTION OF THE PROBLEM :
* Creates a spliterator using the given
* collection's {@link java.util.Collection#iterator()) for traversal,
* and reporting its {@link java.util.Collection#size()) as its initial
* size.
Two link tags are closed with ) instead of }. This makes Intellij Idea incorrectly parse the Javadoc in Reader mode.
- links to
-
Commit openjdk/jdk/b7eb4e2f
-
Review(master) openjdk/jdk/11876