From df9fb2e2a2c50b4541bacf854db6c76a147e45e7 Mon Sep 17 00:00:00 2001 From: 02090095 Date: Tue, 17 Sep 2024 01:04:41 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D1=80=D0=BE=D0=BC=D0=B5=D0=B6=D1=83?= =?UTF-8?q?=D1=82=D0=BE=D1=87=D0=BD=D1=8B=D0=B9.=20=D0=BE=D0=BF=D1=82?= =?UTF-8?q?=D0=B8=D0=BC=D0=B8=D0=B7=D0=B0=D1=86=D0=B8=D1=8F=20=D1=85=D1=80?= =?UTF-8?q?=D0=B0=D0=BD=D0=B5=D0=BD=D0=B8=D1=8F=20=D1=81=D0=B2=D1=8F=D0=B7?= =?UTF-8?q?=D0=B0=D0=BD=D0=BD=D1=8B=D1=85=20=D1=81=20=D0=BF=D0=B0=D0=BA?= =?UTF-8?q?=D0=B5=D1=82=D0=BE=D0=BC=20=D0=BA=D0=BE=D0=BD=D1=84=D0=B8=D0=B3?= =?UTF-8?q?=D1=83=D1=80=D0=B0=D1=86=D0=B8=D0=B9=20=D0=B8=20=D0=B8=D1=85=20?= =?UTF-8?q?=D0=BE=D1=82=D0=BE=D0=B1=D1=80=D0=B0=D0=B6=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D1=8F.=20=D0=BF=D0=B5=D1=80=D0=B5=D0=B2=D0=BE=D0=B4=20=D0=BD?= =?UTF-8?q?=D0=B0=20json=20=D1=84=D0=BE=D1=80=D0=BC=D0=B0=D1=82=20=D1=85?= =?UTF-8?q?=D1=80=D0=B0=D0=BD=D1=8F=D1=89=D0=B8=D0=B9=D1=81=D1=8F=20=D0=B2?= =?UTF-8?q?=20=D0=B1=D0=B4=20=D0=BA=D0=B0=D0=BA=20=D1=81=D1=82=D1=80=D0=BE?= =?UTF-8?q?=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 7 ++- .../Configuration/ConfigurationJson.java | 13 +++++ .../Configuration/ConfigurationsJson.java | 17 ++++++ .../Common/TestingPackage/TestingPackage.java | 58 ++++++++++--------- .../DVM/DVMPackage/DVMPackageDBTable.java | 18 +----- .../Passes/All/AddTasksToDVMPackage.java | 2 +- .../All/StartSelectedDVMConfigurations.java | 2 +- 7 files changed, 68 insertions(+), 49 deletions(-) create mode 100644 src/TestingSystem/Common/Configuration/ConfigurationJson.java create mode 100644 src/TestingSystem/Common/Configuration/ConfigurationsJson.java diff --git a/.idea/workspace.xml b/.idea/workspace.xml index f10af9df..60d1431d 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -7,12 +7,13 @@ + + - - - + +