JDK-7144619 : broken link in http://docs.oracle.com/javase/7/docs/api/java/awt/event/Component
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 7
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2012-02-10
  • Updated: 2014-04-01
  • Resolved: 2014-04-01
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8
8-poolResolved
Related Reports
Duplicate :  
Description
FULL PRODUCT VERSION :


A DESCRIPTION OF THE PROBLEM :
Broken link in: java.lang.Object java.awt.event.ComponentAdapter
(http://docs.oracle.com/javase/7/docs/api/java/awt/event/ComponentAdapter.html) in the text near

...Since:
1.1
See Also:
ComponentEvent, ComponentListener, Tutorial: Writing a Component Listener...

the last part "Tutorial: Writing a Component Listener" link is broken.

STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
see description above

EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
link update
ACTUAL -
see description above

ERROR MESSAGES/STACK TRACES THAT OCCUR :
We're sorry, the page you requested was not found.

We have recorded this error (404) to help us fix the problem.
You may wish to try again using one of the tools below.

REPRODUCIBILITY :
This bug can be reproduced always.

Comments
EVALUATION I think the new link should point to http://docs.oracle.com/javase/tutorial/uiswing/events/componentlistener.html.
15-02-2012