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 258933 - AbstractMethodError at org.netbeans.modules.cnd.makeproject.NativeProjectProvider.fireFilesPropertiesChanged
Summary: AbstractMethodError at org.netbeans.modules.cnd.makeproject.NativeProjectProv...
Status: RESOLVED WORKSFORME
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-21 05:30 UTC by vinaysc
Modified: 2016-07-20 10:05 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 223656


Attachments
stacktrace (5.15 KB, text/plain)
2016-04-21 05:30 UTC, vinaysc
Details

Note You need to log in before you can comment on or make changes to this bug.
Description vinaysc 2016-04-21 05:30:14 UTC
Build: IDE for C, C++, and Fortran (Studio 12.5 Beta [2015/11/13 244c37b31a57])
VM: Java HotSpot(TM) 64-Bit Server VM, 24.91-b03, Java(TM) SE Runtime Environment, 1.7.0_91-b33
OS: Windows 7

User Comments:
vinaysc: I added extra include path. Path is in remote machine




Stacktrace: 
java.lang.AbstractMethodError
   at org.netbeans.modules.cnd.makeproject.NativeProjectProvider.fireFilesPropertiesChanged(NativeProjectProvider.java:343)
   at org.netbeans.modules.cnd.toolchain.ui.compiler.ParserSettingsPanel.fireFilesPropertiesChanged(ParserSettingsPanel.java:270)
   at org.netbeans.modules.cnd.toolchain.ui.compiler.ParserSettingsPanel.access$500(ParserSettingsPanel.java:84)
   at org.netbeans.modules.cnd.toolchain.ui.compiler.ParserSettingsPanel$4.run(ParserSettingsPanel.java:417)
   at org.netbeans.modules.cnd.toolchain.ui.options.ToolsPanel.applyChanges(ToolsPanel.java:600)
   at org.netbeans.modules.cnd.toolchain.ui.options.ToolsPanelController.applyChanges(ToolsPanelController.java:71)
Comment 1 vinaysc 2016-04-21 05:30:16 UTC
Created attachment 159355 [details]
stacktrace
Comment 2 Alexander Simon 2016-05-23 13:36:44 UTC
The module org.netbeans.modules.dlight.tha/1 [1.0.1 1 151113]
was not updated after refactoring in bug #256770
Comment 3 Vladimir Kvashin 2016-07-20 10:05:15 UTC
This occurred twice in 12.5 beta due to incorrect spec versions update. This does not repeat in 12.5 release and NB trunk.