classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] Patch: various bug fixes


From: Lillian Angel
Subject: [cp-patches] Patch: various bug fixes
Date: Thu, 28 Jul 2005 15:36:40 -0400

These are many bugs I ran into when running several applications. There
are more I have found and will fix soon!

2005-07-28  Lillian Angel  <address@hidden>

        * java/awt/GridBagLayout.java
        (distributeSizeAndWeight): added in check, because OutOfBounds 
        exception was being raised.
        * javax/swing/JTable.java
        (setRowHeight): Added in, but not implemented.
        * javax/swing/plaf/basic/BasicComboBoxEditor.java
        (setItem): added in check, because NullPointerException was 
        being raised.
        * javax/swing/plaf/basic/BasicTreeUI.java
        (getPathBounds): Took out unneeded call.
        (uninstallListeners): added in check, because NPE was being 
        raised.
        (installUI): took out unneeded call.
        (paint): Likewise.
        (getPreferredSize): Should not assume root is an instance of 
        DefaultMutableTreeNode. Changed to use TreeNode instead.
        (getCellBounds): Should never return null
        (getCellLocation): Took out unneeded call.

Attachment: current.diff
Description: Text Data


reply via email to

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