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 - NullPointerException at javax.swing.plaf.basic.BasicTreeUI$Handler.isActualPath
Summary: NullPointerException at javax.swing.plaf.basic.BasicTreeUI$Handler.isActualPath
Status: RESOLVED DUPLICATE of bug 196006
Alias: None
Product: platform
Classification: Unclassified
Component: JDK Problems (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-23 20:25 UTC by freshapple
Modified: 2011-08-25 06:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 180741


Attachments
stacktrace (2.49 KB, text/plain)
2011-08-23 20:25 UTC, freshapple
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***