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 67384 - Assertion during build
Summary: Assertion during build
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-24 07:37 UTC by tboerkel
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log (34.28 KB, application/x-compressed)
2005-10-25 11:49 UTC, tboerkel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tboerkel 2005-10-24 07:37:17 UTC
During the build process, I got an Assertion:
java.lang.AssertionError
	at
org.netbeans.modules.javacore.ClassIndex$CISImpl.setIdentifiers(ClassIndex.java:979)
	at org.netbeans.modules.javacore.ClassIndex.rollbackChanges(ClassIndex.java:130)
	at org.netbeans.modules.javacore.ClassIndex.rollback(ClassIndex.java:82)
	at org.netbeans.modules.javacore.ExclusiveMutex.leave(ExclusiveMutex.java:356)
	at org.netbeans.mdr.NBMDRepositoryImpl.endTrans(NBMDRepositoryImpl.java:248)
	at org.netbeans.mdr.NBMDRepositoryImpl.endTrans(NBMDRepositoryImpl.java:242)
	at org.netbeans.modules.java.JavaNode.resolveIcons(JavaNode.java:539)
	at org.netbeans.modules.java.JavaNode$StateUpdater.updateNodes(JavaNode.java:674)
	at org.netbeans.modules.java.JavaNode$StateUpdater.run(JavaNode.java:667)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:471)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:904)


Using latest q-build 200510131600, JDK 5.0_04.
Comment 1 Tomas Hurka 2005-10-25 11:16:30 UTC
Please attach whole messages.log, not just part of it. There is important
information before the assertion.  
Comment 2 tboerkel 2005-10-25 11:49:54 UTC
Created attachment 26310 [details]
messages.log
Comment 3 Tomas Hurka 2005-10-26 09:55:53 UTC
Fixed in trunk.
Checking in RepositoryUpdater.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/RepositoryUpdater.java,v 
<--  RepositoryUpdater.java
new revision: 1.41; previous revision: 1.40
done
Comment 4 Quality Engineering 2007-09-20 12:09:17 UTC
Reorganization of java component