From 8a6c9804b413d5d5b492de9b483e7ce466459b00 Mon Sep 17 00:00:00 2001 From: 02090095 Date: Wed, 12 Mar 2025 21:47:54 +0300 Subject: [PATCH] =?UTF-8?q?=D1=81=D0=B1=D0=BE=D1=80=D0=BA=D0=B0=20=D0=BA?= =?UTF-8?q?=D0=BE=D0=BC=D0=BF=D0=BE=D0=BD=D0=B5=D0=BD=D1=82=20=D0=BF=D0=BE?= =?UTF-8?q?=D0=B4=20=D1=8E=D0=BD=D0=B8=D0=BA=D1=81=D0=BE=D0=BC=20=D1=87?= =?UTF-8?q?=D0=B5=D1=80=D0=B5=D0=B7=20=D0=B3=D0=B8=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 16 ++++---- .../Component/Sapfor/Sapfor_F.java | 4 +- .../Component/Visualizer_2.java | 4 +- src/_VisualDVM/Constants.java | 3 ++ src/_VisualDVM/Passes/All/BuildComponent.java | 9 ++++- .../Passes/All/DownloadDvmRepository.java | 37 +++++++++++++++++++ ...ory.java => DownloadSapforRepository.java} | 5 +-- src/_VisualDVM/Passes/PassCode.java | 10 +++-- .../TestingSystem/Common/TestingServer.java | 4 +- 9 files changed, 70 insertions(+), 22 deletions(-) create mode 100644 src/_VisualDVM/Passes/All/DownloadDvmRepository.java rename src/_VisualDVM/Passes/All/{DownloadRepository.java => DownloadSapforRepository.java} (90%) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index ab08c069..81ffc95f 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -7,15 +7,15 @@ + - + + - - - + + + - -