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 176066 - NPE TreeList
Summary: NPE TreeList
Status: RESOLVED WONTFIX
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Team Framework (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-05 17:02 UTC by Tomas Pavek
Modified: 2010-02-17 01:05 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Pavek 2009-11-05 17:02:48 UTC
java.lang.NullPointerException
	at org.netbeans.modules.kenai.ui.treelist.TreeListUI.redispatchComponent(TreeListUI.java:152)
	at org.netbeans.modules.kenai.ui.treelist.TreeListUI.access$000(TreeListUI.java:60)
	at org.netbeans.modules.kenai.ui.treelist.TreeListUI$1.mousePressed(TreeListUI.java:75)
	at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:262)
	at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:262)
	at java.awt.Component.processMouseEvent(Component.java:6260)
	at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
	at java.awt.Component.processEvent(Component.java:6028)
	at java.awt.Container.processEvent(Container.java:2041)
	at java.awt.Component.dispatchEventImpl(Component.java:4630)
	at java.awt.Container.dispatchEventImpl(Container.java:2099)
	at java.awt.Component.dispatchEvent(Component.java:4460)
	at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4574)
	at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4235)
	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)
	at java.awt.Container.dispatchEventImpl(Container.java:2085)
	at java.awt.Window.dispatchEventImpl(Window.java:2475)
	at java.awt.Component.dispatchEvent(Component.java:4460)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:125)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
[catch] at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Comment 1 Jan Becicka 2009-11-06 10:30:38 UTC
this exception simply cannot happen
line 152:
list.repaint(rect)

but list was not null before.

Probably caused by webex (remote desktop)
Comment 2 Stanislav Aubrecht 2009-11-06 10:42:25 UTC
well, if a component was removed from swing hierarchy outside AWT thread, then this exception could happen (i think)
Comment 3 Jan Becicka 2009-11-10 03:18:36 UTC
but component was not removed at all as far as I remember. Tomas just clicked N/A link in "all issues" node.
Comment 4 Jan Becicka 2010-02-17 01:05:55 UTC
caused by webex