You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tmf.config: deprecate create/update methods with parameter map
Use the corresponding methods with ITmfConfiguration instead
[Deprecated] create/update methods with parameter map
Signed-off-by: Bernd Hufmann <[email protected]>
Copy file name to clipboardExpand all lines: tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/src/org/eclipse/tracecompass/tmf/analysis/xml/core/tests/config/XmlConfigurationSourceTest.java
+22-12Lines changed: 22 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ public void emptyXmlFolder() {
Copy file name to clipboardExpand all lines: tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/config/ITmfConfigurationSource.java
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,9 @@ public interface ITmfConfigurationSource {
41
41
* @return a new {@link ITmfConfiguration} if successful
42
42
* @throws TmfConfigurationException
43
43
* If the creation of the configuration fails
44
+
* @deprecated As of version 10.0, use {@link #create(ITmfConfiguration)} instead
0 commit comments