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 201266

Summary: NullPointerException at javax.swing.plaf.basic.BasicTreeUI$Handler.isActualPath
Product: platform Reporter: freshapple
Component: JDK ProblemsAssignee: Antonin Nebuzelsky <anebuzelsky>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 180741
Attachments: stacktrace

Description freshapple 2011-08-23 20:25:12 UTC
Build: NetBeans IDE 7.0.1 (Build 201107282000)
VM: Java HotSpot(TM) Client VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Windows XP

User Comments:
freshapple: Click on empty space in navigator. Emty space occurs after I cut 2 methods and paste it in another place of same class.




Stacktrace: 
java.lang.NullPointerException
   at javax.swing.plaf.basic.BasicTreeUI$Handler.isActualPath(BasicTreeUI.java:0)
   at javax.swing.plaf.basic.BasicTreeUI$Handler.mouseReleasedDND(BasicTreeUI.java:0)
   at javax.swing.plaf.basic.BasicTreeUI$Handler.mouseReleased(BasicTreeUI.java:0)
   at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:0)
   at java.awt.Component.processMouseEvent(Component.java:0)
   at javax.swing.JComponent.processMouseEvent(JComponent.java:0)
Comment 1 freshapple 2011-08-23 20:25:16 UTC
Created attachment 110173 [details]
stacktrace
Comment 2 Marian Mirilovic 2011-08-25 06:07:49 UTC

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