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 98816 - NPE from CsmProjectContentResolver.getNamespaceMembers
Summary: NPE from CsmProjectContentResolver.getNamespaceMembers
Status: CLOSED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Completion (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-23 16:31 UTC by Jiri Prox
Modified: 2007-12-14 10:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
full stacktrace (1.78 KB, text/plain)
2007-03-23 16:32 UTC, Jiri Prox
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Prox 2007-03-23 16:31:29 UTC
NetBeans IDE Dev (Build 200703211900)
1.6.0; Java HotSpot(TM) Client VM 1.6.0-b105
Linux version 2.6.5-1.358 running on i386
en_US (nb); UTF-8
CND Build070322

Random NPE from CsmProjectContentResolver.getNamespaceMembers occurred when
opening code completion window. Sorry I cannot find any reliable steps to
reproduce. But it happened when I was trying to repeat issue 98780.

-> java.lang.NullPointerException
	at
org.netbeans.modules.cnd.completion.csm.CsmProjectContentResolver.getNamespaceMembers(CsmProjectContentResolver.java:607)
	at
org.netbeans.modules.cnd.completion.csm.CsmProjectContentResolver.getNamespaceMembers(CsmProjectContentResolver.java:593)
Comment 1 Jiri Prox 2007-03-23 16:32:04 UTC
Created attachment 39880 [details]
full stacktrace
Comment 2 Vladimir Voskresensky 2007-04-03 12:32:57 UTC
fixed

cvs log:
Checking in CsmProjectContentResolver.java;
/shared/data/ccvs/repository/cnd/completion/src/org/netbeans/modules/cnd/completion/csm/CsmProjectContentResolver.java,v
 <--  CsmProjectContentResolver.java
new revision: 1.2.2.11.4.10; previous revision: 1.2.2.11.4.9
done