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 174573 - NullPointerException at org.netbeans.modules.cnd.gizmo.SourceSupportProviderImpl.jumpToLine
Summary: NullPointerException at org.netbeans.modules.cnd.gizmo.SourceSupportProviderI...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vladimir Voskresensky
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-14 17:12 UTC by Alexander Simon
Modified: 2009-11-02 11:23 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 160182


Attachments
stacktrace (641 bytes, text/plain)
2009-10-14 17:12 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2009-10-14 17:12:50 UTC
Build: NetBeans IDE Dev (Build 091014)
VM: Java HotSpot(TM) Client VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: SunOS, 5.10, x86

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.cnd.gizmo.SourceSupportProviderImpl.jumpToLine(SourceSupportProviderImpl.java:293)
        at org.netbeans.modules.cnd.gizmo.SourceSupportProviderImpl.access$100(SourceSupportProviderImpl.java:82)
        at org.netbeans.modules.cnd.gizmo.SourceSupportProviderImpl$2.run(SourceSupportProviderImpl.java:275)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:602)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1084)
Comment 1 Alexander Simon 2009-10-14 17:12:56 UTC
Created attachment 89460 [details]
stacktrace
Comment 2 Vladimir Voskresensky 2009-10-14 20:03:54 UTC
fixed:
http://hg.netbeans.org/cnd-main?cmd=changeset;node=9500a8becc50
Comment 3 mslama 2009-11-02 11:23:26 UTC
BTW jumpToLine should be called in AWT as it operates on Swing document.