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 251998 - AssertionError: null object for UID DeclarationUID:KeyBasedUID on OffsDeclKey: DataBlob[f 22290-22409] {/home/toddb/src/srcapp/omneon/codecs/generic/gen-codec.cc; /home/toddb/src/srcapp/omneon/codecs/
Summary: AssertionError: null object for UID DeclarationUID:KeyBasedUID on OffsDeclKey...
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: petrk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-22 17:41 UTC by tbrunhoff
Modified: 2016-10-31 11:14 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 216919


Attachments
stacktrace (3.00 KB, text/plain)
2015-04-22 17:41 UTC, tbrunhoff
Details
stacktrace (2.97 KB, text/plain)
2015-07-29 17:26 UTC, tbrunhoff
Details
stacktrace (3.05 KB, text/plain)
2015-07-31 15:39 UTC, tbrunhoff
Details
stacktrace (3.01 KB, text/plain)
2016-06-22 14:12 UTC, PolesApart
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tbrunhoff 2015-04-22 17:41:17 UTC
Build: NetBeans IDE Dev (Build 201503250001)
VM: Java HotSpot(TM) Client VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Linux

User Comments:
tbrunhoff: Inserting new code in the editor.




Stacktrace: 
java.lang.AssertionError: null object for UID DeclarationUID:KeyBasedUID on OffsDeclKey: DataBlob[f 22290-22409] {/home/toddb/src/srcapp/omneon/codecs/generic/gen-codec.cc; /home/toddb/src/srcapp/omneon/codecs/generic/generic.nb/N/}
   at org.netbeans.modules.cnd.modelimpl.csm.deep.ExpressionBase._getScope(ExpressionBase.java:169)
   at org.netbeans.modules.cnd.modelimpl.csm.deep.ExpressionBase.getScope(ExpressionBase.java:125)
   at org.netbeans.modules.cnd.api.model.util.CsmBaseUtilities.findClosestTopLevelObject(CsmBaseUtilities.java:484)
   at org.netbeans.modules.cnd.completion.impl.xref.ReferenceImpl.initClosestTopLevelObject(ReferenceImpl.java:308)
   at org.netbeans.modules.cnd.completion.impl.xref.ReferenceImpl.getReferencedObjectImpl(ReferenceImpl.java:138)
   at org.netbeans.modules.cnd.completion.impl.xref.ReferenceImpl.getReferencedObject(ReferenceImpl.java:95)
Comment 1 tbrunhoff 2015-04-22 17:41:19 UTC
Created attachment 153309 [details]
stacktrace
Comment 2 tbrunhoff 2015-07-29 17:26:52 UTC
Created attachment 155019 [details]
stacktrace

reverting edits.
Comment 3 tbrunhoff 2015-07-31 15:39:06 UTC
Created attachment 155098 [details]
stacktrace

editing, inserting code.
Comment 4 Exceptions Reporter 2015-09-14 15:07:53 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=216919
Comment 5 Vladimir Kvashin 2015-09-23 21:24:28 UTC
5 dups => P2
Comment 6 PolesApart 2016-06-22 14:12:27 UTC
Created attachment 160131 [details]
stacktrace

Editing C++ code.