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

Возможность запуска анализа всего проекта целиком при открытии #2947

Merged
merged 8 commits into from
Dec 5, 2022

Conversation

nixel2007
Copy link
Member

Описание

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

Closes

Чеклист

Общие

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

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

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

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

@nixel2007 nixel2007 force-pushed the feature/analyze-project-on-open branch from 28587f0 to 7f90596 Compare November 30, 2022 20:51
@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

79.3% 79.3% Coverage
0.0% 0.0% Duplication

@nixel2007 nixel2007 added this to the 0.21.0 milestone Dec 1, 2022
}

states.put(documentContext, State.CREATED);
documentContext.clearSecondaryData();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Не понимаю. почему после очистки DC он становится Created, а не какой-нибудь Cleared

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

думал, нужны ли мне два разных статуса. но так и не придумал зачем. он в любом случае либо с контентом, либо без. может быть CREATED переименовать в WITHOUT_CONTENT?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WITHOUT_CONTENT больше нравится, да

@nixel2007 nixel2007 force-pushed the feature/analyze-project-on-open branch from 1b47d07 to 0a62232 Compare December 5, 2022 13:04
@nixel2007 nixel2007 merged commit 540e8f7 into develop Dec 5, 2022
@nixel2007 nixel2007 deleted the feature/analyze-project-on-open branch December 5, 2022 13:08
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