Fixed #2077 Switch detection problems producing §§goto

This commit is contained in:
Jindra Petřík
2023-09-20 12:11:24 +02:00
parent 0a52175bc3
commit 49c8251e4d
11 changed files with 359 additions and 13 deletions

View File

@@ -72,6 +72,8 @@ public class GraphPart implements Serializable {
public int discoveredTime;
public int finishedTime;
public int closedTime;
public int order;