no message

This commit is contained in:
2024-09-11 17:00:36 +03:00
parent 151572fd82
commit 4da2187f42
8 changed files with 102 additions and 41 deletions

View File

@@ -341,12 +341,17 @@ public enum PassCode_2021 {
//--
ShowSapforCompilationOut,
ShowSapforCompilationErr,
GetOldBugReports;
GetOldBugReports,
ShowCurrentDVMPackage
;
//--
public String getDescription() {
switch (this) {
case Undefined:
return "?";
case ShowCurrentDVMPackage:
return "Показать состав пакета тестирования DVM";
case GetOldBugReports:
return "Получить неиспользуемые баг репорты";
case SPF_RenameIncludes: