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 256764 - AssertionError at org.netbeans.modules.cnd.modelimpl.csm.deep.LazyStatementImpl.getStatementTokenStream
Summary: AssertionError at org.netbeans.modules.cnd.modelimpl.csm.deep.LazyStatementIm...
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.1
Hardware: All All
: P2 normal (vote)
Assignee: petrk
URL:
Keywords: REGRESSION
: 256814 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-11-24 14:57 UTC by Alexander Simon
Modified: 2016-01-29 17:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 221331


Attachments
stacktrace (3.24 KB, text/plain)
2015-11-24 14:57 UTC, Alexander Simon
Details
stacktrace (3.24 KB, text/plain)
2015-11-24 15:00 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-24 14:57:24 UTC
Build: NetBeans IDE 8.1 (Build 20151123-b21a68700606)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.80-b11, Java(TM) SE Runtime Environment, 1.7.0_80-b15
OS: SunOS

User Comments:
alexvsimon: open source file




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-24 14:57:25 UTC
Created attachment 157479 [details]
stacktrace
Comment 2 Alexander Simon 2015-11-24 15:00:07 UTC
Created attachment 157480 [details]
stacktrace

edit file
Comment 3 Alexander Simon 2015-11-26 19:27:46 UTC
*** Bug 256814 has been marked as a duplicate of this bug. ***
Comment 4 Alexander Simon 2015-12-28 12:37:13 UTC
There is no exception in NB 8.1 without latest fixes
Comment 5 Alexander Simon 2015-12-30 08:32:43 UTC
File: LLVM34/llvm/tools/clang/tools/libclang/RecursiveASTVisitor.h
FilterToken: false" org.netbeans.modules.cnd.apt.impl.support.clank.ClankMacroExpandedToken@64e6ec8a
	EXPANDING OF {["false",<ID>,line=333,col=111],offset=36278,file=null}
	TO {["false",<ID>,line=333,col=111],offset=36278,file=null}
This: COMPOUND [ 980:1/36278 - 982:5/36379 ]
Comment 6 Quality Engineering 2016-01-18 03:05:08 UTC
Integrated into 'main-silver', will be available in build *201601180002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/c733fc94c74c
User: Petr Kudryavtsev <petrk@netbeans.org>
Log: Fixed #256764 - AssertionError at org.netbeans.modules.cnd.modelimpl.csm.deep.LazyStatementImpl.getStatementTokenStream
(transplanted from 0a7925b5cf55753289393d3715fe07121565b673)
Comment 7 ilia 2016-01-27 14:54:13 UTC
  Fixes of this bug:
    http://hg.netbeans.org/releases/rev/ a7925b5cf55