commit-classpath
[Top][All Lists]
Advanced

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

[commit-cp] [bug #13262] swing: BasicListUI.damageLayout does not handle


From: Timo Lindfors
Subject: [commit-cp] [bug #13262] swing: BasicListUI.damageLayout does not handle list==null
Date: Thu, 2 Jun 2005 11:09:50 +0000
User-agent: Elinks

Follow-up Comment #3, bug #13262 (project classpath):

Whoops, the list==null crash actually happens with the omniscient debugger
from

http://www.lambdacs.com/debugger/debugger.html

with
Exception during event dispatch:
java.lang.NullPointerException
   at javax.swing.plaf.basic.BasicListUI.damageLayout (BasicListUI.java:501)
   at javax.swing.plaf.basic.BasicListUI$ComponentHandler.componentResized
(BasicListUI.java:91)
   at java.awt.AWTEventMulticaster.componentResized
(AWTEventMulticaster.java:188)
   at java.awt.AWTEventMulticaster.componentResized
(AWTEventMulticaster.java:188)
   at java.awt.AWTEventMulticaster.componentResized
(AWTEventMulticaster.java:188)
   at java.awt.Component.processComponentEvent (Component.java:2957)
   at java.awt.Component.processEvent (Component.java:2922)
   at java.awt.Container.processEvent (Container.java:841)
   at java.awt.Component.dispatchEventImpl (Component.java:4775)
   at java.awt.Container.dispatchEventImpl (Container.java:1539)
   at java.awt.Component.dispatchEvent (Component.java:2280)
   at java.awt.EventQueue.dispatchEvent (EventQueue.java:526)
   at java.awt.EventDispatchThread.run (EventDispatchThread.java:75)



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=13262>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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