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 198679 - NullPointerException at java.util.concurrent.ConcurrentHashMap.remove
Summary: NullPointerException at java.util.concurrent.ConcurrentHashMap.remove
Status: RESOLVED DUPLICATE of bug 198724
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 7.0.1
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-17 14:37 UTC by Alexander Simon
Modified: 2011-05-20 08:55 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 178895


Attachments
stacktrace (1.83 KB, text/plain)
2011-05-17 14:38 UTC, Alexander Simon
Details
stacktrace (1.83 KB, text/plain)
2011-05-17 16:52 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2011-05-17 14:37:57 UTC
Build: NetBeans IDE 7.0.1 Dev (Build 20110517-a5f1dada6fb6)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Windows 7

User Comments:
alexvsimon: connect to remote host




Stacktrace: 
java.lang.NullPointerException
   at java.util.concurrent.ConcurrentHashMap.remove(ConcurrentHashMap.java:922)
   at org.netbeans.modules.cnd.modelimpl.csm.core.ModelImpl._closeProject2(ModelImpl.java:279)
   at org.netbeans.modules.cnd.modelimpl.csm.core.ModelImpl._closeProject(ModelImpl.java:264)
   at org.netbeans.modules.cnd.modelimpl.csm.core.ModelImpl.closeProject(ModelImpl.java:241)
   at org.netbeans.modules.cnd.modelimpl.csm.core.ModelImpl.scheduleReparse(ModelImpl.java:745)
   at org.netbeans.modules.cnd.remote.fs.RemoteCodeModelUtils.scheduleReparse(RemoteCodeModelUtils.java:65)
Comment 1 Alexander Simon 2011-05-17 14:38:02 UTC
Created attachment 108358 [details]
stacktrace
Comment 2 Alexander Simon 2011-05-17 16:52:46 UTC
Created attachment 108364 [details]
stacktrace
Comment 3 Vladimir Voskresensky 2011-05-19 10:11:04 UTC
I've added some logs and now we have issue #198724

*** This bug has been marked as a duplicate of bug 198724 ***
Comment 4 Quality Engineering 2011-05-20 08:55:59 UTC
Integrated into 'main-golden', will be available in build *201105200400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/200c904da0d8
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: diagnostics for #198679 -  NullPointerException at java.util.concurrent.ConcurrentHashMap.remove
(transplanted from 0ba519494ea6210136d5e3332460e22548b43c91)