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 251596 - NullPointerException at org.netbeans.modules.cnd.modelimpl.impl.services.InstantiationProviderImpl.collectProjects
Summary: NullPointerException at org.netbeans.modules.cnd.modelimpl.impl.services.Inst...
Status: RESOLVED WORKSFORME
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-02 16:31 UTC by Exceptions Reporter
Modified: 2015-09-25 16:21 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 216497


Attachments
stacktrace (2.11 KB, text/plain)
2015-04-02 16:31 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-04-02 16:31:33 UTC
This issue was reported manually by alexvsimon.
It already has 1 duplicates 


Build: NetBeans IDE 8.0.2 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b25
OS: Linux

User Comments:
GUEST: This happened right after starting net beans. The last open project was automatically loaded.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.modelimpl.impl.services.InstantiationProviderImpl.collectProjects(InstantiationProviderImpl.java:799)
   at org.netbeans.modules.cnd.modelimpl.impl.services.InstantiationProviderImpl.specialize(InstantiationProviderImpl.java:619)
   at org.netbeans.modules.cnd.modelimpl.impl.services.InstantiationProviderImpl.instantiate(InstantiationProviderImpl.java:370)
   at org.netbeans.modules.cnd.modelimpl.impl.services.InstantiationProviderImpl.instantiate(InstantiationProviderImpl.java:336)
   at org.netbeans.modules.cnd.modelimpl.csm.TypeImpl.specialize(TypeImpl.java:817)
   at org.netbeans.modules.cnd.modelimpl.csm.TypeImpl.getClassifier(TypeImpl.java:793)
Comment 1 Exceptions Reporter 2015-04-02 16:31:35 UTC
Created attachment 153001 [details]
stacktrace
Comment 2 Vladimir Kvashin 2015-09-25 16:21:47 UTC
OffsetableBase.getContainingFile() returned null.
This is most likely a repository problem that was fixed by numerous late Dec 2014 fixes.