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 200531 - NullPointerException at org.netbeans.modules.options.editor.spi.OptionsFilter$FilteringTreeModel.treeNodesChanged
Summary: NullPointerException at org.netbeans.modules.options.editor.spi.OptionsFilter...
Status: RESOLVED DUPLICATE of bug 199623
Alias: None
Product: platform
Classification: Unclassified
Component: Options&Settings (show other bugs)
Version: 7.0.1
Hardware: All All
: P3 normal (vote)
Assignee: Yulia Novozhilova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-29 19:38 UTC by rptmaestro
Modified: 2011-09-08 15:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 180273


Attachments
stacktrace (3.13 KB, text/plain)
2011-07-29 19:38 UTC, rptmaestro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rptmaestro 2011-07-29 19:38:48 UTC
Build: NetBeans IDE 7.0.1 RC1 (Build 201106222100)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Windows 7

User Comments:
rptmaestro: Happened while modifying editor hint options.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.options.editor.spi.OptionsFilter$FilteringTreeModel.treeNodesChanged(OptionsFilter.java:250)
   at javax.swing.tree.DefaultTreeModel.fireTreeNodesChanged(DefaultTreeModel.java:486)
   at javax.swing.tree.DefaultTreeModel.nodesChanged(DefaultTreeModel.java:353)
   at javax.swing.tree.DefaultTreeModel.nodeChanged(DefaultTreeModel.java:283)
   at org.netbeans.modules.java.hints.options.HintsPanelLogic.toggle(HintsPanelLogic.java:455)
   at org.netbeans.modules.java.hints.options.HintsPanelLogic.keyPressed(HintsPanelLogic.java:280)
Comment 1 rptmaestro 2011-07-29 19:38:52 UTC
Created attachment 109706 [details]
stacktrace
Comment 2 Milutin Kristofic 2011-09-08 15:06:07 UTC

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