From 6da96982858d82ef25848485c9c4a9cf13a165e1 Mon Sep 17 00:00:00 2001 From: 02090095 Date: Tue, 16 Dec 2025 02:32:20 +0300 Subject: [PATCH] =?UTF-8?q?++=20=D1=81=D0=BC=D0=B5=D0=BD=D0=B0=20=D0=BA?= =?UTF-8?q?=D0=BB=D1=8E=D1=87=D0=B5=D0=B9=20=D0=B1=D0=B0=D0=B3=D0=BE=D0=B2?= =?UTF-8?q?=20=D0=BD=D0=B0=20=D1=87=D0=B8=D1=81=D0=BB=D0=B5=D0=BD=D0=BD?= =?UTF-8?q?=D0=BD=D1=8B=D0=B5.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 17 +++++++++++++ properties | 2 +- .../ComponentsServer/BugReport/BugReport.java | 23 ++++++++++------- .../BugReport/Json/BugReportAdditionJson.java | 3 ++- .../BugReport/UI/BugReportsForm.java | 11 +++++--- .../BugReportRecipient.java | 4 +-- .../BugReportRecipientsDBTable.java | 2 +- .../BugReportSetting/BugReportSetting.java | 4 +-- .../ComponentsServer/BugReportsDatabase.java | 2 ++ .../ComponentsServer/ComponentsServer.java | 25 +++++++++---------- src/_VisualDVM/Constants.java | 4 +-- src/_VisualDVM/Global.java | 3 --- src/_VisualDVM/Passes/All/AddBugReport.java | 14 ++++++++--- .../Passes/All/AppendBugReportField.java | 1 + .../Passes/All/DeleteBugReport.java | 2 ++ .../All/DownloadAllBugReportsArchives.java | 4 ++- .../Passes/All/DownloadBugReport.java | 4 +-- .../Passes/All/OpenBugReportTestProject.java | 2 +- .../Passes/All/UpdateBugReportField.java | 1 + 19 files changed, 81 insertions(+), 47 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index fbac6f06..6eb77727 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -8,7 +8,24 @@ + + + + + + + + + + + + + + + + +