1c-syntax / bsl-language-server

Реализация Language Server Protocol для языка 1C (BSL)
https://1c-syntax.github.io/bsl-language-server
Other
293 stars 105 forks source link

mdclasses 0.13 #3297

Closed theshadowco closed 1 month ago

theshadowco commented 1 month ago

Описание

mdclasses 0.13

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

Closes

Чеклист

Общие

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

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

coderabbitai[bot] commented 1 month ago

Walkthrough

В данном обновлении произошла замена версии зависимости mdclasses в файле build.gradle.kts с "0.13.0-rc.3" на "0.13.0". Это изменение стабилизирует использование библиотеки, переходя от релиз-кандидата к официальной версии.

Changes

Файл Описание изменений
build.gradle.kts Обновление зависимости mdclasses с "0.13.0-rc.3" на "0.13.0"

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?

Share - [X](https://twitter.com/intent/tweet?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A&url=https%3A//coderabbit.ai) - [Mastodon](https://mastodon.social/share?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A%20https%3A%2F%2Fcoderabbit.ai) - [Reddit](https://www.reddit.com/submit?title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&text=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code.%20Check%20it%20out%3A%20https%3A//coderabbit.ai) - [LinkedIn](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fcoderabbit.ai&mini=true&title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&summary=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code)
Tips ### Chat There are 3 ways to chat with [CodeRabbit](https://coderabbit.ai): - Review comments: Directly reply to a review comment made by CodeRabbit. Example: - `I pushed a fix in commit .` - `Generate unit testing code for this file.` - `Open a follow-up GitHub issue for this discussion.` - Files and specific lines of code (under the "Files changed" tab): Tag `@coderabbitai` in a new review comment at the desired location with your query. Examples: - `@coderabbitai generate unit testing code for this file.` - `@coderabbitai modularize this function.` - PR comments: Tag `@coderabbitai` in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples: - `@coderabbitai generate interesting stats about this repository and render them as a table.` - `@coderabbitai show all the console.log statements in this repository.` - `@coderabbitai read src/utils.ts and generate unit testing code.` - `@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.` - `@coderabbitai help me debug CodeRabbit configuration file.` 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) - `@coderabbitai pause` to pause the reviews on a PR. - `@coderabbitai resume` to resume the paused reviews. - `@coderabbitai review` to trigger an incremental review. This is useful when automatic reviews are disabled for the repository. - `@coderabbitai full review` to do a full review from scratch and review all the files again. - `@coderabbitai summary` to regenerate the summary of the PR. - `@coderabbitai resolve` resolve all the CodeRabbit review comments. - `@coderabbitai configuration` to show the current CodeRabbit configuration for the repository. - `@coderabbitai help` to get help. Additionally, you can add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. ### CodeRabbit Configration File (`.coderabbit.yaml`) - You can programmatically configure CodeRabbit by adding a `.coderabbit.yaml` file to the root of your repository. - Please see the [configuration documentation](https://docs.coderabbit.ai/guides/configure-coderabbit) for more information. - If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: `# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json` ### Documentation and Community - Visit our [Documentation](https://coderabbit.ai/docs) for detailed information on how to use CodeRabbit. - Join our [Discord Community](https://discord.com/invite/GsXnASn26c) to get help, request features, and share feedback. - Follow us on [X/Twitter](https://twitter.com/coderabbitai) for updates and announcements.
github-actions[bot] commented 1 month ago

Qodana for JVM

24 new problems were found

Inspection name Severity Problems
Incorrect autowiring in Spring bean components 🔴 Failure 2
Incorrectly referenced bean in @Lookup annotation of Spring component 🔴 Failure 1
Invalid properties configuration 🔶 Warning 6
Statement with empty body 🔶 Warning 5
'@Serial' annotation could be used 🔶 Warning 4
Class is exposed outside of its visibility scope 🔶 Warning 1
Constant values 🔶 Warning 1
Nullability and data flow problems 🔶 Warning 1
Mismatched read and write of array 🔶 Warning 1
Non recommended 'field' injections ◽️ Notice 2

💡 Qodana analysis was run in the pull request mode: only the changed files were checked ☁️ View the detailed Qodana report

Detected 99 dependencies # Third-party software list This page lists the third-party software dependencies used in bsl-language-server | Dependency | Version | Licenses | |-----------------------------------------------------------------------------------------------------|---------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | [aho-corasick-double-array-trie](https://github.com/hankcs/AhoCorasickDoubleArrayTrie) | 1.2.2 | [Apache-2.0](http://www.apache.org/licenses/) | | aspectjrt | 1.9.19 | [Apache-2.0](http://www.apache.org/licenses/) | | checker-qual | 3.33.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [classgraph](https://github.com/classgraph/classgraph) | 4.8.147 | [MIT](http://opensource.org/licenses/mit-license.php) | | [commons-beanutils](https://commons.apache.org/proper/commons-beanutils/) | 1.9.4 | [Apache-2.0](http://www.apache.org/licenses/) | | [commons-collections](http://commons.apache.org/collections/) | 3.2.2 | [Apache-2.0](http://www.apache.org/licenses/) | | [commons-collections4](https://commons.apache.org/proper/commons-collections/) | 4.4 | [Apache-2.0](http://www.apache.org/licenses/) | | [commons-digester](http://commons.apache.org/digester/) | 2.1 | [Apache-2.0](http://www.apache.org/licenses/) | | [commons-exec](http://commons.apache.org/proper/commons-exec/) | 1.3 | [Apache-2.0](http://www.apache.org/licenses/) | | [commons-io](https://commons.apache.org/proper/commons-io/) | 2.13.0 | [Apache-2.0](http://www.apache.org/licenses/) | | [commons-lang3](https://commons.apache.org/proper/commons-lang/) | 3.12.0 | [Apache-2.0](http://www.apache.org/licenses/) | | [commons-logging](http://commons.apache.org/proper/commons-logging/) | 1.2 | [Apache-2.0](http://www.apache.org/licenses/) | | [commons-pool2](https://commons.apache.org/proper/commons-pool/) | 2.12.0 | [Apache-2.0](http://www.apache.org/licenses/) | | [commons-text](https://commons.apache.org/proper/commons-text) | 1.10.0 | [Apache-2.0](http://www.apache.org/licenses/) | | [commons-validator](http://commons.apache.org/proper/commons-validator/) | 1.7 | [Apache-2.0](http://www.apache.org/licenses/) | | [emoji-java](https://github.com/vdurmont/emoji-java) | 5.1.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | error_prone_annotations | 2.18.0 | [Apache-2.0](http://www.apache.org/licenses/) | | grpc-netty-shaded | 1.50.2 | [Apache-2.0](http://www.apache.org/licenses/) | | gson | 2.10.1 | [Apache-2.0](http://www.apache.org/licenses/) | | [guava](https://github.com/google/guava) | 32.0.1-jre | [Apache-2.0](http://www.apache.org/licenses/) | | [hunspell](https://gitlab.com/dumonts/hunspell-java) | 2.1.1 | [Apache-2.0](http://www.apache.org/licenses/) | | istack-commons-runtime | 4.1.2 | [BSD-3-Clause](http://www.opensource.org/licenses/BSD-3-Clause) | | [j2objc-annotations](https://github.com/google/j2objc/) | 2.8 | [Apache-2.0](http://www.apache.org/licenses/) | | [jackson-annotations](https://github.com/FasterXML/jackson) | 2.15.4 | [Apache-2.0](http://www.apache.org/licenses/) | | [jackson-core](https://github.com/FasterXML/jackson-core) | 2.15.4 | [Apache-2.0](http://www.apache.org/licenses/) | | [jackson-databind](https://github.com/FasterXML/jackson) | 2.15.4 | [Apache-2.0](http://www.apache.org/licenses/) | | jackson-datatype-jdk8 | 2.15.4 | [Apache-2.0](http://www.apache.org/licenses/) | | jackson-datatype-jsr310 | 2.15.4 | [Apache-2.0](http://www.apache.org/licenses/) | | jackson-module-parameter-names | 2.15.4 | [Apache-2.0](http://www.apache.org/licenses/) | | [jakarta.activation-api](https://github.com/jakartaee/jaf-api) | 2.1.3 | [BSD-3-Clause](http://www.opensource.org/licenses/BSD-3-Clause) | | [jakarta.annotation-api](https://projects.eclipse.org/projects/ee4j.ca) | 2.1.1 | [Classpath-exception-2.0](http://www.gnu.org/software/classpath/)
[EPL-2.0](https://www.eclipse.org/legal/epl-2.0/)
[GPL-2.0-only](http://www.gnu.org/licenses/gpl-2.0.html) | | [jakarta.websocket-api](https://projects.eclipse.org/projects/ee4j.websocket) | 2.1.1 | [Classpath-exception-2.0](http://www.gnu.org/software/classpath/)
[EPL-2.0](https://www.eclipse.org/legal/epl-2.0/)
[GPL-2.0-only](http://www.gnu.org/licenses/gpl-2.0.html) | | jakarta.xml.bind-api | 4.0.2 | [BSD-3-Clause](http://www.opensource.org/licenses/BSD-3-Clause) | | [java-sarif](https://github.com/Contrast-Security-OSS/java-sarif) | 2.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | javax.activation-api | 1.2.0 | [CDDL-1.1](http://glassfish.java.net/public/CDDL+GPL_1_1.html)
[GPL-2.0-only](http://www.gnu.org/licenses/gpl-2.0.html) | | [javax.annotation-api](http://jcp.org/en/jsr/detail?id=250) | 1.3.2 | [CDDL-1.0](http://www.sun.com/cddl/)
[GPL-2.0-only](http://www.gnu.org/licenses/gpl-2.0.html)
[ORACLE-OPENJDK-EXCEPTION-2.0](http://openjdk.java.net/legal/gplv2+ce.html) | | jaxb-api | 2.3.0 | [CDDL-1.1](http://glassfish.java.net/public/CDDL+GPL_1_1.html)
[GPL-2.0-only](http://www.gnu.org/licenses/gpl-2.0.html)
[ORACLE-OPENJDK-EXCEPTION-2.0](http://openjdk.java.net/legal/gplv2+ce.html) | | [jaxb-core](https://eclipse-ee4j.github.io/jaxb-ri/) | 4.0.5 | [BSD-3-Clause](http://www.opensource.org/licenses/BSD-3-Clause) | | [jaxb-runtime](https://eclipse-ee4j.github.io/jaxb-ri/) | 4.0.5 | [BSD-3-Clause](http://www.opensource.org/licenses/BSD-3-Clause) | | jgrapht-core | 1.5.2 | [EPL-1.0](http://www.eclipse.org/legal/epl-v10.html)
[LGPL-2.0-or-later](http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html) | | jline | 3.21.0 | [BSD-3-Clause](http://www.opensource.org/licenses/BSD-3-Clause) | | jna-platform | 5.12.1 | [Apache-2.0](http://www.apache.org/licenses/) | | jna | 5.12.1 | [Apache-2.0](http://www.apache.org/licenses/) | | [jsr305](http://findbugs.sourceforge.net/) | 3.0.2 | [Apache-2.0](http://www.apache.org/licenses/) | | [jul-to-slf4j](http://www.slf4j.org) | 2.0.13 | [MIT](http://opensource.org/licenses/mit-license.php) | | [language-detector](https://github.com/optimaize/language-detector) | 0.6 | [Apache-2.0](http://www.apache.org/licenses/) | | [language-en](https://www.languagetool.org) | 6.1 | [LGPL-2.0-or-later](http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html) | | [language-ru](https://www.languagetool.org) | 6.1 | [LGPL-2.0-or-later](http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html) | | [languagetool-core](https://www.languagetool.org) | 6.1 | [LGPL-2.0-or-later](http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html) | | log4j-api | 2.21.1 | [Apache-2.0](http://www.apache.org/licenses/) | | log4j-to-slf4j | 2.21.1 | [Apache-2.0](http://www.apache.org/licenses/) | | lombok | edge-snapshot | BSD-3-CLAUSE-NO-TRADEMARK
[MIT](http://opensource.org/licenses/mit-license.php) | | lucene-backward-codecs | 5.5.5 | [Apache-2.0](http://www.apache.org/licenses/) | | lucene-core | 5.5.5 | [Apache-2.0](http://www.apache.org/licenses/) | | micrometer-commons | 1.12.5 | [Apache-2.0](http://www.apache.org/licenses/) | | micrometer-core | 1.12.5 | [Apache-2.0](http://www.apache.org/licenses/) | | micrometer-observation | 1.12.5 | [Apache-2.0](http://www.apache.org/licenses/) | | micrometer-registry-prometheus | 1.12.5 | [Apache-2.0](http://www.apache.org/licenses/) | | [mxparser](http://x-stream.github.io/mxparser) | 1.2.2 | [xpp](http://www.extreme.indiana.edu/license.txt) | | [opennlp-chunk-models](http://opennlp.apache.org) | 1.5 | [Apache-2.0](http://www.apache.org/licenses/) | | [opennlp-postag-models](http://opennlp.apache.org) | 1.5 | [Apache-2.0](http://www.apache.org/licenses/) | | [opennlp-tokenize-models](http://opennlp.apache.org) | 1.5 | [Apache-2.0](http://www.apache.org/licenses/) | | opennlp-tools | 1.9.4 | [Apache-2.0](http://www.apache.org/licenses/) | | [openregex](http://knowitall.github.com/openregex/) | 1.1.1 | [LGPL-2.0-or-later](http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html) | | [progressbar](http://github.com/ctongfei/progressbar) | 0.9.5 | [MIT](http://opensource.org/licenses/mit-license.php) | | [proto-google-common-protos](https://github.com/googleapis/java-iam/proto-google-common-protos) | 2.9.0 | [Apache-2.0](http://www.apache.org/licenses/) | | [segment](https://github.com/loomchild/segment) | 2.0.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | simpleclient | 0.16.0 | [Apache-2.0](http://www.apache.org/licenses/) | | simpleclient_common | 0.16.0 | [Apache-2.0](http://www.apache.org/licenses/) | | simpleclient_guava | 0.16.0 | [Apache-2.0](http://www.apache.org/licenses/) | | simpleclient_tracer_common | 0.16.0 | [Apache-2.0](http://www.apache.org/licenses/) | | simpleclient_tracer_otel | 0.16.0 | [Apache-2.0](http://www.apache.org/licenses/) | | simpleclient_tracer_otel_agent | 0.16.0 | [Apache-2.0](http://www.apache.org/licenses/) | | [slf4j-api](http://www.slf4j.org) | 2.0.13 | [MIT](http://opensource.org/licenses/mit-license.php) | | [snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) | 2.2 | [Apache-2.0](http://www.apache.org/licenses/) | | spring-aop | 6.1.6 | [Apache-2.0](http://www.apache.org/licenses/) | | spring-beans | 6.1.6 | [Apache-2.0](http://www.apache.org/licenses/) | | spring-boot-autoconfigure | 3.2.5 | [Apache-2.0](http://www.apache.org/licenses/) | | spring-boot-starter-json | 3.2.5 | [Apache-2.0](http://www.apache.org/licenses/) | | spring-boot-starter-logging | 3.2.5 | [Apache-2.0](http://www.apache.org/licenses/) | | spring-boot-starter-tomcat | 3.2.5 | [Apache-2.0](http://www.apache.org/licenses/) | | spring-boot-starter-web | 3.2.5 | [Apache-2.0](http://www.apache.org/licenses/) | | spring-boot-starter-websocket | 3.2.5 | [Apache-2.0](http://www.apache.org/licenses/) | | spring-boot-starter | 3.2.5 | [Apache-2.0](http://www.apache.org/licenses/) | | spring-boot | 3.2.5 | [Apache-2.0](http://www.apache.org/licenses/) | | spring-context | 6.1.6 | [Apache-2.0](http://www.apache.org/licenses/) | | spring-core | 6.1.6 | [Apache-2.0](http://www.apache.org/licenses/) | | spring-expression | 6.1.6 | [Apache-2.0](http://www.apache.org/licenses/) | | spring-jcl | 6.1.6 | [Apache-2.0](http://www.apache.org/licenses/) | | spring-messaging | 6.1.6 | [Apache-2.0](http://www.apache.org/licenses/) | | spring-web | 6.1.6 | [Apache-2.0](http://www.apache.org/licenses/) | | spring-webmvc | 6.1.6 | [Apache-2.0](http://www.apache.org/licenses/) | | spring-websocket | 6.1.6 | [Apache-2.0](http://www.apache.org/licenses/) | | tomcat-embed-core | 10.1.20 | [Apache-2.0](http://www.apache.org/licenses/)
[CDDL-1.0](http://www.sun.com/cddl/)
PROPRIETARY-LICENSE | | tomcat-embed-el | 10.1.20 | [Apache-2.0](http://www.apache.org/licenses/) | | tomcat-embed-websocket | 10.1.20 | [Apache-2.0](http://www.apache.org/licenses/) | | [txw2](https://eclipse-ee4j.github.io/jaxb-ri/) | 4.0.5 | [BSD-3-Clause](http://www.opensource.org/licenses/BSD-3-Clause) | | [vavr-match](http://vavr.io) | 0.10.2 | [Apache-2.0](http://www.apache.org/licenses/) | | [vavr](http://vavr.io) | 0.10.2 | [Apache-2.0](http://www.apache.org/licenses/) |
Contact Qodana team Contact us at [qodana-support@jetbrains.com](mailto:qodana-support@jetbrains.com) - Or via our issue tracker: https://jb.gg/qodana-issue - Or share your feedback: https://jb.gg/qodana-discussions
sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud