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 249412 - NullPointerException at org.netbeans.modules.cnd.repository.storage.Storage.closeUnit
Summary: NullPointerException at org.netbeans.modules.cnd.repository.storage.Storage.c...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on: 243240
Blocks:
  Show dependency tree
 
Reported: 2014-12-17 18:20 UTC by tbrunhoff
Modified: 2015-01-30 10:51 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 214301


Attachments
stacktrace (2.78 KB, text/plain)
2014-12-17 18:20 UTC, tbrunhoff
Details
stacktrace (6.78 KB, text/plain)
2014-12-17 21:35 UTC, tbrunhoff
Details

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

User Comments:
tbrunhoff: starting ide after removing ~/.cache/netbeans/dev/cnd/model/




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.repository.storage.Storage.closeUnit(Storage.java:549)
   at org.netbeans.modules.cnd.repository.storage.StorageManager.close(StorageManager.java:250)
   at org.netbeans.modules.cnd.repository.RepositoryImpl.closeUnit(RepositoryImpl.java:231)
   at org.netbeans.modules.cnd.repository.api.Repository.closeUnit(Repository.java:107)
   at org.netbeans.modules.cnd.modelimpl.repository.RepositoryUtils._closeUnit(RepositoryUtils.java:325)
   at org.netbeans.modules.cnd.modelimpl.repository.RepositoryUtils.closeUnit(RepositoryUtils.java:307)
Comment 1 tbrunhoff 2014-12-17 18:20:45 UTC
Created attachment 151151 [details]
stacktrace
Comment 2 tbrunhoff 2014-12-17 21:35:27 UTC
Created attachment 151153 [details]
stacktrace

Opened a dialog to open a project.
Comment 3 Vladimir Voskresensky 2014-12-18 16:38:50 UTC
http://hg.netbeans.org/cnd-main/rev/fa11d6cb0da7
Comment 4 Quality Engineering 2014-12-19 04:35:30 UTC
Integrated into 'main-silver', will be available in build *201412190001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/fa11d6cb0da7
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixed #249412 - NullPointerException at org.netbeans.modules.cnd.repository.storage.Storage.closeUnit