Skip to content

MinMah23/Probe-Hub

Repository files navigation

Probe Hub

This repository contains the static and dynamic analysis probes developed and used for the MASc thesis of Mina Mahdipour.

These probes extract architectural and quality information from Java projects and export it in a unified JSON graph format that can be directly imported into an SST (Single Source of Truth) server for visualization and analysis.

Prerequisites

  1. An SST server must be up and running.
    The easiest way is to use the official Docker image:

    docker run -d -p 8080:8080 --name sst acedesign/sst/sst:latest

List of Probes

  • Complexity Analyzer
  • Dependency Analyzer
  • Dynamic Call Stack Analyzer
  • Frequesnt Change Analyzer
  • Performance Hotspot Analyzer
  • Test Depedency Analyzer

About

the implementation for my thesis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published