From dcdbaa83cf668bb431c7a206148ed66255c946ba Mon Sep 17 00:00:00 2001 From: 02090095 Date: Thu, 27 Mar 2025 15:12:09 +0300 Subject: [PATCH] =?UTF-8?q?=D1=80=D0=B5=D1=84=D0=B0=D0=BA=D1=82=D0=BE?= =?UTF-8?q?=D1=80=D0=B8=D0=BD=D0=B3=20=D0=B0=D0=B4=D1=80=D0=B5=D1=81=D0=B0?= =?UTF-8?q?=D1=82=D0=BE=D0=B2=20=D0=B1=D0=B0=D0=B3=20=D1=80=D0=B5=D0=BF?= =?UTF-8?q?=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 | 9 ++++- .../ComponentsServer/BugReport/BugReport.java | 33 +++++++---------- .../BugReport/BugReportsDBTable.java | 2 ++ .../BugReportRecipient.java | 25 +++++++++++++ .../BugReportRecipientsDBTable.java | 11 ++++++ .../ComponentsServer/BugReportsDatabase.java | 36 ++++++++++++++++--- .../ComponentsServer/ComponentsServer.java | 18 +++++++++- .../Passes/All/SaveBugReportRecipients.java | 36 +++++++++++++++---- 8 files changed, 135 insertions(+), 35 deletions(-) create mode 100644 src/_VisualDVM/ComponentsServer/BugReportRecipient/BugReportRecipient.java create mode 100644 src/_VisualDVM/ComponentsServer/BugReportRecipient/BugReportRecipientsDBTable.java diff --git a/.idea/workspace.xml b/.idea/workspace.xml index d6cd0993..899c1eb5 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -7,7 +7,14 @@ - + + + + + + + +