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 242924 - AssertionError at org.netbeans.modules.cnd.modelimpl.repository.PersistentUtils.writeUTF
Summary: AssertionError at org.netbeans.modules.cnd.modelimpl.repository.PersistentUti...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: petrk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-15 14:13 UTC by Exceptions Reporter
Modified: 2014-11-22 05:51 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 208405


Attachments
stacktrace (1000 bytes, text/plain)
2014-03-15 14:13 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-03-15 14:13:38 UTC
This issue was reported manually by alexvsimon.
It already has 1 duplicates 


Build: NetBeans IDE 8.0 Beta (Build 201401141042)
VM: Java HotSpot(TM) Client VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Linux

User Comments:
GUEST: Just started IDE and scolled one page in editor.




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.cnd.modelimpl.repository.PersistentUtils.writeUTF(PersistentUtils.java:337)
   at org.netbeans.modules.cnd.modelimpl.csm.ClassEnumBase.write(ClassEnumBase.java:360)
   at org.netbeans.modules.cnd.modelimpl.csm.ClassImpl.write(ClassImpl.java:609)
   at org.netbeans.modules.cnd.repository.support.AbstractObjectFactory.writeSelfPersistent(AbstractObjectFactory.java:69)
   at org.netbeans.modules.cnd.modelimpl.csm.core.CsmObjectFactory.write(CsmObjectFactory.java:608)
   at org.netbeans.modules.cnd.repository.AsyncRepositoryWriterImpl$Worker.doWrite(AsyncRepositoryWriterImpl.java:323)
Comment 1 Exceptions Reporter 2014-03-15 14:13:40 UTC
Created attachment 146039 [details]
stacktrace
Comment 2 petrk 2014-11-21 13:03:38 UTC
Fixed in http://hg.netbeans.org/cnd-main/rev/b1297cc7ba83
Comment 3 Quality Engineering 2014-11-22 05:51:29 UTC
Integrated into 'main-silver', will be available in build *201411220001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/b1297cc7ba83
User: Petr Kudryavtsev <petrk@netbeans.org>
Log: Fixed #242924 - AssertionError at org.netbeans.modules.cnd.modelimpl.repository.PersistentUtils.writeUTF