упорядочил папки с кодом.
This commit is contained in:
602
.idea/workspace.xml
generated
602
.idea/workspace.xml
generated
@@ -7,9 +7,601 @@
|
|||||||
</component>
|
</component>
|
||||||
<component name="ChangeListManager">
|
<component name="ChangeListManager">
|
||||||
<list default="true" id="e42177c3-2328-4b27-8a01-35779b2beb99" name="Default Changelist" comment="">
|
<list default="true" id="e42177c3-2328-4b27-8a01-35779b2beb99" name="Default Changelist" comment="">
|
||||||
|
<change afterPath="$PROJECT_DIR$/src/Common/Passes/All/EditGroup.java" afterDir="false" />
|
||||||
|
<change afterPath="$PROJECT_DIR$/src/Common/Passes/All/EditTest.java" afterDir="false" />
|
||||||
|
<change afterPath="$PROJECT_DIR$/src/Common/Passes/All/SPF_ConvertStructures.java" afterDir="false" />
|
||||||
|
<change afterPath="$PROJECT_DIR$/src/Common/Passes/All/SPF_CorrectCodeStylePass.java" afterDir="false" />
|
||||||
|
<change afterPath="$PROJECT_DIR$/src/Common/Passes/All/SPF_CreateCheckpoints.java" afterDir="false" />
|
||||||
|
<change afterPath="$PROJECT_DIR$/src/Common/Passes/All/SPF_CreateIntervalsTree.java" afterDir="false" />
|
||||||
|
<change afterPath="$PROJECT_DIR$/src/Common/Passes/All/SPF_DuplicateFunctionChains.java" afterDir="false" />
|
||||||
|
<change afterPath="$PROJECT_DIR$/src/Common/Passes/All/SPF_ExpressionSubstitution.java" afterDir="false" />
|
||||||
|
<change afterPath="$PROJECT_DIR$/src/Common/Passes/All/SPF_InitDeclsWithZero.java" afterDir="false" />
|
||||||
|
<change afterPath="$PROJECT_DIR$/src/Common/Passes/All/SPF_InsertDvmhRegions.java" afterDir="false" />
|
||||||
|
<change afterPath="$PROJECT_DIR$/src/Common/Passes/All/SPF_LoopEndDoConverterPass.java" afterDir="false" />
|
||||||
|
<change afterPath="$PROJECT_DIR$/src/Common/Passes/All/SPF_LoopFission.java" afterDir="false" />
|
||||||
|
<change afterPath="$PROJECT_DIR$/src/Common/Passes/All/SPF_LoopUnion.java" afterDir="false" />
|
||||||
|
<change afterPath="$PROJECT_DIR$/src/Common/Passes/All/SPF_LoopUnrolling.java" afterDir="false" />
|
||||||
|
<change afterPath="$PROJECT_DIR$/src/Common/Passes/All/SPF_PrivateExpansion.java" afterDir="false" />
|
||||||
|
<change afterPath="$PROJECT_DIR$/src/Common/Passes/All/SPF_PrivateRemoving.java" afterDir="false" />
|
||||||
|
<change afterPath="$PROJECT_DIR$/src/Common/Passes/All/SPF_PrivateShrinking.java" afterDir="false" />
|
||||||
|
<change afterPath="$PROJECT_DIR$/src/Common/Passes/All/SPF_RemoveDvmDirectives.java" afterDir="false" />
|
||||||
|
<change afterPath="$PROJECT_DIR$/src/Common/Passes/All/SPF_RemoveDvmDirectivesToComments.java" afterDir="false" />
|
||||||
|
<change afterPath="$PROJECT_DIR$/src/Common/Passes/All/SPF_RemoveDvmIntervals.java" afterDir="false" />
|
||||||
|
<change afterPath="$PROJECT_DIR$/src/Common/Passes/All/SPF_RemoveUnusedFunctions.java" afterDir="false" />
|
||||||
|
<change afterPath="$PROJECT_DIR$/src/Common/Passes/All/SPF_ResolveCommonBlockConflicts.java" afterDir="false" />
|
||||||
|
<change afterPath="$PROJECT_DIR$/src/Common/Passes/All/SPF_ResolveParallelRegionConflicts.java" afterDir="false" />
|
||||||
|
<change afterPath="$PROJECT_DIR$/src/Common/Passes/All/SPF_SharedMemoryParallelization.java" afterDir="false" />
|
||||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/PerformanceAnalyzer/1049392283/stat.json" beforeDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/PerformanceAnalyzer/139606632/stat.json" beforeDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/PerformanceAnalyzer/1664247100/stat.json" beforeDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/PerformanceAnalyzer/535943622/stat.json" beforeDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/PerformanceAnalyzer/622828792/stat.json" beforeDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Common/Constants.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Constants.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Common/Current.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Current.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Common/Database/DataSet.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Database/DataSet.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Common/Database/Database.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Database/Database.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Common/Database/SQLITE/SQLiteDatabase.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Database/SQLITE/SQLiteDatabase.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Common/Global.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Global.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Common/UI/Menus/AttachementsMenu.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Menus/AttachementsMenu.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Common/UI/Menus/MainEditorMenu.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Menus/MainEditorMenu.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Common/UI/Menus/PassesSubMenu.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Menus/PassesSubMenu.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Common/UI/Menus/ProjectFilesMenu.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Menus/ProjectFilesMenu.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Common/UI/Menus/VersionsMenu.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Menus/VersionsMenu.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Common/UI/Menus_2023/BugReportsMenuBar/BugReportsMenuBar.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Menus_2023/BugReportsMenuBar/BugReportsMenuBar.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Common/UI/Menus_2023/CompilersMenuBar/CompilersMenuBar.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Menus_2023/CompilersMenuBar/CompilersMenuBar.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Common/UI/Menus_2023/ComponentsMenuBar/ComponentsMenuBar.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Menus_2023/ComponentsMenuBar/ComponentsMenuBar.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Common/UI/Menus_2023/ConfigurationsMenuBar/ConfigurationsMenuBar.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Menus_2023/ConfigurationsMenuBar/ConfigurationsMenuBar.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Common/UI/Menus_2023/DVMParametersMenuBar/DVMParametersMenuBar.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Menus_2023/DVMParametersMenuBar/DVMParametersMenuBar.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Common/UI/Menus_2023/DataMenuBar.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Menus_2023/DataMenuBar.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Common/UI/Menus_2023/EnvironmentValuesMenuBar/EnvironmentValuesMenuBar.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Menus_2023/EnvironmentValuesMenuBar/EnvironmentValuesMenuBar.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Common/UI/Menus_2023/FastAccessMenuBar/FastAccessMenuBar.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Menus_2023/FastAccessMenuBar/FastAccessMenuBar.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Common/UI/Menus_2023/FileMenuBar/FileMenuBar.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Menus_2023/FileMenuBar/FileMenuBar.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Common/UI/Menus_2023/GroupsMenuBar/GroupsMenuBar.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Menus_2023/GroupsMenuBar/GroupsMenuBar.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Common/UI/Menus_2023/MachinesMenuBar/MachinesMenuBar.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Menus_2023/MachinesMenuBar/MachinesMenuBar.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Common/UI/Menus_2023/MainMenuBar/AnalysesMenu.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Menus_2023/MainMenuBar/AnalysesMenu.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Common/UI/Menus_2023/MainMenuBar/GlobalCleaningMenu.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Menus_2023/MainMenuBar/GlobalCleaningMenu.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Common/UI/Menus_2023/MainMenuBar/LastOpenedProjectsMenu.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Menus_2023/MainMenuBar/LastOpenedProjectsMenu.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Common/UI/Menus_2023/MainMenuBar/MainMenuBar.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Menus_2023/MainMenuBar/MainMenuBar.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Common/UI/Menus_2023/MainMenuBar/MainWindow.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Menus_2023/MainMenuBar/MainWindow.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Common/UI/Menus_2023/MainMenuBar/TransformationsMenu.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Menus_2023/MainMenuBar/TransformationsMenu.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Common/UI/Menus_2023/MakefilesMenuBar/MakefilesMenuBar.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Menus_2023/MakefilesMenuBar/MakefilesMenuBar.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Common/UI/Menus_2023/ModulesMenuBar/ModulesMenuBar.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Menus_2023/ModulesMenuBar/ModulesMenuBar.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Common/UI/Menus_2023/PassButton.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Menus_2023/PassButton.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Common/UI/Menus_2023/PassMenuItem.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Menus_2023/PassMenuItem.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Common/UI/Menus_2023/RunConfigurationsMenuBar/RunConfigurationsMenuBar.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Menus_2023/RunConfigurationsMenuBar/RunConfigurationsMenuBar.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Common/UI/Menus_2023/SapforConfigurationCommandsMenuBar/SapforConfigurationCommandsMenuBar.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Menus_2023/SapforConfigurationCommandsMenuBar/SapforConfigurationCommandsMenuBar.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Common/UI/Menus_2023/SapforConfigurationsMenuBar/SapforConfigurationsMenuBar.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Menus_2023/SapforConfigurationsMenuBar/SapforConfigurationsMenuBar.java" afterDir="false" />
|
||||||
<change beforePath="$PROJECT_DIR$/src/Common/UI/Menus_2023/SapforTasksPackagesBar/SapforTasksPackagesBar.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Menus_2023/SapforTasksPackagesBar/SapforTasksPackagesBar.java" afterDir="false" />
|
<change beforePath="$PROJECT_DIR$/src/Common/UI/Menus_2023/SapforTasksPackagesBar/SapforTasksPackagesBar.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Menus_2023/SapforTasksPackagesBar/SapforTasksPackagesBar.java" afterDir="false" />
|
||||||
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/SapforPackagesComparisonForm.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/SapforPackagesComparisonForm.java" afterDir="false" />
|
<change beforePath="$PROJECT_DIR$/src/Common/UI/Menus_2023/ServerSapforsBar/ServerSapforsBar.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Menus_2023/ServerSapforsBar/ServerSapforsBar.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Common/UI/Menus_2023/StablePassMenuItem.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Menus_2023/StablePassMenuItem.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Common/UI/Menus_2023/SubscribersMenuBar/SubscribersMenuBar.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Menus_2023/SubscribersMenuBar/SubscribersMenuBar.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Common/UI/Menus_2023/TasksPackagesMenuBar/TasksPackagesMenuBar.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Menus_2023/TasksPackagesMenuBar/TasksPackagesMenuBar.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Common/UI/Menus_2023/TestRunTasksMenuBar/TestRunTasksMenuBar.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Menus_2023/TestRunTasksMenuBar/TestRunTasksMenuBar.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Common/UI/Menus_2023/TestingBar/TestingBar.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Menus_2023/TestingBar/TestingBar.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Common/UI/Menus_2023/TestsMenuBar/TestsMenuBar.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Menus_2023/TestsMenuBar/TestsMenuBar.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Common/UI/Menus_2023/UsersMenuBar/UsersMenuBar.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Menus_2023/UsersMenuBar/UsersMenuBar.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Common/UI/Menus_2023/VariantsMenuBar/VariantsMenuBar.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Menus_2023/VariantsMenuBar/VariantsMenuBar.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Common/UI/Menus_2023/VersionsMenuBar/VersionsMenuBar.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Menus_2023/VersionsMenuBar/VersionsMenuBar.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Common/UI/Menus_2023/VisualiserMenuBar.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Menus_2023/VisualiserMenuBar.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Common/UI/UI.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/UI.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Common/UI/Windows/SearchReplaceForm.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/SearchReplaceForm.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Common/Utils/Utils.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Utils/Utils.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/GlobalData/Account/Account.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/GlobalData/Account/Account.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/GlobalData/Compiler/UI/CompilerFields.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/GlobalData/Compiler/UI/CompilerFields.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/GlobalData/GlobalDatabase.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/GlobalData/GlobalDatabase.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/GlobalData/Module/UI/ModuleAnchestorFields.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/GlobalData/Module/UI/ModuleAnchestorFields.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/GlobalData/RemoteFile/UI/RemoteFileChooser.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/GlobalData/RemoteFile/UI/RemoteFileChooser.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/GlobalData/RunConfiguration/RunConfiguration.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/GlobalData/RunConfiguration/RunConfiguration.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/GlobalData/Settings/DBSetting.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/GlobalData/Settings/DBSetting.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/GlobalData/Settings/SettingsDBTable.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/GlobalData/Settings/SettingsDBTable.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/GlobalData/Tasks/CompilationTask/CompilationTasksDBTable.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/GlobalData/Tasks/CompilationTask/CompilationTasksDBTable.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/GlobalData/Tasks/Passes/TaskLocalPass.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/GlobalData/Tasks/Passes/TaskLocalPass.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/GlobalData/Tasks/RunTask/RunTask.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/GlobalData/Tasks/RunTask/RunTask.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/GlobalData/Tasks/RunTask/RunTasksDBTable.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/GlobalData/Tasks/RunTask/RunTasksDBTable.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/GlobalData/Tasks/Supervisor/Local/Linux/LinuxLocalTaskSupervisor.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/GlobalData/Tasks/Supervisor/Local/Linux/LinuxLocalTaskSupervisor.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/GlobalData/Tasks/Supervisor/Local/LocalTaskSupervisor.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/GlobalData/Tasks/Supervisor/Local/LocalTaskSupervisor.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/GlobalData/Tasks/Supervisor/Remote/RemoteTaskSupervisor.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/GlobalData/Tasks/Supervisor/Remote/RemoteTaskSupervisor.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/GlobalData/Tasks/Supervisor/TaskSupervisor.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/GlobalData/Tasks/Supervisor/TaskSupervisor.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/GlobalData/User/User.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/GlobalData/User/User.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/ProjectData/Files/DBProjectFile.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/ProjectData/Files/DBProjectFile.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/ProjectData/Files/UI/Editor/SPFEditor.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/ProjectData/Files/UI/Editor/SPFEditor.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/ProjectData/Files/UI/FilesTree.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/ProjectData/Files/UI/FilesTree.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/ProjectData/Messages/Message.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/ProjectData/Messages/Message.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/ProjectData/Messages/Recommendations/MessageRecommendation.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/ProjectData/Messages/Recommendations/MessageRecommendation.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/ProjectData/Messages/Recommendations/RecommendationsDBTable.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/ProjectData/Messages/Recommendations/RecommendationsDBTable.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/ProjectData/Project/ChangeSettingPass.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/ProjectData/Project/ChangeSettingPass.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/ProjectData/Project/UI/VersionsTree.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/ProjectData/Project/UI/VersionsTree.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/ProjectData/Project/db_project_info.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/ProjectData/Project/db_project_info.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/ProjectData/ProjectDatabase.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/ProjectData/ProjectDatabase.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/ProjectData/SapforData/Arrays/ArraysSet.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/ProjectData/SapforData/Arrays/ArraysSet.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/ProjectData/SapforData/Arrays/ProjectArray.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/ProjectData/SapforData/Arrays/ProjectArray.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/ProjectData/SapforData/Arrays/UI/DistributionMenu.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/ProjectData/SapforData/Arrays/UI/DistributionMenu.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/ProjectData/SapforData/Functions/FuncCall.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/ProjectData/SapforData/Functions/FuncCall.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/ProjectData/SapforData/Functions/FuncCallH.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/ProjectData/SapforData/Functions/FuncCallH.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/ProjectData/SapforData/Functions/UI/Graph/FunctionsGraphMenu.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/ProjectData/SapforData/Functions/UI/Graph/FunctionsGraphMenu.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/ProjectData/SapforData/Functions/UI/Graph/FunctionsGraphUI.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/ProjectData/SapforData/Functions/UI/Graph/FunctionsGraphUI.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Repository/BugReport/BugReport.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/ComponentsServer/Component/BugReport/BugReport.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Repository/BugReport/BugReportInterface.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/ComponentsServer/Component/BugReport/BugReportInterface.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Repository/BugReport/BugReportState.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/ComponentsServer/Component/BugReport/BugReportState.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Repository/BugReport/BugReportsDBTable.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/ComponentsServer/Component/BugReport/BugReportsDBTable.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Repository/BugReportsDatabase.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/ComponentsServer/BugReportsDatabase.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Repository/Component/Component.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/ComponentsServer/Component/Component.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Repository/Component/ComponentState.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/ComponentsServer/Component/ComponentState.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Repository/Component/ComponentType.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/ComponentsServer/Component/ComponentType.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Repository/Component/ComponentsSet.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/ComponentsServer/Component/ComponentsSet.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Repository/Component/Instruction.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/ComponentsServer/Component/Instruction.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Repository/Component/OSDComponent.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/ComponentsServer/Component/OSDComponent.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Repository/Component/PerformanceAnalyzer/PerformanceAnalyzer.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/ComponentsServer/Component/PerformanceAnalyzer/PerformanceAnalyzer.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Repository/Component/Sapfor/MessagesServer.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/ComponentsServer/Component/Sapfor/MessagesServer.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Repository/Component/Sapfor/Sapfor.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/ComponentsServer/Component/Sapfor/Sapfor.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Repository/Component/Sapfor/Sapfor_F.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/ComponentsServer/Component/Sapfor/Sapfor_F.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Repository/Component/Sapfor/TransformationPermission.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/ComponentsServer/Component/Sapfor/TransformationPermission.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Repository/Component/UI/ComponentsFields.form" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/ComponentsServer/Component/UI/ComponentsFields.form" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Repository/Component/UI/ComponentsFields.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/ComponentsServer/Component/UI/ComponentsFields.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Repository/Component/UI/ComponentsForm.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/ComponentsServer/Component/UI/ComponentsForm.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Repository/Component/UI/PickUpComponentFields.form" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/ComponentsServer/Component/UI/PickUpComponentFields.form" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Repository/Component/UI/PickUpComponentFields.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/ComponentsServer/Component/UI/PickUpComponentFields.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Repository/Component/UI/PublishFields.form" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/ComponentsServer/Component/UI/PublishFields.form" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Repository/Component/UI/PublishFields.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/ComponentsServer/Component/UI/PublishFields.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Repository/Component/UI/PublishForm.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/ComponentsServer/Component/UI/PublishForm.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Repository/Component/Visualiser.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/ComponentsServer/Component/Visualiser.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Repository/Component/Visualizer_2.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/ComponentsServer/Component/Visualizer_2.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Repository/RepositoryServer.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/RepositoryServer.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Repository/Server/ComponentsServer.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/ComponentsServer/ComponentsServer.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Repository/Server/DiagnosticSignalHandler.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/DiagnosticSignalHandler.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Repository/Server/ServerCode.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/ServerCode.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Repository/Server/ServerExchangeUnit_2021.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/ServerExchangeUnit_2021.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Repository/SubscriberRights/SubscriberRights.java" beforeDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Repository/SubscriberWorkspace/SubscriberWorkspace.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/ComponentsServer/SubscriberWorkspace/SubscriberWorkspace.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Repository/SubscriberWorkspace/SubscriberWorkspaceDBTable.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/ComponentsServer/SubscriberWorkspace/SubscriberWorkspaceDBTable.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Repository/Subscribes/Subscriber.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/ComponentsServer/Subscribes/Subscriber.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Repository/Subscribes/SubsribersDBTable.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/ComponentsServer/Subscribes/SubsribersDBTable.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Repository/Subscribes/UI/SubscriberFields.form" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/ComponentsServer/Subscribes/UI/SubscriberFields.form" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Repository/Subscribes/UI/SubscriberFields.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/ComponentsServer/Subscribes/UI/SubscriberFields.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Repository/Subscribes/UI/SubscriberForm.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/ComponentsServer/Subscribes/UI/SubscriberForm.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/Common/Group/Group.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/Common/Group/Group.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/Common/Group/GroupsDBTable.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/Common/Group/GroupsDBTable.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/Common/Group/UI/GroupFields.form" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/Common/Group/UI/GroupFields.form" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/Common/Group/UI/GroupFields.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/Common/Group/UI/GroupFields.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/Common/TSetting/TSetting.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/Common/TSetting/TSetting.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/Common/TSetting/TSettingsDBTable.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/Common/TSetting/TSettingsDBTable.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/Common/TaskThread.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/Common/TaskThread.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/Common/TasksDatabase.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/Common/TasksDatabase.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/Common/TasksPackageToKill/TasksPackageToKill.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/Common/TasksPackageToKill/TasksPackageToKill.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/Common/TasksPackageToKill/TasksPackageToKillDBTable.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/Common/TasksPackageToKill/TasksPackageToKillDBTable.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/Common/Test/ProjectFiles_json.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/Common/Test/ProjectFiles_json.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/Common/Test/Test.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/Common/Test/Test.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/Common/Test/TestDBTable.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/Common/Test/TestDBTable.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/Common/Test/TestType.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/Common/Test/TestType.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/Common/Test/UI/TestFields.form" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/Common/Test/UI/TestFields.form" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/Common/Test/UI/TestFields.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/Common/Test/UI/TestFields.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/Common/TestingPlanner.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/Common/TestingPlanner.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/Common/TestingServer.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/Common/TestingServer.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/Common/TestsDatabase.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/Common/TestsDatabase.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/Common/ThreadsPlanner/ThreadsPlanner.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/Common/ThreadsPlanner/ThreadsPlanner.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/DVM/Configuration/Configuration.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/DVM/Configuration/Configuration.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/DVM/Configuration/ConfigurationInterface.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/DVM/Configuration/ConfigurationInterface.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/DVM/Configuration/UI/ConfigurationDBTable.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/DVM/Configuration/UI/ConfigurationDBTable.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/DVM/Configuration/UI/ConfigurationFields.form" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/DVM/Configuration/UI/ConfigurationFields.form" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/DVM/Configuration/UI/ConfigurationFields.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/DVM/Configuration/UI/ConfigurationFields.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/DVM/Tasks/TestCompilationTask.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/DVM/Tasks/TestCompilationTask.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/DVM/Tasks/TestCompilationTasksDBTable.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/DVM/Tasks/TestCompilationTasksDBTable.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/DVM/Tasks/TestRunTask.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/DVM/Tasks/TestRunTask.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/DVM/Tasks/TestRunTaskInterface.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/DVM/Tasks/TestRunTaskInterface.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/DVM/Tasks/TestRunTasksDBTable.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/DVM/Tasks/TestRunTasksDBTable.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/DVM/Tasks/TestTask.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/DVM/Tasks/TestTask.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/DVM/TasksPackage/TasksPackage.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/DVM/TasksPackage/TasksPackage.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/DVM/TasksPackage/TasksPackageDBTable.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/DVM/TasksPackage/TasksPackageDBTable.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/DVM/TasksPackage/TasksPackageState.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/DVM/TasksPackage/TasksPackageState.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/DVM/TestsSupervisor_2022.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/DVM/TestsSupervisor_2022.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/DVM/UserConnection.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/DVM/UserConnection.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/SAPFOR/Json/SapforConfiguration_json.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/SAPFOR/Json/SapforConfiguration_json.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/SAPFOR/Json/SapforTasksPackage_json.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/SAPFOR/Json/SapforTasksPackage_json.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/SAPFOR/Json/SapforTasksResults_json.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/SAPFOR/Json/SapforTasksResults_json.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/SAPFOR/Json/SapforTest_json.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/SAPFOR/Json/SapforTest_json.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/SAPFOR/Json/SapforVersion_json.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/SAPFOR/Json/SapforVersion_json.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/SAPFOR/PackageModeSupervisor.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/SAPFOR/PackageModeSupervisor.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/SAPFOR/PerformSapforTask.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/SAPFOR/PerformSapforTask.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/SAPFOR/SapforConfiguration/SapforConfiguration.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/SAPFOR/SapforConfiguration/SapforConfiguration.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/SAPFOR/SapforConfiguration/SapforConfigurationDBTable.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/SAPFOR/SapforConfiguration/SapforConfigurationDBTable.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/SAPFOR/SapforConfiguration/UI/SapforConfigurationFields.form" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/SAPFOR/SapforConfiguration/UI/SapforConfigurationFields.form" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/SAPFOR/SapforConfiguration/UI/SapforConfigurationFields.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/SAPFOR/SapforConfiguration/UI/SapforConfigurationFields.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/SAPFOR/SapforConfigurationCommand/SapforConfigurationCommand.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/SAPFOR/SapforConfigurationCommand/SapforConfigurationCommand.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/SAPFOR/SapforConfigurationCommand/SapforConfigurationCommandsDBTable.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/SAPFOR/SapforConfigurationCommand/SapforConfigurationCommandsDBTable.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/SAPFOR/SapforConfigurationCommand/UI/SapforConfigurationCommandFields.form" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/SAPFOR/SapforConfigurationCommand/UI/SapforConfigurationCommandFields.form" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/SAPFOR/SapforConfigurationCommand/UI/SapforConfigurationCommandFields.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/SAPFOR/SapforConfigurationCommand/UI/SapforConfigurationCommandFields.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/SAPFOR/SapforTask/MatchState.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/SAPFOR/SapforTask/MatchState.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/SAPFOR/SapforTask/SapforTask.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/SAPFOR/SapforTask/SapforTask.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/SAPFOR/SapforTask/SapforTasksDBTable.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/SAPFOR/SapforTask/SapforTasksDBTable.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/SAPFOR/SapforTasksPackage/SapforPackageData.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/SAPFOR/SapforTasksPackage/SapforPackageData.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/SAPFOR/SapforTasksPackage/SapforTasksPackage.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/SAPFOR/SapforTasksPackage/SapforTasksPackage.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/SAPFOR/SapforTasksPackage/SapforTasksPackagesDBTable.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/SAPFOR/SapforTasksPackage/SapforTasksPackagesDBTable.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/SAPFOR/SapforTasksPackage/UI/ConfigurationSummary.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/SAPFOR/SapforTasksPackage/UI/ConfigurationSummary.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/SAPFOR/SapforTasksPackage/UI/GroupSummary.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/SAPFOR/SapforTasksPackage/UI/GroupSummary.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/SAPFOR/SapforTasksPackage/UI/MatchesSummary.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/SAPFOR/SapforTasksPackage/UI/MatchesSummary.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/SAPFOR/SapforTasksPackage/UI/PackageSummary.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/SAPFOR/SapforTasksPackage/UI/PackageSummary.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/SAPFOR/SapforTasksPackage/UI/SapforPackageTreeNode.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/SAPFOR/SapforTasksPackage/UI/SapforPackageTreeNode.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/SAPFOR/SapforTasksPackage/UI/SapforTasksPackageTree.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/SAPFOR/SapforTasksPackage/UI/SapforTasksPackageTree.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/SAPFOR/SapforTasksPackage/UI/SapforVersionsTreeCellRenderer.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/SAPFOR/SapforTasksPackage/UI/SapforVersionsTreeCellRenderer.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/SAPFOR/SapforTasksPackage/UI/StateSummary.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/SAPFOR/SapforTasksPackage/UI/StateSummary.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/SAPFOR/SapforTasksPackage/UI/TreeSummary.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/SAPFOR/SapforTasksPackage/UI/TreeSummary.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/SAPFOR/SapforTasksPackage/UI/VersionSummary.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/SAPFOR/SapforTasksPackage/UI/VersionSummary.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/SAPFOR/SapforTasksPackageSupervisor/SapforTasksPackageSupervisor.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/SAPFOR/SapforTasksPackageSupervisor/SapforTasksPackageSupervisor.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/SAPFOR/ServerSapfor/ServerSapfor.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/SAPFOR/ServerSapfor/ServerSapfor.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/TestingSystem/SAPFOR/ServerSapfor/ServerSapforsDBTable.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Repository/TestingSystem/SAPFOR/ServerSapfor/ServerSapforsDBTable.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/PassStats/PassStats.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/GlobalData/PassStats/PassStats.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/PassStats/PassStatsDBTable.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/GlobalData/PassStats/PassStatsDBTable.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/AddObjectPass.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/AddObjectPass.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/AbortSapforTaskPackage.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/AbortSapforTaskPackage.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/AbortSelectedPackages.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/AbortSelectedPackages.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/AddBugReport.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/AddBugReport.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/AddCompiler.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/AddCompiler.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/AddDVMParameter.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/AddDVMParameter.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/AddDVMParameterForTesting.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/AddDVMParameterForTesting.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/AddEnvironmentValue.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/AddEnvironmentValue.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/AddFile.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/AddFile.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/AddMachine.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/AddMachine.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/AddMakefile.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/AddMakefile.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/AddRunConfiguration.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/AddRunConfiguration.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/AddSubscriber.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/AddSubscriber.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/AddUser.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/AddUser.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/AppendBugReportComment.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/AppendBugReportComment.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/AppendBugReportDescription.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/AppendBugReportDescription.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/AppendBugReportField.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/AppendBugReportField.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/ApplyBugReportSettings.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/ApplyBugReportSettings.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/ApplyCurrentFunction.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/ApplyCurrentFunction.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/ApplyProfile.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/ApplyProfile.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/ArchivesBackupPass.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/ArchivesBackupPass.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/BuildComponent.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/BuildComponent.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/CheckAccount.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/CheckAccount.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/CheckRegistrationOnServer.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/CheckRegistrationOnServer.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/CheckRemoteWorkspace.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/CheckRemoteWorkspace.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/CleanAnalyses.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/CleanAnalyses.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/CloseBugReport.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/CloseBugReport.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/CloseCurrentFile.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/CloseCurrentFile.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/CloseCurrentProject.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/CloseCurrentProject.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/CloseProject.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/CloseProject.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/CombineFiles.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/CombineFiles.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/Compile.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/Compile.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/ConvertCorrectnessTests.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/ConvertCorrectnessTests.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/CopyProject.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/CopyProject.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/CreateComponentBackUp.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/CreateComponentBackUp.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/CreateEmptyDirectory.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/CreateEmptyDirectory.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/CreateEmptyProject.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/CreateEmptyProject.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/CreateParallelVariants.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/CreateParallelVariants.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/CreateParallelVariantsCoverageForScenario.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/CreateParallelVariantsCoverageForScenario.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/CreateTestsGroupFromSelectedVersions.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/CreateTestsGroupFromSelectedVersions.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/DVMConvertProject.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/DVMConvertProject.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/DeleteBugReport.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/DeleteBugReport.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/DeleteBugReportFromServer.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/DeleteBugReportFromServer.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/DeleteCompiler.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/DeleteCompiler.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/DeleteDVMParameter.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/DeleteDVMParameter.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/DeleteDebugResults.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/DeleteDebugResults.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/DeleteDirectory.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/DeleteDirectory.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/DeleteDownloadedBugReports.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/DeleteDownloadedBugReports.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/DeleteEnvironmentValue.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/DeleteEnvironmentValue.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/DeleteFile.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/DeleteFile.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/DeleteGroup.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/DeleteGroup.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/DeleteLonelyM.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/DeleteLonelyM.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/DeleteMachine.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/DeleteMachine.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/DeleteMakefile.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/DeleteMakefile.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/DeleteProfile.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/DeleteProfile.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/DeleteRunConfiguration.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/DeleteRunConfiguration.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/DeleteSapforConfiguration.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/DeleteSapforConfiguration.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/DeleteSapforConfigurationCommand.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/DeleteSapforConfigurationCommand.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/DeleteSapforTasksPackage.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/DeleteSapforTasksPackage.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/DeleteSelectedCompilationTasks.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/DeleteSelectedCompilationTasks.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/DeleteSelectedConfigurations.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/DeleteSelectedConfigurations.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/DeleteSelectedFiles.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/DeleteSelectedFiles.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/DeleteSelectedRunTasks.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/DeleteSelectedRunTasks.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/DeleteSelectedVersions.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/DeleteSelectedVersions.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/DeleteServerSapfor.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/DeleteServerSapfor.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/DeleteSubscriber.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/DeleteSubscriber.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/DeleteSubscriberOnServer.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/DeleteSubscriberOnServer.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/DeleteSubversions.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/DeleteSubversions.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/DeleteTest.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/DeleteTest.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/DeleteUser.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/DeleteUser.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/DeleteVersion.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/DeleteVersion.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/DownloadAllBugReportsArchives.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/DownloadAllBugReportsArchives.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/DownloadBugReport.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/DownloadBugReport.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/DownloadComponent.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/DownloadComponent.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/DownloadProject.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/DownloadProject.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/DownloadRepository.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/DownloadRepository.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/DownloadSapforTasksPackage.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/DownloadSapforTasksPackage.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/DownloadTaskTest.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/DownloadTaskTest.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/DownloadTest.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/DownloadTest.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/DropAnalyses.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/DropAnalyses.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/DropFastAccess.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/DropFastAccess.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/DropLastProjects.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/DropLastProjects.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/DropSavedArrays.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/DropSavedArrays.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/EditAccount.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/EditAccount.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/EditCompiler.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/EditCompiler.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/EditConfiguration.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/EditConfiguration.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/EditConfigurationOnServer.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/EditConfigurationOnServer.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/EditDVMParameter.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/EditDVMParameter.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/EditEnvironmentValue.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/EditEnvironmentValue.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/EditGroup.java" beforeDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/EditMachine.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/EditMachine.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/EditMakefile.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/EditMakefile.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/EditModule.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/EditModule.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/EditProfile.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/EditProfile.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/EditProjectCompilationMaxtime.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/EditProjectCompilationMaxtime.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/EditProjectRunMaxtime.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/EditProjectRunMaxtime.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/EditRunConfiguration.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/EditRunConfiguration.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/EditSapforConfiguration.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/EditSapforConfiguration.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/EditSapforConfigurationCommand.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/EditSapforConfigurationCommand.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/EditSubscriber.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/EditSubscriber.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/EditSubscriberOnServer.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/EditSubscriberOnServer.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/EditTest.java" beforeDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/EditUser.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/EditUser.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/Email.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/Email.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/EraseBadSymbols.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/EraseBadSymbols.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/ExcludeFile.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/ExcludeFile.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/ExcludeSelectedFiles.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/ExcludeSelectedFiles.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/ExtractRecipients.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/ExtractRecipients.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/FinishApplication.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/FinishApplication.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/GCOV.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/GCOV.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/GenerateParallelVariants.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/GenerateParallelVariants.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/GetComponentsActualVersions.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/GetComponentsActualVersions.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/GetComponentsBackupsFromServer.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/GetComponentsBackupsFromServer.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/GetTestsQueueSize.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/GetTestsQueueSize.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/ImportFiles.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/ImportFiles.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/IncludeFile.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/IncludeFile.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/IncludeSelectedFiles.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/IncludeSelectedFiles.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/InitialiseUser.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/InitialiseUser.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/InstallComponentFromFolder.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/InstallComponentFromFolder.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/InstallServerSapfor.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/InstallServerSapfor.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/LinuxLocalCompilation.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/LinuxLocalCompilation.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/LinuxLocalRun.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/LinuxLocalRun.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/LocalInitaliseUser.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/LocalInitaliseUser.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/LocalSingleCommand.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/LocalSingleCommand.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/MVSRun.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/MVSRun.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/MakeScreenShot.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/MakeScreenShot.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/MassSelectArrays.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/MassSelectArrays.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/OpenBugReport.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/OpenBugReport.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/OpenBugReportTestProject.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/OpenBugReportTestProject.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/OpenCurrentFile.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/OpenCurrentFile.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/OpenCurrentProject.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/OpenCurrentProject.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/OpenProject.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/OpenProject.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/OpenSapforEtalonVersion.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/OpenSapforEtalonVersion.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/OpenSapforVersion.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/OpenSapforVersion.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/PauseTesting.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/PauseTesting.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/PickCompilerEnvironments.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/PickCompilerEnvironments.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/PickCompilerEnvironmentsForTesting.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/PickCompilerEnvironmentsForTesting.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/PickCompilerOptions.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/PickCompilerOptions.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/PlayTesting.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/PlayTesting.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/Precompilation.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/Precompilation.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/PredictParallelVariants.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/PredictParallelVariants.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/PrepareForModulesAssembly.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/PrepareForModulesAssembly.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/PublishBugReport.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/PublishBugReport.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/PublishComponent.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/PublishComponent.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/PublishConfiguration.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/PublishConfiguration.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/PublishGroup.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/PublishGroup.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/PublishRemoteWorkspace.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/PublishRemoteWorkspace.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/PublishSapforConfiguration.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/PublishSapforConfiguration.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/PublishSapforConfigurationCommand.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/PublishSapforConfigurationCommand.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/PublishServerSapfor.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/PublishServerSapfor.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/PublishTest.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/PublishTest.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/PublishTestProject.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/PublishTestProject.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/RefreshDVMTests.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/RefreshDVMTests.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/RemoteCompilation.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/RemoteCompilation.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/RemoteInitialiseUser.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/RemoteInitialiseUser.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/RemoteSingleCommand.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/RemoteSingleCommand.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/RenameDirectory.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/RenameDirectory.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/RenameFile.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/RenameFile.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/ResetCurrentProject.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/ResetCurrentProject.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/RestoreSavedArrays.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/RestoreSavedArrays.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/ResurrectComponent.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/ResurrectComponent.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/ResurrectComponentFromServer.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/ResurrectComponentFromServer.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/Run.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/Run.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SPF_ChangeSpfIntervals.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/SPF_ChangeSpfIntervals.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SPF_ConvertStructures.java" beforeDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SPF_CorrectCodeStylePass.java" beforeDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SPF_CreateCheckpoints.java" beforeDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SPF_CreateIntervalsTree.java" beforeDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SPF_CreateParallelVariant.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/SPF_CreateParallelVariant.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SPF_DuplicateFunctionChains.java" beforeDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SPF_ExpressionSubstitution.java" beforeDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SPF_GetAllDeclaratedArrays.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/SPF_GetAllDeclaratedArrays.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SPF_GetArrayDistribution.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/SPF_GetArrayDistribution.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SPF_GetArrayDistributionOnlyAnalysis.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/SPF_GetArrayDistributionOnlyAnalysis.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SPF_GetArrayDistributionOnlyRegions.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/SPF_GetArrayDistributionOnlyRegions.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SPF_GetArrayLinks.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/SPF_GetArrayLinks.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SPF_GetFileLineInfo.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/SPF_GetFileLineInfo.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SPF_GetGCovInfo.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/SPF_GetGCovInfo.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SPF_GetGraphFunctionPositions.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/SPF_GetGraphFunctionPositions.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SPF_GetGraphFunctions.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/SPF_GetGraphFunctions.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SPF_GetGraphLoops.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/SPF_GetGraphLoops.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SPF_GetIncludeDependencies.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/SPF_GetIncludeDependencies.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SPF_GetMaxMinBlockDistribution.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/SPF_GetMaxMinBlockDistribution.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SPF_InitDeclsWithZero.java" beforeDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SPF_InlineProcedure.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/SPF_InlineProcedure.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SPF_InlineProcedures.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/SPF_InlineProcedures.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SPF_InlineProceduresH.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/SPF_InlineProceduresH.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SPF_InsertDvmhRegions.java" beforeDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SPF_InsertIncludesPass.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/SPF_InsertIncludesPass.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SPF_LoopEndDoConverterPass.java" beforeDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SPF_LoopFission.java" beforeDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SPF_LoopUnion.java" beforeDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SPF_LoopUnionCurrent.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/SPF_LoopUnionCurrent.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SPF_LoopUnrolling.java" beforeDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SPF_ModifyArrayDistribution.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/SPF_ModifyArrayDistribution.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SPF_ParseFilesWithOrder.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/SPF_ParseFilesWithOrder.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SPF_PredictParallelVariant.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/SPF_PredictParallelVariant.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SPF_PrivateExpansion.java" beforeDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SPF_PrivateRemoving.java" beforeDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SPF_PrivateShrinking.java" beforeDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SPF_RemoveDvmDirectives.java" beforeDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SPF_RemoveDvmDirectivesToComments.java" beforeDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SPF_RemoveDvmIntervals.java" beforeDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SPF_RemoveUnusedFunctions.java" beforeDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SPF_ResolveCommonBlockConflicts.java" beforeDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SPF_ResolveParallelRegionConflicts.java" beforeDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SPF_SharedMemoryParallelization.java" beforeDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SPF_StatisticAnalyzer.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/SPF_StatisticAnalyzer.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/Save.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/Save.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SaveBugReportComment.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/SaveBugReportComment.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SaveBugReportDescription.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/SaveBugReportDescription.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SaveBugReportExecutor.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/SaveBugReportExecutor.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SaveBugReportRecipients.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/SaveBugReportRecipients.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SaveFunctionsGraphCoordinates.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/SaveFunctionsGraphCoordinates.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SaveGraph.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/SaveGraph.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SaveProfile.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/SaveProfile.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SelectRemoteFile.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/SelectRemoteFile.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SendBugReport.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/SendBugReport.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/ServerRun.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/ServerRun.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SetSelectedFilesLanguage.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/SetSelectedFilesLanguage.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SetSelectedFilesStyle.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/SetSelectedFilesStyle.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SetSelectedFilesType.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/SetSelectedFilesType.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/ShowAllParallelVariants.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/ShowAllParallelVariants.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/ShowCompilerHelp.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/ShowCompilerHelp.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/ShowCompilerVersion.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/ShowCompilerVersion.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/ShowComponentChangesLog.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/ShowComponentChangesLog.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/ShowInstruction.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/ShowInstruction.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/ShowMakefilePreview.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/ShowMakefilePreview.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/ShowParallelVariantsCoverage.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/ShowParallelVariantsCoverage.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/ShowVersionsFiles.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/ShowVersionsFiles.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/StartSapforTests.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/StartSapforTests.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/StartTests.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/StartTests.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SwitchTestingEmail.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/SwitchTestingEmail.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SynchronizeBugReports.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/SynchronizeBugReports.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SynchronizeTests.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/SynchronizeTests.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SynchronizeTestsTasks.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/SynchronizeTestsTasks.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/TestPass.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/TestPass.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/UnpackSapforTasksPackage.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/UnpackSapforTasksPackage.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/UnzipFolderPass.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/UnzipFolderPass.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/UpdateBugReportField.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/UpdateBugReportField.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/UpdateBugReportProgress.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/UpdateBugReportProgress.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/UpdateComponent.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/UpdateComponent.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/UpdateProperty.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/UpdateProperty.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/UpdateSelectedComponents.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/UpdateSelectedComponents.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/UpdateSetting.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/UpdateSetting.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/WindowsLocalCompilation.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/WindowsLocalCompilation.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/WindowsLocalRun.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/WindowsLocalRun.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/ZipFolderPass.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/All/ZipFolderPass.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/ChangeFilePass.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/ChangeFilePass.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/CurrentComponentPass.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/CurrentComponentPass.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/CurrentProjectPass.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/CurrentProjectPass.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/DeleteObjectPass.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/DeleteObjectPass.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/DeleteSelectedServerObjects.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/DeleteSelectedServerObjects.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/EditObjectPass.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/EditObjectPass.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/FilesMassPass.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/FilesMassPass.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/OLD/AttachFileToProject.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/OLD/AttachFileToProject.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/OLD/DeleteAttachments.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/OLD/DeleteAttachments.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/ObjectPass.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/ObjectPass.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/OpenSapforVersionPass.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/OpenSapforVersionPass.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/PassCode_2021.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/PassCode_2021.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/PassException.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/PassException.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/PassState.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/PassState.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/Pass_2021.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/Pass_2021.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/ProcessPass.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/ProcessPass.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/ProjectPass.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/ProjectPass.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/SSH/ConnectionPass.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/SSH/ConnectionPass.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/SSH/CurrentConnectionPass.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/SSH/CurrentConnectionPass.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/SSH/TaskConnectionPass.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/SSH/TaskConnectionPass.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/SSH/WorkspaceNotFoundException.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/SSH/WorkspaceNotFoundException.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/SapforAnalysis.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/SapforAnalysis.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/SapforFilesModification.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/SapforFilesModification.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/SapforModification.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/SapforModification.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/SapforPass.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/SapforPass.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/SapforTransformation.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/SapforTransformation.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/Server/ComponentsRepositoryPass.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/Server/ComponentsRepositoryPass.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/Server/DeleteServerAccountObject.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/Server/DeleteServerAccountObject.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/Server/DeleteServerObject.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/Server/DeleteServerObject.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/Server/EditServerObject.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/Server/EditServerObject.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/Server/PublishServerAccountObject.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/Server/PublishServerAccountObject.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/Server/PublishServerObject.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/Server/PublishServerObject.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/Server/RepositoryPass.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/Server/RepositoryPass.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/Server/ServerObjectPass.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/Server/ServerObjectPass.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/Server/TestingSystemPass.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/Server/TestingSystemPass.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/SilentSapforPass.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/SilentSapforPass.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/SortPassesByStats.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/SortPassesByStats.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/Transformation.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/Transformation.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/UI/CopyProjectFields.form" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/UI/CopyProjectFields.form" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/UI/CopyProjectFields.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/UI/CopyProjectFields.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/UI/PassFields.form" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/UI/PassFields.form" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/UI/PassFields.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/UI/PassFields.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/UI/PassForm.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/UI/PassForm.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/VariantsMassPass.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Passes/VariantsMassPass.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Interface/AnalysisWindow.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Interface/AnalysisWindow.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Interface/ArraysWindow.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Interface/ArraysWindow.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Interface/CallbackWindow.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Interface/CallbackWindow.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Interface/CommentInterface.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Interface/CommentInterface.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Interface/CredentialsWindow.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Interface/CredentialsWindow.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Interface/DebugWindow.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Interface/DebugWindow.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Interface/DescriptionInterface.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Interface/DescriptionInterface.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Interface/FileWindow.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Interface/FileWindow.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Interface/FilterWindow.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Interface/FilterWindow.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Interface/FormWithSplitters.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Interface/FormWithSplitters.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Interface/FunctionsWindow.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Interface/FunctionsWindow.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Interface/Loggable.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Interface/Loggable.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Interface/ProjectWindow.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Interface/ProjectWindow.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Interface/SPFEditorInterface.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Interface/SPFEditorInterface.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Interface/ScenariosWindow.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Interface/ScenariosWindow.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Interface/StatisticsWindow.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Interface/StatisticsWindow.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Interface/TestingWindow.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Interface/TestingWindow.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Interface/TestsWindow.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Interface/TestsWindow.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Interface/VariantsWindow.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Interface/VariantsWindow.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Interface/VersionsWindow.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Interface/VersionsWindow.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Interface/VisualizerForm.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Interface/VisualizerForm.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/AnalysisForm.form" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Main/AnalysisForm.form" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/AnalysisForm.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Main/AnalysisForm.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/ArraysForm.form" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Main/ArraysForm.form" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/ArraysForm.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Main/ArraysForm.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/CallbackForm.form" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Main/CallbackForm.form" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/CallbackForm.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Main/CallbackForm.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/CallbackWelcomeForm.form" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Main/CallbackWelcomeForm.form" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/CallbackWelcomeForm.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Main/CallbackWelcomeForm.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/CombineFilesDialog.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Main/CombineFilesDialog.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/CommentFields.form" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Main/CommentFields.form" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/CommentFields.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Main/CommentFields.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/CommentTabs.form" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Main/CommentTabs.form" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/CommentTabs.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Main/CommentTabs.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/ComparisonForm.form" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Main/ComparisonForm.form" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/ComparisonForm.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Main/ComparisonForm.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/CompilationTasksComparisonForm.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Main/CompilationTasksComparisonForm.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/CredentialsForm.form" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Main/CredentialsForm.form" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/CredentialsForm.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Main/CredentialsForm.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/DebugForm.form" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Main/DebugForm.form" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/DebugForm.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Main/DebugForm.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/DescriptionFields.form" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Main/DescriptionFields.form" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/DescriptionFields.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Main/DescriptionFields.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/DescriptionTabs.form" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Main/DescriptionTabs.form" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/DescriptionTabs.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Main/DescriptionTabs.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/FileForm.form" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Main/FileForm.form" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/FileForm.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Main/FileForm.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/FunctionsForm.form" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Main/FunctionsForm.form" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/FunctionsForm.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Main/FunctionsForm.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/MainForm.form" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Main/MainForm.form" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/MainForm.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Main/MainForm.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/ProfilesFields.form" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Main/ProfilesFields.form" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/ProfilesFields.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Main/ProfilesFields.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/ProfilesForm.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Main/ProfilesForm.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/ProjectForm.form" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Main/ProjectForm.form" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/ProjectForm.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Main/ProjectForm.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/RunTasksComparisonForm.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Main/RunTasksComparisonForm.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/SapforPackagesComparisonForm.form" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Main/SapforPackagesComparisonForm.form" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/SapforPackagesComparisonForm.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Main/SapforPackagesComparisonForm.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/SapforVersionComparisonState.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Main/SapforVersionComparisonState.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/SapforVersionsComparisonForm.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Main/SapforVersionsComparisonForm.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/TabToolBar.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Main/TabToolBar.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/TasksComparisonForm.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Main/TasksComparisonForm.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/TasksComparisonState.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Main/TasksComparisonState.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/TestRunTasksComparisonForm.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Main/TestRunTasksComparisonForm.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/TestingForm.form" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Main/TestingForm.form" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/TestingForm.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Main/TestingForm.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/TestsForm.form" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Main/TestsForm.form" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/TestsForm.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Main/TestsForm.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/VariantsForm.form" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Main/VariantsForm.form" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/VariantsForm.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Main/VariantsForm.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/VersionsComparisonForm.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Main/VersionsComparisonForm.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/VersionsForm.form" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Main/VersionsForm.form" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/VersionsForm.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Main/VersionsForm.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/WelcomeForm.form" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Main/WelcomeForm.form" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/WelcomeForm.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Main/WelcomeForm.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/buffer_.form" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Main/buffer_.form" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/buffer_.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/UI/Windows/Main/buffer_.java" afterDir="false" />
|
||||||
</list>
|
</list>
|
||||||
<option name="SHOW_DIALOG" value="false" />
|
<option name="SHOW_DIALOG" value="false" />
|
||||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||||
@@ -48,10 +640,10 @@
|
|||||||
</file-type-list>
|
</file-type-list>
|
||||||
</component>
|
</component>
|
||||||
<component name="HighlightingSettingsPerFile">
|
<component name="HighlightingSettingsPerFile">
|
||||||
<setting file="file://$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/PublishTest.java" root0="FORCE_HIGHLIGHTING" />
|
<setting file="file://$PROJECT_DIR$/src/Common/Passes/All/PublishTest.java" root0="FORCE_HIGHLIGHTING" />
|
||||||
<setting file="file://$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/ConvertCorrectnessTests.java" root0="FORCE_HIGHLIGHTING" />
|
<setting file="file://$PROJECT_DIR$/src/Common/Passes/All/ConvertCorrectnessTests.java" root0="FORCE_HIGHLIGHTING" />
|
||||||
<setting file="file://$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/PublishGroup.java" root0="FORCE_HIGHLIGHTING" />
|
<setting file="file://$PROJECT_DIR$/src/Common/Passes/All/PublishGroup.java" root0="FORCE_HIGHLIGHTING" />
|
||||||
<setting file="file://$PROJECT_DIR$/src/TestingSystem/Common/TestingServer.java" root0="FORCE_HIGHLIGHTING" />
|
<setting file="file://$PROJECT_DIR$/src/Repository/TestingSystem/Common/TestingServer.java" root0="FORCE_HIGHLIGHTING" />
|
||||||
</component>
|
</component>
|
||||||
<component name="KotlinCodeInsightWorkspaceSettings">
|
<component name="KotlinCodeInsightWorkspaceSettings">
|
||||||
<option name="optimizeImportsOnTheFly" value="true" />
|
<option name="optimizeImportsOnTheFly" value="true" />
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
{"inter":[{"col_op":[{"comm":0.0,"ncall":8,"overlap":0.0,"real_comm":0.0,"synch":0.0,"time_var":0.0},{"comm":0.0,"ncall":0,"overlap":0.0,"real_comm":0.0,"synch":0.0,"time_var":0.0},{"comm":0.0,"ncall":0,"overlap":0.0,"real_comm":0.0,"synch":0.0,"time_var":0.0},{"comm":0.0,"ncall":0,"overlap":0.0,"real_comm":0.0,"synch":0.0,"time_var":0.0}],"id":{"expr":2000000000,"nenter":1.0,"nlev":0,"nline":6,"nline_end":64,"pname":"jac3d.f","t":21},"proc_times":[{"comm":0.0,"exec_time":0.3102550506591797,"gpu_time_lost":0.0,"gpu_time_prod":0.0,"gpu_times":null,"idle":0.0,"insuf_sys":0.0,"insuf_user":0.0,"load_imb":0.0,"lost_time":0.0,"num_gpu":0,"num_threads":0,"overlap":0.0,"prod_cpu":0.3100552558898926,"prod_io":0.0001800060272216797,"prod_sys":1.9788742065429688e-05,"real_comm":0.0,"synch":0.0,"sys_time":0.0,"th_times":null,"thr_sys_time":0.0,"thr_user_time":0.0,"time_var":0.0}],"times":{"comm":0.0,"comm_start":0.0,"efficiency":1.0,"exec_time":0.3102550506591797,"gpu_time_lost":0.0,"gpu_time_prod":0.0,"idle":0.0,"insuf":0.0,"insuf_sys":0.0,"insuf_user":0.0,"load_imb":0.0,"lost_time":0.0,"nproc":1,"overlap":0.0,"prod_cpu":0.3100552558898926,"prod_io":0.0001800060272216797,"prod_sys":1.9788742065429688e-05,"real_comm":0.0,"synch":0.0,"sys_time":0.3102550506591797,"thr_sys_time":0.0,"thr_user_time":0.0,"threadsOfAllProcs":2,"time_var":0.0}}],"iscomp":false,"nproc":1,"p_heading":"1*1","proc":[{"node_name":"mic.dvm-system.org","test_time":0.5540609359741211}]}
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
{"inter":[{"col_op":[{"comm":0.0,"ncall":107,"overlap":0.0,"real_comm":0.0,"synch":0.09642767906188965,"time_var":0.10170316696166992},{"comm":0.09526991844177246,"ncall":100,"overlap":0.00025081634521484375,"real_comm":0.0,"synch":2.384185791015625e-05,"time_var":1.5735626220703125e-05},{"comm":0.01116180419921875,"ncall":100,"overlap":7.390975952148438e-05,"real_comm":0.0,"synch":0.0018832683563232422,"time_var":0.0013852119445800781},{"comm":0.0,"ncall":0,"overlap":0.0,"real_comm":0.0,"synch":0.0,"time_var":0.0}],"id":{"expr":2000000000,"nenter":1.0,"nlev":0,"nline":15,"nline_end":71,"pname":"jac2d.for","t":21},"proc_times":[{"comm":0.008355379104614258,"exec_time":4.960660934448242,"gpu_time_lost":0.0,"gpu_time_prod":0.0,"gpu_times":null,"idle":0.00014519691467285156,"insuf_sys":0.02597987651824951,"insuf_user":0.002836167812347412,"load_imb":0.0,"lost_time":0.03731662034988403,"num_gpu":0,"num_threads":0,"overlap":0.0,"prod_cpu":4.9148295521736145,"prod_io":0.0015007257461547852,"prod_sys":0.007159233093261719,"real_comm":0.0,"synch":0.015146493911743164,"sys_time":1.42268456e-316,"th_times":null,"thr_sys_time":0.0,"thr_user_time":0.0,"time_var":0.011813640594482422},{"comm":0.020066499710083008,"exec_time":4.960740089416504,"gpu_time_lost":0.0,"gpu_time_prod":0.0,"gpu_times":null,"idle":6.604194641113281e-05,"insuf_sys":0.022036850452423096,"insuf_user":0.0030239224433898926,"load_imb":0.006429493427276611,"lost_time":0.04519331455230713,"num_gpu":0,"num_threads":0,"overlap":0.0,"prod_cpu":4.9082671999931335,"prod_io":5.352497100830078e-05,"prod_sys":0.0072920918464660645,"real_comm":0.0,"synch":0.021478652954101563,"sys_time":1632742196.495043,"th_times":null,"thr_sys_time":0.0,"thr_user_time":0.0,"time_var":0.024171829223632813},{"comm":0.05277681350708008,"exec_time":4.960806131362915,"gpu_time_lost":0.0,"gpu_time_prod":0.0,"gpu_times":null,"idle":0.0,"insuf_sys":0.023320376873016357,"insuf_user":0.0034398436546325684,"load_imb":0.040790677070617676,"lost_time":0.079537034034729,"num_gpu":0,"num_threads":0,"overlap":0.0,"prod_cpu":4.873495638370514,"prod_io":7.098913192749023e-05,"prod_sys":0.007702469825744629,"real_comm":0.0,"synch":0.03799128532409668,"sys_time":5.51718905656e-313,"th_times":null,"thr_sys_time":0.0,"thr_user_time":0.0,"time_var":0.04065394401550293},{"comm":0.025233030319213867,"exec_time":4.960805177688599,"gpu_time_lost":0.0,"gpu_time_prod":0.0,"gpu_times":null,"idle":9.5367431640625e-07,"insuf_sys":0.022124826908111572,"insuf_user":0.0031962990760803223,"load_imb":0.011793673038482666,"lost_time":0.05055510997772217,"num_gpu":0,"num_threads":0,"overlap":0.0,"prod_cpu":4.902876079082489,"prod_io":5.5909156799316406e-05,"prod_sys":0.007319033145904541,"real_comm":0.0,"synch":0.02371835708618164,"sys_time":1.4228205e-316,"th_times":null,"thr_sys_time":0.0,"thr_user_time":0.0,"time_var":0.02646470069885254}],"times":{"comm":0.10643172264099121,"comm_start":0.0,"efficiency":0.989285910732807,"exec_time":4.960806131362915,"gpu_time_lost":0.0,"gpu_time_prod":0.0,"idle":0.00021219253540039063,"insuf":0.10595816373825073,"insuf_sys":0.09346193075180054,"insuf_user":0.012496232986450195,"load_imb":0.05901384353637695,"lost_time":0.21260207891464233,"nproc":4,"overlap":0.0003247261047363281,"prod_cpu":19.59946846961975,"prod_io":0.0016811490058898926,"prod_sys":0.029472827911376953,"real_comm":0.0,"synch":0.09833478927612305,"sys_time":19.84322452545166,"thr_sys_time":0.0,"thr_user_time":0.0,"threadsOfAllProcs":4,"time_var":0.1031041145324707}}],"iscomp":false,"nproc":4,"p_heading":"2*2","proc":[{"node_name":"mic.dvm-system.org","test_time":0.5796339511871338},{"node_name":"mic.dvm-system.org","test_time":0.5798628330230713},{"node_name":"mic.dvm-system.org","test_time":0.5795998573303223},{"node_name":"mic.dvm-system.org","test_time":0.5797138214111328}]}
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
{"inter":[{"col_op":[{"comm":0.0,"ncall":107,"overlap":0.0,"real_comm":0.0,"synch":0.0,"time_var":0.0},{"comm":0.0012249946594238281,"ncall":100,"overlap":0.00010442733764648438,"real_comm":0.0,"synch":0.0,"time_var":0.0},{"comm":0.0,"ncall":100,"overlap":5.507469177246094e-05,"real_comm":0.0,"synch":0.0,"time_var":0.0},{"comm":0.0,"ncall":0,"overlap":0.0,"real_comm":0.0,"synch":0.0,"time_var":0.0}],"id":{"expr":2000000000,"nenter":1.0,"nlev":0,"nline":15,"nline_end":71,"pname":"jac2d.for","t":21},"proc_times":[{"comm":0.0012249946594238281,"exec_time":12.855837106704712,"gpu_time_lost":0.0,"gpu_time_prod":0.0,"gpu_times":null,"idle":0.0,"insuf_sys":0.0,"insuf_user":0.0,"load_imb":0.0,"lost_time":0.0012249946594238281,"num_gpu":0,"num_threads":0,"overlap":0.0,"prod_cpu":12.844730615615845,"prod_io":0.0035636425018310547,"prod_sys":0.006317853927612305,"real_comm":0.0,"synch":0.0,"sys_time":1.4784531e-316,"th_times":null,"thr_sys_time":0.0,"thr_user_time":0.0,"time_var":0.0}],"times":{"comm":0.0012249946594238281,"comm_start":0.0,"efficiency":0.9999047129604042,"exec_time":12.855837106704712,"gpu_time_lost":0.0,"gpu_time_prod":0.0,"idle":0.0,"insuf":0.0,"insuf_sys":0.0,"insuf_user":0.0,"load_imb":0.0,"lost_time":0.0012249946594238281,"nproc":1,"overlap":0.0001595020294189453,"prod_cpu":12.844730615615845,"prod_io":0.0035636425018310547,"prod_sys":0.006317853927612305,"real_comm":0.0,"synch":0.0,"sys_time":12.855837106704712,"thr_sys_time":0.0,"thr_user_time":0.0,"threadsOfAllProcs":1,"time_var":0.0}}],"iscomp":false,"nproc":1,"p_heading":"1*1","proc":[{"node_name":"mic.dvm-system.org","test_time":0.5531537532806396}]}
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
{"inter":[{"col_op":[{"comm":0.0,"ncall":54,"overlap":0.0,"real_comm":0.0,"synch":0.0,"time_var":0.0},{"comm":0.0,"ncall":0,"overlap":0.0,"real_comm":0.0,"synch":0.0,"time_var":0.0},{"comm":0.0,"ncall":0,"overlap":0.0,"real_comm":0.0,"synch":0.0,"time_var":0.0},{"comm":0.0,"ncall":0,"overlap":0.0,"real_comm":0.0,"synch":0.0,"time_var":0.0}],"id":{"expr":2000000000,"nenter":1.0,"nlev":0,"nline":174,"nline_end":298,"pname":"bt.f","t":21},"proc_times":[{"comm":0.0,"exec_time":37.97893500328064,"gpu_time_lost":0.0,"gpu_time_prod":0.0,"gpu_times":null,"idle":0.0,"insuf_sys":0.0,"insuf_user":0.0,"load_imb":0.0,"lost_time":0.0,"num_gpu":0,"num_threads":0,"overlap":0.0,"prod_cpu":37.97744798660278,"prod_io":0.0006661415100097656,"prod_sys":0.0008208751678466797,"real_comm":0.0,"synch":0.0,"sys_time":4.080717506121202e-33,"th_times":null,"thr_sys_time":0.0,"thr_user_time":0.0,"time_var":0.0}],"times":{"comm":0.0,"comm_start":0.0,"efficiency":1.0,"exec_time":37.97893500328064,"gpu_time_lost":0.0,"gpu_time_prod":0.0,"idle":0.0,"insuf":0.0,"insuf_sys":0.0,"insuf_user":0.0,"load_imb":0.0,"lost_time":0.0,"nproc":1,"overlap":0.0,"prod_cpu":37.97744798660278,"prod_io":0.0006661415100097656,"prod_sys":0.0008208751678466797,"real_comm":0.0,"synch":0.0,"sys_time":37.97893500328064,"thr_sys_time":0.0,"thr_user_time":0.0,"threadsOfAllProcs":12,"time_var":0.0}}],"iscomp":false,"nproc":1,"p_heading":"1*1*1*1","proc":[{"node_name":"mic.dvm-system.org","test_time":0.5507678985595703}]}
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
{"inter":[{"col_op":[{"comm":0.0,"ncall":107,"overlap":0.0,"real_comm":0.0,"synch":0.0,"time_var":0.0},{"comm":0.0011873245239257813,"ncall":100,"overlap":9.274482727050781e-05,"real_comm":0.0,"synch":0.0,"time_var":0.0},{"comm":0.0,"ncall":100,"overlap":5.435943603515625e-05,"real_comm":0.0,"synch":0.0,"time_var":0.0},{"comm":0.0,"ncall":0,"overlap":0.0,"real_comm":0.0,"synch":0.0,"time_var":0.0}],"id":{"expr":2000000000,"nenter":1.0,"nlev":0,"nline":15,"nline_end":71,"pname":"jac2d.for","t":21},"proc_times":[{"comm":0.0011873245239257813,"exec_time":12.533138990402222,"gpu_time_lost":0.0,"gpu_time_prod":0.0,"gpu_times":null,"idle":0.0,"insuf_sys":0.0,"insuf_user":0.0,"load_imb":0.0,"lost_time":0.0011873245239257813,"num_gpu":0,"num_threads":0,"overlap":0.0,"prod_cpu":12.522205114364624,"prod_io":0.0035867691040039063,"prod_sys":0.006159782409667969,"real_comm":0.0,"synch":0.0,"sys_time":2.49049955e-316,"th_times":null,"thr_sys_time":0.0,"thr_user_time":0.0,"time_var":0.0}],"times":{"comm":0.0011873245239257813,"comm_start":0.0,"efficiency":0.999905265191359,"exec_time":12.533138990402222,"gpu_time_lost":0.0,"gpu_time_prod":0.0,"idle":0.0,"insuf":0.0,"insuf_sys":0.0,"insuf_user":0.0,"load_imb":0.0,"lost_time":0.0011873245239257813,"nproc":1,"overlap":0.00014710426330566406,"prod_cpu":12.522205114364624,"prod_io":0.0035867691040039063,"prod_sys":0.006159782409667969,"real_comm":0.0,"synch":0.0,"sys_time":12.533138990402222,"thr_sys_time":0.0,"thr_user_time":0.0,"threadsOfAllProcs":1,"time_var":0.0}}],"iscomp":false,"nproc":1,"p_heading":"1*1","proc":[{"node_name":"mic.dvm-system.org","test_time":0.5526328086853027}]}
|
|
||||||
@@ -2,7 +2,7 @@ package Common;
|
|||||||
import GlobalData.Machine.Machine;
|
import GlobalData.Machine.Machine;
|
||||||
import GlobalData.Machine.MachineType;
|
import GlobalData.Machine.MachineType;
|
||||||
import GlobalData.User.User;
|
import GlobalData.User.User;
|
||||||
import Visual_DVM_2021.Passes.PassCode_2021;
|
import Common.Passes.PassCode_2021;
|
||||||
|
|
||||||
import java.util.regex.Pattern;
|
import java.util.regex.Pattern;
|
||||||
public class Constants {
|
public class Constants {
|
||||||
|
|||||||
@@ -16,15 +16,15 @@ import ProjectData.Files.DBProjectFile;
|
|||||||
import ProjectData.Project.db_project_info;
|
import ProjectData.Project.db_project_info;
|
||||||
import ProjectData.SapforData.Functions.FuncInfo;
|
import ProjectData.SapforData.Functions.FuncInfo;
|
||||||
import ProjectData.SapforData.Regions.ParallelRegion;
|
import ProjectData.SapforData.Regions.ParallelRegion;
|
||||||
import Repository.BugReport.BugReport;
|
import Repository.ComponentsServer.Component.BugReport.BugReport;
|
||||||
import Repository.Subscribes.Subscriber;
|
import Repository.ComponentsServer.Subscribes.Subscriber;
|
||||||
import TestingSystem.SAPFOR.SapforConfiguration.SapforConfiguration;
|
import Repository.TestingSystem.SAPFOR.SapforConfiguration.SapforConfiguration;
|
||||||
import TestingSystem.DVM.Configuration.Configuration;
|
import Repository.TestingSystem.DVM.Configuration.Configuration;
|
||||||
import TestingSystem.DVM.Tasks.TestCompilationTask;
|
import Repository.TestingSystem.DVM.Tasks.TestCompilationTask;
|
||||||
import TestingSystem.DVM.Tasks.TestRunTask;
|
import Repository.TestingSystem.DVM.Tasks.TestRunTask;
|
||||||
import TestingSystem.DVM.TasksPackage.TasksPackage;
|
import Repository.TestingSystem.DVM.TasksPackage.TasksPackage;
|
||||||
import TestingSystem.Common.Test.Test;
|
import Repository.TestingSystem.Common.Test.Test;
|
||||||
import Visual_DVM_2021.Passes.UI.PassForm;
|
import Common.Passes.UI.PassForm;
|
||||||
|
|
||||||
import javax.swing.tree.DefaultMutableTreeNode;
|
import javax.swing.tree.DefaultMutableTreeNode;
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
@@ -167,10 +167,10 @@ public enum Current {
|
|||||||
public static DBProjectFile getFile() {
|
public static DBProjectFile getFile() {
|
||||||
return (DBProjectFile) get(File);
|
return (DBProjectFile) get(File);
|
||||||
}
|
}
|
||||||
public static Repository.Component.Component getComponent() {
|
public static Repository.ComponentsServer.Component.Component getComponent() {
|
||||||
return (Repository.Component.Component) get(Component);
|
return (Repository.ComponentsServer.Component.Component) get(Component);
|
||||||
}
|
}
|
||||||
public static Repository.BugReport.BugReport getBugReport() {
|
public static Repository.ComponentsServer.Component.BugReport.BugReport getBugReport() {
|
||||||
return (BugReport) get(BugReport);
|
return (BugReport) get(BugReport);
|
||||||
}
|
}
|
||||||
public static db_project_info getRoot() {
|
public static db_project_info getRoot() {
|
||||||
@@ -188,7 +188,7 @@ public enum Current {
|
|||||||
public static boolean HasSubscriber() {
|
public static boolean HasSubscriber() {
|
||||||
return get(Current.Subscriber) != null;
|
return get(Current.Subscriber) != null;
|
||||||
}
|
}
|
||||||
public static Repository.Subscribes.Subscriber getSubscriber() {
|
public static Repository.ComponentsServer.Subscribes.Subscriber getSubscriber() {
|
||||||
return (Subscriber) get(Current.Subscriber);
|
return (Subscriber) get(Current.Subscriber);
|
||||||
}
|
}
|
||||||
public static Machine getMachine() {
|
public static Machine getMachine() {
|
||||||
@@ -218,28 +218,28 @@ public enum Current {
|
|||||||
public static RunConfiguration getRunConfiguration() {
|
public static RunConfiguration getRunConfiguration() {
|
||||||
return (RunConfiguration) get(Current.RunConfiguration);
|
return (RunConfiguration) get(Current.RunConfiguration);
|
||||||
}
|
}
|
||||||
public static Repository.Component.Sapfor.Sapfor getSapfor() {
|
public static Repository.ComponentsServer.Component.Sapfor.Sapfor getSapfor() {
|
||||||
return (Repository.Component.Sapfor.Sapfor) get(Current.Sapfor);
|
return (Repository.ComponentsServer.Component.Sapfor.Sapfor) get(Current.Sapfor);
|
||||||
}
|
}
|
||||||
public static boolean HasGroup() {
|
public static boolean HasGroup() {
|
||||||
return get(Current.Group) != null;
|
return get(Current.Group) != null;
|
||||||
}
|
}
|
||||||
public static TestingSystem.Common.Group.Group getGroup() {
|
public static Repository.TestingSystem.Common.Group.Group getGroup() {
|
||||||
return (TestingSystem.Common.Group.Group) get(Current.Group);
|
return (Repository.TestingSystem.Common.Group.Group) get(Current.Group);
|
||||||
}
|
}
|
||||||
//--
|
//--
|
||||||
public static boolean HasConfiguration() {
|
public static boolean HasConfiguration() {
|
||||||
return get(Current.Configuration) != null;
|
return get(Current.Configuration) != null;
|
||||||
}
|
}
|
||||||
public static TestingSystem.DVM.Configuration.Configuration getConfiguration() {
|
public static Repository.TestingSystem.DVM.Configuration.Configuration getConfiguration() {
|
||||||
return (Configuration) get(Current.Configuration);
|
return (Configuration) get(Current.Configuration);
|
||||||
}
|
}
|
||||||
public static SapforConfiguration getSapforConfiguration() {
|
public static SapforConfiguration getSapforConfiguration() {
|
||||||
return (TestingSystem.SAPFOR.SapforConfiguration.SapforConfiguration) get(Current.SapforConfiguration);
|
return (Repository.TestingSystem.SAPFOR.SapforConfiguration.SapforConfiguration) get(Current.SapforConfiguration);
|
||||||
}
|
}
|
||||||
//--
|
//--
|
||||||
public static Test getTest() {
|
public static Test getTest() {
|
||||||
return (TestingSystem.Common.Test.Test) get(Current.Test);
|
return (Repository.TestingSystem.Common.Test.Test) get(Current.Test);
|
||||||
}
|
}
|
||||||
public static boolean HasTest() {
|
public static boolean HasTest() {
|
||||||
return get(Current.Test) != null;
|
return get(Current.Test) != null;
|
||||||
@@ -248,7 +248,7 @@ public enum Current {
|
|||||||
return get(Current.Version) != null;
|
return get(Current.Version) != null;
|
||||||
}
|
}
|
||||||
public static TestCompilationTask getTestCompilationTask() {
|
public static TestCompilationTask getTestCompilationTask() {
|
||||||
return (TestingSystem.DVM.Tasks.TestCompilationTask) get(Current.TestCompilationTask);
|
return (Repository.TestingSystem.DVM.Tasks.TestCompilationTask) get(Current.TestCompilationTask);
|
||||||
}
|
}
|
||||||
public static boolean HasTestCompilationTask() {
|
public static boolean HasTestCompilationTask() {
|
||||||
return get(Current.TestCompilationTask) != null;
|
return get(Current.TestCompilationTask) != null;
|
||||||
@@ -257,7 +257,7 @@ public enum Current {
|
|||||||
return get(Current.TestRunTask) != null;
|
return get(Current.TestRunTask) != null;
|
||||||
}
|
}
|
||||||
public static TestRunTask getTestRunTask() {
|
public static TestRunTask getTestRunTask() {
|
||||||
return (TestingSystem.DVM.Tasks.TestRunTask) get(Current.TestRunTask);
|
return (Repository.TestingSystem.DVM.Tasks.TestRunTask) get(Current.TestRunTask);
|
||||||
}
|
}
|
||||||
public static RemoteFile getComponentServerBackup() {
|
public static RemoteFile getComponentServerBackup() {
|
||||||
return (RemoteFile) get(Current.ComponentServerBackup);
|
return (RemoteFile) get(Current.ComponentServerBackup);
|
||||||
@@ -287,7 +287,7 @@ public enum Current {
|
|||||||
return get(Current.BugReport) != null;
|
return get(Current.BugReport) != null;
|
||||||
}
|
}
|
||||||
public static PassForm getPassForm() {
|
public static PassForm getPassForm() {
|
||||||
return (Visual_DVM_2021.Passes.UI.PassForm) get(Current.PassForm);
|
return (Common.Passes.UI.PassForm) get(Current.PassForm);
|
||||||
}
|
}
|
||||||
public static VisualiserTheme getTheme() {
|
public static VisualiserTheme getTheme() {
|
||||||
return (VisualiserTheme) get(Current.Theme);
|
return (VisualiserTheme) get(Current.Theme);
|
||||||
@@ -332,8 +332,8 @@ public enum Current {
|
|||||||
public static boolean HasSapforTask() {
|
public static boolean HasSapforTask() {
|
||||||
return get(Current.SapforTask) != null;
|
return get(Current.SapforTask) != null;
|
||||||
}
|
}
|
||||||
public static TestingSystem.SAPFOR.SapforTask.SapforTask getSapforTask() {
|
public static Repository.TestingSystem.SAPFOR.SapforTask.SapforTask getSapforTask() {
|
||||||
return (TestingSystem.SAPFOR.SapforTask.SapforTask) get(Current.SapforTask);
|
return (Repository.TestingSystem.SAPFOR.SapforTask.SapforTask) get(Current.SapforTask);
|
||||||
}
|
}
|
||||||
public static ProjectData.ProjectView getProjectView() {
|
public static ProjectData.ProjectView getProjectView() {
|
||||||
return (ProjectData.ProjectView) get(ProjectView);
|
return (ProjectData.ProjectView) get(ProjectView);
|
||||||
@@ -360,8 +360,8 @@ public enum Current {
|
|||||||
public static boolean CheckID(Current name, int id) {
|
public static boolean CheckID(Current name, int id) {
|
||||||
return (get(name) != null) && (((iDBObject) get(name)).id == id);
|
return (get(name) != null) && (((iDBObject) get(name)).id == id);
|
||||||
}
|
}
|
||||||
public static TestingSystem.SAPFOR.SapforConfigurationCommand.SapforConfigurationCommand getSapforConfigurationCommand() {
|
public static Repository.TestingSystem.SAPFOR.SapforConfigurationCommand.SapforConfigurationCommand getSapforConfigurationCommand() {
|
||||||
return (TestingSystem.SAPFOR.SapforConfigurationCommand.SapforConfigurationCommand) get(Current.SapforConfigurationCommand);
|
return (Repository.TestingSystem.SAPFOR.SapforConfigurationCommand.SapforConfigurationCommand) get(Current.SapforConfigurationCommand);
|
||||||
}
|
}
|
||||||
public static boolean HasSapforProfile() {
|
public static boolean HasSapforProfile() {
|
||||||
return get(Current.SapforProfile) != null;
|
return get(Current.SapforProfile) != null;
|
||||||
@@ -372,15 +372,15 @@ public enum Current {
|
|||||||
public static boolean HasSapforTasksPackage() {
|
public static boolean HasSapforTasksPackage() {
|
||||||
return get(Current.SapforTasksPackage) != null;
|
return get(Current.SapforTasksPackage) != null;
|
||||||
}
|
}
|
||||||
public static TestingSystem.SAPFOR.SapforTasksPackage.SapforTasksPackage getSapforTasksPackage() {
|
public static Repository.TestingSystem.SAPFOR.SapforTasksPackage.SapforTasksPackage getSapforTasksPackage() {
|
||||||
return (TestingSystem.SAPFOR.SapforTasksPackage.SapforTasksPackage) get(Current.SapforTasksPackage);
|
return (Repository.TestingSystem.SAPFOR.SapforTasksPackage.SapforTasksPackage) get(Current.SapforTasksPackage);
|
||||||
}
|
}
|
||||||
//сапфоры установленные на тестовый сервер.
|
//сапфоры установленные на тестовый сервер.
|
||||||
public static boolean HasServerSapfor() {
|
public static boolean HasServerSapfor() {
|
||||||
return get(Current.ServerSapfor) != null;
|
return get(Current.ServerSapfor) != null;
|
||||||
}
|
}
|
||||||
public static TestingSystem.SAPFOR.ServerSapfor.ServerSapfor getServerSapfor() {
|
public static Repository.TestingSystem.SAPFOR.ServerSapfor.ServerSapfor getServerSapfor() {
|
||||||
return (TestingSystem.SAPFOR.ServerSapfor.ServerSapfor) get(Current.ServerSapfor);
|
return (Repository.TestingSystem.SAPFOR.ServerSapfor.ServerSapfor) get(Current.ServerSapfor);
|
||||||
}
|
}
|
||||||
//--------------------------------------------
|
//--------------------------------------------
|
||||||
public String getDescription() {
|
public String getDescription() {
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ import Common.UI.UI;
|
|||||||
import Common.UI.Windows.Dialog.DBObjectDialog;
|
import Common.UI.Windows.Dialog.DBObjectDialog;
|
||||||
import Common.UI.Windows.Dialog.DialogFields;
|
import Common.UI.Windows.Dialog.DialogFields;
|
||||||
import Common.Utils.TextLog;
|
import Common.Utils.TextLog;
|
||||||
import Visual_DVM_2021.UI.Interface.FilterWindow;
|
import Common.UI.Windows.Interface.FilterWindow;
|
||||||
|
|
||||||
import javax.swing.*;
|
import javax.swing.*;
|
||||||
import java.awt.*;
|
import java.awt.*;
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ import Common.Constants;
|
|||||||
import Common.Global;
|
import Common.Global;
|
||||||
import Common.Utils.Utils;
|
import Common.Utils.Utils;
|
||||||
import Repository.RepositoryRefuseException;
|
import Repository.RepositoryRefuseException;
|
||||||
import Visual_DVM_2021.Passes.PassCode_2021;
|
import Common.Passes.PassCode_2021;
|
||||||
|
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
import java.util.LinkedHashMap;
|
import java.util.LinkedHashMap;
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ import Common.Database.DBTableColumn;
|
|||||||
import Common.Database.Database;
|
import Common.Database.Database;
|
||||||
import Common.UI.UI;
|
import Common.UI.UI;
|
||||||
import Common.Utils.Utils;
|
import Common.Utils.Utils;
|
||||||
import Visual_DVM_2021.Passes.PassException;
|
import Common.Passes.PassException;
|
||||||
import javafx.util.Pair;
|
import javafx.util.Pair;
|
||||||
|
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
|
|||||||
@@ -7,17 +7,17 @@ import GlobalData.GlobalDatabase;
|
|||||||
import GlobalData.Settings.DBSetting;
|
import GlobalData.Settings.DBSetting;
|
||||||
import GlobalData.Settings.SettingName;
|
import GlobalData.Settings.SettingName;
|
||||||
import ProjectData.ProjectView;
|
import ProjectData.ProjectView;
|
||||||
import Repository.Component.*;
|
import Repository.ComponentsServer.Component.*;
|
||||||
import Repository.Component.PerformanceAnalyzer.PerformanceAnalyzer;
|
import Repository.ComponentsServer.Component.PerformanceAnalyzer.PerformanceAnalyzer;
|
||||||
import Repository.Component.Sapfor.MessagesServer;
|
import Repository.ComponentsServer.Component.Sapfor.MessagesServer;
|
||||||
import Repository.Component.Sapfor.Sapfor_F;
|
import Repository.ComponentsServer.Component.Sapfor.Sapfor_F;
|
||||||
import Repository.Component.Sapfor.TransformationPermission;
|
import Repository.ComponentsServer.Component.Sapfor.TransformationPermission;
|
||||||
import Repository.Server.ComponentsServer;
|
import Repository.ComponentsServer.ComponentsServer;
|
||||||
import TestingSystem.SAPFOR.PackageModeSupervisor;
|
import Repository.TestingSystem.SAPFOR.PackageModeSupervisor;
|
||||||
import TestingSystem.Common.TestingServer;
|
import Repository.TestingSystem.Common.TestingServer;
|
||||||
import Visual_DVM_2021.Passes.PassCode_2021;
|
import Common.Passes.PassCode_2021;
|
||||||
import Visual_DVM_2021.Passes.Pass_2021;
|
import Common.Passes.Pass_2021;
|
||||||
import Visual_DVM_2021.UI.Interface.Loggable;
|
import Common.UI.Windows.Interface.Loggable;
|
||||||
import org.fife.ui.rsyntaxtextarea.AbstractTokenMakerFactory;
|
import org.fife.ui.rsyntaxtextarea.AbstractTokenMakerFactory;
|
||||||
import org.fife.ui.rsyntaxtextarea.TokenMakerFactory;
|
import org.fife.ui.rsyntaxtextarea.TokenMakerFactory;
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
package Visual_DVM_2021.Passes;
|
package Common.Passes;
|
||||||
import Common.Database.DBObject;
|
import Common.Database.DBObject;
|
||||||
public abstract class AddObjectPass<D extends DBObject> extends ObjectPass<D> {
|
public abstract class AddObjectPass<D extends DBObject> extends ObjectPass<D> {
|
||||||
public AddObjectPass(Class<D> d_in) {
|
public AddObjectPass(Class<D> d_in) {
|
||||||
@@ -1,10 +1,10 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Current;
|
import Common.Current;
|
||||||
import Repository.Server.ServerCode;
|
import Repository.ServerCode;
|
||||||
import Repository.Server.ServerExchangeUnit_2021;
|
import Repository.ServerExchangeUnit_2021;
|
||||||
import TestingSystem.SAPFOR.SapforTasksPackage.SapforTasksPackage;
|
import Repository.TestingSystem.SAPFOR.SapforTasksPackage.SapforTasksPackage;
|
||||||
import TestingSystem.Common.TasksPackageToKill.TasksPackageToKill;
|
import Repository.TestingSystem.Common.TasksPackageToKill.TasksPackageToKill;
|
||||||
import Visual_DVM_2021.Passes.Server.TestingSystemPass;
|
import Common.Passes.Server.TestingSystemPass;
|
||||||
|
|
||||||
import java.util.Vector;
|
import java.util.Vector;
|
||||||
public class AbortSapforTaskPackage extends TestingSystemPass<SapforTasksPackage> {
|
public class AbortSapforTaskPackage extends TestingSystemPass<SapforTasksPackage> {
|
||||||
@@ -1,10 +1,10 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Current;
|
import Common.Current;
|
||||||
import Repository.Server.ServerCode;
|
import Repository.ServerCode;
|
||||||
import Repository.Server.ServerExchangeUnit_2021;
|
import Repository.ServerExchangeUnit_2021;
|
||||||
import TestingSystem.DVM.TasksPackage.TasksPackage;
|
import Repository.TestingSystem.DVM.TasksPackage.TasksPackage;
|
||||||
import TestingSystem.Common.TasksPackageToKill.TasksPackageToKill;
|
import Repository.TestingSystem.Common.TasksPackageToKill.TasksPackageToKill;
|
||||||
import Visual_DVM_2021.Passes.Server.TestingSystemPass;
|
import Common.Passes.Server.TestingSystemPass;
|
||||||
|
|
||||||
import java.util.Vector;
|
import java.util.Vector;
|
||||||
public class AbortSelectedPackages extends TestingSystemPass<Vector<TasksPackage>> {
|
public class AbortSelectedPackages extends TestingSystemPass<Vector<TasksPackage>> {
|
||||||
@@ -1,16 +1,16 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Current;
|
import Common.Current;
|
||||||
import Common.Database.Database;
|
import Common.Database.Database;
|
||||||
import Common.Global;
|
import Common.Global;
|
||||||
import Common.UI.UI;
|
import Common.UI.UI;
|
||||||
import Common.Utils.Utils;
|
import Common.Utils.Utils;
|
||||||
import GlobalData.Account.AccountRole;
|
import GlobalData.Account.AccountRole;
|
||||||
import Repository.BugReport.BugReport;
|
import Repository.ComponentsServer.Component.BugReport.BugReport;
|
||||||
import Repository.BugReport.BugReportInterface;
|
import Repository.ComponentsServer.Component.BugReport.BugReportInterface;
|
||||||
import Repository.BugReport.BugReportState;
|
import Repository.ComponentsServer.Component.BugReport.BugReportState;
|
||||||
import Repository.Component.ComponentType;
|
import Repository.ComponentsServer.Component.ComponentType;
|
||||||
import Visual_DVM_2021.Passes.AddObjectPass;
|
import Common.Passes.AddObjectPass;
|
||||||
import Visual_DVM_2021.Passes.PassCode_2021;
|
import Common.Passes.PassCode_2021;
|
||||||
|
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
import java.nio.file.Files;
|
import java.nio.file.Files;
|
||||||
@@ -1,10 +1,10 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Database.DBObject;
|
import Common.Database.DBObject;
|
||||||
import Common.Database.Database;
|
import Common.Database.Database;
|
||||||
import Common.Global;
|
import Common.Global;
|
||||||
import GlobalData.Compiler.Compiler;
|
import GlobalData.Compiler.Compiler;
|
||||||
import GlobalData.Machine.Machine;
|
import GlobalData.Machine.Machine;
|
||||||
import Visual_DVM_2021.Passes.AddObjectPass;
|
import Common.Passes.AddObjectPass;
|
||||||
public class AddCompiler extends AddObjectPass<Compiler> {
|
public class AddCompiler extends AddObjectPass<Compiler> {
|
||||||
public AddCompiler() {
|
public AddCompiler() {
|
||||||
super(Compiler.class);
|
super(Compiler.class);
|
||||||
@@ -1,10 +1,10 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Database.DBObject;
|
import Common.Database.DBObject;
|
||||||
import Common.Database.Database;
|
import Common.Database.Database;
|
||||||
import Common.Global;
|
import Common.Global;
|
||||||
import GlobalData.DVMParameter.DVMParameter;
|
import GlobalData.DVMParameter.DVMParameter;
|
||||||
import GlobalData.RunConfiguration.RunConfiguration;
|
import GlobalData.RunConfiguration.RunConfiguration;
|
||||||
import Visual_DVM_2021.Passes.AddObjectPass;
|
import Common.Passes.AddObjectPass;
|
||||||
public class AddDVMParameter extends AddObjectPass<DVMParameter> {
|
public class AddDVMParameter extends AddObjectPass<DVMParameter> {
|
||||||
public AddDVMParameter() {
|
public AddDVMParameter() {
|
||||||
super(DVMParameter.class);
|
super(DVMParameter.class);
|
||||||
@@ -1,9 +1,9 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.UI.Windows.Dialog.DBObjectDialog;
|
import Common.UI.Windows.Dialog.DBObjectDialog;
|
||||||
import Common.Utils.Utils;
|
import Common.Utils.Utils;
|
||||||
import GlobalData.DVMParameter.DVMParameter;
|
import GlobalData.DVMParameter.DVMParameter;
|
||||||
import GlobalData.DVMParameter.UI.DVMParameterFields;
|
import GlobalData.DVMParameter.UI.DVMParameterFields;
|
||||||
import Visual_DVM_2021.Passes.Pass_2021;
|
import Common.Passes.Pass_2021;
|
||||||
public class AddDVMParameterForTesting extends Pass_2021<String> {
|
public class AddDVMParameterForTesting extends Pass_2021<String> {
|
||||||
@Override
|
@Override
|
||||||
protected boolean canStart(Object... args) throws Exception {
|
protected boolean canStart(Object... args) throws Exception {
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Database.Database;
|
import Common.Database.Database;
|
||||||
import Common.Global;
|
import Common.Global;
|
||||||
import GlobalData.EnvironmentValue.EnvironmentValue;
|
import GlobalData.EnvironmentValue.EnvironmentValue;
|
||||||
import Visual_DVM_2021.Passes.AddObjectPass;
|
import Common.Passes.AddObjectPass;
|
||||||
public class AddEnvironmentValue extends AddObjectPass<EnvironmentValue> {
|
public class AddEnvironmentValue extends AddObjectPass<EnvironmentValue> {
|
||||||
public AddEnvironmentValue() {
|
public AddEnvironmentValue() {
|
||||||
super(EnvironmentValue.class);
|
super(EnvironmentValue.class);
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Constants;
|
import Common.Constants;
|
||||||
import Common.Current;
|
import Common.Current;
|
||||||
import Common.UI.UI;
|
import Common.UI.UI;
|
||||||
@@ -6,7 +6,7 @@ import Common.UI.Windows.Dialog.Text.FileNameForm;
|
|||||||
import Common.Utils.Utils;
|
import Common.Utils.Utils;
|
||||||
import ProjectData.Files.DBProjectFile;
|
import ProjectData.Files.DBProjectFile;
|
||||||
import ProjectData.Files.FileType;
|
import ProjectData.Files.FileType;
|
||||||
import Visual_DVM_2021.Passes.ChangeFilePass;
|
import Common.Passes.ChangeFilePass;
|
||||||
import org.apache.commons.io.FileUtils;
|
import org.apache.commons.io.FileUtils;
|
||||||
|
|
||||||
import javax.swing.tree.DefaultMutableTreeNode;
|
import javax.swing.tree.DefaultMutableTreeNode;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Database.Database;
|
import Common.Database.Database;
|
||||||
import Common.Global;
|
import Common.Global;
|
||||||
import GlobalData.Compiler.Compiler;
|
import GlobalData.Compiler.Compiler;
|
||||||
@@ -6,7 +6,7 @@ import GlobalData.Compiler.CompilerType;
|
|||||||
import GlobalData.Machine.Machine;
|
import GlobalData.Machine.Machine;
|
||||||
import GlobalData.Machine.MachineType;
|
import GlobalData.Machine.MachineType;
|
||||||
import GlobalData.User.User;
|
import GlobalData.User.User;
|
||||||
import Visual_DVM_2021.Passes.AddObjectPass;
|
import Common.Passes.AddObjectPass;
|
||||||
public class AddMachine extends AddObjectPass<Machine> {
|
public class AddMachine extends AddObjectPass<Machine> {
|
||||||
public AddMachine() {
|
public AddMachine() {
|
||||||
super(Machine.class);
|
super(Machine.class);
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Database.DBObject;
|
import Common.Database.DBObject;
|
||||||
import Common.Database.Database;
|
import Common.Database.Database;
|
||||||
import Common.Global;
|
import Common.Global;
|
||||||
@@ -6,7 +6,7 @@ import GlobalData.Machine.Machine;
|
|||||||
import GlobalData.Makefile.Makefile;
|
import GlobalData.Makefile.Makefile;
|
||||||
import GlobalData.Module.Module;
|
import GlobalData.Module.Module;
|
||||||
import ProjectData.LanguageName;
|
import ProjectData.LanguageName;
|
||||||
import Visual_DVM_2021.Passes.AddObjectPass;
|
import Common.Passes.AddObjectPass;
|
||||||
public class AddMakefile extends AddObjectPass<Makefile> {
|
public class AddMakefile extends AddObjectPass<Makefile> {
|
||||||
public AddMakefile() {
|
public AddMakefile() {
|
||||||
super(Makefile.class);
|
super(Makefile.class);
|
||||||
@@ -1,10 +1,10 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Database.DBObject;
|
import Common.Database.DBObject;
|
||||||
import Common.Database.Database;
|
import Common.Database.Database;
|
||||||
import Common.Global;
|
import Common.Global;
|
||||||
import GlobalData.Machine.Machine;
|
import GlobalData.Machine.Machine;
|
||||||
import GlobalData.RunConfiguration.RunConfiguration;
|
import GlobalData.RunConfiguration.RunConfiguration;
|
||||||
import Visual_DVM_2021.Passes.AddObjectPass;
|
import Common.Passes.AddObjectPass;
|
||||||
public class AddRunConfiguration extends AddObjectPass<RunConfiguration> {
|
public class AddRunConfiguration extends AddObjectPass<RunConfiguration> {
|
||||||
public AddRunConfiguration() {
|
public AddRunConfiguration() {
|
||||||
super(RunConfiguration.class);
|
super(RunConfiguration.class);
|
||||||
@@ -1,9 +1,9 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Repository.Server.ServerCode;
|
import Repository.ServerCode;
|
||||||
import Repository.Server.ServerExchangeUnit_2021;
|
import Repository.ServerExchangeUnit_2021;
|
||||||
import Repository.Subscribes.Subscriber;
|
import Repository.ComponentsServer.Subscribes.Subscriber;
|
||||||
import Visual_DVM_2021.Passes.Server.ComponentsRepositoryPass;
|
import Common.Passes.Server.ComponentsRepositoryPass;
|
||||||
import Visual_DVM_2021.Passes.PassCode_2021;
|
import Common.Passes.PassCode_2021;
|
||||||
public class AddSubscriber extends ComponentsRepositoryPass<Subscriber> {
|
public class AddSubscriber extends ComponentsRepositoryPass<Subscriber> {
|
||||||
@Override
|
@Override
|
||||||
public String getIconPath() {
|
public String getIconPath() {
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Current;
|
import Common.Current;
|
||||||
import Common.Database.DBObject;
|
import Common.Database.DBObject;
|
||||||
import Common.Database.Database;
|
import Common.Database.Database;
|
||||||
@@ -6,7 +6,7 @@ import Common.Global;
|
|||||||
import GlobalData.Machine.Machine;
|
import GlobalData.Machine.Machine;
|
||||||
import GlobalData.Machine.MachineType;
|
import GlobalData.Machine.MachineType;
|
||||||
import GlobalData.User.User;
|
import GlobalData.User.User;
|
||||||
import Visual_DVM_2021.Passes.AddObjectPass;
|
import Common.Passes.AddObjectPass;
|
||||||
public class AddUser extends AddObjectPass<User> {
|
public class AddUser extends AddObjectPass<User> {
|
||||||
public AddUser() {
|
public AddUser() {
|
||||||
super(User.class);
|
super(User.class);
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Current;
|
import Common.Current;
|
||||||
import Common.UI.UI;
|
import Common.UI.UI;
|
||||||
public class AppendBugReportComment extends AppendBugReportField {
|
public class AppendBugReportComment extends AppendBugReportField {
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.UI.UI;
|
import Common.UI.UI;
|
||||||
public class AppendBugReportDescription extends AppendBugReportField {
|
public class AppendBugReportDescription extends AppendBugReportField {
|
||||||
@Override
|
@Override
|
||||||
@@ -1,14 +1,14 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Current;
|
import Common.Current;
|
||||||
import Common.UI.UI;
|
import Common.UI.UI;
|
||||||
import Common.Utils.Utils;
|
import Common.Utils.Utils;
|
||||||
import Repository.BugReport.BugReport;
|
import Repository.ComponentsServer.Component.BugReport.BugReport;
|
||||||
import Repository.BugReport.BugReportInterface;
|
import Repository.ComponentsServer.Component.BugReport.BugReportInterface;
|
||||||
import Repository.EmailMessage;
|
import Repository.EmailMessage;
|
||||||
import Repository.Server.ServerCode;
|
import Repository.ServerCode;
|
||||||
import Repository.Server.ServerExchangeUnit_2021;
|
import Repository.ServerExchangeUnit_2021;
|
||||||
import Visual_DVM_2021.Passes.Server.ComponentsRepositoryPass;
|
import Common.Passes.Server.ComponentsRepositoryPass;
|
||||||
import Visual_DVM_2021.Passes.PassCode_2021;
|
import Common.Passes.PassCode_2021;
|
||||||
import javafx.util.Pair;
|
import javafx.util.Pair;
|
||||||
|
|
||||||
import java.util.Date;
|
import java.util.Date;
|
||||||
@@ -1,9 +1,9 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Current;
|
import Common.Current;
|
||||||
import GlobalData.Settings.SettingName;
|
import GlobalData.Settings.SettingName;
|
||||||
import Repository.BugReport.BugReport;
|
import Repository.ComponentsServer.Component.BugReport.BugReport;
|
||||||
import Visual_DVM_2021.Passes.PassCode_2021;
|
import Common.Passes.PassCode_2021;
|
||||||
import Visual_DVM_2021.Passes.Pass_2021;
|
import Common.Passes.Pass_2021;
|
||||||
|
|
||||||
import java.util.LinkedHashMap;
|
import java.util.LinkedHashMap;
|
||||||
public class ApplyBugReportSettings extends Pass_2021<BugReport> {
|
public class ApplyBugReportSettings extends Pass_2021<BugReport> {
|
||||||
@@ -1,11 +1,11 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Current;
|
import Common.Current;
|
||||||
import Common.UI.UI;
|
import Common.UI.UI;
|
||||||
import Common.UI.Windows.Dialog.Text.ComboTextDialog;
|
import Common.UI.Windows.Dialog.Text.ComboTextDialog;
|
||||||
import Common.Utils.Utils;
|
import Common.Utils.Utils;
|
||||||
import ProjectData.SapforData.Functions.FuncInfo;
|
import ProjectData.SapforData.Functions.FuncInfo;
|
||||||
import Visual_DVM_2021.Passes.PassCode_2021;
|
import Common.Passes.PassCode_2021;
|
||||||
import Visual_DVM_2021.Passes.Pass_2021;
|
import Common.Passes.Pass_2021;
|
||||||
|
|
||||||
import java.util.Comparator;
|
import java.util.Comparator;
|
||||||
import java.util.Vector;
|
import java.util.Vector;
|
||||||
@@ -1,10 +1,10 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Current;
|
import Common.Current;
|
||||||
import Common.Global;
|
import Common.Global;
|
||||||
import GlobalData.SapforProfile.SapforProfile;
|
import GlobalData.SapforProfile.SapforProfile;
|
||||||
import GlobalData.SapforProfileSetting.SapforProfileSetting;
|
import GlobalData.SapforProfileSetting.SapforProfileSetting;
|
||||||
import Visual_DVM_2021.Passes.PassCode_2021;
|
import Common.Passes.PassCode_2021;
|
||||||
import Visual_DVM_2021.Passes.Pass_2021;
|
import Common.Passes.Pass_2021;
|
||||||
|
|
||||||
import java.util.Vector;
|
import java.util.Vector;
|
||||||
public class ApplyProfile extends Pass_2021<SapforProfile> {
|
public class ApplyProfile extends Pass_2021<SapforProfile> {
|
||||||
@@ -1,10 +1,10 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Global;
|
import Common.Global;
|
||||||
import Common.Utils.Utils;
|
import Common.Utils.Utils;
|
||||||
import GlobalData.Machine.Machine;
|
import GlobalData.Machine.Machine;
|
||||||
import GlobalData.RemoteFile.RemoteFile;
|
import GlobalData.RemoteFile.RemoteFile;
|
||||||
import GlobalData.User.User;
|
import GlobalData.User.User;
|
||||||
import Visual_DVM_2021.Passes.SSH.ConnectionPass;
|
import Common.Passes.SSH.ConnectionPass;
|
||||||
import com.jcraft.jsch.ChannelSftp;
|
import com.jcraft.jsch.ChannelSftp;
|
||||||
|
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
@@ -1,10 +1,10 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Current;
|
import Common.Current;
|
||||||
import Common.Utils.Utils;
|
import Common.Utils.Utils;
|
||||||
import Repository.Component.Component;
|
import Repository.ComponentsServer.Component.Component;
|
||||||
import Visual_DVM_2021.Passes.PassCode_2021;
|
import Common.Passes.PassCode_2021;
|
||||||
import Visual_DVM_2021.Passes.PassException;
|
import Common.Passes.PassException;
|
||||||
import Visual_DVM_2021.Passes.ProcessPass;
|
import Common.Passes.ProcessPass;
|
||||||
|
|
||||||
import java.nio.file.Files;
|
import java.nio.file.Files;
|
||||||
import java.nio.file.StandardCopyOption;
|
import java.nio.file.StandardCopyOption;
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Current;
|
import Common.Current;
|
||||||
import Common.UI.UI;
|
import Common.UI.UI;
|
||||||
import Visual_DVM_2021.Passes.PassCode_2021;
|
import Common.Passes.PassCode_2021;
|
||||||
import Visual_DVM_2021.Passes.Pass_2021;
|
import Common.Passes.Pass_2021;
|
||||||
public class CheckAccount extends Pass_2021<Boolean> {
|
public class CheckAccount extends Pass_2021<Boolean> {
|
||||||
@Override
|
@Override
|
||||||
protected boolean canStart(Object... args) throws Exception {
|
protected boolean canStart(Object... args) throws Exception {
|
||||||
@@ -1,9 +1,9 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Current;
|
import Common.Current;
|
||||||
import Repository.Server.ServerCode;
|
import Repository.ServerCode;
|
||||||
import Repository.Server.ServerExchangeUnit_2021;
|
import Repository.ServerExchangeUnit_2021;
|
||||||
import Repository.Subscribes.Subscriber;
|
import Repository.ComponentsServer.Subscribes.Subscriber;
|
||||||
import Visual_DVM_2021.Passes.Server.ComponentsRepositoryPass;
|
import Common.Passes.Server.ComponentsRepositoryPass;
|
||||||
public class CheckRegistrationOnServer extends ComponentsRepositoryPass<Subscriber> {
|
public class CheckRegistrationOnServer extends ComponentsRepositoryPass<Subscriber> {
|
||||||
@Override
|
@Override
|
||||||
protected void ServerAction() throws Exception {
|
protected void ServerAction() throws Exception {
|
||||||
@@ -1,9 +1,9 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Current;
|
import Common.Current;
|
||||||
import Repository.Server.ServerCode;
|
import Repository.ServerCode;
|
||||||
import Repository.Server.ServerExchangeUnit_2021;
|
import Repository.ServerExchangeUnit_2021;
|
||||||
import Repository.SubscriberWorkspace.SubscriberWorkspace;
|
import Repository.ComponentsServer.SubscriberWorkspace.SubscriberWorkspace;
|
||||||
import Visual_DVM_2021.Passes.Server.ComponentsRepositoryPass;
|
import Common.Passes.Server.ComponentsRepositoryPass;
|
||||||
public class CheckRemoteWorkspace extends ComponentsRepositoryPass<SubscriberWorkspace> {
|
public class CheckRemoteWorkspace extends ComponentsRepositoryPass<SubscriberWorkspace> {
|
||||||
@Override
|
@Override
|
||||||
protected boolean canStart(Object... args) throws Exception {
|
protected boolean canStart(Object... args) throws Exception {
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Current;
|
import Common.Current;
|
||||||
import Common.UI.UI;
|
import Common.UI.UI;
|
||||||
import Visual_DVM_2021.Passes.CurrentProjectPass;
|
import Common.Passes.CurrentProjectPass;
|
||||||
public class CleanAnalyses extends CurrentProjectPass {
|
public class CleanAnalyses extends CurrentProjectPass {
|
||||||
@Override
|
@Override
|
||||||
protected boolean canStart(Object... args) throws Exception {
|
protected boolean canStart(Object... args) throws Exception {
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Repository.BugReport.BugReportState;
|
import Repository.ComponentsServer.Component.BugReport.BugReportState;
|
||||||
public class CloseBugReport extends UpdateBugReportField {
|
public class CloseBugReport extends UpdateBugReportField {
|
||||||
@Override
|
@Override
|
||||||
public String getIconPath() {
|
public String getIconPath() {
|
||||||
@@ -1,10 +1,10 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Current;
|
import Common.Current;
|
||||||
import Common.UI.UI;
|
import Common.UI.UI;
|
||||||
import Common.Utils.Utils;
|
import Common.Utils.Utils;
|
||||||
import ProjectData.Files.DBProjectFile;
|
import ProjectData.Files.DBProjectFile;
|
||||||
import Visual_DVM_2021.Passes.PassCode_2021;
|
import Common.Passes.PassCode_2021;
|
||||||
import Visual_DVM_2021.Passes.Pass_2021;
|
import Common.Passes.Pass_2021;
|
||||||
|
|
||||||
import javax.swing.*;
|
import javax.swing.*;
|
||||||
public class CloseCurrentFile extends Pass_2021<DBProjectFile> {
|
public class CloseCurrentFile extends Pass_2021<DBProjectFile> {
|
||||||
@@ -1,11 +1,11 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Current;
|
import Common.Current;
|
||||||
import Common.Global;
|
import Common.Global;
|
||||||
import Common.UI.UI;
|
import Common.UI.UI;
|
||||||
import Common.Utils.Utils;
|
import Common.Utils.Utils;
|
||||||
import ProjectData.Project.db_project_info;
|
import ProjectData.Project.db_project_info;
|
||||||
import Visual_DVM_2021.Passes.PassCode_2021;
|
import Common.Passes.PassCode_2021;
|
||||||
import Visual_DVM_2021.Passes.Pass_2021;
|
import Common.Passes.Pass_2021;
|
||||||
|
|
||||||
import javax.swing.*;
|
import javax.swing.*;
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Current;
|
import Common.Current;
|
||||||
import Common.Global;
|
import Common.Global;
|
||||||
import ProjectData.Project.db_project_info;
|
import ProjectData.Project.db_project_info;
|
||||||
import Visual_DVM_2021.Passes.Pass_2021;
|
import Common.Passes.Pass_2021;
|
||||||
|
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
public class CloseProject extends Pass_2021<db_project_info> {
|
public class CloseProject extends Pass_2021<db_project_info> {
|
||||||
@@ -1,12 +1,12 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Global;
|
import Common.Global;
|
||||||
import Common.UI.Windows.Dialog.Text.ComboTextDialog;
|
import Common.UI.Windows.Dialog.Text.ComboTextDialog;
|
||||||
import Common.Utils.Utils;
|
import Common.Utils.Utils;
|
||||||
import ProjectData.Files.DBProjectFile;
|
import ProjectData.Files.DBProjectFile;
|
||||||
import Repository.Component.Sapfor.TransformationPermission;
|
import Repository.ComponentsServer.Component.Sapfor.TransformationPermission;
|
||||||
import Visual_DVM_2021.Passes.PassCode_2021;
|
import Common.Passes.PassCode_2021;
|
||||||
import Visual_DVM_2021.Passes.Transformation;
|
import Common.Passes.Transformation;
|
||||||
import Visual_DVM_2021.UI.Main.CombineFilesDialog;
|
import Common.UI.Windows.Main.CombineFilesDialog;
|
||||||
import org.apache.commons.io.FileUtils;
|
import org.apache.commons.io.FileUtils;
|
||||||
|
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Current;
|
import Common.Current;
|
||||||
import Common.Global;
|
import Common.Global;
|
||||||
import Common.UI.UI;
|
import Common.UI.UI;
|
||||||
@@ -8,9 +8,9 @@ import GlobalData.Tasks.TaskState;
|
|||||||
import GlobalData.User.UserState;
|
import GlobalData.User.UserState;
|
||||||
import ProjectData.LanguageName;
|
import ProjectData.LanguageName;
|
||||||
import ProjectData.Project.db_project_info;
|
import ProjectData.Project.db_project_info;
|
||||||
import Visual_DVM_2021.Passes.PassCode_2021;
|
import Common.Passes.PassCode_2021;
|
||||||
import Visual_DVM_2021.Passes.PassException;
|
import Common.Passes.PassException;
|
||||||
import Visual_DVM_2021.Passes.Pass_2021;
|
import Common.Passes.Pass_2021;
|
||||||
public class Compile extends Pass_2021<db_project_info> {
|
public class Compile extends Pass_2021<db_project_info> {
|
||||||
Pass_2021 subpass = null;
|
Pass_2021 subpass = null;
|
||||||
CompilationTask compilationTask = null;
|
CompilationTask compilationTask = null;
|
||||||
@@ -1,15 +1,15 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Current;
|
import Common.Current;
|
||||||
import Common.Global;
|
import Common.Global;
|
||||||
import Common.UI.UI;
|
import Common.UI.UI;
|
||||||
import Common.Utils.Utils;
|
import Common.Utils.Utils;
|
||||||
import ProjectData.Project.db_project_info;
|
import ProjectData.Project.db_project_info;
|
||||||
import Repository.Server.ServerCode;
|
import Repository.ServerCode;
|
||||||
import Repository.Server.ServerExchangeUnit_2021;
|
import Repository.ServerExchangeUnit_2021;
|
||||||
import TestingSystem.Common.Group.Group;
|
import Repository.TestingSystem.Common.Group.Group;
|
||||||
import TestingSystem.Common.Test.Test;
|
import Repository.TestingSystem.Common.Test.Test;
|
||||||
import Visual_DVM_2021.Passes.PassCode_2021;
|
import Common.Passes.PassCode_2021;
|
||||||
import Visual_DVM_2021.Passes.Server.TestingSystemPass;
|
import Common.Passes.Server.TestingSystemPass;
|
||||||
import org.apache.commons.io.FileUtils;
|
import org.apache.commons.io.FileUtils;
|
||||||
|
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
@@ -1,11 +1,11 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Global;
|
import Common.Global;
|
||||||
import Common.UI.UI;
|
import Common.UI.UI;
|
||||||
import Common.UI.Windows.Dialog.Dialog;
|
import Common.UI.Windows.Dialog.Dialog;
|
||||||
import Common.Utils.Utils;
|
import Common.Utils.Utils;
|
||||||
import Visual_DVM_2021.Passes.CurrentProjectPass;
|
import Common.Passes.CurrentProjectPass;
|
||||||
import Visual_DVM_2021.Passes.PassCode_2021;
|
import Common.Passes.PassCode_2021;
|
||||||
import Visual_DVM_2021.Passes.UI.CopyProjectFields;
|
import Common.Passes.UI.CopyProjectFields;
|
||||||
import org.apache.commons.io.FileUtils;
|
import org.apache.commons.io.FileUtils;
|
||||||
|
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Visual_DVM_2021.Passes.CurrentComponentPass;
|
import Common.Passes.CurrentComponentPass;
|
||||||
|
|
||||||
import java.nio.file.Files;
|
import java.nio.file.Files;
|
||||||
import java.nio.file.StandardCopyOption;
|
import java.nio.file.StandardCopyOption;
|
||||||
@@ -1,11 +1,11 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Constants;
|
import Common.Constants;
|
||||||
import Common.Current;
|
import Common.Current;
|
||||||
import Common.UI.UI;
|
import Common.UI.UI;
|
||||||
import Common.UI.Windows.Dialog.Text.FileNameForm;
|
import Common.UI.Windows.Dialog.Text.FileNameForm;
|
||||||
import Common.Utils.Utils;
|
import Common.Utils.Utils;
|
||||||
import Visual_DVM_2021.Passes.ChangeFilePass;
|
import Common.Passes.ChangeFilePass;
|
||||||
import Visual_DVM_2021.Passes.PassException;
|
import Common.Passes.PassException;
|
||||||
|
|
||||||
import javax.swing.tree.DefaultMutableTreeNode;
|
import javax.swing.tree.DefaultMutableTreeNode;
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
@@ -1,11 +1,11 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Constants;
|
import Common.Constants;
|
||||||
import Common.Global;
|
import Common.Global;
|
||||||
import Common.UI.Windows.Dialog.Text.FileNameForm;
|
import Common.UI.Windows.Dialog.Text.FileNameForm;
|
||||||
import Common.Utils.Utils;
|
import Common.Utils.Utils;
|
||||||
import Visual_DVM_2021.Passes.PassCode_2021;
|
import Common.Passes.PassCode_2021;
|
||||||
import Visual_DVM_2021.Passes.PassException;
|
import Common.Passes.PassException;
|
||||||
import Visual_DVM_2021.Passes.Pass_2021;
|
import Common.Passes.Pass_2021;
|
||||||
|
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
import java.nio.file.Paths;
|
import java.nio.file.Paths;
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.UI.UI;
|
import Common.UI.UI;
|
||||||
import ProjectData.Project.db_project_info;
|
import ProjectData.Project.db_project_info;
|
||||||
import Visual_DVM_2021.Passes.PassCode_2021;
|
import Common.Passes.PassCode_2021;
|
||||||
import Visual_DVM_2021.Passes.VariantsMassPass;
|
import Common.Passes.VariantsMassPass;
|
||||||
public class CreateParallelVariants extends VariantsMassPass {
|
public class CreateParallelVariants extends VariantsMassPass {
|
||||||
@Override
|
@Override
|
||||||
public String getIconPath() {
|
public String getIconPath() {
|
||||||
@@ -1,9 +1,9 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Current;
|
import Common.Current;
|
||||||
import ProjectData.SapforData.Variants.ParallelVariant;
|
import ProjectData.SapforData.Variants.ParallelVariant;
|
||||||
import Repository.Component.Sapfor.Sapfor;
|
import Repository.ComponentsServer.Component.Sapfor.Sapfor;
|
||||||
import Visual_DVM_2021.Passes.CurrentProjectPass;
|
import Common.Passes.CurrentProjectPass;
|
||||||
import Visual_DVM_2021.Passes.PassCode_2021;
|
import Common.Passes.PassCode_2021;
|
||||||
public class CreateParallelVariantsCoverageForScenario extends CurrentProjectPass {
|
public class CreateParallelVariantsCoverageForScenario extends CurrentProjectPass {
|
||||||
@Override
|
@Override
|
||||||
public void Interrupt() throws Exception {
|
public void Interrupt() throws Exception {
|
||||||
@@ -1,14 +1,14 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Current;
|
import Common.Current;
|
||||||
import Common.Global;
|
import Common.Global;
|
||||||
import Common.UI.UI;
|
import Common.UI.UI;
|
||||||
import Common.Utils.Utils;
|
import Common.Utils.Utils;
|
||||||
import ProjectData.Project.db_project_info;
|
import ProjectData.Project.db_project_info;
|
||||||
import TestingSystem.Common.Group.Group;
|
import Repository.TestingSystem.Common.Group.Group;
|
||||||
import TestingSystem.Common.Test.Test;
|
import Repository.TestingSystem.Common.Test.Test;
|
||||||
import TestingSystem.Common.Test.TestType;
|
import Repository.TestingSystem.Common.Test.TestType;
|
||||||
import Visual_DVM_2021.Passes.PassCode_2021;
|
import Common.Passes.PassCode_2021;
|
||||||
import Visual_DVM_2021.Passes.Pass_2021;
|
import Common.Passes.Pass_2021;
|
||||||
|
|
||||||
import java.util.Vector;
|
import java.util.Vector;
|
||||||
public class CreateTestsGroupFromSelectedVersions extends Pass_2021<Vector<db_project_info>> {
|
public class CreateTestsGroupFromSelectedVersions extends Pass_2021<Vector<db_project_info>> {
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Current;
|
import Common.Current;
|
||||||
import Common.Global;
|
import Common.Global;
|
||||||
import Common.UI.Menus_2023.PassMenuItem;
|
import Common.UI.Menus_2023.PassMenuItem;
|
||||||
@@ -7,10 +7,10 @@ import Common.Utils.Utils;
|
|||||||
import GlobalData.Settings.SettingName;
|
import GlobalData.Settings.SettingName;
|
||||||
import ProjectData.Files.DBProjectFile;
|
import ProjectData.Files.DBProjectFile;
|
||||||
import ProjectData.Project.db_project_info;
|
import ProjectData.Project.db_project_info;
|
||||||
import Repository.Server.ServerCode;
|
import Repository.ServerCode;
|
||||||
import Repository.Server.ServerExchangeUnit_2021;
|
import Repository.ServerExchangeUnit_2021;
|
||||||
import Visual_DVM_2021.Passes.Server.ComponentsRepositoryPass;
|
import Common.Passes.Server.ComponentsRepositoryPass;
|
||||||
import Visual_DVM_2021.Passes.PassCode_2021;
|
import Common.Passes.PassCode_2021;
|
||||||
import org.apache.commons.io.FileUtils;
|
import org.apache.commons.io.FileUtils;
|
||||||
|
|
||||||
import javax.swing.*;
|
import javax.swing.*;
|
||||||
@@ -1,10 +1,10 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Current;
|
import Common.Current;
|
||||||
import Common.Database.Database;
|
import Common.Database.Database;
|
||||||
import Common.Global;
|
import Common.Global;
|
||||||
import Repository.BugReport.BugReport;
|
import Repository.ComponentsServer.Component.BugReport.BugReport;
|
||||||
import Visual_DVM_2021.Passes.DeleteObjectPass;
|
import Common.Passes.DeleteObjectPass;
|
||||||
import Visual_DVM_2021.Passes.PassCode_2021;
|
import Common.Passes.PassCode_2021;
|
||||||
public class DeleteBugReport extends DeleteObjectPass<BugReport> {
|
public class DeleteBugReport extends DeleteObjectPass<BugReport> {
|
||||||
public DeleteBugReport() {
|
public DeleteBugReport() {
|
||||||
super(BugReport.class);
|
super(BugReport.class);
|
||||||
@@ -1,9 +1,9 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Repository.BugReport.BugReport;
|
import Repository.ComponentsServer.Component.BugReport.BugReport;
|
||||||
import Repository.BugReport.BugReportState;
|
import Repository.ComponentsServer.Component.BugReport.BugReportState;
|
||||||
import Repository.Server.ServerCode;
|
import Repository.ServerCode;
|
||||||
import Repository.Server.ServerExchangeUnit_2021;
|
import Repository.ServerExchangeUnit_2021;
|
||||||
import Visual_DVM_2021.Passes.Server.ComponentsRepositoryPass;
|
import Common.Passes.Server.ComponentsRepositoryPass;
|
||||||
public class DeleteBugReportFromServer extends ComponentsRepositoryPass<BugReport> {
|
public class DeleteBugReportFromServer extends ComponentsRepositoryPass<BugReport> {
|
||||||
@Override
|
@Override
|
||||||
protected boolean canStart(Object... args) {
|
protected boolean canStart(Object... args) {
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Database.Database;
|
import Common.Database.Database;
|
||||||
import Common.Global;
|
import Common.Global;
|
||||||
import GlobalData.Compiler.Compiler;
|
import GlobalData.Compiler.Compiler;
|
||||||
import Visual_DVM_2021.Passes.DeleteObjectPass;
|
import Common.Passes.DeleteObjectPass;
|
||||||
public class DeleteCompiler extends DeleteObjectPass<Compiler> {
|
public class DeleteCompiler extends DeleteObjectPass<Compiler> {
|
||||||
public DeleteCompiler() {
|
public DeleteCompiler() {
|
||||||
super(Compiler.class);
|
super(Compiler.class);
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Database.Database;
|
import Common.Database.Database;
|
||||||
import Common.Global;
|
import Common.Global;
|
||||||
import GlobalData.DVMParameter.DVMParameter;
|
import GlobalData.DVMParameter.DVMParameter;
|
||||||
import Visual_DVM_2021.Passes.DeleteObjectPass;
|
import Common.Passes.DeleteObjectPass;
|
||||||
public class DeleteDVMParameter extends DeleteObjectPass<DVMParameter> {
|
public class DeleteDVMParameter extends DeleteObjectPass<DVMParameter> {
|
||||||
public DeleteDVMParameter() {
|
public DeleteDVMParameter() {
|
||||||
super(DVMParameter.class);
|
super(DVMParameter.class);
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Global;
|
import Common.Global;
|
||||||
import Common.Utils.Utils;
|
import Common.Utils.Utils;
|
||||||
import GlobalData.Tasks.Task;
|
import GlobalData.Tasks.Task;
|
||||||
import Visual_DVM_2021.Passes.CurrentProjectPass;
|
import Common.Passes.CurrentProjectPass;
|
||||||
|
|
||||||
import java.util.Vector;
|
import java.util.Vector;
|
||||||
import java.util.stream.Collectors;
|
import java.util.stream.Collectors;
|
||||||
@@ -1,11 +1,11 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Current;
|
import Common.Current;
|
||||||
import Common.UI.UI;
|
import Common.UI.UI;
|
||||||
import Common.Utils.Utils;
|
import Common.Utils.Utils;
|
||||||
import ProjectData.Files.DBProjectFile;
|
import ProjectData.Files.DBProjectFile;
|
||||||
import Visual_DVM_2021.Passes.ChangeFilePass;
|
import Common.Passes.ChangeFilePass;
|
||||||
import Visual_DVM_2021.Passes.PassCode_2021;
|
import Common.Passes.PassCode_2021;
|
||||||
import Visual_DVM_2021.Passes.PassException;
|
import Common.Passes.PassException;
|
||||||
import org.apache.commons.io.FileUtils;
|
import org.apache.commons.io.FileUtils;
|
||||||
|
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
@@ -1,10 +1,10 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Current;
|
import Common.Current;
|
||||||
import Common.Global;
|
import Common.Global;
|
||||||
import Common.UI.UI;
|
import Common.UI.UI;
|
||||||
import Common.Utils.Utils;
|
import Common.Utils.Utils;
|
||||||
import Visual_DVM_2021.Passes.PassCode_2021;
|
import Common.Passes.PassCode_2021;
|
||||||
import Visual_DVM_2021.Passes.Pass_2021;
|
import Common.Passes.Pass_2021;
|
||||||
|
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
import java.util.Arrays;
|
import java.util.Arrays;
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Database.Database;
|
import Common.Database.Database;
|
||||||
import Common.Global;
|
import Common.Global;
|
||||||
import GlobalData.EnvironmentValue.EnvironmentValue;
|
import GlobalData.EnvironmentValue.EnvironmentValue;
|
||||||
import Visual_DVM_2021.Passes.DeleteObjectPass;
|
import Common.Passes.DeleteObjectPass;
|
||||||
public class DeleteEnvironmentValue extends DeleteObjectPass<EnvironmentValue> {
|
public class DeleteEnvironmentValue extends DeleteObjectPass<EnvironmentValue> {
|
||||||
public DeleteEnvironmentValue() {
|
public DeleteEnvironmentValue() {
|
||||||
super(EnvironmentValue.class);
|
super(EnvironmentValue.class);
|
||||||
@@ -1,10 +1,10 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Current;
|
import Common.Current;
|
||||||
import Common.UI.UI;
|
import Common.UI.UI;
|
||||||
import Common.Utils.Utils;
|
import Common.Utils.Utils;
|
||||||
import ProjectData.Files.DBProjectFile;
|
import ProjectData.Files.DBProjectFile;
|
||||||
import Visual_DVM_2021.Passes.ChangeFilePass;
|
import Common.Passes.ChangeFilePass;
|
||||||
import Visual_DVM_2021.Passes.PassCode_2021;
|
import Common.Passes.PassCode_2021;
|
||||||
public class DeleteFile extends ChangeFilePass<DBProjectFile> {
|
public class DeleteFile extends ChangeFilePass<DBProjectFile> {
|
||||||
@Override
|
@Override
|
||||||
public String getIconPath() {
|
public String getIconPath() {
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Global;
|
import Common.Global;
|
||||||
import TestingSystem.Common.Group.Group;
|
import Repository.TestingSystem.Common.Group.Group;
|
||||||
import TestingSystem.Common.TestingServer;
|
import Repository.TestingSystem.Common.TestingServer;
|
||||||
import Visual_DVM_2021.Passes.Server.DeleteServerObject;
|
import Common.Passes.Server.DeleteServerObject;
|
||||||
public class DeleteGroup extends DeleteServerObject<TestingServer, Group> {
|
public class DeleteGroup extends DeleteServerObject<TestingServer, Group> {
|
||||||
public DeleteGroup() {
|
public DeleteGroup() {
|
||||||
super(Global.testingServer, Group.class);
|
super(Global.testingServer, Group.class);
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Current;
|
import Common.Current;
|
||||||
import ProjectData.Project.db_project_info;
|
import ProjectData.Project.db_project_info;
|
||||||
import Visual_DVM_2021.Passes.PassCode_2021;
|
import Common.Passes.PassCode_2021;
|
||||||
import Visual_DVM_2021.Passes.Pass_2021;
|
import Common.Passes.Pass_2021;
|
||||||
|
|
||||||
import java.util.Vector;
|
import java.util.Vector;
|
||||||
public class DeleteLonelyM extends Pass_2021<db_project_info> {
|
public class DeleteLonelyM extends Pass_2021<db_project_info> {
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Database.Database;
|
import Common.Database.Database;
|
||||||
import Common.Global;
|
import Common.Global;
|
||||||
import GlobalData.Machine.Machine;
|
import GlobalData.Machine.Machine;
|
||||||
import Visual_DVM_2021.Passes.DeleteObjectPass;
|
import Common.Passes.DeleteObjectPass;
|
||||||
public class DeleteMachine extends DeleteObjectPass<Machine> {
|
public class DeleteMachine extends DeleteObjectPass<Machine> {
|
||||||
public DeleteMachine() {
|
public DeleteMachine() {
|
||||||
super(Machine.class);
|
super(Machine.class);
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Database.Database;
|
import Common.Database.Database;
|
||||||
import Common.Global;
|
import Common.Global;
|
||||||
import GlobalData.Makefile.Makefile;
|
import GlobalData.Makefile.Makefile;
|
||||||
import Visual_DVM_2021.Passes.DeleteObjectPass;
|
import Common.Passes.DeleteObjectPass;
|
||||||
public class DeleteMakefile extends DeleteObjectPass<Makefile> {
|
public class DeleteMakefile extends DeleteObjectPass<Makefile> {
|
||||||
public DeleteMakefile() {
|
public DeleteMakefile() {
|
||||||
super(Makefile.class);
|
super(Makefile.class);
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Database.Database;
|
import Common.Database.Database;
|
||||||
import Common.Global;
|
import Common.Global;
|
||||||
import GlobalData.SapforProfile.SapforProfile;
|
import GlobalData.SapforProfile.SapforProfile;
|
||||||
import Visual_DVM_2021.Passes.DeleteObjectPass;
|
import Common.Passes.DeleteObjectPass;
|
||||||
public class DeleteProfile extends DeleteObjectPass<SapforProfile> {
|
public class DeleteProfile extends DeleteObjectPass<SapforProfile> {
|
||||||
public DeleteProfile() {
|
public DeleteProfile() {
|
||||||
super(SapforProfile.class);
|
super(SapforProfile.class);
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Database.Database;
|
import Common.Database.Database;
|
||||||
import Common.Global;
|
import Common.Global;
|
||||||
import GlobalData.RunConfiguration.RunConfiguration;
|
import GlobalData.RunConfiguration.RunConfiguration;
|
||||||
import Visual_DVM_2021.Passes.DeleteObjectPass;
|
import Common.Passes.DeleteObjectPass;
|
||||||
public class DeleteRunConfiguration extends DeleteObjectPass<RunConfiguration> {
|
public class DeleteRunConfiguration extends DeleteObjectPass<RunConfiguration> {
|
||||||
public DeleteRunConfiguration() {
|
public DeleteRunConfiguration() {
|
||||||
super(RunConfiguration.class);
|
super(RunConfiguration.class);
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Global;
|
import Common.Global;
|
||||||
import TestingSystem.Common.TestingServer;
|
import Repository.TestingSystem.Common.TestingServer;
|
||||||
import TestingSystem.SAPFOR.SapforConfiguration.SapforConfiguration;
|
import Repository.TestingSystem.SAPFOR.SapforConfiguration.SapforConfiguration;
|
||||||
import Visual_DVM_2021.Passes.Server.DeleteServerObject;
|
import Common.Passes.Server.DeleteServerObject;
|
||||||
public class DeleteSapforConfiguration extends DeleteServerObject<TestingServer, SapforConfiguration> {
|
public class DeleteSapforConfiguration extends DeleteServerObject<TestingServer, SapforConfiguration> {
|
||||||
public DeleteSapforConfiguration() {
|
public DeleteSapforConfiguration() {
|
||||||
super(Global.testingServer, SapforConfiguration.class);
|
super(Global.testingServer, SapforConfiguration.class);
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Global;
|
import Common.Global;
|
||||||
import TestingSystem.Common.TestingServer;
|
import Repository.TestingSystem.Common.TestingServer;
|
||||||
import TestingSystem.SAPFOR.SapforConfigurationCommand.SapforConfigurationCommand;
|
import Repository.TestingSystem.SAPFOR.SapforConfigurationCommand.SapforConfigurationCommand;
|
||||||
import Visual_DVM_2021.Passes.Server.DeleteServerObject;
|
import Common.Passes.Server.DeleteServerObject;
|
||||||
public class DeleteSapforConfigurationCommand extends DeleteServerObject<TestingServer, SapforConfigurationCommand> {
|
public class DeleteSapforConfigurationCommand extends DeleteServerObject<TestingServer, SapforConfigurationCommand> {
|
||||||
public DeleteSapforConfigurationCommand() {
|
public DeleteSapforConfigurationCommand() {
|
||||||
super(Global.testingServer, SapforConfigurationCommand.class);
|
super(Global.testingServer, SapforConfigurationCommand.class);
|
||||||
@@ -1,9 +1,9 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.UI.UI;
|
import Common.UI.UI;
|
||||||
import Common.Utils.Utils;
|
import Common.Utils.Utils;
|
||||||
import TestingSystem.DVM.TasksPackage.TasksPackageState;
|
import Repository.TestingSystem.DVM.TasksPackage.TasksPackageState;
|
||||||
import TestingSystem.SAPFOR.SapforTasksPackage.SapforTasksPackage;
|
import Repository.TestingSystem.SAPFOR.SapforTasksPackage.SapforTasksPackage;
|
||||||
import Visual_DVM_2021.Passes.Server.DeleteServerAccountObject;
|
import Common.Passes.Server.DeleteServerAccountObject;
|
||||||
public class DeleteSapforTasksPackage extends DeleteServerAccountObject<SapforTasksPackage> {
|
public class DeleteSapforTasksPackage extends DeleteServerAccountObject<SapforTasksPackage> {
|
||||||
public DeleteSapforTasksPackage() {
|
public DeleteSapforTasksPackage() {
|
||||||
super(SapforTasksPackage.class);
|
super(SapforTasksPackage.class);
|
||||||
@@ -1,9 +1,9 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Global;
|
import Common.Global;
|
||||||
import Common.Utils.Utils;
|
import Common.Utils.Utils;
|
||||||
import GlobalData.Tasks.CompilationTask.CompilationTask;
|
import GlobalData.Tasks.CompilationTask.CompilationTask;
|
||||||
import GlobalData.Tasks.RunTask.RunTask;
|
import GlobalData.Tasks.RunTask.RunTask;
|
||||||
import Visual_DVM_2021.Passes.Pass_2021;
|
import Common.Passes.Pass_2021;
|
||||||
|
|
||||||
import java.util.Vector;
|
import java.util.Vector;
|
||||||
public class DeleteSelectedCompilationTasks extends Pass_2021<Vector<CompilationTask>> {
|
public class DeleteSelectedCompilationTasks extends Pass_2021<Vector<CompilationTask>> {
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import TestingSystem.DVM.Configuration.Configuration;
|
import Repository.TestingSystem.DVM.Configuration.Configuration;
|
||||||
import Visual_DVM_2021.Passes.DeleteSelectedServerObjects;
|
import Common.Passes.DeleteSelectedServerObjects;
|
||||||
public class DeleteSelectedConfigurations extends DeleteSelectedServerObjects {
|
public class DeleteSelectedConfigurations extends DeleteSelectedServerObjects {
|
||||||
public DeleteSelectedConfigurations() {
|
public DeleteSelectedConfigurations() {
|
||||||
super(Configuration.class);
|
super(Configuration.class);
|
||||||
@@ -1,10 +1,10 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Current;
|
import Common.Current;
|
||||||
import Common.UI.UI;
|
import Common.UI.UI;
|
||||||
import Common.Utils.Utils;
|
import Common.Utils.Utils;
|
||||||
import ProjectData.Files.DBProjectFile;
|
import ProjectData.Files.DBProjectFile;
|
||||||
import Visual_DVM_2021.Passes.PassCode_2021;
|
import Common.Passes.PassCode_2021;
|
||||||
import Visual_DVM_2021.Passes.Pass_2021;
|
import Common.Passes.Pass_2021;
|
||||||
public class DeleteSelectedFiles extends Pass_2021 {
|
public class DeleteSelectedFiles extends Pass_2021 {
|
||||||
@Override
|
@Override
|
||||||
public String getIconPath() {
|
public String getIconPath() {
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Global;
|
import Common.Global;
|
||||||
import Common.Utils.Utils;
|
import Common.Utils.Utils;
|
||||||
import GlobalData.Tasks.RunTask.RunTask;
|
import GlobalData.Tasks.RunTask.RunTask;
|
||||||
import Visual_DVM_2021.Passes.Pass_2021;
|
import Common.Passes.Pass_2021;
|
||||||
|
|
||||||
import java.util.Vector;
|
import java.util.Vector;
|
||||||
public class DeleteSelectedRunTasks extends Pass_2021<Vector<RunTask>> {
|
public class DeleteSelectedRunTasks extends Pass_2021<Vector<RunTask>> {
|
||||||
@@ -1,10 +1,10 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Current;
|
import Common.Current;
|
||||||
import Common.Global;
|
import Common.Global;
|
||||||
import Common.UI.UI;
|
import Common.UI.UI;
|
||||||
import ProjectData.Project.db_project_info;
|
import ProjectData.Project.db_project_info;
|
||||||
import Visual_DVM_2021.Passes.PassCode_2021;
|
import Common.Passes.PassCode_2021;
|
||||||
import Visual_DVM_2021.Passes.Pass_2021;
|
import Common.Passes.Pass_2021;
|
||||||
|
|
||||||
import java.util.Vector;
|
import java.util.Vector;
|
||||||
public class DeleteSelectedVersions extends Pass_2021<Vector<db_project_info>> {
|
public class DeleteSelectedVersions extends Pass_2021<Vector<db_project_info>> {
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Global;
|
import Common.Global;
|
||||||
import TestingSystem.SAPFOR.ServerSapfor.ServerSapfor;
|
import Repository.TestingSystem.SAPFOR.ServerSapfor.ServerSapfor;
|
||||||
import TestingSystem.Common.TestingServer;
|
import Repository.TestingSystem.Common.TestingServer;
|
||||||
import Visual_DVM_2021.Passes.Server.DeleteServerObject;
|
import Common.Passes.Server.DeleteServerObject;
|
||||||
public class DeleteServerSapfor extends DeleteServerObject<TestingServer, ServerSapfor> {
|
public class DeleteServerSapfor extends DeleteServerObject<TestingServer, ServerSapfor> {
|
||||||
public DeleteServerSapfor() {
|
public DeleteServerSapfor() {
|
||||||
super(Global.testingServer, ServerSapfor.class);
|
super(Global.testingServer, ServerSapfor.class);
|
||||||
@@ -1,9 +1,9 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Database.Database;
|
import Common.Database.Database;
|
||||||
import Common.Global;
|
import Common.Global;
|
||||||
import Repository.Subscribes.Subscriber;
|
import Repository.ComponentsServer.Subscribes.Subscriber;
|
||||||
import Visual_DVM_2021.Passes.DeleteObjectPass;
|
import Common.Passes.DeleteObjectPass;
|
||||||
import Visual_DVM_2021.Passes.PassCode_2021;
|
import Common.Passes.PassCode_2021;
|
||||||
public class DeleteSubscriber extends DeleteObjectPass<Subscriber> {
|
public class DeleteSubscriber extends DeleteObjectPass<Subscriber> {
|
||||||
public DeleteSubscriber() {
|
public DeleteSubscriber() {
|
||||||
super(Subscriber.class);
|
super(Subscriber.class);
|
||||||
@@ -1,9 +1,9 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Repository.Server.ServerCode;
|
import Repository.ServerCode;
|
||||||
import Repository.Server.ServerExchangeUnit_2021;
|
import Repository.ServerExchangeUnit_2021;
|
||||||
import Repository.Subscribes.Subscriber;
|
import Repository.ComponentsServer.Subscribes.Subscriber;
|
||||||
import Visual_DVM_2021.Passes.Server.ComponentsRepositoryPass;
|
import Common.Passes.Server.ComponentsRepositoryPass;
|
||||||
import Visual_DVM_2021.Passes.PassCode_2021;
|
import Common.Passes.PassCode_2021;
|
||||||
public class DeleteSubscriberOnServer extends ComponentsRepositoryPass<Subscriber> {
|
public class DeleteSubscriberOnServer extends ComponentsRepositoryPass<Subscriber> {
|
||||||
@Override
|
@Override
|
||||||
protected boolean canStart(Object... args) throws Exception {
|
protected boolean canStart(Object... args) throws Exception {
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import ProjectData.Project.db_project_info;
|
import ProjectData.Project.db_project_info;
|
||||||
import Visual_DVM_2021.Passes.CurrentProjectPass;
|
import Common.Passes.CurrentProjectPass;
|
||||||
import Visual_DVM_2021.Passes.PassCode_2021;
|
import Common.Passes.PassCode_2021;
|
||||||
|
|
||||||
import java.util.Vector;
|
import java.util.Vector;
|
||||||
public class DeleteSubversions extends CurrentProjectPass {
|
public class DeleteSubversions extends CurrentProjectPass {
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Global;
|
import Common.Global;
|
||||||
import TestingSystem.Common.Test.Test;
|
import Repository.TestingSystem.Common.Test.Test;
|
||||||
import TestingSystem.Common.TestingServer;
|
import Repository.TestingSystem.Common.TestingServer;
|
||||||
import Visual_DVM_2021.Passes.Server.DeleteServerObject;
|
import Common.Passes.Server.DeleteServerObject;
|
||||||
public class DeleteTest extends DeleteServerObject<TestingServer, Test> {
|
public class DeleteTest extends DeleteServerObject<TestingServer, Test> {
|
||||||
public DeleteTest() {
|
public DeleteTest() {
|
||||||
super(Global.testingServer, Test.class);
|
super(Global.testingServer, Test.class);
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Database.Database;
|
import Common.Database.Database;
|
||||||
import Common.Global;
|
import Common.Global;
|
||||||
import GlobalData.User.User;
|
import GlobalData.User.User;
|
||||||
import Visual_DVM_2021.Passes.DeleteObjectPass;
|
import Common.Passes.DeleteObjectPass;
|
||||||
public class DeleteUser extends DeleteObjectPass<User> {
|
public class DeleteUser extends DeleteObjectPass<User> {
|
||||||
public DeleteUser() {
|
public DeleteUser() {
|
||||||
super(User.class);
|
super(User.class);
|
||||||
@@ -1,10 +1,10 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Current;
|
import Common.Current;
|
||||||
import Common.UI.UI;
|
import Common.UI.UI;
|
||||||
import Common.Utils.Utils;
|
import Common.Utils.Utils;
|
||||||
import ProjectData.Project.db_project_info;
|
import ProjectData.Project.db_project_info;
|
||||||
import Visual_DVM_2021.Passes.PassCode_2021;
|
import Common.Passes.PassCode_2021;
|
||||||
import Visual_DVM_2021.Passes.Pass_2021;
|
import Common.Passes.Pass_2021;
|
||||||
public class DeleteVersion extends Pass_2021<db_project_info> {
|
public class DeleteVersion extends Pass_2021<db_project_info> {
|
||||||
db_project_info parent;
|
db_project_info parent;
|
||||||
boolean current;
|
boolean current;
|
||||||
@@ -1,11 +1,11 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Current;
|
import Common.Current;
|
||||||
import Common.Global;
|
import Common.Global;
|
||||||
import Common.Utils.Utils;
|
import Common.Utils.Utils;
|
||||||
import Repository.Server.ServerCode;
|
import Repository.ServerCode;
|
||||||
import Repository.Server.ServerExchangeUnit_2021;
|
import Repository.ServerExchangeUnit_2021;
|
||||||
import Visual_DVM_2021.Passes.Server.ComponentsRepositoryPass;
|
import Common.Passes.Server.ComponentsRepositoryPass;
|
||||||
import Visual_DVM_2021.Passes.PassCode_2021;
|
import Common.Passes.PassCode_2021;
|
||||||
import org.apache.commons.io.FileUtils;
|
import org.apache.commons.io.FileUtils;
|
||||||
|
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
@@ -1,11 +1,11 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Global;
|
import Common.Global;
|
||||||
import Common.Utils.Utils;
|
import Common.Utils.Utils;
|
||||||
import Repository.BugReport.BugReport;
|
import Repository.ComponentsServer.Component.BugReport.BugReport;
|
||||||
import Repository.BugReport.BugReportInterface;
|
import Repository.ComponentsServer.Component.BugReport.BugReportInterface;
|
||||||
import Repository.Server.ServerCode;
|
import Repository.ServerCode;
|
||||||
import Repository.Server.ServerExchangeUnit_2021;
|
import Repository.ServerExchangeUnit_2021;
|
||||||
import Visual_DVM_2021.Passes.Server.ComponentsRepositoryPass;
|
import Common.Passes.Server.ComponentsRepositoryPass;
|
||||||
public class DownloadBugReport extends ComponentsRepositoryPass<BugReport> {
|
public class DownloadBugReport extends ComponentsRepositoryPass<BugReport> {
|
||||||
@Override
|
@Override
|
||||||
protected boolean canStart(Object... args) {
|
protected boolean canStart(Object... args) {
|
||||||
@@ -1,10 +1,10 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Current;
|
import Common.Current;
|
||||||
import Common.Utils.Utils;
|
import Common.Utils.Utils;
|
||||||
import Repository.Component.Component;
|
import Repository.ComponentsServer.Component.Component;
|
||||||
import Repository.Server.ServerCode;
|
import Repository.ServerCode;
|
||||||
import Repository.Server.ServerExchangeUnit_2021;
|
import Repository.ServerExchangeUnit_2021;
|
||||||
import Visual_DVM_2021.Passes.Server.ComponentsRepositoryPass;
|
import Common.Passes.Server.ComponentsRepositoryPass;
|
||||||
public class DownloadComponent extends ComponentsRepositoryPass<Component> {
|
public class DownloadComponent extends ComponentsRepositoryPass<Component> {
|
||||||
@Override
|
@Override
|
||||||
protected void ServerAction() throws Exception {
|
protected void ServerAction() throws Exception {
|
||||||
@@ -1,12 +1,12 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Current;
|
import Common.Current;
|
||||||
import Common.Global;
|
import Common.Global;
|
||||||
import Common.UI.UI;
|
import Common.UI.UI;
|
||||||
import Common.Utils.Utils;
|
import Common.Utils.Utils;
|
||||||
import GlobalData.RemoteFile.RemoteFile;
|
import GlobalData.RemoteFile.RemoteFile;
|
||||||
import Visual_DVM_2021.Passes.PassCode_2021;
|
import Common.Passes.PassCode_2021;
|
||||||
import Visual_DVM_2021.Passes.PassException;
|
import Common.Passes.PassException;
|
||||||
import Visual_DVM_2021.Passes.SSH.CurrentConnectionPass;
|
import Common.Passes.SSH.CurrentConnectionPass;
|
||||||
|
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
import java.nio.file.Paths;
|
import java.nio.file.Paths;
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Constants;
|
import Common.Constants;
|
||||||
import Common.Global;
|
import Common.Global;
|
||||||
import Common.Utils.Utils;
|
import Common.Utils.Utils;
|
||||||
import Visual_DVM_2021.Passes.ProcessPass;
|
import Common.Passes.ProcessPass;
|
||||||
import org.apache.commons.io.FileUtils;
|
import org.apache.commons.io.FileUtils;
|
||||||
|
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
@@ -1,12 +1,12 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Current;
|
import Common.Current;
|
||||||
import Common.Utils.Utils;
|
import Common.Utils.Utils;
|
||||||
import Repository.Server.ServerCode;
|
import Repository.ServerCode;
|
||||||
import Repository.Server.ServerExchangeUnit_2021;
|
import Repository.ServerExchangeUnit_2021;
|
||||||
import TestingSystem.SAPFOR.SapforTasksPackage.SapforTasksPackage;
|
import Repository.TestingSystem.SAPFOR.SapforTasksPackage.SapforTasksPackage;
|
||||||
import TestingSystem.DVM.TasksPackage.TasksPackageState;
|
import Repository.TestingSystem.DVM.TasksPackage.TasksPackageState;
|
||||||
import Visual_DVM_2021.Passes.PassCode_2021;
|
import Common.Passes.PassCode_2021;
|
||||||
import Visual_DVM_2021.Passes.Server.TestingSystemPass;
|
import Common.Passes.Server.TestingSystemPass;
|
||||||
|
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
public class DownloadSapforTasksPackage extends TestingSystemPass<SapforTasksPackage> {
|
public class DownloadSapforTasksPackage extends TestingSystemPass<SapforTasksPackage> {
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Current;
|
import Common.Current;
|
||||||
import TestingSystem.DVM.Tasks.TestRunTask;
|
import Repository.TestingSystem.DVM.Tasks.TestRunTask;
|
||||||
import TestingSystem.Common.Test.Test;
|
import Repository.TestingSystem.Common.Test.Test;
|
||||||
public class DownloadTaskTest extends DownloadTest {
|
public class DownloadTaskTest extends DownloadTest {
|
||||||
@Override
|
@Override
|
||||||
protected boolean canStart(Object... args) throws Exception {
|
protected boolean canStart(Object... args) throws Exception {
|
||||||
@@ -1,13 +1,13 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Current;
|
import Common.Current;
|
||||||
import Common.Global;
|
import Common.Global;
|
||||||
import Common.UI.UI;
|
import Common.UI.UI;
|
||||||
import Common.Utils.Utils;
|
import Common.Utils.Utils;
|
||||||
import Repository.Server.ServerCode;
|
import Repository.ServerCode;
|
||||||
import Repository.Server.ServerExchangeUnit_2021;
|
import Repository.ServerExchangeUnit_2021;
|
||||||
import TestingSystem.Common.Test.Test;
|
import Repository.TestingSystem.Common.Test.Test;
|
||||||
import Visual_DVM_2021.Passes.PassCode_2021;
|
import Common.Passes.PassCode_2021;
|
||||||
import Visual_DVM_2021.Passes.Server.TestingSystemPass;
|
import Common.Passes.Server.TestingSystemPass;
|
||||||
public class DownloadTest extends TestingSystemPass<Test> {
|
public class DownloadTest extends TestingSystemPass<Test> {
|
||||||
@Override
|
@Override
|
||||||
public String getIconPath() {
|
public String getIconPath() {
|
||||||
@@ -1,7 +1,6 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Current;
|
import Common.Current;
|
||||||
import Common.UI.UI;
|
import Common.Passes.CurrentProjectPass;
|
||||||
import Visual_DVM_2021.Passes.CurrentProjectPass;
|
|
||||||
public class DropAnalyses extends CurrentProjectPass {
|
public class DropAnalyses extends CurrentProjectPass {
|
||||||
@Override
|
@Override
|
||||||
protected boolean canStart(Object... args) throws Exception {
|
protected boolean canStart(Object... args) throws Exception {
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Global;
|
import Common.Global;
|
||||||
import Common.UI.UI;
|
import Common.UI.UI;
|
||||||
import Visual_DVM_2021.Passes.Pass_2021;
|
import Common.Passes.Pass_2021;
|
||||||
public class DropFastAccess extends Pass_2021 {
|
public class DropFastAccess extends Pass_2021 {
|
||||||
@Override
|
@Override
|
||||||
public String getButtonText() {
|
public String getButtonText() {
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Global;
|
import Common.Global;
|
||||||
import GlobalData.DBLastProject.DBLastProject;
|
import GlobalData.DBLastProject.DBLastProject;
|
||||||
import Visual_DVM_2021.Passes.Pass_2021;
|
import Common.Passes.Pass_2021;
|
||||||
public class DropLastProjects extends Pass_2021 {
|
public class DropLastProjects extends Pass_2021 {
|
||||||
@Override
|
@Override
|
||||||
protected void body() throws Exception {
|
protected void body() throws Exception {
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import ProjectData.DBArray.DBArray;
|
import ProjectData.DBArray.DBArray;
|
||||||
import Visual_DVM_2021.Passes.CurrentProjectPass;
|
import Common.Passes.CurrentProjectPass;
|
||||||
public class DropSavedArrays extends CurrentProjectPass {
|
public class DropSavedArrays extends CurrentProjectPass {
|
||||||
@Override
|
@Override
|
||||||
public String getButtonText() {
|
public String getButtonText() {
|
||||||
@@ -1,11 +1,11 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Current;
|
import Common.Current;
|
||||||
import Common.Global;
|
import Common.Global;
|
||||||
import Common.UI.UI;
|
import Common.UI.UI;
|
||||||
import Common.Utils.Utils;
|
import Common.Utils.Utils;
|
||||||
import Repository.EmailMessage;
|
import Repository.EmailMessage;
|
||||||
import Repository.Subscribes.Subscriber;
|
import Repository.ComponentsServer.Subscribes.Subscriber;
|
||||||
import Repository.Subscribes.UI.SubscriberForm;
|
import Repository.ComponentsServer.Subscribes.UI.SubscriberForm;
|
||||||
|
|
||||||
import javax.swing.*;
|
import javax.swing.*;
|
||||||
import java.util.Vector;
|
import java.util.Vector;
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Database.Database;
|
import Common.Database.Database;
|
||||||
import Common.Global;
|
import Common.Global;
|
||||||
import GlobalData.Compiler.Compiler;
|
import GlobalData.Compiler.Compiler;
|
||||||
import Visual_DVM_2021.Passes.EditObjectPass;
|
import Common.Passes.EditObjectPass;
|
||||||
public class EditCompiler extends EditObjectPass<Compiler> {
|
public class EditCompiler extends EditObjectPass<Compiler> {
|
||||||
public EditCompiler() {
|
public EditCompiler() {
|
||||||
super(Compiler.class);
|
super(Compiler.class);
|
||||||
@@ -1,10 +1,10 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Current;
|
import Common.Current;
|
||||||
import Common.Database.Database;
|
import Common.Database.Database;
|
||||||
import Common.Global;
|
import Common.Global;
|
||||||
import TestingSystem.DVM.Configuration.Configuration;
|
import Repository.TestingSystem.DVM.Configuration.Configuration;
|
||||||
import Visual_DVM_2021.Passes.EditObjectPass;
|
import Common.Passes.EditObjectPass;
|
||||||
import Visual_DVM_2021.Passes.PassCode_2021;
|
import Common.Passes.PassCode_2021;
|
||||||
public class EditConfiguration extends EditObjectPass<Configuration> {
|
public class EditConfiguration extends EditObjectPass<Configuration> {
|
||||||
public EditConfiguration() {
|
public EditConfiguration() {
|
||||||
super(Configuration.class);
|
super(Configuration.class);
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Repository.Server.ServerCode;
|
import Repository.ServerCode;
|
||||||
import Repository.Server.ServerExchangeUnit_2021;
|
import Repository.ServerExchangeUnit_2021;
|
||||||
import TestingSystem.DVM.Configuration.Configuration;
|
import Repository.TestingSystem.DVM.Configuration.Configuration;
|
||||||
import Visual_DVM_2021.Passes.Server.TestingSystemPass;
|
import Common.Passes.Server.TestingSystemPass;
|
||||||
public class EditConfigurationOnServer extends TestingSystemPass<Configuration> {
|
public class EditConfigurationOnServer extends TestingSystemPass<Configuration> {
|
||||||
@Override
|
@Override
|
||||||
protected boolean canStart(Object... args) throws Exception {
|
protected boolean canStart(Object... args) throws Exception {
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
package Visual_DVM_2021.Passes.All;
|
package Common.Passes.All;
|
||||||
import Common.Database.Database;
|
import Common.Database.Database;
|
||||||
import Common.Global;
|
import Common.Global;
|
||||||
import GlobalData.DVMParameter.DVMParameter;
|
import GlobalData.DVMParameter.DVMParameter;
|
||||||
import Visual_DVM_2021.Passes.EditObjectPass;
|
import Common.Passes.EditObjectPass;
|
||||||
public class EditDVMParameter extends EditObjectPass<DVMParameter> {
|
public class EditDVMParameter extends EditObjectPass<DVMParameter> {
|
||||||
public EditDVMParameter() {
|
public EditDVMParameter() {
|
||||||
super(DVMParameter.class);
|
super(DVMParameter.class);
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user