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

Summary: Assertion during build
Product: java Reporter: tboerkel <tboerkel>
Component: UnsupportedAssignee: issues@java <issues>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: messages.log

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