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 92639 - Add filter to object allocations field
Summary: Add filter to object allocations field
Status: VERIFIED WONTFIX
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-01-16 17:45 UTC by Ivan Sidorkin
Modified: 2007-03-26 14:39 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 Ivan Sidorkin 2007-01-16 17:45:42 UTC
- open any project
- select in main menu Profile->Profile Main Project
- select Analyze Memory Usage task

Take everu ___ object allocations do not have any filter so you can enter any
value even symbols.
Comment 1 Jiri Sedlacek 2007-02-12 11:53:08 UTC
It seems that the spinner correctly filters out invalid characters on 
focusLost. Will check if anything more can be done.
Comment 2 Jiri Sedlacek 2007-02-16 15:04:36 UTC
Probably possible to fix but won't do that - actually default Swing JSpinner 
with NumberFormat and NumberEditor is used so the component behaves as designed.

Not very nice but shouldn't cause any problems to the user because invalid 
characters are removed on focusLost(). Hopefuly will be fixed in future 
versions of Swing.
Comment 3 Ivan Sidorkin 2007-03-26 14:39:28 UTC
verified