Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flaky [MethodCall]<Call to unknown method> in databases created by linux/osx binary #16689

Open
kaiwenleee opened this issue Jun 6, 2024 · 3 comments
Labels
question Further information is requested

Comments

@kaiwenleee
Copy link

Hello,

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.

@kaiwenleee kaiwenleee added the question Further information is requested label Jun 6, 2024
@smowton
Copy link
Contributor

smowton commented Jun 7, 2024

Generally this means we haven't been able to resolve type information, possibly because some dependency is being incorrectly guessed. Do you have an example repository where this is happening, or log files from an example run that produces a bad database?

@kaiwenleee
Copy link
Author

@smowton Thank you for the response, but it's unfortunately not possible for us to provide a repository or log files at the moment. I'll keep an eye on the issue and provide more information if possible in the future.

@mbg
Copy link
Member

mbg commented Jun 19, 2024

Hi @kaiwenleee, if this issue relates to a private repository then you can also open a support ticket if you would be able to share more information there. If you open a ticket with support, please reference this issue there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants