-
Notifications
You must be signed in to change notification settings - Fork 81
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
№520 #560
Open
michaelwelly
wants to merge
15
commits into
cqfn:master
Choose a base branch
from
michaelwelly:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
№520 #560
Conversation
This file contains 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
…ости имен методов при создании узлов и их добавлении в соответствующие структуры данных. Теперь метод проверяет, добавлен ли узел с таким именем, прежде чем создавать и добавлять его в коллекцию.
…ной, для которой вызывается метод, вместе с именем метода. Добавлена логика для извлечения имени переменной из описания метода и сохранения ее в XML в атрибуте "variableName". Подготовить ветку к отправке
1. Warning:(49, 4) Wrong tag 'checkstyle': Ошибка связана с неверным тегом 'checkstyle'. Проверьте использование тегов в комментариях к коду на строке 49. Возможно, вы неправильно написали тег или у вас отсутствует необходимое подсоединение. 2. Warning:(80, 32) Not annotated method overrides method annotated with @NotNull: Ошибка указывает, что метод, переопределяемый на строке 80, не имеет аннотации @NotNull, тогда как метод в родительском классе имеет эту аннотацию. Добавьте @NotNull к переопределяемому методу: Warning:(165, 20) Variable 'methodName' is never used: Для использования новой переменной `variableName`, которая содержит имя переменной, к которой применяется вызов метода, требуется дополнить код метода visitMethod(). Новая переменная будет добавлена в XML атрибут "variableName" вместе с именем метода.
1. Warning:(49, 4) Wrong tag 'checkstyle': Ошибка связана с неверным тегом 'checkstyle'. Проверьте использование тегов в комментариях к коду на строке 49. Возможно, вы неправильно написали тег или у вас отсутствует необходимое подсоединение. 2. Warning:(80, 32) Not annotated method overrides method annotated with @NotNull: Ошибка указывает, что метод, переопределяемый на строке 80, не имеет аннотации @NotNull, тогда как метод в родительском классе имеет эту аннотацию. Добавьте @NotNull к переопределяемому методу: Warning:(165, 20) Variable 'methodName' is never used: Для использования новой переменной `variableName`, которая содержит имя переменной, к которой применяется вызов метода, требуется дополнить код метода visitMethod(). Новая переменная будет добавлена в XML атрибут "variableName" вместе с именем метода.
…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.
@michaelwelly thanks! please, make sure all CI jobs pass |
…еменной CCM_V3 в перечислении Metrics. Дублирующие объявления переменной были удалены." "Fixed compilation error due to the duplicate definition of the variable CCM_V3 in the Metrics enum. Redundant declarations of the variable have been removed. Выполнение вставленного кода, исключающего конструкторы с параметрами из вычислений метрики 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.
…еменной CCM_V3 в перечислении Metrics. Дублирующие объявления переменной были удалены." "Fixed compilation error due to the duplicate definition of the variable CCM_V3 in the Metrics enum. Redundant declarations of the variable have been removed. Выполнение вставленного кода, исключающего конструкторы с параметрами из вычислений метрики 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.
@michaelwelly it's a duplicate of #561? |
Now it is original. |
@michaelwelly can you please make sure all comments are in English, not in Russian |
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.
"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.