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

Описание у асинх методов и с аннотациями #2872

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

asosnoviy
Copy link
Member

@asosnoviy asosnoviy commented Aug 11, 2022

Описание

Заполнение описания у асинх методов и методов с параметризированными аннотациями

Связанные задачи

Closes #2871

Чеклист

Общие

  • Ветка PR обновлена из develop
  • Отладочные, закомментированные и прочие, не имеющие смысла участки кода удалены
  • Изменения покрыты тестами
  • Обязательные действия перед коммитом выполнены (запускал команду gradlew precommit)

Для диагностик

  • Описание диагностики заполнено для обоих языков (присутствуют файлы для обоих языков, для русского заполнено все подробно, перевод на английский можно опустить)

Дополнительно

@asosnoviy asosnoviy force-pushed the fix/descriptionWithannotation branch from 19f0a41 to 59bb95c Compare August 11, 2022 13:51
@asosnoviy asosnoviy marked this pull request as draft August 12, 2022 06:51
var firstToken =
declaration.children.stream()
.filter(chld -> !(chld instanceof BSLParser.PreprocessorContext))
.findFirst().get();

Check warning

Code scanning / QDJVMC

Optional.get() is called without isPresent() check

'Optional.get()' without 'isPresent()' check
var firstToken =
declaration.children.stream()
.filter(chld -> !(chld instanceof BSLParser.PreprocessorContext))
.findFirst().get();

Check warning

Code scanning / QDJVMC

Optional.get() is called without isPresent() check

'Optional.get()' without 'isPresent()' check
@sonarqubecloud
Copy link

SonarCloud Quality Gate failed.    Quality Gate failed

Bug C 2 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 2 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant