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

[WIP] Исправление замечаний сонара и рефакторинг #1355

Merged
merged 7 commits into from
Oct 7, 2023

Conversation

yukon39
Copy link
Contributor

@yukon39 yukon39 commented Sep 28, 2023

Closes #1344

@yukon39 yukon39 changed the title Исправление замечаний сонара и рефакторинг [WIP] Исправление замечаний сонара и рефакторинг Sep 28, 2023
@@ -20,7 +20,7 @@
namespace OneScript.StandardLibrary.XDTO
{
[ContextClass("СериализаторXDTO", "XDTOSerializer")]
public class XDTOSerializer : AutoContext<XDTOSerializer>
public sealed class XDTOSerializer : AutoContext<XDTOSerializer>
Copy link
Owner

Choose a reason for hiding this comment

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

А чего ради тут sealed? Чем сонар это мотивирует?

Copy link
Collaborator

Choose a reason for hiding this comment

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

Наверное тем же, зачем в java сонар рекомендует ставить final. Вырубил в бсл лс эту проверку нахер х)

Copy link
Collaborator

Choose a reason for hiding this comment

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

Типа если класс поддерживает расширение, то это должно быть прописано с умом, а так - the most restrictive action по Все поля

Copy link
Owner

Choose a reason for hiding this comment

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

в дотнете расширяемость метода по умолчанию отсутствует (в отличие от Явы), поэтому ставить финал, чтобы кто-то не перекрыл неконтролируемо твой метод не надо, ты и так в базовом классе явно определяешь, что у тебя переопределяемое

@EvilBeaver
Copy link
Owner

@yukon39 стоит WIP. Еще нельзя вливать?

@yukon39
Copy link
Contributor Author

yukon39 commented Oct 6, 2023

Если замечаний нет, то вливайте

@EvilBeaver EvilBeaver merged commit 217a1b3 into EvilBeaver:develop Oct 7, 2023
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.

Бесконечная рекурсия при вызове ИмпортXS.РазрешеннаяСхема
3 participants