no message

This commit is contained in:
2024-10-11 00:00:30 +03:00
parent a11b7711f7
commit f317ab1aa1
341 changed files with 1866 additions and 1688 deletions

View File

@@ -1,6 +1,6 @@
package Visual_DVM_2021.Passes.All;
import Common.Current_;
import Common.Utils.CommonUtils;
import Common.Utils.Utils_;
import _VisualDVM.Current;
import _VisualDVM.ProjectData.Project.db_project_info;
import Common.Passes.Pass;
@@ -16,7 +16,7 @@ public class CloseProject extends Pass<db_project_info> {
@Override
protected void performDone() throws Exception {
Current.getSapfor().ResetAllAnalyses();
Current.getSapfor().cd(CommonUtils.getHomeDirectory());
Current.getSapfor().cd(Utils_.getHomeDirectory());
Current_.set(Current.Project, null);
//-
}