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 92241 - Attach method is not updated in attach wizard
Summary: Attach method is not updated in attach wizard
Status: VERIFIED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: J Bachorik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-10 16:28 UTC by ehucka
Modified: 2007-01-12 12:27 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 ehucka 2007-01-10 16:28:36 UTC
Steps to reproduce:

1. Start profiler with jdk 1.6
2. Configure attach wizard of e.g. AnagramGame project to Local - Dynamic
3. confirm attach wizard to save its settings
4. restart ide with jdk 1.5.0
5. go to attach wizard - there is dynamic attach method disabled, auto-selected
Direct - press Next button
6. the rest of wizard shows information about Dynamic attach

To correct this state there should be e.g. switched to Remote attach method and
back to Local in the first panel of the wizard.
Comment 1 J Bachorik 2007-01-11 07:58:22 UTC
fixed in trunk
The attach wizard inconsistently evaluated the state of dynamic/direct attach
radio buttons - thus setting the state to the result of the latest evaluation in
chain.
Comment 2 ehucka 2007-01-12 12:27:28 UTC
verified