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

№520 #560

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open

№520 #560

wants to merge 15 commits into from

Commits on Jun 24, 2024

  1. Новый код устраняет возможные избыточные узлы путем проверки уникальн…

    …ости имен методов при создании узлов и их добавлении в соответствующие структуры данных. Теперь метод проверяет, добавлен ли узел с таким именем, прежде чем создавать и добавлять его в коллекцию.
    michaelwelly committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    466ac7f View commit details
    Browse the repository at this point in the history
  2. Изменен метод visitMethod() для извлечения и сохранения имени перемен…

    …ной, для которой вызывается метод, вместе с именем метода.
    
    Добавлена логика для извлечения имени переменной из описания метода и сохранения ее в XML в атрибуте "variableName".
    
    Подготовить ветку к отправке
    michaelwelly committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    6fb119a View commit details
    Browse the repository at this point in the history
  3. Исправлены 3 Warning:

    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" вместе с именем метода.
    michaelwelly committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    ca92262 View commit details
    Browse the repository at this point in the history
  4. Исправлены 3 Warning:

    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" вместе с именем метода.
    michaelwelly committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    514ce04 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    78bb7bd View commit details
    Browse the repository at this point in the history
  6. Для задачи cqfn#524 "PROBLEM WITH CCM METRIC ADDITION V3", открытой 2…

    …1 мая 2021 года, необходимо исследовать проблему, связанную с добавлением CCM метрики версии 3. Требуется проанализировать, почему возникла проблема с добавлением метрики и предложить ее решение.
    michaelwelly committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    e80b90b View commit details
    Browse the repository at this point in the history
  7. Merge pull request #3 from michaelwelly/524

    №524
    michaelwelly committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    d821174 View commit details
    Browse the repository at this point in the history
  8. Для задачи cqfn#524 "PROBLEM WITH CCM METRIC ADDITION V3", открытой 2…

    …1 мая 2021 года, необходимо исследовать проблему, связанную с добавлением CCM метрики версии 3. Требуется проанализировать, почему возникла проблема с добавлением метрики и предложить ее решение.
    michaelwelly committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    922f3c6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d95826a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    eb83be1 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Выполнение вставленного кода, исключающего конструкторы с параметрами…

    … из вычислений метрики 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 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    7371ed2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17c0b73 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. "Исправлена ошибка компиляции, связанная с повторным определением пер…

    …еменной 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 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    b8969c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bee463c View commit details
    Browse the repository at this point in the history
  3. "Исправлена ошибка компиляции, связанная с повторным определением пер…

    …еменной 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 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    a56b5e5 View commit details
    Browse the repository at this point in the history