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

Summary: NullPointerException at javax.swing.plaf.basic.BasicTreeUI$Handler.handleSelection
Product: platform Reporter: mklaehn <mklaehn>
Component: Window SystemAssignee: Stanislav Aubrecht <saubrecht>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 178062
Attachments: stacktrace

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 ***