554#561
Closed
michaelwelly wants to merge 6 commits into
Closed
Conversation
…ости имен методов при создании узлов и их добавлении в соответствующие структуры данных. Теперь метод проверяет, добавлен ли узел с таким именем, прежде чем создавать и добавлять его в коллекцию.
…1 мая 2021 года, необходимо исследовать проблему, связанную с добавлением CCM метрики версии 3. Требуется проанализировать, почему возникла проблема с добавлением метрики и предложить ее решение.
…1 мая 2021 года, необходимо исследовать проблему, связанную с добавлением CCM метрики версии 3. Требуется проанализировать, почему возникла проблема с добавлением метрики и предложить ее решение.
… из вычислений метрики LCOM4, в файле "LCOM4.xsl" позволит корректно обрабатывать только методы класса, не учитывая конструкторы при вычислении связей методов. Таким образом, решается проблема 554. The inclusion of the code block that excludes constructors with parameters from the calculations of the LCOM4 metric in the "LCOM4.xsl" file effectively resolves issue 554.
… из вычислений метрики LCOM4, в файле "LCOM4.xsl" позволит корректно обрабатывать только методы класса, не учитывая конструкторы при вычислении связей методов. Таким образом, решается проблема 554. The inclusion of the code block that excludes constructors with parameters from the calculations of the LCOM4 metric in the "LCOM4.xsl" file effectively resolves issue 554.
Author
Member
|
@michaelwelly please, use English |
Member
|
@michaelwelly what about a unit test? How do you know that the problem has been resolved? |
Open
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
"В этом пулл реквесте устранена проблема с повторным определением переменной CCM_V3 в перечислении Metrics. Изменения включают удаление избыточных объявлений переменной, что исправляет ошибку компиляции и улучшает читаемость кода. Просьба рассмотреть и принять изменения."
"This pull request resolves the issue of the variable CCM_V3 being redefined in the Metrics enum. The changes involve removing redundant declarations of the variable, which fixes the compilation error and improves code readability. Please consider and approve the changes.