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 236770 - AssertionError at org.netbeans.modules.cnd.modelimpl.csm.FunctionDefinitionImpl._setDeclaration
Summary: AssertionError at org.netbeans.modules.cnd.modelimpl.csm.FunctionDefinitionIm...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-04 14:58 UTC by petrk
Modified: 2014-11-21 03:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 204370


Attachments
stacktrace (1.58 KB, text/plain)
2013-10-04 14:58 UTC, petrk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description petrk 2013-10-04 14:58:17 UTC
Build: NetBeans IDE Dev (Build 201310010002)
VM: Java HotSpot(TM) Client VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_17-b02
OS: SunOS

User Comments:
petrk: Edited code




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.cnd.modelimpl.csm.FunctionDefinitionImpl._setDeclaration(FunctionDefinitionImpl.java:187)
   at org.netbeans.modules.cnd.modelimpl.csm.FunctionDefinitionImpl.getDeclaration(FunctionDefinitionImpl.java:173)
   at org.netbeans.modules.cnd.modelimpl.impl.services.BaseUtilitiesProviderImpl._getFunctionDeclaration(BaseUtilitiesProviderImpl.java:87)
   at org.netbeans.modules.cnd.modelimpl.impl.services.BaseUtilitiesProviderImpl.getFunctionDeclaration(BaseUtilitiesProviderImpl.java:70)
   at org.netbeans.modules.cnd.spi.model.CsmBaseUtilitiesProvider$Default.getFunctionDeclaration(CsmBaseUtilitiesProvider.java:80)
   at org.netbeans.modules.cnd.api.model.util.CsmBaseUtilities.getFunctionDeclaration(CsmBaseUtilities.java:310)
Comment 1 petrk 2013-10-04 14:58:18 UTC
Created attachment 140809 [details]
stacktrace
Comment 2 Vladimir Voskresensky 2014-11-20 11:59:12 UTC
http://hg.netbeans.org/cnd-main/rev/baac36de956b
Comment 3 Quality Engineering 2014-11-21 03:51:56 UTC
Integrated into 'main-silver', will be available in build *201411210001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/baac36de956b
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixed #236770 - AssertionError at org.netbeans.modules.cnd.modelimpl.csm.FunctionDefinitionImpl._setDeclaration