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 98820 - java.lang.AssertionError: null body in function definition for boost
Summary: java.lang.AssertionError: null body in function definition for boost
Status: CLOSED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: PC All
: P2 blocker (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-23 16:56 UTC by Maria Tishkova
Modified: 2007-12-14 09:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Maria Tishkova 2007-03-23 16:56:37 UTC
>Log Session: Friday, March 23, 2007 6:22:24 PM GMT
>System Info: 
  Product Version         = NetBeans IDE 5.5.1 Beta (Build 200702211400)
  Operating System        = Windows XP version 5.1 running on x86
  Java; VM; Vendor; Home  = 1.5.0_09; Java HotSpot(TM) Client VM 1.5.0_09-b03;
Sun Microsystems Inc.; C:\Program Files\Java\jdk1.5.0_09\jre
  System Locale; Encoding = ru_RU (nb); Cp1251
  Home Dir.; Current Dir. = C:\Documents and Settings\masha; C:\netbeans-5.5.1beta


java.lang.AssertionError: null body in function definition, line
27:D:\usr\masha\projects\boost_1_33_1\boost\serialization\void_cast_fwd.hpp
	at
org.netbeans.modules.cnd.modelimpl.csm.FunctionDDImpl.<init>(FunctionDDImpl.java:45)
	at
org.netbeans.modules.cnd.modelimpl.csm.core.AstRenderer.render(AstRenderer.java:96)
	at
org.netbeans.modules.cnd.modelimpl.csm.core.AstRenderer.render(AstRenderer.java:61)
	at
org.netbeans.modules.cnd.modelimpl.csm.core.AstRenderer.render(AstRenderer.java:61)
	at
org.netbeans.modules.cnd.modelimpl.csm.core.AstRenderer.render(AstRenderer.java:47)
	at org.netbeans.modules.cnd.modelimpl.csm.core.FileImpl.render(FileImpl.java:241)
	at org.netbeans.modules.cnd.modelimpl.csm.core.FileImpl._parse(FileImpl.java:398)
	at org.netbeans.modules.cnd.modelimpl.csm.core.FileImpl.parse(FileImpl.java:366)
	at
org.netbeans.modules.cnd.modelimpl.csm.core.FileImpl.ensureParsed(FileImpl.java:203)
	at
org.netbeans.modules.cnd.modelimpl.csm.core.ParserThread.run(ParserThread.java:61)
	at
org.netbeans.modules.cnd.modelimpl.csm.core.ParserThreadManager$Wrapper.run(ParserThreadManager.java:60)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:499)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:932)
Comment 1 Vladimir Voskresensky 2007-04-03 09:51:34 UTC
I think, it is fixed as part of http://www.netbeans.org/issues/show_bug.cgi?id=98831
Comment 2 Vladimir Kvashin 2007-04-04 18:28:57 UTC
Fixed as part of fix for  
http://www.netbeans.org/issues/show_bug.cgi?id=98831