no message

This commit is contained in:
2025-11-08 20:28:19 +03:00
parent f4c54acb3e
commit 43a0e60f65
7 changed files with 14 additions and 8 deletions

View File

@@ -301,6 +301,7 @@ public enum PassCode implements PassCode_ {
//->
TestPass,
SPF_InsertPrivateFromGUI,
SPF_InsertPrivateArrayDirectives,
SPF_RemoveSpfDirectives,
SPF_RemoveDeadCode,
ReplaceTestProject,
@@ -366,6 +367,8 @@ public enum PassCode implements PassCode_ {
@Override
public String getDescription() {
switch (this) {
case SPF_InsertPrivateArrayDirectives:
return "Вставка директив приватизации массивов";
case CompareSapforPackageToEthalon:
return "Сравнить пакет тестирования SAPFOR с эталоном";
case SPF_RemoveSpfDirectives: