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 217466 - Disable "Go To Source" action for primitive types
Summary: Disable "Go To Source" action for primitive types
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: jtau8042
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-27 13:49 UTC by jtau8042
Modified: 2012-09-22 02:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
fix (10.48 KB, patch)
2012-08-28 10:36 UTC, jtau8042
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description jtau8042 2012-08-27 13:49:55 UTC
Go To Source action should be disabled for arrays of primitive type in heap dump walker. Following tables should be updated:
- classes
- fields
- references
- static fields
Comment 1 jtau8042 2012-08-28 10:36:50 UTC
Created attachment 123645 [details]
fix
Comment 2 Tomas Hurka 2012-09-18 15:09:59 UTC
The fix OK. You can integrate it.
Comment 3 jtau8042 2012-09-20 10:22:05 UTC
changeset: http://hg.netbeans.org/profiler-main/rev/2dfeccb71c1c
Comment 4 Quality Engineering 2012-09-22 02:16:37 UTC
Integrated into 'main-golden', will be available in build *201209220001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/2dfeccb71c1c
User: Jan Taus <jtau8042@netbeans.org>
Log: #217466: Disabling 'Go to Source' menu entries for arrays of primitive types.