Java: Adopt shared SSA library

This commit is contained in:
Tom Hvitved
2024-07-09 12:53:41 +02:00
parent e1c810a50c
commit 75137a0f4c
19 changed files with 980 additions and 974 deletions

View File

@@ -25,6 +25,12 @@ public class GuardTest {
}
String s2 = "string";
if (!isSafe(s2)) {
s2 = null;
}
sink(s2);
}
}