FIR CFA: add edges from maybe-throwing statements to catch/finally
This commit is contained in:
+2
@@ -115,6 +115,7 @@ finally {
|
||||
23 -> {24};
|
||||
23 -> {17} [color=green style=dashed];
|
||||
24 -> {25};
|
||||
24 -> {27} [label="onUncaughtException"];
|
||||
25 -> {26};
|
||||
26 -> {27};
|
||||
27 -> {28};
|
||||
@@ -202,6 +203,7 @@ finally {
|
||||
46 -> {47};
|
||||
48 -> {49};
|
||||
49 -> {50};
|
||||
49 -> {52} [label="onUncaughtException"];
|
||||
50 -> {51};
|
||||
51 -> {52};
|
||||
52 -> {53};
|
||||
|
||||
Reference in New Issue
Block a user