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 192304

Summary: EditorSettingsStorage is not ready for uninstalling
Product: editor Reporter: esmithbss <esmithbss>
Component: SettingsAssignee: Milutin Kristofic <mkristofic>
Status: RESOLVED WONTFIX    
Severity: normal CC: javydreamercsw, sdedic
Priority: P4    
Version: 7.0   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE Log

Description esmithbss 2010-11-22 21:46:32 UTC
Version 201011210001

I attempted to disable all plugins including the BaseIDE plugins which are enabled during install.

Once done, I restarted the IDE.

Now I am unable to enable any plugins without receiving a RequestProcessor$SlowItem exception with the following content:


java.lang.AssertionError: Invalid settings type Id: 'Macros'
	at org.netbeans.modules.editor.settings.storage.api.EditorSettingsStorage.get(EditorSettingsStorage.java:66)
	at org.netbeans.modules.editor.macros.MacroShortcutsInjector.collectMacroActions(MacroShortcutsInjector.java:162)
	at 
...

(See attached log for details).
Comment 1 esmithbss 2010-11-22 21:48:12 UTC
Created attachment 103213 [details]
IDE Log

Log File attempting to enable plugins.
Comment 2 Jaroslav Tulach 2010-11-23 06:01:02 UTC
java.lang.AssertionError: Invalid settings type Id: 'Macros'
	at org.netbeans.modules.editor.settings.storage.api.EditorSettingsStorage.get(EditorSettingsStorage.java:66)
Comment 3 Marian Mirilovic 2011-10-06 22:13:25 UTC
*** Bug 203099 has been marked as a duplicate of this bug. ***
Comment 4 Martin Balin 2016-07-07 07:27:59 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss