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 - IllegalArgumentException: input list [.elf] doesn't contain default element:
Summary: IllegalArgumentException: input list [.elf] doesn't contain default element:
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-11 00:20 UTC by Exceptions Reporter
Modified: 2016-07-19 13:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 222953


Attachments
stacktrace (1.29 KB, text/plain)
2016-03-11 00:20 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
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