Skip to content

Commit ace5552

Browse files
committed
Accept consistency query output
1 parent 31fd099 commit ace5552

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
consistencyOverview
2+
| multipleSuccessors | 4 |
3+
| selfLoop | 1 |
4+
multipleSuccessors
5+
| DeferInLoop.go:5:36:14:1 | After block statement | successor | DeferInLoop.go:5:1:14:1 | Normal Exit |
6+
| DeferInLoop.go:5:36:14:1 | After block statement | successor | DeferInLoop.go:8:9:8:20 | defer-invoke call to Close |
7+
| DeferInLoop.go:8:9:8:20 | defer-invoke call to Close | successor | DeferInLoop.go:5:1:14:1 | Normal Exit |
8+
| DeferInLoop.go:8:9:8:20 | defer-invoke call to Close | successor | DeferInLoop.go:8:9:8:20 | defer-invoke call to Close |
9+
selfLoop
10+
| DeferInLoop.go:8:9:8:20 | defer-invoke call to Close | successor |
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
consistencyOverview
2+
| missingInNodeForPostOrInOrder | 9 |
3+
missingInNodeForPostOrInOrder
4+
| WrongUsageOfUnsafe.go:19:21:19:27 | (...) |
5+
| WrongUsageOfUnsafe.go:36:21:36:27 | (...) |
6+
| WrongUsageOfUnsafe.go:57:21:57:27 | (...) |
7+
| WrongUsageOfUnsafe.go:79:21:79:30 | (...) |
8+
| WrongUsageOfUnsafe.go:113:21:113:30 | (...) |
9+
| WrongUsageOfUnsafe.go:131:21:131:30 | (...) |
10+
| WrongUsageOfUnsafe.go:151:21:151:30 | (...) |
11+
| WrongUsageOfUnsafe.go:169:25:169:34 | (...) |
12+
| WrongUsageOfUnsafe.go:191:21:191:30 | (...) |

0 commit comments

Comments
 (0)