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 156926 - NullPointerException at org.netbeans.modules.cnd.modelimpl.parser.apt.APTRestorePreprocStateWalker.includeAction
Summary: NullPointerException at org.netbeans.modules.cnd.modelimpl.parser.apt.APTRest...
Status: RESOLVED DUPLICATE of bug 156324
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@cnd
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-16 00:48 UTC by danblanks
Modified: 2009-02-19 20:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 145251


Attachments
stacktrace (4.47 KB, text/plain)
2009-01-16 00:48 UTC, danblanks
Details

Note You need to log in before you can comment on or make changes to this bug.
Description danblanks 2009-01-16 00:48:50 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: Linux, 2.4.21-50.ELsmp, i386

User Comments:
danblanks: I am getting a lot of these exceptions whenever is parsing my C++ project.



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.cnd.modelimpl.parser.apt.APTRestorePreprocStateWalker.includeAction(APTRestorePreprocStateWalker.java:103)
        at org.netbeans.modules.cnd.modelimpl.parser.apt.APTProjectFileBasedWalker.include(APTProjectFileBasedWalker.java:93)
        at org.netbeans.modules.cnd.apt.support.APTAbstractWalker.onInclude(APTAbstractWalker.java:86)
        at org.netbeans.modules.cnd.apt.support.APTWalker.onAPT(APTWalker.java:269)
        at org.netbeans.modules.cnd.apt.support.APTWalker.visit(APTWalker.java:231)
        at org.netbeans.modules.cnd.apt.support.APTWalker.visit(APTWalker.java:234)
Comment 1 danblanks 2009-01-16 00:48:55 UTC
Created attachment 75873 [details]
stacktrace
Comment 2 Vladimir Voskresensky 2009-01-17 02:07:53 UTC

*** This issue has been marked as a duplicate of 156324 ***