From fb296a02ee66ced02bbe55f288248ed7e8ce0863 Mon Sep 17 00:00:00 2001 From: 02090095 Date: Thu, 27 Mar 2025 12:45:55 +0300 Subject: [PATCH] no message --- .idea/workspace.xml | 75 +++-------- properties | 4 +- src/Common/Database/Objects/nDBObject.java | 3 + src/Common/Database/Objects/rDBObject.java | 1 + src/Common/Properties.java | 2 + .../ComponentsServer/BugReport/BugReport.java | 23 ++-- .../BugReport/BugReportsDBTable.java | 21 +++ .../BugReportSetting/BugReportSetting.java | 27 ++++ .../BugReportSettingsDBTable.java | 8 ++ .../ComponentsServer/BugReportsDatabase.java | 38 ++++++ .../Component/Sapfor/Sapfor.java | 5 + .../ComponentsServer/ComponentsServer.java | 18 +++ src/_VisualDVM/Constants.java | 2 +- .../Passes/All/ApplyBugReportSettings.java | 2 +- .../Passes/All/PublishBugReport.java | 4 +- .../SapforData/SapforProperties.java | 123 +++++++++++------- .../Visual/Windows/CallbackForm.java | 3 +- 17 files changed, 234 insertions(+), 125 deletions(-) create mode 100644 src/_VisualDVM/ComponentsServer/BugReportSetting/BugReportSetting.java create mode 100644 src/_VisualDVM/ComponentsServer/BugReportSetting/BugReportSettingsDBTable.java diff --git a/.idea/workspace.xml b/.idea/workspace.xml index ac48b393..307dd243 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -7,68 +7,23 @@ + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + +