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 179468 - NullPointerException at javax.swing.plaf.basic.BasicTreeUI$Handler.handleSelection
Summary: NullPointerException at javax.swing.plaf.basic.BasicTreeUI$Handler.handleSele...
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 6.x
Hardware: All All
: P4 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-13 12:36 UTC by maghiel
Modified: 2010-02-01 09:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 164292


Attachments
stacktrace (1.84 KB, text/plain)
2010-01-13 12:36 UTC, maghiel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description maghiel 2010-01-13 12:36:09 UTC
Build: NetBeans IDE Dev (Build 201001120200)
VM: Java HotSpot(TM) Client VM, 14.3-b01, Java(TM) SE Runtime Environment, 1.6.0_17-b04
OS: Windows 7, 6.1, x86

User Comments:
maghiel: Browsing through php class methods and properties in navigator



Stacktrace: 
java.lang.NullPointerException
   at javax.swing.plaf.basic.BasicTreeUI$Handler.handleSelection(BasicTreeUI.java:3504)
   at javax.swing.plaf.basic.BasicTreeUI$Handler.mouseReleasedDND(BasicTreeUI.java:3574)
   at javax.swing.plaf.basic.BasicTreeUI$Handler.mouseReleased(BasicTreeUI.java:3562)
   at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:273)
   at java.awt.Component.processMouseEvent(Component.java:6263)
   at javax.swing.JComponent.processMouseEvent(JComponent.java:3255)
Comment 1 maghiel 2010-01-13 12:36:13 UTC
Created attachment 93261 [details]
stacktrace
Comment 2 Peter Pis 2010-01-14 02:14:33 UTC
Is this reproducible?
Comment 3 maghiel 2010-01-14 10:04:15 UTC
I will try
Comment 4 Jaroslav Tulach 2010-02-01 09:17:09 UTC
One report so far.