-
Notifications
You must be signed in to change notification settings - Fork 25
Новые типы MDO и тесты для 25-27 #533
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
Merged
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| reviews: | ||
| path_filters: | ||
| - "!src/test/resources/**" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
93 changes: 93 additions & 0 deletions
93
src/main/java/com/github/_1c_syntax/bsl/mdo/WebSocketClient.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,93 @@ | ||
| /* | ||
| * This file is a part of MDClasses. | ||
| * | ||
| * Copyright (c) 2019 - 2025 | ||
| * Tymko Oleg <[email protected]>, Maximov Valery <[email protected]> and contributors | ||
| * | ||
| * SPDX-License-Identifier: LGPL-3.0-or-later | ||
| * | ||
| * MDClasses is free software; you can redistribute it and/or | ||
| * modify it under the terms of the GNU Lesser General Public | ||
| * License as published by the Free Software Foundation; either | ||
| * version 3.0 of the License, or (at your option) any later version. | ||
| * | ||
| * MDClasses is distributed in the hope that it will be useful, | ||
| * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
| * Lesser General Public License for more details. | ||
| * | ||
| * You should have received a copy of the GNU Lesser General Public | ||
| * License along with MDClasses. | ||
| */ | ||
| package com.github._1c_syntax.bsl.mdo; | ||
|
|
||
| import com.github._1c_syntax.bsl.mdo.support.ObjectBelonging; | ||
| import com.github._1c_syntax.bsl.support.SupportVariant; | ||
| import com.github._1c_syntax.bsl.types.MdoReference; | ||
| import com.github._1c_syntax.bsl.types.MultiLanguageString; | ||
| import lombok.Builder; | ||
| import lombok.Builder.Default; | ||
| import lombok.EqualsAndHashCode; | ||
| import lombok.ToString; | ||
| import lombok.Value; | ||
|
|
||
| import java.util.Collections; | ||
| import java.util.List; | ||
|
|
||
| @Value | ||
| @Builder | ||
| @ToString(of = {"name", "uuid"}) | ||
| @EqualsAndHashCode(of = {"name", "uuid"}) | ||
| public class WebSocketClient implements MDObject, ModuleOwner { | ||
| /* | ||
| * MDObject | ||
| */ | ||
|
|
||
| @Default | ||
| String uuid = ""; | ||
| @Default | ||
| String name = ""; | ||
| @Default | ||
| MdoReference mdoReference = MdoReference.EMPTY; | ||
| @Default | ||
| ObjectBelonging objectBelonging = ObjectBelonging.OWN; | ||
| @Default | ||
| String comment = ""; | ||
| @Default | ||
| MultiLanguageString synonym = MultiLanguageString.EMPTY; | ||
| @Default | ||
| SupportVariant supportVariant = SupportVariant.NONE; | ||
|
|
||
| /* | ||
| * ModuleOwner | ||
| */ | ||
|
|
||
| @Default | ||
| List<Module> modules = Collections.emptyList(); | ||
|
|
||
| /* | ||
| * Свое | ||
| */ | ||
|
|
||
| /** | ||
| * Предопределенный | ||
| */ | ||
| boolean predefined; | ||
|
|
||
| /** | ||
| * Подключать автоматически | ||
| */ | ||
| boolean autoConnect; | ||
|
|
||
| /** | ||
| * URI сервера | ||
| */ | ||
| @Default | ||
| String serverURL = ""; | ||
|
|
||
| /** | ||
| * Таймаут | ||
| */ | ||
| int timeout; | ||
|
|
||
| } |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
🧩 Analysis chain
Проверьте доступность версии SNAPSHOT-зависимости.
Убедитесь, что версия
0.9.0.21-SNAPSHOTбиблиотекиbsl-common-libraryдоступна в репозитории Maven и не содержит критических проблем.Выполните следующий скрипт для проверки доступности версии:
🏁 Script executed:
Length of output: 907
🏁 Script executed:
Length of output: 3
Версия SNAPSHOT отсутствует в репозитории
При попытке загрузить JAR-артефакт 0.9.0.21-SNAPSHOT получен HTTP 404. В build.gradle.kts (строка 62) укажите существующую версию или задеплойте 0.9.0.21-SNAPSHOT.
🤖 Prompt for AI Agents