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

Уход от jsr305, system-exit, подготовка к переезду на jdk17 #2967

Merged
merged 5 commits into from
Dec 16, 2022

Conversation

nixel2007
Copy link
Member

@nixel2007 nixel2007 commented Dec 16, 2022

Описание

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

Closes

Чеклист

Общие

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

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

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

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

@sonarqubecloud
Copy link

SonarCloud Quality Gate failed.    Quality Gate failed

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

75.0% 75.0% Coverage
0.0% 0.0% Duplication

}

closeOutputStream();

this.out = new BufferedWriter(new OutputStreamWriter(fileOutputStream, StandardCharsets.UTF_8));

Check warning

Code scanning / QDJVMC

Non-private field accessed in 'synchronized' context

Non-private field 'this.out' accessed in synchronized context
closeOutputStream();

this.out = new BufferedWriter(new OutputStreamWriter(fileOutputStream, StandardCharsets.UTF_8));
this.lock = this.out;

Check warning

Code scanning / QDJVMC

Non-private field accessed in 'synchronized' context

Non-private field 'this.lock' accessed in synchronized context
closeOutputStream();

this.out = new BufferedWriter(new OutputStreamWriter(fileOutputStream, StandardCharsets.UTF_8));
this.lock = this.out;

Check warning

Code scanning / QDJVMC

Non-private field accessed in 'synchronized' context

Non-private field 'this.out' accessed in synchronized context
@nixel2007 nixel2007 added this to the 0.21.0 milestone Dec 16, 2022
@nixel2007 nixel2007 merged commit 79091fd into develop Dec 16, 2022
@nixel2007 nixel2007 deleted the feature/pre-17 branch December 16, 2022 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant