From cb786a38c92e0606017c645e657d2e5c11791228 Mon Sep 17 00:00:00 2001 From: Vadim Goncharov Date: Mon, 17 Jul 2023 23:46:16 +0300 Subject: [PATCH] =?UTF-8?q?#1351=20=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D0=B0=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D0=B0?= =?UTF-8?q?=20=D0=B2=20=D1=81=D0=BE=D0=BE=D0=B1=D1=89=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D0=B8=20=D0=B4=D0=BB=D1=8F=20=D0=BF=D1=80=D0=BE=D0=B2=D0=B5?= =?UTF-8?q?=D1=80=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Исправлена ошибка в сообщении для проверки MethodOptionalParameterBeforeRequiredCheck. --- .../com/e1c/v8codestyle/bsl/check/messages_ru.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bundles/com.e1c.v8codestyle.bsl/src/com/e1c/v8codestyle/bsl/check/messages_ru.properties b/bundles/com.e1c.v8codestyle.bsl/src/com/e1c/v8codestyle/bsl/check/messages_ru.properties index 16b8fafc..9eadbaf3 100644 --- a/bundles/com.e1c.v8codestyle.bsl/src/com/e1c/v8codestyle/bsl/check/messages_ru.properties +++ b/bundles/com.e1c.v8codestyle.bsl/src/com/e1c/v8codestyle/bsl/check/messages_ru.properties @@ -234,11 +234,11 @@ ManagerModuleNamedSelfReferenceCheck_issue = Избыточное обращен ManagerModuleNamedSelfReferenceCheck_title = Избыточное обращение по собственному имени в модуле менеджера -MethodOptionalParameterBeforeRequiredCheck_Optional_parameter_before_required = Обязательный параметр расположен перед обязательным +MethodOptionalParameterBeforeRequiredCheck_Optional_parameter_before_required = Необязательный параметр расположен перед обязательным -MethodOptionalParameterBeforeRequiredCheck_description = Обязательный параметр расположен перед обязательным +MethodOptionalParameterBeforeRequiredCheck_description = Необязательный параметр расположен перед обязательным -MethodOptionalParameterBeforeRequiredCheck_title = Обязательный параметр расположен перед обязательным +MethodOptionalParameterBeforeRequiredCheck_title = Необязательный параметр расположен перед обязательным MethodTooManyPramsCheck_Max_parameters = Максимум параметров