JDK-4665148 : JavaDoc for JScrollPane.isValidateRoot is wrong.
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 1.4.0
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2002-04-09
  • Updated: 2017-05-16
  • Resolved: 2003-09-26
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.
Other
5.0 tigerFixed
Description

Name: sh120115			Date: 04/09/2002


The JavaDoc for JScrollPane.isValidateRoot currently says:
     * Calls <code>revalidate</code> on any descendant of this
     * <code>JScrollPane</code>.  For example,
     * the viewport's view, will cause a request to be queued that
     * will validate the <code>JScrollPane</code> and all its descendants.

Unfortunately, that isn't what the method does. It should be more in line with
what JComponent.isValidateRoot says.

======================================================================

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger FIXED IN: tiger INTEGRATED IN: tiger tiger-b22
14-06-2004

PUBLIC COMMENTS Name: sh120115 Date: 04/09/2002 . ======================================================================
10-06-2004

EVALUATION Yes, the javadoc is wrong. ###@###.### 2002-05-17
17-05-2002