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

Summary: NullPointerException at org.netbeans.modules.cnd.gizmo.SourceSupportProviderImpl.jumpToLine
Product: cnd Reporter: Alexander Simon <alexvsimon>
Component: -- Other --Assignee: Vladimir Voskresensky <vv159170>
Status: RESOLVED FIXED    
Severity: blocker CC: mslama
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=160182
Issue Type: DEFECT Exception Reporter: 160182
Attachments: stacktrace

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.