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 223030

Summary: Exception: resumeRemoves without suspendRemoves 0
Product: cnd Reporter: Alexander Simon <alexvsimon>
Component: -- Other --Assignee: Vladimir Voskresensky <vv159170>
Status: RESOLVED INCOMPLETE    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 195915
Attachments: stacktrace

Description Alexander Simon 2012-11-30 07:48:07 UTC
Build: NetBeans IDE Dev (Build 20121129-f5029d6c3d81)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Windows 7

Stacktrace: 
java.lang.Exception: resumeRemoves without suspendRemoves 0
   at org.netbeans.modules.cnd.utils.CndUtils.severe(CndUtils.java:188)
   at org.netbeans.modules.cnd.utils.CndUtils.assertTrue(CndUtils.java:177)
   at org.netbeans.modules.cnd.utils.SuspendableFileChangeListener.resumeRemoves(SuspendableFileChangeListener.java:155)
   at org.netbeans.modules.cnd.modelimpl.platform.ModelSupport.resumeDeleteEvents(ModelSupport.java:690)
   at org.netbeans.modules.cnd.modelimpl.csm.core.NativeProjectListenerImpl.fileOperationsFinished(NativeProjectListenerImpl.java:267)
   at org.netbeans.modules.cnd.makeproject.NativeProjectProvider.fireFileOperationsFinished(NativeProjectProvider.java:374)
Comment 1 Alexander Simon 2012-11-30 07:48:09 UTC
Created attachment 128619 [details]
stacktrace
Comment 2 Vladimir Voskresensky 2012-11-30 07:56:33 UTC
Please, provide steps to reproduce. I'm very interested in this bug
Comment 3 Vladimir Voskresensky 2012-12-11 10:30:54 UTC
Sasha, any steps to reproduce?