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 196649 - NullPointerException at org.netbeans.modules.options.keymap.KeymapViewModel.update
Summary: NullPointerException at org.netbeans.modules.options.keymap.KeymapViewModel.u...
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Options&Settings (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Yulia Novozhilova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-13 21:48 UTC by mgukov
Modified: 2011-10-24 12:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 153003


Attachments
stacktrace (3.69 KB, text/plain)
2011-03-13 21:48 UTC, mgukov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mgukov 2011-03-13 21:48:33 UTC
Build: NetBeans IDE 7.0 Beta 2 (Build 201102140001)
VM: Java HotSpot(TM) Client VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Windows Vista

User Comments:
mgukov: ??????? ?? ??????? ????????? ??????????




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.options.keymap.KeymapViewModel.update(KeymapViewModel.java:219)
   at org.netbeans.modules.options.keymap.KeymapPanel.update(KeymapPanel.java:278)
   at org.netbeans.modules.options.keymap.KeymapPanelController.update(KeymapPanelController.java:74)
   at org.netbeans.modules.options.CategoryModel$Category.update(CategoryModel.java:381)
   at org.netbeans.modules.options.OptionsPanel.setCurrentCategory(OptionsPanel.java:182)
   at org.netbeans.modules.options.OptionsPanel.initCurrentCategory(OptionsPanel.java:141)
Comment 1 mgukov 2011-03-13 21:48:36 UTC
Created attachment 106959 [details]
stacktrace
Comment 2 Antonin Nebuzelsky 2011-10-24 12:51:46 UTC
Most probably fixed by the fix of issue 196584 after which no new exceptions appeared in this report.