-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Данные о защищенных, запароленных модулях #413
Conversation
рефакторинг метода computeModules #3076
@@ -335,5 +360,8 @@ protected void checkChild(MdoReference parentMdoReference, | |||
protected static Path getMDOPathDesigner(String path) { | |||
return Paths.get(SRC_DESIGNER, path); | |||
} | |||
protected static Path getMDOPathDesigner(String path, String rootPath) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@theshadowco обрати внимание
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@theshadowco обрати внимание
тут вообще хочется отрефакторить, привести вызовы всех похожих методов модуля к вызову общих модулей
- getMDOPathDesigner(String path, String rootPath)
- getMDOPathEDT(String path, String rootPath)
Я проверил, у меня все тесты прошли, кроме, конечно, проверки лицензии (год не тот во всех модулях, не только в моем коде) |
Уточню - у меня успешно прошли тесты всего проекта, а не только мои тесты из МР |
рефакторинг
исправил расположение тест.данных рефакторинг
@theshadowco посмотри, доработка готова - Данные о защищенных, запароленных модулях |
@artbear |
Для реализации 1c-syntax/bsl-language-server#3076
Описание
неожиданно для них отдельная обработка
выделил отдельную задачу [NEW] Данные о защищенных, запароленных модулях внутри внешних отчетов и обработок #415
Связанные задачи
Closes #414
Чеклист
Общие
gradlew precommit
)Дополнительно