Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gousiosg/java-callgraph
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Mitschi/java-callgraph
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 7 files changed
  • 2 contributors

Commits on Mar 14, 2022

  1. added ability to process multiple jars;added inheritance relations;av…

    …oid throwing exception on regex error in call manager;do not output on sysout but write in memory and return data
    Mitschi committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    ceb232e View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. Configuration menu
    Copy the full SHA
    7214fd8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b7f7e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

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

Commits on Mar 17, 2022

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

Commits on May 24, 2022

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

Commits on May 25, 2022

  1. added ret type to goudiosCall for left and right side seperately to n…

    …ot mess with the equals method
    orazefabian committed May 25, 2022
    Configuration menu
    Copy the full SHA
    219c013 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

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

Commits on Jul 5, 2022

  1. adapted gousious Call to be created initialy with an Integer as the a…

    …mount of params, needed to later use Dijsktra shortest path algo with the extracted clashes
    orazefabian committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    38bd082 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. changed classVisitor, now it marks used interfaces in a class that is…

    … also an interface as parent classes (INHSUP) since interfaces cannot implement other interfaces, only extend from them
    orazefabian committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    3e9197b View commit details
    Browse the repository at this point in the history
Loading