You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We were querying a method call CompletableFuture.join() but noticed that some method calls did not go into the results. They are somehow marked as [MethodCall]<Call to unknown method> in AST Viewer of the VSCode extension.
Furthermore, this only happened in the database created from pipeline (using linux binary), but not in the database created locally (using osx binary).
Both use codeql cli v2.17.0, --language=java --build-mode=none.
Could you please help check what would cause a method call to be marked as <Call to unknown method>, and could it be a different behaviour in binaries for linux and osx? Thanks a lot.