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 153711 - NullPointerException at org.netbeans.modules.cnd.apt.impl.support.APTHandlersSupportImpl.extractIncludeStack
Summary: NullPointerException at org.netbeans.modules.cnd.apt.impl.support.APTHandlers...
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Vladimir Voskresensky
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-22 23:35 UTC by damian_nb
Modified: 2009-02-19 20:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 141368


Attachments
stacktrace (1.15 KB, text/plain)
2008-11-22 23:35 UTC, damian_nb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description damian_nb 2008-11-22 23:35:55 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Windows XP, 5.1, x86

User Comments:
damian_nb: opening jni.h file and from it tried to open stdio.h using Ctrl + mouse



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.cnd.apt.impl.support.APTHandlersSupportImpl.extractIncludeStack(APTHandlersSupportImpl.java:93)
        at org.netbeans.modules.cnd.apt.support.APTHandlersSupport.extractIncludeStack(APTHandlersSupport.java:89)
        at org.netbeans.modules.cnd.modelimpl.impl.services.FileInfoQueryImpl.getIncludeStack(FileInfoQueryImpl.java:291)
        at org.netbeans.modules.cnd.completion.cplusplus.hyperlink.CsmIncludeHyperlinkProvider.getTooltipText(CsmIncludeHyperlinkProvider.java:201)
        at org.netbeans.modules.cnd.completion.cplusplus.hyperlink.CsmAbstractHyperlinkProvider.getTooltipText(CsmAbstractHyperlinkProvider.java:194)
        at org.netbeans.lib.editor.hyperlink.HyperlinkOperation$TooltipResolver.getValue(HyperlinkOperation.java:433)
Comment 1 damian_nb 2008-11-22 23:35:59 UTC
Created attachment 74046 [details]
stacktrace
Comment 2 Vladimir Voskresensky 2008-11-27 11:51:34 UTC
fixed:
http://hg.netbeans.org/main?cmd=changeset;node=f45561d5ebb7
Comment 3 Quality Engineering 2008-11-28 17:28:05 UTC
Integrated into 'main-golden', will be available in build *200811281401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/f45561d5ebb7
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixed IZ#153711: NullPointerException at org.netbeans.modules.cnd.apt.impl.support.APTHandlersSupportImpl.extractIncludeStack
Comment 4 ahot 2008-12-19 10:58:52 UTC
OK in Build 200812181401