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 221157 - NullPointerException at javax.swing.plaf.basic.BasicTreeUI$Handler.handleSelection
Summary: NullPointerException at javax.swing.plaf.basic.BasicTreeUI$Handler.handleSele...
Status: RESOLVED DUPLICATE of bug 219755
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-10-31 10:17 UTC by Vladimir Riha
Modified: 2012-11-01 07:56 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 194322


Attachments
stacktrace (3.03 KB, text/plain)
2012-10-31 10:17 UTC, Vladimir Riha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Riha 2012-10-31 10:17:49 UTC
Build: NetBeans IDE Dev (Build web-main-9047-on-20121031)
VM: Java HotSpot(TM) Client VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_10-ea-b11
OS: Linux

User Comments:
vriha: Double clicking in CSS Styles|Document view to get to the selected rule




Stacktrace: 
java.lang.NullPointerException
   at javax.swing.plaf.basic.BasicTreeUI$Handler.handleSelection(BasicTreeUI.java:3573)
   at javax.swing.plaf.basic.BasicTreeUI$Handler.mouseReleasedDND(BasicTreeUI.java:3643)
   at javax.swing.plaf.basic.BasicTreeUI$Handler.mouseReleased(BasicTreeUI.java:3631)
   at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:289)
   at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:289)
   at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:289)
Comment 1 Vladimir Riha 2012-10-31 10:17:51 UTC
Created attachment 126840 [details]
stacktrace
Comment 2 Vladimir Riha 2012-10-31 10:26:33 UTC
I'm sorry I'm not sure where should it belong to
Comment 3 Marian Mirilovic 2012-11-01 07:56:57 UTC

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