Community
Participate
Working Groups
On line ~186 generateLaunchConfigurationName(String) is used, which is only available since Helios (3.6). See: http://help.eclipse.org/helios/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/debug/core/ILaunchManager.html IMO, we shouldn't be using 3.6 functionality just yet if we can work around it. Thoughts?
generateLaunchConfigurationName(String) seems to call generateUniqueLaunchConfigurationNameFrom(String) (deprecated) with the same argument, and then does some additional checking (see LaunchManager class). Is there another solution?
Version 0.6 does not support Eclipse < 3.6.0. So this is OK. Closing.