From d559e9963d8660dd0d91227f75f6f12402c93ca0 Mon Sep 17 00:00:00 2001 From: 02090095 Date: Wed, 27 Nov 2024 02:42:26 +0300 Subject: [PATCH] =?UTF-8?q?=D1=80=D0=B5=D1=84=D0=B0=D0=BA=D1=82=D0=B8?= =?UTF-8?q?=D1=80=D0=B8=D0=BD=D0=B3=20=D1=80=D0=B0=D1=81=D1=81=D1=8B=D0=BB?= =?UTF-8?q?=D0=BA=D0=B8.v++?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 17 +++++ src/_VisualDVM/Constants.java | 3 +- .../Passes/All/AppendBugReportField.java | 12 ++-- src/_VisualDVM/Passes/All/CheckedEmail.java | 48 ++----------- src/_VisualDVM/Passes/All/EditAccount.java | 8 +-- src/_VisualDVM/Passes/All/Email.java | 5 +- .../Passes/All/PublishBugReport.java | 11 +-- .../Passes/All/PublishComponent.java | 22 +++++- .../Passes/All/UpdateBugReportField.java | 10 +-- .../Repository/BugReport/BugReport.java | 7 ++ .../Repository/Component/Visualiser.java | 2 +- src/_VisualDVM/Repository/EmailMessage.java | 10 +-- .../Repository/RepositoryServer.java | 72 ++++++++----------- .../Repository/Server/ComponentsServer.java | 31 +++----- .../Repository/Server/ServerCode.java | 1 + .../TestingSystem/Common/TestingPlanner.java | 3 +- .../TestingSystem/Common/TestingServer.java | 9 +-- .../SAPFOR/SapforTestingPlanner.java | 8 +-- src/_VisualDVM/Utils.java | 8 --- 19 files changed, 135 insertions(+), 152 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index fb1d2cbc..6f2136d8 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -8,6 +8,23 @@ + + + + + + + + + + + + + + + + +