diff --git a/checkmarx-ast-eclipse-plugin/src/com/checkmarx/eclipse/views/CheckmarxView.java b/checkmarx-ast-eclipse-plugin/src/com/checkmarx/eclipse/views/CheckmarxView.java index 186ced70..875f89e4 100644 --- a/checkmarx-ast-eclipse-plugin/src/com/checkmarx/eclipse/views/CheckmarxView.java +++ b/checkmarx-ast-eclipse-plugin/src/com/checkmarx/eclipse/views/CheckmarxView.java @@ -908,6 +908,7 @@ private void loadLatestScanByDefault(List scanList) { } else { currentScanId = getLatestScanFromScanList(scanList).getId(); } + sync.asyncExec(() -> { loadingScans(); currentScanIdFormmated = getScanNameFromId(scanList, currentScanId);