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 197494 - NullPointerException at java.util.concurrent.ConcurrentHashMap.get
Summary: NullPointerException at java.util.concurrent.ConcurrentHashMap.get
Status: RESOLVED FIXED
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-04-06 13:34 UTC by vladdraco
Modified: 2011-04-29 04:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 178131


Attachments
stacktrace (4.57 KB, text/plain)
2011-04-06 13:34 UTC, vladdraco
Details

Note You need to log in before you can comment on or make changes to this bug.
Description vladdraco 2011-04-06 13:34:33 UTC
This issue was reported manually by vv159170.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build 201104020400)
VM: Java HotSpot(TM) Client VM, 19.1-b02, Java(TM) SE Runtime Environment, 1.6.0_24-b07
OS: Linux

Stacktrace: 
java.lang.NullPointerException
   at java.util.concurrent.ConcurrentHashMap.get(ConcurrentHashMap.java:768)
   at org.netbeans.modules.cnd.modelimpl.repository.RepositoryUtils$RepositoryListenerProxy.primitiveErrorStrategy(RepositoryUtils.java:431)
   at org.netbeans.modules.cnd.modelimpl.repository.RepositoryUtils$RepositoryListenerProxy.anExceptionHappened(RepositoryUtils.java:420)
   at org.netbeans.modules.cnd.repository.util.RepositoryListenersManager.fireAnException(RepositoryListenersManager.java:116)
   at org.netbeans.modules.cnd.repository.queue.RepositoryWritingThread.run(RepositoryWritingThread.java:139)
   at org.netbeans.modules.cnd.repository.queue.RepositoryThreadManager$Wrapper.run(RepositoryThreadManager.java:88)
Comment 1 vladdraco 2011-04-06 13:34:37 UTC
Created attachment 107554 [details]
stacktrace
Comment 2 Alexander Simon 2011-04-28 13:49:35 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/b62017768d0a
Comment 3 Quality Engineering 2011-04-29 04:40:32 UTC
Integrated into 'main-golden', will be available in build *201104290000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/b62017768d0a
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #197494 NullPointerException at java.util.concurrent.ConcurrentHashMap.get