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 249657 - NullPointerException at org.netbeans.modules.cnd.modelimpl.csm.deep.LazyStatementImpl.renderStatements
Summary: NullPointerException at org.netbeans.modules.cnd.modelimpl.csm.deep.LazyState...
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-01-06 09:27 UTC by Exceptions Reporter
Modified: 2015-09-24 12:44 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 214589


Attachments
stacktrace (754 bytes, text/plain)
2015-01-06 09:27 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-01-06 09:27:26 UTC
This issue was reported manually by alexvsimon.
It already has 1 duplicates 


Build: Oracle Solaris Studio 12.4 (2014/10/03 bc3251f82efb)
VM: Java HotSpot(TM) Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Windows 7

User Comments:
GUEST: Create a c++ Project, add exists items.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.modelimpl.csm.deep.LazyStatementImpl.renderStatements(LazyStatementImpl.java:129)
   at org.netbeans.modules.cnd.modelimpl.csm.deep.LazyStatementImpl.createStatements(LazyStatementImpl.java:116)
   at org.netbeans.modules.cnd.modelimpl.csm.deep.LazyStatementImpl.getStatements(LazyStatementImpl.java:88)
   at org.netbeans.modules.cnd.qnavigator.navigator.BreadcrumbsElementImpl.getChildren(BreadcrumbsElementImpl.java:128)
   at org.netbeans.modules.cnd.qnavigator.navigator.BreadCrumbsFactory$Body.run(BreadCrumbsFactory.java:151)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1423)
Comment 1 Exceptions Reporter 2015-01-06 09:27:29 UTC
Created attachment 151381 [details]
stacktrace
Comment 2 Vladimir Kvashin 2015-09-24 12:44:36 UTC
This means that getContainingFile returned null for this LazyStatementImpl. This can be result of repository problems that were fixed in Dec 2014.