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 180342 - time to time java.lang.AssertionError appears in messages.log
Summary: time to time java.lang.AssertionError appears in messages.log
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-05 08:40 UTC by soldatov
Modified: 2010-02-05 22:52 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 soldatov 2010-02-05 08:40:15 UTC
in latest build when I am launching automatic test (tests checks "Refactor|Rename","Refactor|Encapsulate Fields" and "Refactor|Change Function Parameters"), AssertionError appears in messages.log. Exception is random

java.lang.AssertionError
       at org.netbeans.modules.cnd.modelimpl.csm.core.ProjectBase.setParsedPCState(ProjectBase.java:1513)
       at org.netbeans.modules.cnd.modelimpl.csm.core.FileImpl.doParse(FileImpl.java:1080)
       at org.netbeans.modules.cnd.modelimpl.csm.core.FileImpl._reparse(FileImpl.java:689)
       at org.netbeans.modules.cnd.modelimpl.csm.core.FileImpl.ensureParsed(FileImpl.java:520)
       at org.netbeans.modules.cnd.modelimpl.csm.core.ParserThread._run(ParserThread.java:125)
       at org.netbeans.modules.cnd.modelimpl.csm.core.ParserThread.run(ParserThread.java:68)
       at org.netbeans.modules.cnd.modelimpl.csm.core.ParserThreadManager$Wrapper.run(ParserThreadManager.java:88)
       at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:641)
       at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1123)
java.lang.AssertionError
       at org.netbeans.modules.cnd.modelimpl.csm.core.ProjectBase.setParsedPCState(ProjectBase.java:1513)
       at org.netbeans.modules.cnd.modelimpl.csm.core.FileImpl.doParse(FileImpl.java:1080)
       at org.netbeans.modules.cnd.modelimpl.csm.core.FileImpl._reparse(FileImpl.java:689)
       at org.netbeans.modules.cnd.modelimpl.csm.core.FileImpl.ensureParsed(FileImpl.java:520)
       at org.netbeans.modules.cnd.modelimpl.csm.core.ParserThread._run(ParserThread.java:125)
       at org.netbeans.modules.cnd.modelimpl.csm.core.ParserThread.run(ParserThread.java:68)
       at org.netbeans.modules.cnd.modelimpl.csm.core.ParserThreadManager$Wrapper.run(ParserThreadManager.java:88)
       at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:641)
Comment 1 Vladimir Voskresensky 2010-02-05 10:36:01 UTC
fixed:
http://hg.netbeans.org/cnd-main?cmd=changeset;node=4096ea597553
Comment 2 Quality Engineering 2010-02-05 22:52:06 UTC
Integrated into 'main-golden', will be available in build *201002060200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/4096ea597553
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixed IZ#180342 -  time to time java.lang.AssertionError appears in messages.log