-
Notifications
You must be signed in to change notification settings - Fork 49
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
331/ Сбор информации об окружении #359
Conversation
SonarQube Code AnalyticsQuality Gate passedAdditional informationThe following metrics might not affect the Quality Gate status but improving them will improve your project code quality. IssuesCoverage and DuplicationsNo data Coverage |
exts/yaxunit/src/CommonModules/ЮТОкружениеСлужебныйКлиентСервер/Module.bsl
Outdated
Show resolved
Hide resolved
exts/yaxunit/src/CommonModules/ЮТОкружениеСлужебныйКлиентСервер/Module.bsl
Outdated
Show resolved
Hide resolved
exts/yaxunit/src/CommonModules/ЮТОкружениеСлужебныйКлиентСервер/Module.bsl
Outdated
Show resolved
Hide resolved
// | ||
// Возвращаемое значение: | ||
// Строка | ||
Функция ПредставлениеОшибки(Описание, Ошибка = Неопределено) Экспорт |
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.
Необходимо добавить описание параметра "Ошибка" Why is this an issue?
|
||
Для Инд = 1 По СтрДлина(ВходнаяСтрока) Цикл | ||
КодСимволаЗначения = КодСимвола(ВходнаяСтрока, Инд); | ||
Если КодСимволаЗначения > 127 Тогда |
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.
Создайте константу с понятным названием, присвойте ей значение "127" и используйте эту константу вместо магического числа. Why is this an issue?
Число = Цел(Число / Основание); | ||
КонецЦикла; | ||
|
||
Пока СтрДлина(Результат) < 4 Цикл |
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.
Создайте константу с понятным названием, присвойте ей значение "4" и используйте эту константу вместо магического числа. Why is this an issue?
#КонецЕсли | ||
|
||
//@skip-check use-non-recommended-method | ||
Окружение.Вставить("ВремяЗапуска", ТекущаяДата()); |
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.
Используйте "ТекущаяДатаСеанса" вместо устаревшего "ТекущаяДата" Why is this an issue?
// | ||
// Возвращаемое значение: | ||
// Строка | ||
Функция ПредставлениеОшибки(Описание, Ошибка = Неопределено) Экспорт |
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.
Необходимо добавить описание параметра "Ошибка" Why is this an issue?
Описание изменений
Добавлена информация об окружении
Close #331