-
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
фикс для обновления mdclasses #3322
Conversation
WalkthroughИзменения включают обновление версий зависимостей в файле Changes
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
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.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (6)
- build.gradle.kts (2 hunks)
- src/main/java/com/github/_1c_syntax/bsl/languageserver/diagnostics/DeprecatedMethodCallDiagnostic.java (1 hunks)
- src/main/java/com/github/_1c_syntax/bsl/languageserver/diagnostics/MissedRequiredParameterDiagnostic.java (1 hunks)
- src/main/java/com/github/_1c_syntax/bsl/languageserver/diagnostics/RefOveruseDiagnostic.java (3 hunks)
- src/main/java/com/github/_1c_syntax/bsl/languageserver/diagnostics/UnusedLocalVariableDiagnostic.java (1 hunks)
- src/main/java/com/github/_1c_syntax/bsl/languageserver/diagnostics/WrongDataPathForFormElementsDiagnostic.java (1 hunks)
Files skipped from review due to trivial changes (2)
- src/main/java/com/github/_1c_syntax/bsl/languageserver/diagnostics/DeprecatedMethodCallDiagnostic.java
- src/main/java/com/github/_1c_syntax/bsl/languageserver/diagnostics/MissedRequiredParameterDiagnostic.java
Additional comments not posted (7)
src/main/java/com/github/_1c_syntax/bsl/languageserver/diagnostics/UnusedLocalVariableDiagnostic.java (2)
69-71
: Улучшение читаемости кодаФильтрация ссылок на переменные с типом
REFERENCE
выполнена правильно. Это улучшает читаемость кода и облегчает его сопровождение.
72-74
: Улучшение читаемости кодаИспользование метода
forEach
для добавления диагностик улучшает читаемость кода и делает его более декларативным.src/main/java/com/github/_1c_syntax/bsl/languageserver/diagnostics/WrongDataPathForFormElementsDiagnostic.java (1)
67-67
: Исправление вызова методаИсправление вызова метода на
segments()
вместоgetSegments()
соответствует правильному использованию API и улучшает читаемость кода.src/main/java/com/github/_1c_syntax/bsl/languageserver/diagnostics/RefOveruseDiagnostic.java (2)
161-162
: Использование record для TabularSectionTableПереход на использование
record
дляTabularSectionTable
упрощает определение класса и делает его неизменяемым, что является хорошей практикой.
323-323
: Использование record для TabularSectionTableИспользование
record
улучшает читаемость и упрощает код, обеспечивая неизменяемость.build.gradle.kts (2)
35-35
: Добавление нового репозитория MavenДобавление нового репозитория Maven URL
https://s01.oss.sonatype.org/content/repositories/snapshots
позволяет использовать снимки версий зависимостей.
92-96
: Обновление версий зависимостейОбновление версий зависимостей
mdclasses
до0.14.0
иbsl-common-library
до0.7.0
улучшает совместимость и функциональность. Исключениеbsl-common-library
изsupportconf
предотвращает конфликты зависимостей.
Qodana for JVM76 new problems were found
💡 Qodana analysis was run in the pull request mode: only the changed files were checked Detected 101 dependenciesThird-party software listThis page lists the third-party software dependencies used in bsl-language-server
Contact Qodana teamContact us at [email protected]
|
|
Описание
Связанные задачи
Closes
Чеклист
Общие
gradlew precommit
)Для диагностик
Дополнительно