From 419af0766e98841528b1c05e67def3b0a2cbc7e7 Mon Sep 17 00:00:00 2001 From: 02090095 Date: Thu, 3 Apr 2025 19:08:17 +0300 Subject: [PATCH] =?UTF-8?q?++=20=D0=9E=D0=BF=D1=82=D0=B8=D0=BC=D0=B8=D0=B7?= =?UTF-8?q?=D0=B0=D1=86=D0=B8=D1=8F=20=D0=B0=D0=BD=D0=B0=D0=BB=D0=B8=D0=B7?= =?UTF-8?q?=D0=B0=20=D1=81=D0=BE=D1=81=D1=82=D0=BE=D1=8F=D0=BD=D0=B8=D1=8F?= =?UTF-8?q?=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D0=B9=20=D0=BF=D0=B0=D0=BA?= =?UTF-8?q?=D0=B5=D1=82=D0=BE=D0=B2=20=D1=81=D0=B0=D0=BF=D1=84=D0=BE=D1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 10 +++- properties | 2 +- .../Component/Sapfor/Sapfor.java | 5 ++ src/_VisualDVM/Constants.java | 2 +- .../All/RefreshSapforPackageResults.java | 47 ++++++++++++++++++ src/_VisualDVM/Passes/PassCode.java | 5 +- .../Repository/Server/ServerCode.java | 5 +- .../TestingSystem/Common/TestingServer.java | 13 +++++ .../TestingSystem/Common/TestsDatabase.java | 49 +------------------ .../SAPFOR/Json/SapforPackage_json.java | 1 + .../SAPFOR/Json/SapforVersion_json.java | 40 +++++++++++++-- .../SAPFOR/SapforPackage/SapforPackage.java | 17 ++++++- .../SapforPackage/UI/SapforPackagesForm.java | 4 +- .../Windows/SapforPackagesComparisonForm.java | 10 +--- 14 files changed, 142 insertions(+), 68 deletions(-) create mode 100644 src/_VisualDVM/Passes/All/RefreshSapforPackageResults.java diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 80b0560b..5ca06f17 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -7,11 +7,19 @@ + - + + + + + + + +