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 199623 - NullPointerException at org.netbeans.modules.options.editor.spi.OptionsFilter$FilteringTreeModel.treeNodesChanged
Summary: NullPointerException at org.netbeans.modules.options.editor.spi.OptionsFilter...
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Options (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
: 194123 200531 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-06-22 14:19 UTC by Jan Lahoda
Modified: 2011-09-09 15:03 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 177453


Attachments
stacktrace (2.89 KB, text/plain)
2011-06-22 14:19 UTC, Jan Lahoda
Details
stacktrace (2.89 KB, text/plain)
2011-09-08 12:38 UTC, Milutin Kristofic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Lahoda 2011-06-22 14:19:36 UTC
Build: NetBeans IDE Dev (Build 20110610-ac7bd3c8c1a0)
VM: OpenJDK 64-Bit Server VM, 19.0-b09, OpenJDK Runtime Environment, 1.6.0_20-b20
OS: Linux

User Comments:
GUEST: I was turning on Java hints.

GUEST: Options / Editor / Hints, uncheck the "Dependency Scanning" case.

jlahoda: Disabling "Dependency Scanning".

GUEST: In the options dialog, I clicked on "Dependency Scanning" under the "Hints" option. It repeatedly raises this error 
whether I enable or disable the toggle checkmark.




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:484)
   at javax.swing.tree.DefaultTreeModel.nodesChanged(DefaultTreeModel.java:351)
   at javax.swing.tree.DefaultTreeModel.nodeChanged(DefaultTreeModel.java:281)
   at org.netbeans.modules.java.hints.options.HintsPanelLogic.toggle(HintsPanelLogic.java:455)
   at org.netbeans.modules.java.hints.options.HintsPanelLogic.mouseClicked(HintsPanelLogic.java:253)
Comment 1 Jan Lahoda 2011-06-22 14:19:42 UTC
Created attachment 109055 [details]
stacktrace
Comment 2 Milutin Kristofic 2011-09-08 12:38:15 UTC
Created attachment 110530 [details]
stacktrace
Comment 3 Milutin Kristofic 2011-09-08 15:06:07 UTC
*** Bug 200531 has been marked as a duplicate of this bug. ***
Comment 4 Milutin Kristofic 2011-09-08 15:08:33 UTC
*** Bug 194123 has been marked as a duplicate of this bug. ***
Comment 5 Milutin Kristofic 2011-09-08 15:12:58 UTC
http://hg.netbeans.org/jet-main/rev/7c3f16ff9f90
Comment 6 Quality Engineering 2011-09-09 15:03:31 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/7c3f16ff9f90
User: Milutin Kristofic <mkristofic@netbeans.org>
Log: #199623 - NullPointerException at org.netbeans.modules.options.editor.spi.OptionsFilter$FilteringTreeModel.treeNodesChanged