This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 197046 - NullPointerException at javax.swing.plaf.basic.BasicListUI.updateLayoutState
Summary: NullPointerException at javax.swing.plaf.basic.BasicListUI.updateLayoutState
Status: CLOSED INCOMPLETE
Alias: None
Product: platform
Classification: Unclassified
Component: JDK Problems (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-24 16:12 UTC by barichd
Modified: 2014-08-19 11:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 177885


Attachments
stacktrace (8.73 KB, text/plain)
2011-03-24 16:12 UTC, barichd
Details

Note You need to log in before you can comment on or make changes to this bug.
Description barichd 2011-03-24 16:12:25 UTC
Build: NetBeans IDE 7.0 Beta (Build 201011152355)
VM: Java HotSpot(TM) Client VM, 17.0-b17, Java(TM) SE Runtime Environment, 1.6.0_21-b07
OS: Windows XP

Stacktrace: 
java.lang.NullPointerException
   at javax.swing.plaf.basic.BasicListUI.updateLayoutState(BasicListUI.java:1351)
   at javax.swing.plaf.basic.BasicListUI.maybeUpdateLayoutState(BasicListUI.java:1294)
   at javax.swing.plaf.basic.BasicListUI$Handler.valueChanged(BasicListUI.java:2611)
   at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:167)
   at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:147)
   at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:194)
Comment 1 barichd 2011-03-24 16:12:30 UTC
Created attachment 107247 [details]
stacktrace
Comment 2 Antonin Nebuzelsky 2011-05-31 10:21:55 UTC
More info about reproducible steps would be needed to file against JDK.
Comment 3 Marian Mirilovic 2011-06-08 20:21:02 UTC
agreed v/c
Comment 4 tombart 2014-08-19 11:33:46 UTC
I guess this exception is triggered when you manipulate the model from outside the EDT.