From 7178ecbc9c2740f8ed0407d5d31aff369db70be7 Mon Sep 17 00:00:00 2001 From: 02090095 Date: Thu, 27 Mar 2025 15:31:26 +0300 Subject: [PATCH] =?UTF-8?q?++=20=D1=83=D0=B1=D0=B8=D1=80=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20=D0=B4=D0=B6=D1=81=D0=BE=D0=BD=20=D0=B7=D0=B0=D0=BF?= =?UTF-8?q?=D0=B0=D0=BA=D0=BE=D0=B2=D0=B0=D0=BD=D0=BD=D1=8B=D1=85=20=D0=BF?= =?UTF-8?q?=D0=BE=D0=BB=D0=B5=D0=B9=20=D1=83=20=D0=B1=D0=B0=D0=B3=20=D1=80?= =?UTF-8?q?=D0=B5=D0=BF=D0=BE=D1=80=D1=82=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 10 ++-- src/Common/Database/Objects/rDBObject.java | 1 - src/Common/Properties.java | 2 - .../ComponentsServer/BugReport/BugReport.java | 13 +---- .../BugReport/BugReportsDBTable.java | 9 ---- .../BugReport/Json/RecipientJson.java | 11 ----- .../BugReport/Json/RecipientsJson.java | 17 ------- .../BugReport/Json/VisualiserSettingJson.java | 10 ---- .../Json/VisualiserSettingsJson.java | 22 --------- .../BugReportRecipient.java | 23 +++++---- .../BugReportSetting/BugReportSetting.java | 20 ++++---- .../BugReportSettingsDBTable.java | 1 - .../ComponentsServer/BugReportsDatabase.java | 47 ------------------- .../Component/Sapfor/Sapfor.java | 5 -- .../ComponentsServer/ComponentsServer.java | 20 +++----- src/_VisualDVM/Constants.java | 4 +- src/_VisualDVM/Passes/All/AddBugReport.java | 1 - .../Passes/All/PublishBugReport.java | 6 +-- .../Passes/All/SaveBugReportRecipients.java | 10 ++-- 19 files changed, 43 insertions(+), 189 deletions(-) delete mode 100644 src/_VisualDVM/ComponentsServer/BugReport/Json/RecipientJson.java delete mode 100644 src/_VisualDVM/ComponentsServer/BugReport/Json/RecipientsJson.java delete mode 100644 src/_VisualDVM/ComponentsServer/BugReport/Json/VisualiserSettingJson.java delete mode 100644 src/_VisualDVM/ComponentsServer/BugReport/Json/VisualiserSettingsJson.java diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 899c1eb5..26bc936f 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -7,13 +7,17 @@ - - - + + + + + + +