eclipse-tracecompass-incubator / org.eclipse.tracecompass.incubator

Eclipse Public License 2.0
4 stars 14 forks source link

callstack: deprecate all classes that were moved to core #16

Closed arfio closed 5 months ago

arfio commented 6 months ago

Deprecate all the classes from callstack and analysis that were moved to core. Change the classes that were not moved to depend on profiling.core and profiling.core.tests. Dependent on https://github.com/eclipse-tracecompass-incubator/org.eclipse.tracecompass.incubator/pull/18 that will remove every dependency to these classes

arfio commented 6 months ago

Thank you for the review, I have changed the deprecation version argument like you suggested. For the other plug-ins using the deprecated API, I have another pull request opened for this: https://github.com/eclipse-tracecompass-incubator/org.eclipse.tracecompass.incubator/pull/18