2025-12-14 17:54:03 -07:00
2025-12-04 18:41:14 -07:00
2025-12-14 17:54:03 -07:00
2025-12-04 18:41:14 -07:00
2025-12-04 18:41:14 -07:00
2025-12-04 22:17:52 -07:00
2025-12-04 18:41:14 -07:00

Things

  1. Forward Slice => All statements that could be affected if you change a given statement.Think of it like ripple effects in water:

Run

chmod +x run.sh

# Show all dependencies for a file
./run.sh examples/Example1.java

# Analyze impact of line 3
./run.sh examples/Example1.java 3
Description
PDG & CIA–based static analysis tool for examining source code structure, dependencies, and impact using program dependence graphs.
Readme 71 MiB
Languages
Java 95.3%
ANTLR 4.7%