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 197274 - NullPointerException at javax.swing.plaf.basic.BasicTreeUI$Handler.handleSelection
Summary: NullPointerException at javax.swing.plaf.basic.BasicTreeUI$Handler.handleSele...
Status: RESOLVED DUPLICATE of bug 126170
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-31 10:11 UTC by mklaehn
Modified: 2011-04-01 08:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 178062


Attachments
stacktrace (2.98 KB, text/plain)
2011-03-31 10:11 UTC, mklaehn
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mklaehn 2011-03-31 10:11:15 UTC
Build: NetBeans Platform Dev (Build nbms-and-javadoc-6918-on-20110324)
VM: Java HotSpot(TM) Server VM, 19.1-b02, Java(TM) SE Runtime Environment, 1.6.0_24-b07
OS: Windows 2000

User Comments:
mklaehn: double click on Node in Debugging view during stop at breakpoint




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:272)
   at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)
   at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)
Comment 1 mklaehn 2011-03-31 10:11:20 UTC
Created attachment 107401 [details]
stacktrace
Comment 2 Marian Mirilovic 2011-04-01 08:02:53 UTC
JDK issue

*** This bug has been marked as a duplicate of bug 126170 ***