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 113106 - Exception on Go To Source
Summary: Exception on Go To Source
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@profiler
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2007-08-17 16:26 UTC by Alexander Kouznetsov
Modified: 2008-08-25 16:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception (1.32 KB, text/plain)
2007-08-17 16:27 UTC, Alexander Kouznetsov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Kouznetsov 2007-08-17 16:26:44 UTC
Product Version: NetBeans IDE Dev (Build 200708140000) 

The issue doesn't seem to be reproducible, but once the following situation had happened:

When doing memory profiling and clicking Go to Source on Object[] I got an NPE:

java.lang.NullPointerException
    at org.netbeans.modules.profiler.utils.SourceUtils$11.run(SourceUtils.java:890)
    ...
Comment 1 Alexander Kouznetsov 2007-08-17 16:27:40 UTC
Created attachment 46797 [details]
Exception
Comment 2 J Bachorik 2008-08-25 16:09:24 UTC
This seems to have been fixed alongside with some other issues. The code is guarded against NULL values now.
If you are still able to reproduce this problem, plz, reopen the issue.