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 185655 - [69cat] NullPointerException at javax.swing.plaf.basic.BasicTreeUI$Handler.isActualPath
Summary: [69cat] NullPointerException at javax.swing.plaf.basic.BasicTreeUI$Handler.is...
Status: RESOLVED DUPLICATE of bug 196006
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-07 01:23 UTC by swpalmer
Modified: 2011-12-13 11:51 UTC (History)
6 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 169236


Attachments
stacktrace (1.91 KB, text/plain)
2010-05-07 01:23 UTC, swpalmer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description swpalmer 2010-05-07 01:23:52 UTC
This bug was originally marked as duplicate of bug 138202, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201005040200)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Windows 7

User Comments:
GUEST: unknown

GUEST: Clicking on the empty space in the "Files" Tab triggers this error.

rdion: Nothing special; I noticed that the Tree was not painted properly.

swpalmer: clicked in empty space in Projects panel

GUEST: Just browsing though my code...

GUEST: I was closing open tabs (about 8 in total probably) using CTRL+W. Open tabs were .php and .phtml files,




Stacktrace: 
java.lang.NullPointerException
   at javax.swing.plaf.basic.BasicTreeUI$Handler.isActualPath(BasicTreeUI.java:3421)
   at javax.swing.plaf.basic.BasicTreeUI$Handler.mouseReleasedDND(BasicTreeUI.java:3589)
   at javax.swing.plaf.basic.BasicTreeUI$Handler.mouseReleased(BasicTreeUI.java:3562)
   at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:273)
   at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)
   at java.awt.Component.processMouseEvent(Component.java:6263)
Comment 1 swpalmer 2010-05-07 01:23:56 UTC
Created attachment 98596 [details]
stacktrace
Comment 2 Stanislav Aubrecht 2010-10-20 14:16:04 UTC
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6505523
Comment 3 Marian Mirilovic 2011-12-13 11:51:22 UTC

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