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 256814 - AssertionError at org.netbeans.modules.cnd.modelimpl.csm.deep.LazyStatementImpl.getStatementTokenStream
Summary: AssertionError at org.netbeans.modules.cnd.modelimpl.csm.deep.LazyStatementIm...
Status: RESOLVED DUPLICATE of bug 256764
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-26 14:36 UTC by Alexander Simon
Modified: 2015-11-26 19:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 221372


Attachments
stacktrace (3.06 KB, text/plain)
2015-11-26 14:36 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2015-11-26 14:36:41 UTC
Build: NetBeans IDE 8.1 (Build 20151126-bf63e390ce11)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.66-b17, Java(TM) SE Runtime Environment, 1.8.0_66-b17
OS: SunOS

User Comments:
alexvsimon: performance xref on LLVM




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.cnd.modelimpl.csm.deep.LazyStatementImpl.getStatementTokenStream(LazyStatementImpl.java:199)
   at org.netbeans.modules.cnd.modelimpl.csm.deep.LazyStatementImpl.renderStatements(LazyStatementImpl.java:162)
   at org.netbeans.modules.cnd.modelimpl.csm.deep.LazyStatementImpl.createStatements(LazyStatementImpl.java:143)
   at org.netbeans.modules.cnd.modelimpl.csm.deep.LazyStatementImpl.getStatements(LazyStatementImpl.java:106)
   at org.netbeans.modules.cnd.completion.csm.CsmStatementResolver.findInner(CsmStatementResolver.java:140)
   at org.netbeans.modules.cnd.completion.csm.CsmStatementResolver.findInnerObject(CsmStatementResolver.java:88)
Comment 1 Alexander Simon 2015-11-26 14:36:42 UTC
Created attachment 157508 [details]
stacktrace
Comment 2 Alexander Simon 2015-11-26 19:27:46 UTC

*** This bug has been marked as a duplicate of bug 256764 ***