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

Add MethodInvocationCounter Metric to Track Method Invocations within Classes #120

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

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    61c1fdd View commit details
    Browse the repository at this point in the history
  2. REFACTOR: Adding the Private Hashmap and Methods in the CKClassResult…

    … to handle the new MethodInvocationCount Metric
    BrenoFariasdaSilva committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    8d04175 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    4082a28 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    0b897a9 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    9fb521e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b791b4a View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    e615a7c View commit details
    Browse the repository at this point in the history
  2. REFACTOR: Modifying the allClassLevelMetrics method to process metric…

    …s according to the verbose execution modifier
    BrenoFariasdaSilva committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    8ce9a32 View commit details
    Browse the repository at this point in the history
  3. REFACTOR: Adding the IS_VERBOSE boolean variable to recognize the out…

    …put of this class metric as verbose/large
    BrenoFariasdaSilva committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    937804d View commit details
    Browse the repository at this point in the history
  4. IMPROVE: Removing the IS_VERBOSE constant from the MethodInvocationCo…

    …unter Metric and defining a standard isVerbose method to the ClassLevelMetric Interface File
    BrenoFariasdaSilva committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    efaf924 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8a0d5c6 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    31293fd View commit details
    Browse the repository at this point in the history