From c6e5036b9c323342dbcf3df7589fd0540597e342 Mon Sep 17 00:00:00 2001 From: 02090095 Date: Wed, 24 Apr 2024 22:23:50 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B4=D0=B5=D0=BB=D0=B0=D0=BD?= =?UTF-8?q?=D1=8B=20=D0=BF=D1=80=D0=BE=D1=86=D0=B5=D1=81=D1=81=D1=8B=20?= =?UTF-8?q?=D0=B4=D0=BB=D1=8F=20=D1=80=D0=B0=D0=B7=D0=BD=D1=8B=D1=85=20?= =?UTF-8?q?=D0=BC=D0=B0=D1=88=D0=B8=D0=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 12 +- properties | 4 +- src/Common/GlobalProperties.java | 47 +++ src/Common/Utils/Utils.java | 2 +- .../Common/MachineProcess/MachineProcess.java | 10 +- .../MachineProcess/MachineProcessSet.java | 14 + src/TestingSystem/Common/TestingPlanner.java | 27 +- src/TestingSystem/Common/TestingServer.java | 49 +-- src/TestingSystem/DVM/DVMTestingPlanner.java | 385 ------------------ .../DVM/MachineQueueSupervisor.java | 60 +-- .../SAPFOR/SapforTestingPlanner.java | 2 +- src/Visual_DVM_2021/Passes/Pass_2021.java | 2 +- 12 files changed, 143 insertions(+), 471 deletions(-) delete mode 100644 src/TestingSystem/DVM/DVMTestingPlanner.java diff --git a/.idea/workspace.xml b/.idea/workspace.xml index e7cdfb35..e9529cb0 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -7,17 +7,17 @@ - - + - - - + + - + + +