-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P5
-
Affects Version/s: 1.4.0
-
Component/s: core-libs
-
None
-
beta
-
generic
-
generic
-
Verified
There are various bad @link and @see tags in the JavaDoc comments in IdentityHashMap:
{@link System.identityHashCode instead of e.g.
{@link System#identityHashCode(Object)}
System#identityHashCode(int) instead of
System#identityHashCode(Object)
and
{@link Object.equals} instead of e.g.
{@link Object#equals(Object)}
{@link System.identityHashCode instead of e.g.
{@link System#identityHashCode(Object)}
System#identityHashCode(int) instead of
System#identityHashCode(Object)
and
{@link Object.equals} instead of e.g.
{@link Object#equals(Object)}