Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 322029 - org.eclipse.linuxtools.profiling.tests.AbstractTest.java uses @since 3.6 methods
Summary: org.eclipse.linuxtools.profiling.tests.AbstractTest.java uses @since 3.6 methods
Status: CLOSED WONTFIX
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: LinuxTools (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: OProfile Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-06 15:50 EDT by Severin Gehwolf CLA
Modified: 2022-01-13 14:51 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Severin Gehwolf CLA 2010-08-06 15:50:56 EDT
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?
Comment 1 Roland Grunberg CLA 2010-08-26 16:08:02 EDT
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?
Comment 2 Severin Gehwolf CLA 2010-10-26 09:15:43 EDT
Version 0.6 does not support Eclipse < 3.6.0. So this is OK. Closing.