Fixed bug in extractDefs & extractUses

This commit is contained in:
Nicolas Amaya
2025-12-15 18:06:48 -07:00
parent c40bdeb411
commit 046634109c
5 changed files with 65 additions and 40 deletions

View File

@@ -43,6 +43,7 @@ public class CIA {
// Step 3: Show results
System.out.println("\n=== Available Lines ===");
List<Integer> lines = cfg.getAllLineNumbers();
System.out.println("Lines with statements: " + lines);