AS3: Show try graph heads in Graphviz distinguished

This commit is contained in:
Jindra Petřík
2021-01-23 19:45:15 +01:00
parent 8a1139e66d
commit 21f6c0112f
3 changed files with 33 additions and 2 deletions

View File

@@ -124,6 +124,10 @@ public class Graph {
}
}
public List<GraphException> getExceptions() {
return exceptions;
}
protected static void populateParts(GraphPart part, Set<GraphPart> allParts) {
if (allParts.contains(part)) {
return;