diff --git a/bundles/com.e1c.v8codestyle.bsl/markdown/redundant-export-method.md b/bundles/com.e1c.v8codestyle.bsl/markdown/redundant-export-method.md index 8b06941e..678de1f9 100644 --- a/bundles/com.e1c.v8codestyle.bsl/markdown/redundant-export-method.md +++ b/bundles/com.e1c.v8codestyle.bsl/markdown/redundant-export-method.md @@ -4,6 +4,8 @@ Make sure your configuration does not contain unused metadata objects, such as c command interface sections, and other. Also it must not contain the code of common modules, procedures, functions, and variables, which is not used in the configuration and for integration with other systems. +The check searches for all references to the method, so it can take a long time. + ## Noncompliant Code Example ```bsl diff --git a/bundles/com.e1c.v8codestyle.bsl/markdown/ru/redundant-export-method.md b/bundles/com.e1c.v8codestyle.bsl/markdown/ru/redundant-export-method.md index b701ff3b..3aab0d59 100644 --- a/bundles/com.e1c.v8codestyle.bsl/markdown/ru/redundant-export-method.md +++ b/bundles/com.e1c.v8codestyle.bsl/markdown/ru/redundant-export-method.md @@ -3,6 +3,8 @@ Исключением являются экспортные методы, расположенные в области "ПрограммныйИнтерфейс", т.к. эти методы часто могут использоваться другими конфигурациями (библиотеками). +Проверка выполняет поиск всех ссылок на метод, поэтому может выполняться длительное время. + ## Неправильно ```bsl