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 192372 - [70cat] AssertionError: must have container project
Summary: [70cat] AssertionError: must have container project
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
: 195887 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-11-23 21:15 UTC by javydreamercsw
Modified: 2011-02-24 21:59 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 174225


Attachments
stacktrace (4.53 KB, text/plain)
2010-11-23 21:15 UTC, javydreamercsw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description javydreamercsw 2010-11-23 21:15:01 UTC
Build: NetBeans IDE 7.0 Beta (Build 201011152355)
VM: Java HotSpot(TM) Client VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Windows XP

User Comments:
javydreamercsw: Deleting a .bak file generated externally and shown in the project.




Stacktrace: 
java.lang.AssertionError: must have container project
   at org.netbeans.modules.cnd.modelimpl.csm.core.NativeProjectListenerImpl.getProject(NativeProjectListenerImpl.java:353)
   at org.netbeans.modules.cnd.modelimpl.csm.core.NativeProjectListenerImpl.onProjectItemRemoved(NativeProjectListenerImpl.java:278)
   at org.netbeans.modules.cnd.modelimpl.csm.core.NativeProjectListenerImpl.fileRemoved(NativeProjectListenerImpl.java:116)
   at org.netbeans.modules.cnd.makeproject.NativeProjectProvider.fireFilesRemoved(NativeProjectProvider.java:293)
   at org.netbeans.modules.cnd.makeproject.api.configurations.MakeConfigurationDescriptor.fireFilesRemoved(MakeConfigurationDescriptor.java:536)
   at org.netbeans.modules.cnd.makeproject.api.configurations.Folder.removeItemAction(Folder.java:691)
Comment 1 javydreamercsw 2010-11-23 21:15:05 UTC
Created attachment 103260 [details]
stacktrace
Comment 2 Vladimir Voskresensky 2010-12-08 11:50:03 UTC

*** This bug has been marked as a duplicate of bug 191701 ***
Comment 3 Vladimir Voskresensky 2010-12-08 11:50:29 UTC
incorrect close
Comment 4 Vladimir Voskresensky 2010-12-08 13:41:04 UTC
fixed:
http://hg.netbeans.org/cnd-main?cmd=changeset;node=e8d9623a22fe
Comment 5 Quality Engineering 2010-12-09 06:18:01 UTC
Integrated into 'main-golden', will be available in build *201012090001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/e8d9623a22fe
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixed #192372 -  [70cat] AssertionError: must have container project
Comment 6 Vladimir Voskresensky 2011-02-24 21:59:12 UTC
*** Bug 195887 has been marked as a duplicate of this bug. ***