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 112855 - [heapwalker] Show nearest GC root doesn't always scroll to the GC Root node correctly
Summary: [heapwalker] Show nearest GC root doesn't always scroll to the GC Root node c...
Status: VERIFIED DUPLICATE of bug 105882
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jiri Sedlacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-15 10:02 UTC by Alexander Kouznetsov
Modified: 2007-08-15 13:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Kouznetsov 2007-08-15 10:02:48 UTC
Product Version: NetBeans IDE Dev (Build 200708130000) 
Java: 1.6.0; Java HotSpot(TM) Client VM 1.6.0-b105 
System: Windows XP version 5.1 running on x86; Cp1251; ru_RU (nb)

Steps to reproduce:
- Open heap dump http://www.netbeans.org/nonav/issues/showattachment.cgi/46649/heapdump-1187082174218.zip
- Open javax.swing.text.html.StyleSheet$SelectorMapping instances list
- Perform Show Nearest GC Root action for different instances, for example, instance #22
- RESULT: GC root node is found and selected, but scrolling is not enough and it is outside the visible area
Comment 1 Jiri Sedlacek 2007-08-15 10:40:04 UTC
Looks like a duplicate of your Issue 105882.

*** This issue has been marked as a duplicate of 105882 ***
Comment 2 Alexander Kouznetsov 2007-08-15 13:41:18 UTC
You're right. Sorry.