Test: FIR CFA: sort edges by style & target node id
This commit is contained in:
@@ -86,7 +86,7 @@ digraph initializationInTry_kt {
|
||||
12 -> {13};
|
||||
13 -> {14};
|
||||
14 -> {15};
|
||||
14 -> {24} [label=onUncaughtException];
|
||||
14 -> {24} [label="onUncaughtException"];
|
||||
15 -> {16};
|
||||
16 -> {17};
|
||||
17 -> {18};
|
||||
@@ -101,7 +101,7 @@ digraph initializationInTry_kt {
|
||||
26 -> {27};
|
||||
27 -> {28};
|
||||
28 -> {29};
|
||||
28 -> {33} [label=onUncaughtException];
|
||||
28 -> {33} [label="onUncaughtException"];
|
||||
29 -> {30};
|
||||
30 -> {31};
|
||||
31 -> {32};
|
||||
@@ -154,7 +154,7 @@ digraph initializationInTry_kt {
|
||||
35 -> {36};
|
||||
36 -> {37};
|
||||
37 -> {38};
|
||||
37 -> {46} [label=onUncaughtException];
|
||||
37 -> {46} [label="onUncaughtException"];
|
||||
38 -> {39};
|
||||
39 -> {40};
|
||||
40 -> {41};
|
||||
@@ -168,7 +168,7 @@ digraph initializationInTry_kt {
|
||||
48 -> {49};
|
||||
49 -> {50};
|
||||
50 -> {51};
|
||||
50 -> {55} [label=onUncaughtException];
|
||||
50 -> {55} [label="onUncaughtException"];
|
||||
51 -> {52};
|
||||
52 -> {53};
|
||||
53 -> {54};
|
||||
|
||||
Reference in New Issue
Block a user