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 212826 - [heapwalker] weird spinner in Summary tab
Summary: [heapwalker] weird spinner in Summary tab
Status: RESOLVED WONTFIX
Alias: None
Product: profiler
Classification: Unclassified
Component: Ide (show other bugs)
Version: 7.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-22 10:59 UTC by Petr Cyhelsky
Modified: 2012-05-23 09:03 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 Petr Cyhelsky 2012-05-22 10:59:31 UTC
Product Version: NetBeans IDE Dev (Build 201205200400)
Java: 1.7.0_04; Java HotSpot(TM) Client VM 23.0-b21
System: Linux version 3.2.0-24-generic running on i386; UTF-8; en_US (nb)

The spinner - Find n biggest objects by retained size is not working for values bigger than 100 - if n is greater than 100 the arrows don't work (they should both change the number to MAX_VALUE which in this case is 100) and the Find button will find default (20) number of biggest objects instead of max(100)
Comment 1 Jiri Sedlacek 2012-05-23 09:03:49 UTC
This is the default Swing JSpinner behavior. Invalid value is correctly reverted when the component loses focus.

Please file a bug/ER for the Swing component if you still think this behavior is incorrect.