classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] FYI: ScrollPaneAdjustable patch fixes PR24235


From: Anthony Balkissoon
Subject: [cp-patches] FYI: ScrollPaneAdjustable patch fixes PR24235
Date: Thu, 20 Oct 2005 15:37:14 -0400

The patch suggested in the bug report
(http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24235) was essentially
correct, plus the specs require an explicit check for a null parameter.
This is committed.


2005-10-20  Anthony Balkissoon  <address@hidden>

        * java/awt/ScrollPaneAdjustable.java:
        (addAdjustmentListener): If parameter is null take no action and throw
        no exception.  Store the resulting listener chain from call to 
        AWTEventMulticaster.add.
        (removeAdjustmentListener): If parameter is null take no action and
        throw no exception.  Store the resulting listener chain from call to
        AWTEventMulticaster.remove.

--Tony

Attachment: ScrollPaneAdjustableFix.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]