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

изменена логика получения имени метода, изменено имя метода в переопределяемых общих модулях #43

Merged
merged 1 commit into from
Apr 16, 2024

изменена логика получения имени метода, изменено имя метода

1205f6d
Select commit
Loading
Failed to load commit list.
Merged

изменена логика получения имени метода, изменено имя метода в переопределяемых общих модулях #43

изменена логика получения имени метода, изменено имя метода
1205f6d
Select commit
Loading
Failed to load commit list.
sonar.openbsl.ru qa-bot / 1C: Project SubSystems Library Sonarqube Results succeeded Apr 16, 2024 in 19s

Quality Gate success

Passed

Analysis Details

4 Issues

  • Bug 0 Bugs
  • Vulnerability 0 Vulnerabilities
  • Code Smell 4 Code Smells

Coverage and Duplications

  • Coverage No coverage information (0.00% Estimated after merge)
  • Duplications 0.00% Duplicated Code (1.00% Estimated after merge)

Project ID: PSSL

View in SonarQube

Annotations

Check warning on line 31 in src/CommonModules/__МодификацияКонфигурацииПереопределяемыйДокумент/Ext/Module.bsl

See this annotation in the file changed.

@sonar-openbsl-ru-qa-bot sonar-openbsl-ru-qa-bot / 1C: Project SubSystems Library Sonarqube Results

src/CommonModules/__МодификацияКонфигурацииПереопределяемыйДокумент/Ext/Module.bsl#L31

Необходимо добавить описание всех параметров метода

Check warning on line 31 in src/CommonModules/__МодификацияКонфигурацииПереопределяемыйДокумент/Ext/Module.bsl

See this annotation in the file changed.

@sonar-openbsl-ru-qa-bot sonar-openbsl-ru-qa-bot / 1C: Project SubSystems Library Sonarqube Results

src/CommonModules/__МодификацияКонфигурацииПереопределяемыйДокумент/Ext/Module.bsl#L31

Длина строки 146 превышает максимально допустимую 120

Check notice on line 550 in src/CommonModules/__МодификацияКонфигурацииПереопределяемый/Ext/Module.bsl

See this annotation in the file changed.

@sonar-openbsl-ru-qa-bot sonar-openbsl-ru-qa-bot / 1C: Project SubSystems Library Sonarqube Results

src/CommonModules/__МодификацияКонфигурацииПереопределяемый/Ext/Module.bsl#L550

Между символами комментария '//' и самим текстом комментария должен быть пробел.

Check warning on line 552 in src/CommonModules/__МодификацияКонфигурацииПереопределяемый/Ext/Module.bsl

See this annotation in the file changed.

@sonar-openbsl-ru-qa-bot sonar-openbsl-ru-qa-bot / 1C: Project SubSystems Library Sonarqube Results

src/CommonModules/__МодификацияКонфигурацииПереопределяемый/Ext/Module.bsl#L552

Создайте константу с понятным названием, присвойте ей значение "2" и используйте эту константу вместо магического числа.