-
Bug
-
Resolution: Fixed
-
P5
-
1.4.0
-
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)}