Skip to content
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

[FN] AllFunctionPathMustHaveReturn не срабатывает #3225

Open
Rrarity opened this issue Jan 11, 2024 · 0 comments
Open

[FN] AllFunctionPathMustHaveReturn не срабатывает #3225

Rrarity opened this issue Jan 11, 2024 · 0 comments
Labels
type/FN false negative

Comments

@Rrarity
Copy link

Rrarity commented Jan 11, 2024

Диагностика

AllFunctionPathMustHaveReturn

Версия

v0.23.0-rc.2

Описание ложного НЕ срабатывания диагностики

Пример кода

&НаКлиенте
Функция ТекущаяСтраница(Страница = Неопределено)

	ТекущаяСтраница = Элементы.ГруппаСтраницы.ТекущаяСтраница;

	Если Страница = Неопределено Тогда
		Возврат ТекущаяСтраница;
	Иначе
		Если ТекущаяСтраница <> Страница Тогда
			Элементы.ГруппаСтраницы.ТекущаяСтраница = Страница;
		КонецЕсли;
	КонецЕсли;

КонецФункции

Скриншоты

2024-01-11 14_34_43-Форма bsl - Visual Studio Code
Не сработало

2024-01-11 14_35_14-Форма bsl - Visual Studio Code
а так работает

Дополнительная информация

@Rrarity Rrarity added the type/FN false negative label Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/FN false negative
Projects
None yet
Development

No branches or pull requests

1 participant