mirror of
https://github.com/github/codeql.git
synced 2026-04-23 15:55:18 +02:00
Control Flow: add more ordering for edges
This commit is contained in:
@@ -916,7 +916,7 @@ module TestOutput {
|
||||
s
|
||||
order by
|
||||
l.getFile().getBaseName(), l.getFile().getAbsolutePath(), l.getStartLine(),
|
||||
l.getStartColumn(), l.getEndLine(), l.getEndColumn(), t.toString()
|
||||
l.getStartColumn(), l.getEndLine(), l.getEndColumn(), t.toString(), s.toString()
|
||||
)
|
||||
).toString()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user