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 210354 - AssertionError: Cannot find MIME types for action EditorAction[Extend Selection to Previous Word:selection-previous-word]
Summary: AssertionError: Cannot find MIME types for action EditorAction[Extend Selecti...
Status: RESOLVED INCOMPLETE
Alias: None
Product: editor
Classification: Unclassified
Component: Options (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-29 12:29 UTC by aldobrucale
Modified: 2012-10-25 11:48 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 173980


Attachments
stacktrace (4.28 KB, text/plain)
2012-03-29 12:29 UTC, aldobrucale
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aldobrucale 2012-03-29 12:29:53 UTC
Build: NetBeans IDE Dev (Build 201203280401)
VM: Java HotSpot(TM) Client VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b04
OS: Linux

User Comments:
aldobrucale: Closed preferences window. I was searching by shortcut but was not able to delete the content of the text box




Stacktrace: 
java.lang.AssertionError: Cannot find MIME types for action EditorAction[Extend Selection to Previous Word:selection-previous-word]
   at org.netbeans.modules.options.editor.keymap.EditorBridge.saveKeymap(EditorBridge.java:186)
   at org.netbeans.modules.options.keymap.KeymapModel.changeKeymap(KeymapModel.java:287)
   at org.netbeans.modules.options.keymap.KeymapViewModel$2.run(KeymapViewModel.java:592)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1452)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2032)
Comment 1 aldobrucale 2012-03-29 12:29:59 UTC
Created attachment 117465 [details]
stacktrace
Comment 2 Milutin Kristofic 2012-10-25 11:48:44 UTC
There are no reproducible steps and code around assert was significantly changed.