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 239323 - NullPointerException at org.netbeans.modules.cnd.modelimpl.csm.core.OffsetableBase.getText
Summary: NullPointerException at org.netbeans.modules.cnd.modelimpl.csm.core.Offsetabl...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-10 16:10 UTC by Exceptions Reporter
Modified: 2013-12-19 03:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 205775


Attachments
stacktrace (835 bytes, text/plain)
2013-12-10 16:10 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-12-10 16:10:00 UTC
This issue was reported manually by vv159170.
It already has 1 duplicates 


Build: NetBeans IDE 7.4 (Build 201310111528)
VM: OpenJDK 64-Bit Server VM, 23.7-b01, OpenJDK Runtime Environment, 1.7.0_25-b30
OS: Linux

User Comments:
GUEST: THe IDE is parsing the project. (Large project)




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.modelimpl.csm.core.OffsetableBase.getText(OffsetableBase.java:154)
   at org.netbeans.modules.cnd.qnavigator.navigator.StatementNode.<init>(StatementNode.java:293)
   at org.netbeans.modules.cnd.qnavigator.navigator.StatementNode.createExpressionNode(StatementNode.java:265)
   at org.netbeans.modules.cnd.qnavigator.navigator.StatementNode.createStatementNode(StatementNode.java:110)
   at org.netbeans.modules.cnd.qnavigator.navigator.BreadcrumbsElementImpl.getChildren(BreadcrumbsElementImpl.java:113)
   at org.netbeans.modules.cnd.qnavigator.navigator.BreadCrumbsFactory$Body.run(BreadCrumbsFactory.java:144)
Comment 1 Exceptions Reporter 2013-12-10 16:10:01 UTC
Created attachment 143020 [details]
stacktrace
Comment 2 Alexander Simon 2013-12-18 11:03:30 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/fb6902ed5fd9
Comment 3 Quality Engineering 2013-12-19 03:14:14 UTC
Integrated into 'main-silver', will be available in build *201312190002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/fb6902ed5fd9
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #239323 NullPointerException at org.netbeans.modules.cnd.modelimpl.csm.core.OffsetableBase.getText