-
Notifications
You must be signed in to change notification settings - Fork 109
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
Conversation
28587f0
to
7f90596
Compare
SonarCloud Quality Gate failed. |
src/main/java/com/github/_1c_syntax/bsl/languageserver/AnalyzeProjectOnStart.java
Show resolved
Hide resolved
src/main/java/com/github/_1c_syntax/bsl/languageserver/context/ServerContext.java
Show resolved
Hide resolved
} | ||
|
||
states.put(documentContext, State.CREATED); | ||
documentContext.clearSecondaryData(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Не понимаю. почему после очистки DC он становится Created, а не какой-нибудь Cleared
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
думал, нужны ли мне два разных статуса. но так и не придумал зачем. он в любом случае либо с контентом, либо без. может быть CREATED переименовать в WITHOUT_CONTENT?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WITHOUT_CONTENT больше нравится, да
src/main/java/com/github/_1c_syntax/bsl/languageserver/context/ServerContext.java
Show resolved
Hide resolved
src/main/java/com/github/_1c_syntax/bsl/languageserver/context/ServerContext.java
Show resolved
Hide resolved
src/main/java/com/github/_1c_syntax/bsl/languageserver/context/ServerContext.java
Outdated
Show resolved
Hide resolved
1b47d07
to
0a62232
Compare
Описание
Связанные задачи
Closes
Чеклист
Общие
gradlew precommit
)Для диагностик
Дополнительно