Test: FIR CFA: sort edges by style & target node id
This commit is contained in:
@@ -38,8 +38,8 @@ digraph initBlock_kt {
|
||||
11 [label="Exit class Foo" style="filled" fillcolor=red];
|
||||
}
|
||||
9 -> {10} [color=green];
|
||||
10 -> {11} [style=dotted];
|
||||
10 -> {3} [color=green];
|
||||
10 -> {11} [style=dotted];
|
||||
10 -> {3} [style=dashed];
|
||||
|
||||
subgraph cluster_4 {
|
||||
@@ -73,7 +73,7 @@ digraph initBlock_kt {
|
||||
17 -> {18};
|
||||
18 -> {19};
|
||||
19 -> {20};
|
||||
20 -> {25} [label=onUncaughtException];
|
||||
20 -> {25} [label="onUncaughtException"];
|
||||
20 -> {21} [style=dotted];
|
||||
21 -> {22} [style=dotted];
|
||||
22 -> {23} [style=dotted];
|
||||
@@ -88,8 +88,8 @@ digraph initBlock_kt {
|
||||
28 [label="Exit class Bar" style="filled" fillcolor=red];
|
||||
}
|
||||
26 -> {27} [color=green];
|
||||
27 -> {28} [style=dotted];
|
||||
27 -> {15} [color=green];
|
||||
27 -> {28} [style=dotted];
|
||||
27 -> {15} [style=dashed];
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user