Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 179442

Summary: DBCS3.3: editing duplicated launch configuration won't be displayed
Product: [Eclipse Project] JDT Reporter: Masayuki Fuse <fuse>
Component: DebugAssignee: Curtis Windatt <curtis.windatt.public>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.3   
Target Milestone: 3.3 M7   
Hardware: PC   
OS: Windows Vista   
Whiteboard:

Description Masayuki Fuse CLA 2007-03-27 03:25:04 EDT
Driver M6
JVM: IBM 5.0 SR4

Steps to recreate
1- create a Java Project and a Java program
2- run the java program
3- open the project properties, then select Run/Debug Settings
4- Select the launch configuration (run at step2)
5- click Duplicate button
6- select the dupicated launch configuration, then click Edit... button
7- click OK button at the Edit launch configuration properties

Result
the launch configuration will be disappeared from the list
That will be appeared by re-opening the project properites
This scenario can be reproducible in English name.
Comment 1 Michael Rennie CLA 2007-04-04 17:55:54 EDT
fixed in HEAD

see RunDebugPropertiesPage

the problem is that we were refreshing the viewer, without specifying a selection.
Comment 2 Michael Rennie CLA 2007-04-04 17:56:40 EDT
please verify Curtis W
Comment 3 Curtis Windatt CLA 2007-04-05 13:53:15 EDT
Verified
Comment 4 Masayuki Fuse CLA 2007-05-08 05:32:07 EDT
verified in M7. closing.