рефакторинг бд файлов тестов.
This commit is contained in:
2025-03-20 17:48:18 +03:00
parent 3f4ef5f198
commit 0b5f8c6ec7
22 changed files with 374 additions and 359 deletions

View File

@@ -70,7 +70,7 @@ public class DBProjectFile extends ProjectFile {
Init(file_, father_);
//имя относительно папки проекта.
RefreshName();
AutoDetectProperties();
AutoDetectProperties(file_.getName());
}
public static Pair<Integer, String> decodeParserMessage(String S, String file_in) {
Integer line = 1;