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: Simplify and rename state system analysis validation
This commit moves parameter validation logic out of
AbstractStateSystemAnalysisDataProvider, retaining only the
check for analysis module initialization. This change allows
better support for data providers that do not share common
query parameters.
Signed-off-by: Siwei Zhang <siwei.zhang@ericsson.com>
Copy file name to clipboardExpand all lines: tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/model/AbstractStateSystemAnalysisDataProvider.java
Copy file name to clipboardExpand all lines: tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/model/xy/AbstractTreeCommonXDataProvider.java
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -76,13 +76,17 @@ public final TmfModelResponse<ITmfXyModel> fetchXY(Map<String, Object> fetchPara
0 commit comments