mirror of
https://github.com/github/codeql.git
synced 2026-01-04 02:00:18 +01:00
change back to the old order of extracting externs before Xml
This commit is contained in:
@@ -447,10 +447,10 @@ public class AutoBuild {
|
||||
startThreadPool();
|
||||
try {
|
||||
extractSource();
|
||||
extractXml();
|
||||
if (hasSeenCode()) { // don't bother with the externs if no code was seen
|
||||
extractExterns();
|
||||
}
|
||||
extractXml();
|
||||
} finally {
|
||||
shutdownThreadPool();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user