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 211958 - "Choose Heap Dump Destination" dialog remembers state after canceled
Summary: "Choose Heap Dump Destination" dialog remembers state after canceled
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-05-02 11:41 UTC by jtau8042
Modified: 2012-05-10 09:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
fix (2.42 KB, patch)
2012-05-02 14:11 UTC, jtau8042
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description jtau8042 2012-05-02 11:41:36 UTC
Dialog should save its state only on OK button.
Comment 1 jtau8042 2012-05-02 14:11:02 UTC
Created attachment 118976 [details]
fix
Comment 2 Tomas Hurka 2012-05-02 14:27:35 UTC
It looks ok, with one exception - getDestinationType() and setDestinationType() should be private, not public.
Comment 3 jtau8042 2012-05-03 14:27:50 UTC
Changeset: http://hg.netbeans.org/profiler-main/rev/6d57786eddca
Comment 4 Quality Engineering 2012-05-10 09:57:06 UTC
Integrated into 'main-golden', will be available in build *201205100400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/6d57786eddca
User: Jan Taus <jtau8042@netbeans.org>
Log: #211958: "Choose Heap Dump Destination" dialog remembers state after canceled