Some widely-used exceptions which were defined in the old Java 1.0 days have strange or obsolete javadoc "@see" tags:
...
http://docs.oracle.com/javase/7/docs/api/java/util/NoSuchElementException.html
NoSuchElementException declares the legacy "@see Enumeration#nextElement()", but does not declare the "@see Iterator#next()" replacement.
-------------
Reported by:
From: Martin Desruisseaux <###@###.###>
Subject: Strange or obsolete @see tags in some exception javadoc
Date: January 12, 2012 03:30:16 PST
To: ###@###.###
...
http://docs.oracle.com/javase/7/docs/api/java/util/NoSuchElementException.html
NoSuchElementException declares the legacy "@see Enumeration#nextElement()", but does not declare the "@see Iterator#next()" replacement.
-------------
Reported by:
From: Martin Desruisseaux <###@###.###>
Subject: Strange or obsolete @see tags in some exception javadoc
Date: January 12, 2012 03:30:16 PST
To: ###@###.###