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 194500 - AssertionError: null object for UID ClassifierUID:KeyBasedUID on OffsDeclKey: ResourcePool[C 302-2704] {/home/inet/Dragon/draco/trunk/engine/src/ResourcePool.h; /home/inet/NetBeansProjects/dracoN}
Summary: AssertionError: null object for UID ClassifierUID:KeyBasedUID on OffsDeclKey:...
Status: RESOLVED DUPLICATE of bug 196228
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-19 21:32 UTC by vladdraco
Modified: 2011-03-03 13:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 175415


Attachments
stacktrace (3.97 KB, text/plain)
2011-01-19 21:33 UTC, vladdraco
Details

Note You need to log in before you can comment on or make changes to this bug.
Description vladdraco 2011-01-19 21:32:56 UTC
This issue was reported manually by vv159170.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build 201012150001)
VM: Java HotSpot(TM) Client VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-b05
OS: Linux

Stacktrace: 
java.lang.AssertionError: null object for UID ClassifierUID:KeyBasedUID on OffsDeclKey: ResourcePool[C 302-2704] {/home/inet/Dragon/draco/trunk/engine/src/ResourcePool.h; /home/inet/NetBeansProjects/dracoN}
   at org.netbeans.modules.cnd.modelimpl.csm.ClassEnumBase._getScope(ClassEnumBase.java:284)
   at org.netbeans.modules.cnd.modelimpl.csm.ClassEnumBase.getScope(ClassEnumBase.java:277)
   at org.netbeans.modules.cnd.api.model.util.CsmBaseUtilities.getClassNamespace(CsmBaseUtilities.java:300)
   at org.netbeans.modules.cnd.api.model.util.CsmBaseUtilities.getFunctionNamespace(CsmBaseUtilities.java:293)
   at org.netbeans.modules.cnd.modelimpl.csm.core.Resolver3.findContext(Resolver3.java:327)
   at org.netbeans.modules.cnd.modelimpl.csm.core.Resolver3.findContext(Resolver3.java:321)
Comment 1 vladdraco 2011-01-19 21:33:01 UTC
Created attachment 105170 [details]
stacktrace
Comment 2 Alexander Simon 2011-01-20 15:01:18 UTC
There are no chances to fix issue without steps to reproduce.
It seems bug duplicates #154264.
Probably root of issue is:
- user closed two projects and some libraries' objects become invalid (see a lot of "how can we store nulls?" messages in IDE log).
Downgrade issue and wait more statistic.
Work around: reparse project.
Comment 3 nnnnnk 2011-03-03 13:25:35 UTC

*** This bug has been marked as a duplicate of bug 196228 ***