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

Автосортировка падает при переводе кода #1106 #1107

Merged
merged 1 commit into from
Aug 10, 2022

Conversation

marmyshev
Copy link
Collaborator

@marmyshev marmyshev commented Aug 9, 2022

Что сделано

  • переход на полу-эксклюзивную операцию для модификации данных
  • разделение операций между запусками по накопленной очереди

Чек-лист

Общее:

  • ветка PR обновлена из master и нет конфликтов
  • Тесты-кейсы, JUnit тесты правильного и неправильного состояния
  • Измененные Вами исходники отформатированы в соответствии с конвенцией
  • Авто-аудит (SonarQube и CheckStyle) пройден, покрытие кода хорошее, ошибок нет, плохой код устранен
  • Добавлена запись в ИСТОРИЮ ИЗМЕНЕНИЯ, включаемая в пользовательскую документацию плагина

Если применимо:

  • Пользовательская документация на доп.инструменты написана (на русском)
  • Описание проверок - на двух языках

Закрываемые задачи

Closes #1106

@marmyshev marmyshev added this to the 0.3 для EDT 2022.1 milestone Aug 9, 2022
@marmyshev marmyshev requested a review from tretyakevich August 9, 2022 14:37
@marmyshev marmyshev self-assigned this Aug 9, 2022
- переход на полу-эксклюзивную операцию для модификации данных
- разделение операций между запусками по накопленной очереди
@marmyshev marmyshev force-pushed the bugfix/1106-autosort-fix branch from 0799e0c to a252239 Compare August 9, 2022 14:39
@sonarqubecloud
Copy link

sonarqubecloud bot commented Aug 9, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

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

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@marmyshev marmyshev merged commit 48adf3d into master Aug 10, 2022
@marmyshev marmyshev deleted the bugfix/1106-autosort-fix branch August 10, 2022 06:35
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.

Автосортировка падает при переводе кода
2 participants