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 223706 - NullPointerException at javax.swing.plaf.basic.BasicTreeUI$Handler.handleSelection
Summary: NullPointerException at javax.swing.plaf.basic.BasicTreeUI$Handler.handleSele...
Status: CLOSED DUPLICATE of bug 126170
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-12 09:53 UTC by kosmonaffft
Modified: 2013-01-28 15:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 194650


Attachments
stacktrace (2.95 KB, text/plain)
2012-12-12 09:53 UTC, kosmonaffft
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kosmonaffft 2012-12-12 09:53:42 UTC
Build: NetBeans IDE Dev (Build 201212110001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.5-b02, Java(TM) SE Runtime Environment, 1.7.0_09-b05
OS: Windows 8

User Comments:
GUEST: ...the deleted package is still in the projects-view (with an 'neutral' icon) - clicking on it brings up this error.

GUEST: delete a folder (with 2 java-classes in it) in 'Projects'-tab




Stacktrace: 
java.lang.NullPointerException
   at javax.swing.plaf.basic.BasicTreeUI$Handler.handleSelection(BasicTreeUI.java:3573)
   at javax.swing.plaf.basic.BasicTreeUI$Handler.mousePressedDND(BasicTreeUI.java:3566)
   at javax.swing.plaf.basic.BasicTreeUI$Handler.mousePressed(BasicTreeUI.java:3525)
   at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:279)
   at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:279)
   at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:279)
Comment 1 kosmonaffft 2012-12-12 09:53:44 UTC
Created attachment 129246 [details]
stacktrace
Comment 2 Marian Mirilovic 2012-12-13 12:57:24 UTC

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