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 152876 - NullPointerException at org.netbeans.modules.cnd.editor.parser.CppMetaModel.fireObjectParsed
Summary: NullPointerException at org.netbeans.modules.cnd.editor.parser.CppMetaModel.f...
Status: CLOSED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Alexey Vladykin
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-10 14:33 UTC by _ nzero2002
Modified: 2009-02-19 20:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 137968


Attachments
stacktrace (488 bytes, text/plain)
2008-11-10 14:33 UTC, _ nzero2002
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ nzero2002 2008-11-10 14:33:11 UTC
Build: NetBeans IDE 6.5 RC1 (Build 200810171318)
VM: Java HotSpot(TM) Client VM, 1.6.0_03-b05, Java(TM) SE Runtime Environment, 1.6.0_03-b05
OS: Windows XP, 5.1, x86

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.cnd.editor.parser.CppMetaModel.fireObjectParsed(CppMetaModel.java:204)
        at org.netbeans.modules.cnd.editor.parser.CppMetaModel.access$100(CppMetaModel.java:62)
        at org.netbeans.modules.cnd.editor.parser.CppMetaModel$.run(CppMetaModel.java:168)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:572)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:997)
Comment 1 _ nzero2002 2008-11-10 14:33:15 UTC
Created attachment 73581 [details]
stacktrace
Comment 2 Alexey Vladykin 2008-11-19 19:28:06 UTC
Fixed in http://hg.netbeans.org/main/rev/b1b501eba614
Comment 3 Quality Engineering 2008-11-20 04:45:49 UTC
Integrated into 'main-golden', will be available in build *200811200201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/b1b501eba614
User: Alexey Vladykin <alexey_vladkin@netbeans.org>
Log: #152876: NullPointerException at org.netbeans.modules.cnd.editor.parser.CppMetaModel.fireObjectParsed
Comment 4 ahot 2008-12-18 17:05:30 UTC
Can't check, there is no scenario.