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 148776 - Add copy char[] content
Summary: Add copy char[] content
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jiri Sedlacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-30 18:05 UTC by _ rkubacki
Modified: 2016-11-09 10:24 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ rkubacki 2008-09-30 18:05:57 UTC
when walking head dump it is useful to copy value of a String (or its char[]):
1. when you want to pass the information what you have found
2. when the content is truncated

I'd say it is a RFE but the latter is so annoying for long strings that it sounds more like a bug to me.
Comment 1 Jiri Sedlacek 2008-10-01 08:57:29 UTC
This is really an enhancement, current functionality works as designed. Afaik the char[] contents is truncated just in
the tooltip and full contents is still available in Fields view (not easy to use but not a defect).
Comment 2 Tomas Hurka 2009-04-08 12:52:47 UTC
Milestone cleanup: future->next
Comment 3 Jiri Sedlacek 2016-11-09 10:24:50 UTC
Already available in the preview area in Instances view.