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 95840 - Attach Wizard should remember values until profiler task is started
Summary: Attach Wizard should remember values until profiler task is started
Status: VERIFIED INVALID
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-16 17:15 UTC by Alexander Kouznetsov
Modified: 2007-03-23 11:19 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-02-16 17:15:07 UTC
Profiler 070216

Steps to reproduce:
- Click Attach Profiler
- Click Attach Wizard
- Provide All the parameters, finish Attach Wizard
- Change Project
- RESULT: All parameters of Attach Wizard are reset to project defaults. User is
not notified about this. This could be misleading. Attach Wizard parameters
should be remembered until Profiling task is started.
Comment 1 J Bachorik 2007-03-23 11:04:08 UTC
If I get it correctly, the attach parameters are changed when the project is
changed? As the attach settings are defined per project this is only expected
behavior. If you change back to the previously edited project you get your
changes back. This is how it's supposed to work.
Comment 2 Alexander Kouznetsov 2007-03-23 11:19:52 UTC
The problem was about the fact that there was no clear indication of link
between values in Attach Wizard and currently selected project in Select
Profiling Task dialog. If the Attach Wizard had had a field or label where the
name of the project was specified, it would had been good enough.

Due to SPT reimplementation Attach parameters are currently shown in Select
Profiling Task dialog so the user has a chance to catch the fact that attach
parameters are changing when another project is selected.