Test: FIR CFA: sort edges by style & target node id
This commit is contained in:
@@ -131,12 +131,12 @@ digraph complex_kt {
|
||||
8 -> {9};
|
||||
9 -> {10};
|
||||
10 -> {11};
|
||||
11 -> {44 12};
|
||||
11 -> {12 44};
|
||||
12 -> {13};
|
||||
13 -> {14};
|
||||
14 -> {15};
|
||||
15 -> {16};
|
||||
16 -> {39 17};
|
||||
16 -> {17 39};
|
||||
17 -> {18};
|
||||
18 -> {19};
|
||||
19 -> {20};
|
||||
@@ -146,9 +146,9 @@ digraph complex_kt {
|
||||
23 -> {24};
|
||||
24 -> {25};
|
||||
25 -> {26};
|
||||
26 -> {36 27};
|
||||
26 -> {27 36};
|
||||
27 -> {28};
|
||||
27 -> {52} [label=onUncaughtException];
|
||||
27 -> {52} [label="onUncaughtException"];
|
||||
28 -> {29};
|
||||
29 -> {30};
|
||||
30 -> {31};
|
||||
@@ -255,7 +255,7 @@ digraph complex_kt {
|
||||
60 -> {61};
|
||||
61 -> {62};
|
||||
62 -> {63};
|
||||
63 -> {86 64};
|
||||
63 -> {64 86};
|
||||
64 -> {65};
|
||||
65 -> {66};
|
||||
66 -> {67};
|
||||
@@ -265,7 +265,7 @@ digraph complex_kt {
|
||||
70 -> {71};
|
||||
71 -> {72};
|
||||
72 -> {73};
|
||||
73 -> {75 74};
|
||||
73 -> {74 75};
|
||||
74 -> {83};
|
||||
75 -> {76};
|
||||
76 -> {77};
|
||||
|
||||
Reference in New Issue
Block a user