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 258315

Summary: IllegalArgumentException: input list [.elf] doesn't contain default element:
Product: cnd Reporter: Exceptions Reporter <exceptions_reporter>
Component: -- Other --Assignee: Vladimir Voskresensky <vv159170>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 222953
Attachments: stacktrace

Description Exceptions Reporter 2016-03-11 00:20:40 UTC
This bug was originally marked as duplicate of bug 195901, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.51-b03, Java(TM) SE Runtime Environment, 1.8.0_51-b16
OS: Windows 8

User Comments:
GUEST: trying to debug an embedded C program using GNU ARM cross compiler tools: gnu-arm-none-eabi-gdb and texane st-util gdb server.  All of the tools work fine from the command line.




Stacktrace: 
java.lang.IllegalArgumentException: input list [.elf] doesn't contain default element:
   at org.netbeans.modules.cnd.utils.MIMEExtensions.setExtensions(MIMEExtensions.java:148)
   at org.netbeans.modules.cnd.ui.options.CndOtherOptionsPanel$ExtensionsElements.apply(CndOtherOptionsPanel.java:404)
   at org.netbeans.modules.cnd.ui.options.CndOtherOptionsPanel.applyChanges(CndOtherOptionsPanel.java:88)
   at org.netbeans.modules.cnd.ui.options.CndOtherOptionsPanelController.applyChanges(CndOtherOptionsPanelController.java:71)
   at org.netbeans.modules.options.TabbedController.applyChanges(TabbedController.java:134)
   at org.netbeans.modules.options.CategoryModel$Category.applyChanges(CategoryModel.java:401)
Comment 1 Exceptions Reporter 2016-03-11 00:20:42 UTC
Created attachment 158818 [details]
stacktrace